diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..a27ab591e9c10124fe63710a3bb12e459d3e0f89 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +dana/node_modules +dana/unused +dana/*.log +dana/www/public/dailyReports +dana/dana-bot/configs +dana/dana-bot/project +dana/dana-bot/tmp +dana/dana-bot/www/public/sponge +dana/[._]*.sw[a-p] diff --git a/dana/.eslintrc b/dana/.eslintrc new file mode 100644 index 0000000000000000000000000000000000000000..883642cf886e495d1de20d4d8e2e9d441c544423 --- /dev/null +++ b/dana/.eslintrc @@ -0,0 +1,3 @@ +{ + "extends": "eslint-config-google" +} diff --git a/dana/AUTHORS b/dana/AUTHORS new file mode 100644 index 0000000000000000000000000000000000000000..e9e8a7ccd05ce078e3a918e21d2c721cd711d5f5 --- /dev/null +++ b/dana/AUTHORS @@ -0,0 +1,6 @@ +# Below is a list of people and organizations that have contributed +# to the Dana project. Names should be added to the list like so: +# +# Name/Organization + +Google Inc. <*@google.com> diff --git a/dana/CONTRIBUTING.md b/dana/CONTRIBUTING.md new file mode 100644 index 0000000000000000000000000000000000000000..4ffacf2b98c0b7103a23fd162d2e0d12f7c67aea --- /dev/null +++ b/dana/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# How to Contribute + +We'd love to accept your patches and contributions to this project. There are +just a few small guidelines you need to follow. + +## Contributor License Agreement + +Contributions to this project must be accompanied by a Contributor License +Agreement. You (or your employer) retain the copyright to your contribution, +this simply gives us permission to use and redistribute your contributions as +part of the project. Head over to to see +your current agreements on file or to sign a new one. +You generally only need to submit a CLA once, so if you've already submitted one +(even if it was for a different project), you probably don't need to do it +again. diff --git a/dana/LICENSE b/dana/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..d645695673349e3947e8e5ae42332d0ac3164cd7 --- /dev/null +++ b/dana/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/dana/README.md b/dana/README.md new file mode 100644 index 0000000000000000000000000000000000000000..26f774ba102dd2d2d9ceb92ec6d08d62027ca3d4 --- /dev/null +++ b/dana/README.md @@ -0,0 +1,40 @@ +# Dana + +Dana (DAta ANalysis) system provides: +- a way to agglomerate data coming from tests or benchmarks and processing them on the fly by doing some regression and comparison analysis, +- a dashboard to provide several views to enable fast identification of regressions or result comparisons, +- a regression workfow to follow the work on series and the overall progress, +- a report is sent each day at midnight with a summary of new regressions of the day. + +![Demo](docs/Demo.gif) + +## Principles + +See [Principes documentation](docs/Principles.md) to understand key concepts of Dana. + +## Dana APIs + +Dana provides some APIs to add builds, series and samples. APIs are accessible using POST http requests or using a node client using WebSockets. +See [APIs documentation](docs/Apis.md) for details. + +## Have a demo + +See [Demo documentation](docs/Demo.md) to know who to setup a Demo dana server on your machine in few commands. + +## Setup a server + +See [Setup documentation](docs/Setup.md) to know who to setup a Dana server and [Adding project pages](docs/Project.md) to know how to add dashboard pages for a project. + +## Bugs, feature requests + +- Please file them on https://github.com/google/dana/issues + +## Tools used +- nodejs from https://nodejs.org/ +- Dashboard components coming from https://colorlib.com/polygon/gentelella/index.html +- Awesome dygraphs library from http://dygraphs.com/ +- Other node modules see package.json + +## Disclaimer + +This is not an official Google product diff --git a/dana/configs/dana.js b/dana/configs/dana.js new file mode 100644 index 0000000000000000000000000000000000000000..9b99a0fe2248713411259fd7ab3b827995e14fc2 --- /dev/null +++ b/dana/configs/dana.js @@ -0,0 +1,28 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +module.exports = { + server: { + ip: 'localhost', + port: 7000 + }, + adminUser: { + username: 'admin', + password: 'admin', + email: 'yourEmail@yourDomain.com' + }, + secureCookie: false +} diff --git a/dana/configs/db/Inference/infos/benchmarks.series.json b/dana/configs/db/Inference/infos/benchmarks.series.json new file mode 100644 index 0000000000000000000000000000000000000000..5b962a2ca3d1bce977a2b61ca8be7b43073ff927 --- /dev/null +++ b/dana/configs/db/Inference/infos/benchmarks.series.json @@ -0,0 +1 @@ +{"pytorch_bert_0_forward_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0,"ratio":0,"diff":0},"base":{"average":0}},"state":"similarNeedstriage"},"pytorch_bert_0_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":310.14,"ratio":0,"diff":0},"base":{"average":310.14}},"state":"similarNeedstriage"},"pytorch_gpt2_0_forward_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0,"ratio":0,"diff":0},"base":{"average":0}},"state":"similarNeedstriage"},"pytorch_gpt2_0_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"improvement","current":{"average":255.38,"ratio":-17.62,"diff":-54.62},"base":{"average":310}},"state":"improvementNeedstriage"},"pytorch_gpt2_0_generate_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0.5,"ratio":0,"diff":0},"base":{"average":0.5}},"state":"similarNeedstriage"},"pytorch_gpt2_0_generate_throughput_tokens_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":199.35,"ratio":0,"diff":0},"base":{"average":199.35}},"state":"similarNeedstriage"},"llama_1gpu_0_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"llama_1gpu_0_forward_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"state":"similarNeedstriage"},"llama_1gpu_0_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":31.77,"ratio":0,"diff":0},"base":{"average":31.77}},"state":"similarNeedstriage"},"llama_1gpu_0_generate_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":5.99,"ratio":0,"diff":0},"base":{"average":5.99}},"state":"similarNeedstriage"},"llama_1gpu_0_generate_throughput_tokens_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":33.42,"ratio":0,"diff":0},"base":{"average":33.42}},"state":"similarNeedstriage"},"llama_1gpu_1_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"llama_1gpu_1_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"llama_1gpu_1_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":15.56,"ratio":0,"diff":0},"base":{"average":15.56}},"state":"similarNeedstriage"},"llama_1gpu_1_generate_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":5.7,"ratio":0,"diff":0},"base":{"average":5.7}},"state":"similarNeedstriage"},"llama_1gpu_1_generate_throughput_tokens_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":35.13,"ratio":0,"diff":0},"base":{"average":35.13}},"state":"similarNeedstriage"},"llama_1gpu_2_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"llama_1gpu_2_forward_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"state":"similarNeedstriage"},"llama_1gpu_2_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":63.69,"ratio":0,"diff":0},"base":{"average":63.69}},"state":"similarNeedstriage"},"llama_1gpu_2_generate_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":6.18,"ratio":0,"diff":0},"base":{"average":6.18}},"state":"similarNeedstriage"},"llama_1gpu_2_generate_throughput_tokens_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":64.82,"ratio":0,"diff":0},"base":{"average":64.82}},"state":"similarNeedstriage"},"llama_1gpu_3_forward_peak_memory_MB_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":30779.02,"ratio":0,"diff":0},"base":{"average":30779.02}},"state":"similarNeedstriage"},"llama_1gpu_3_forward_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0.11,"ratio":0,"diff":0},"base":{"average":0.11}},"state":"similarNeedstriage"},"llama_1gpu_3_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":18.3,"ratio":0,"diff":0},"base":{"average":18.3}},"state":"similarNeedstriage"},"llama_1gpu_3_generate_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":7.05,"ratio":0,"diff":0},"base":{"average":7.05}},"state":"similarNeedstriage"},"llama_1gpu_3_generate_throughput_tokens_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":56.73,"ratio":0,"diff":0},"base":{"average":56.73}},"state":"similarNeedstriage"},"llama_1gpu_4_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13681},"state":"similarNeedstriage"},"llama_1gpu_4_forward_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"state":"similarNeedstriage"},"llama_1gpu_4_forward_throughput_samples_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":126.2,"ratio":0,"diff":0},"base":{"average":126.2}},"state":"similarNeedstriage"},"llama_1gpu_4_generate_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":6.2,"ratio":0,"diff":0},"base":{"average":6.2}},"state":"similarNeedstriage"},"llama_1gpu_4_generate_throughput_tokens_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":129,"ratio":0,"diff":0},"base":{"average":129}},"state":"similarNeedstriage"},"llama_1gpu_5_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13681},"state":"similarNeedstriage"},"llama_1gpu_5_forward_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":0.19,"ratio":0,"diff":0},"base":{"average":0.19}},"state":"similarNeedstriage"},"llama_1gpu_5_forward_throughput_samples_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":21.4,"ratio":0,"diff":0},"base":{"average":21.4}},"state":"similarNeedstriage"},"llama_1gpu_5_generate_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":7.7,"ratio":0,"diff":0},"base":{"average":7.7}},"state":"similarNeedstriage"},"llama_1gpu_5_generate_throughput_tokens_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":103.7,"ratio":0,"diff":0},"base":{"average":103.7}},"state":"similarNeedstriage"},"llama_1gpu_6_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13681},"state":"similarNeedstriage"},"llama_1gpu_6_forward_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":0.1,"ratio":0,"diff":0},"base":{"average":0.1}},"state":"similarNeedstriage"},"llama_1gpu_6_forward_throughput_samples_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":162.8,"ratio":0,"diff":0},"base":{"average":162.8}},"state":"similarNeedstriage"},"llama_1gpu_6_generate_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":6.63,"ratio":0,"diff":0},"base":{"average":6.63}},"state":"similarNeedstriage"},"llama_1gpu_6_generate_throughput_tokens_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":488.22,"ratio":0,"diff":0},"base":{"average":488.22}},"state":"similarNeedstriage"},"llama_1gpu_7_forward_peak_memory_MB_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":35824.47,"ratio":0,"diff":0},"base":{"average":35824.47}},"state":"similarNeedstriage"},"llama_1gpu_7_forward_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":0.69,"ratio":0,"diff":0},"base":{"average":0.69}},"state":"similarNeedstriage"},"llama_1gpu_7_forward_throughput_samples_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":23.27,"ratio":0,"diff":0},"base":{"average":23.27}},"state":"similarNeedstriage"},"llama_1gpu_7_generate_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":12.96,"ratio":0,"diff":0},"base":{"average":12.96}},"state":"similarNeedstriage"},"llama_1gpu_7_generate_throughput_tokens_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":246.86,"ratio":0,"diff":0},"base":{"average":246.86}},"state":"similarNeedstriage"},"llama_4gpu_0_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_0_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_0_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_0_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_0_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_1_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_1_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_1_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_1_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_1_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_2_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_2_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_2_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_2_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_2_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_3_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_3_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_3_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_3_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_3_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_4_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_4_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_4_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_4_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_4_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_5_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_5_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_5_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_5_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_5_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_6_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_6_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_6_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_6_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_6_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_7_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_7_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_7_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_7_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_7_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_0_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_0_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_0_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_0_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_0_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_1_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_1_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_1_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_1_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_1_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_2_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_2_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_2_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_2_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_2_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_3_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_3_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_3_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_3_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_3_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_4_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_4_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_4_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_4_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_4_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_5_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_5_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_5_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_5_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_5_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_6_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_6_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_6_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_6_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_6_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_7_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_7_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_7_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_7_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_7_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"pytorch_bert_0_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"pytorch_bert_1_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"pytorch_bert_1_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"pytorch_bert_1_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"}} \ No newline at end of file diff --git a/dana/configs/db/Inference/infos/benchmarks.statusSeries.json b/dana/configs/db/Inference/infos/benchmarks.statusSeries.json new file mode 100644 index 0000000000000000000000000000000000000000..e4753f9524ce19bd7534898e8f4cfa284647f4a2 --- /dev/null +++ b/dana/configs/db/Inference/infos/benchmarks.statusSeries.json @@ -0,0 +1 @@ +{"0":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692193761260},"1":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692193794757},"2":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692194009957},"3":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692198289729},"4":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692198483261},"5":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692198609720},"6":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261403440},"7":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261439283},"8":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261472884},"9":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261496808},"10":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261574043},"11":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261592822},"12":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261619057},"13":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261648468},"14":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261662855},"15":{"numSeries":130,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":91,"time":1692261856719},"16":{"numSeries":130,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":91,"time":1692261969503}} \ No newline at end of file diff --git a/dana/configs/db/Inference/infos/builds.json b/dana/configs/db/Inference/infos/builds.json new file mode 100644 index 0000000000000000000000000000000000000000..7fb37b43cca52560737840cbb9386ef5bd178cec --- /dev/null +++ b/dana/configs/db/Inference/infos/builds.json @@ -0,0 +1 @@ +{"13635":{"buildId":13635,"infos":{"hash":"9e57e0c0633a7d730c8b4c785e6925dfd907e36d","abbrevHash":"9e57e0c0","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Fix `torch_job` worker(s) crashing (#25374)","url":null}},"13636":{"buildId":13636,"infos":{"hash":"5bd8c011bb24201148c1a2ba753ffd3f0822f004","abbrevHash":"5bd8c011","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: add config-level validation (#25381)","url":null}},"13637":{"buildId":13637,"infos":{"hash":"9c7b744795623ad045473680bf8cd79c2058b780","abbrevHash":"9c7b7447","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Fix missing usage of `token` (#25382)","url":null}},"13638":{"buildId":13638,"infos":{"hash":"5b517e1764221c17e57db7bea5679b513c7026a5","abbrevHash":"5b517e17","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Use small config for `OneFormerModelTest.test_model_with_labels` (#25383)","url":null}},"13639":{"buildId":13639,"infos":{"hash":"e3490104da84d0bfd6bbfdcb41ea591be7fa8037","abbrevHash":"e3490104","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Add copied from for image processor methods (#25121)","url":null}},"13640":{"buildId":13640,"infos":{"hash":"3a05e010e0c7e8abd3e5357dd4e89e28cc69003e","abbrevHash":"3a05e010","authorName":"Marc Sun","authorEmail":"57196510+SunMarc@users.noreply.github.com","subject":"change version (#25387)","url":null}},"13641":{"buildId":13641,"infos":{"hash":"41c5f45bfe958be58bac6c891652f632ebac23e2","abbrevHash":"41c5f45b","authorName":"Abhipsha Das","authorEmail":"abhipsha.das16@gmail.com","subject":"[DOCS] Add example for `TopPLogitsWarper` (#25361)","url":null}},"13642":{"buildId":13642,"infos":{"hash":"1367142afd363e2799e3299b9bbf14fcb5e848c0","abbrevHash":"1367142a","authorName":"SeongWooChoi","authorEmail":"46990061+nuatmochoi@users.noreply.github.com","subject":"🌐 [i18n-KO] Translated `perf_train_cpu_many.md` to Korean (#24923)","url":null}},"13643":{"buildId":13643,"infos":{"hash":"1564a81ac56b0620230b0e3ed886d8accd22388c","abbrevHash":"1564a81a","authorName":"David Reguera","authorEmail":"33068707+nablabits@users.noreply.github.com","subject":"16059 - Add missing type hints for ASTModel (#25364)","url":null}},"13644":{"buildId":13644,"infos":{"hash":"85447bb22ebfe485c998607ccc1358c8c6a5ade9","abbrevHash":"85447bb2","authorName":"jiqing-feng","authorEmail":"107918818+jiqing-feng@users.noreply.github.com","subject":"rm useless condition since the previous condition contains it. (#25403)","url":null}},"13645":{"buildId":13645,"infos":{"hash":"599377161b75d3c66bd6a94f605a733f7c6edbd1","abbrevHash":"59937716","authorName":"Sylvain Gugger","authorEmail":"35901082+sgugger@users.noreply.github.com","subject":"Fix path for dynamic module creation (#25402)","url":null}},"13646":{"buildId":13646,"infos":{"hash":"ea5dda22904e807437e07cdfa5d3d89f17a590f7","abbrevHash":"ea5dda22","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"YOLOS - Revert default return_pixel_mask value (#25404)","url":null}},"13647":{"buildId":13647,"infos":{"hash":"d59b872c9e77e23acbc8e504e5720cf59313b40b","abbrevHash":"d59b872c","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Docs: introduction to generation with LLMs (#25240)","url":null}},"13648":{"buildId":13648,"infos":{"hash":"3deed1f97e9dcfc1a7b9071e290a8844526f2d2a","abbrevHash":"3deed1f9","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: length validation (#25384)","url":null}},"13649":{"buildId":13649,"infos":{"hash":"00b93cda213aa3e754ebbec6ccda77cca4b67247","abbrevHash":"00b93cda","authorName":"Alan Ji","authorEmail":"hzji210@gmail.com","subject":"Improve training args (#25401)","url":null}},"13650":{"buildId":13650,"infos":{"hash":"f456b4d10b5c72e0cfe835d3f22a71079c513eb2","abbrevHash":"f456b4d1","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: generation config validation fixes in docs (#25405)","url":null}},"13651":{"buildId":13651,"infos":{"hash":"ef74da6582a3ac9224ea7a770dfc01a1c91b4985","abbrevHash":"ef74da65","authorName":"David Reguera","authorEmail":"33068707+nablabits@users.noreply.github.com","subject":"16059 - Add extra type hints for AltCLIPModel (#25399)","url":null}},"13652":{"buildId":13652,"infos":{"hash":"eb3ded16f730019b223b06514a8d03df4199feb1","abbrevHash":"eb3ded16","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: lower severity of parameterization checks (#25407)","url":null}},"13653":{"buildId":13653,"infos":{"hash":"f2a43c7383091a36275b852b39a47865694b8f39","abbrevHash":"f2a43c73","authorName":"Maria Khalusova","authorEmail":"kafooster@gmail.com","subject":"VQA task guide (#25244)","url":null}},"13654":{"buildId":13654,"infos":{"hash":"133aac09b043cae5fa0aeedfac854d2498431533","abbrevHash":"133aac09","authorName":"MinJae Kang","authorEmail":"39152134+mjk0618@users.noreply.github.com","subject":"🌐 [i18n-KO] Translated `add_new_model.md` to Korean (#24957)","url":null}},"13655":{"buildId":13655,"infos":{"hash":"cf84738d2eee4de270b433bfaceb67c816c8b328","abbrevHash":"cf84738d","authorName":"Hyeonseo Yun","authorEmail":"0525yhs@gmail.com","subject":"🌐 [i18n-KO] Translated `model_summary.md` to Korean (#24625)","url":null}},"13656":{"buildId":13656,"infos":{"hash":"704bf595eb08aeedac61ab43a479f3f342dbefe9","abbrevHash":"704bf595","authorName":"Yoach Lacombe","authorEmail":"52246514+ylacombe@users.noreply.github.com","subject":"Update Bark generation configs and tests (#25409)","url":null}},"13657":{"buildId":13657,"infos":{"hash":"cb3c821cb74e3c519667ab4db88002c9d0d2034d","abbrevHash":"cb3c821c","authorName":"hukuda222","authorEmail":"zionbanzai3@gmail.com","subject":"aligned sample_beam output selection with beam_search (#25375)","url":null}},"13658":{"buildId":13658,"infos":{"hash":"944ddce8bfd09ebbbdc71fb1d116421db42149b2","abbrevHash":"944ddce8","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Enable passing number of channels when inferring data format (#25412)","url":null}},"13659":{"buildId":13659,"infos":{"hash":"d0c1aebea467af499331234e7b285a6bf91ea073","abbrevHash":"d0c1aebe","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Bark: flexible generation config overload (#25414)","url":null}},"13660":{"buildId":13660,"infos":{"hash":"b175fc39d93512204e7e784bd5b4f6c87580d54b","abbrevHash":"b175fc39","authorName":"NielsRogge","authorEmail":"48327001+NielsRogge@users.noreply.github.com","subject":"[DINOv2] Update pooler output (#25392)","url":null}},"13661":{"buildId":13661,"infos":{"hash":"b14d4641f60b2287e7212c500d6d2cbfda3e8401","abbrevHash":"b14d4641","authorName":"TaeYupNoh","authorEmail":"107118671+TaeYupNoh@users.noreply.github.com","subject":"🌐 [i18n-KO] Translated `philosophy.md` to Korean (#25010)","url":null}},"13662":{"buildId":13662,"infos":{"hash":"16edf4d9fdc68d6aa43fc9a99db57a0ea70b638b","abbrevHash":"16edf4d9","authorName":"Sylvain Gugger","authorEmail":"35901082+sgugger@users.noreply.github.com","subject":"Doc checks (#25408)","url":null}},"13663":{"buildId":13663,"infos":{"hash":"123ad5363f1a24bdf8ff97e10200f05144cdebf6","abbrevHash":"123ad536","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generation: strict generation config validation at save time (#25411)","url":null}},"13664":{"buildId":13664,"infos":{"hash":"d0839f1a7429cac49ed5eb347f0a536258c3707f","abbrevHash":"d0839f1a","authorName":"Sanchit Gandhi","authorEmail":"93869735+sanchit-gandhi@users.noreply.github.com","subject":"[WavLM] Fix Arxiv link and authors (#25415)","url":null}},"13665":{"buildId":13665,"infos":{"hash":"3e41cf13fc56335ace852b14decc198557052d4f","abbrevHash":"3e41cf13","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: Load generation config when `device_map` is passed (#25413)","url":null}},"13666":{"buildId":13666,"infos":{"hash":"e7b001db4fbd33d77de95cf684d13d7605660d1b","abbrevHash":"e7b001db","authorName":"Merve Noyan","authorEmail":"merveenoyan@gmail.com","subject":"Fix rendering for `torch.compile()` docs (#25432)","url":null}},"13667":{"buildId":13667,"infos":{"hash":"2d6839eaa666a106e3fa338864143bf2ef22f976","abbrevHash":"2d6839ea","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Add `examples` to tests to run when `setup.py` is modified (#25437)","url":null}},"13668":{"buildId":13668,"infos":{"hash":"a7da2996a00c0ea083012ac86ab70f0bc4799f33","abbrevHash":"a7da2996","authorName":"Zach Mueller","authorEmail":"muellerzr@gmail.com","subject":"Fix issue with ratio evaluation steps and auto find batch size (#25436)","url":null}},"13669":{"buildId":13669,"infos":{"hash":"347001237a8ff845fc23f678107fc505361f9f13","abbrevHash":"34700123","authorName":"Alan Ji","authorEmail":"hzji210@gmail.com","subject":"docs: add LLaMA-Efficient-Tuning to awesome-transformers (#25441)","url":null}},"13671":{"buildId":13671,"infos":{"hash":"454957c9bb5e8270c384ad46a1bb96928997c249","abbrevHash":"454957c9","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Fix for #25437 (#25454)","url":null}},"13672":{"buildId":13672,"infos":{"hash":"41d56ea6dd972a6a7e12c2a2228e491a5ec18a5f","abbrevHash":"41d56ea6","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Refactor image processor testers (#25450)","url":null}},"13673":{"buildId":13673,"infos":{"hash":"4692d2619433f1eb064f3da4f3573f060a115eac","abbrevHash":"4692d261","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Switch Transformers: remove overwritten beam sample test (#25458)","url":null}},"13674":{"buildId":13674,"infos":{"hash":"1d75768695f667fc1efcb8823c062d41ad30f090","abbrevHash":"1d757686","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Reuse the cache created for latest `main` on PRs/branches if `setup.py` is not modified (#25445)","url":null}},"13675":{"buildId":13675,"infos":{"hash":"0acf56224bd98cbf0413218f362a3a61805a7844","abbrevHash":"0acf5622","authorName":"Gema Parreño","authorEmail":"gema.parreno.piqueras@gmail.com","subject":"Update run_translation.py broken link example Pytoch (#25461)","url":null}},"13676":{"buildId":13676,"infos":{"hash":"11757e2bbd8ef89391ccb9ce0416420e16fa36f9","abbrevHash":"11757e2b","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Add input_data_format argument, image transforms (#25462)","url":null}},"13677":{"buildId":13677,"infos":{"hash":"5e5fa0d88c293e6d5be2517b4f45680ba3bb5df2","abbrevHash":"5e5fa0d8","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Mark flaky tests (#25463)","url":null}},"13678":{"buildId":13678,"infos":{"hash":"fe3c8ab1af558b95f67f5fafc0c55f09fd2b09db","abbrevHash":"fe3c8ab1","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Revert \"Reuse the cache created for latest `main` on PRs/branches\" (#25466)","url":null}},"13679":{"buildId":13679,"infos":{"hash":"892f9ea0db18d1bef81ea45221f53745c03509f5","abbrevHash":"892f9ea0","authorName":"Erfan Zekri Esfahani","authorEmail":"40582518+eze1376@users.noreply.github.com","subject":"import required torch and numpy libraries (#25483)","url":null}},"13681":{"buildId":13681,"infos":{"hash":"0ebe7ae16076f727ac40c47f8f9167013c4596d8","abbrevHash":"0ebe7ae1","authorName":"dependabot[bot]","authorEmail":"49699333+dependabot[bot]@users.noreply.github.com","subject":"Bump gitpython from 3.1.30 to 3.1.32 in /examples/research_projects/decision_transformer (#25467)","url":null}},"13697":{"buildId":13697,"infos":{"hash":"5ccf343aebdb7c913cc41149c9f8b4fbe37c0028","abbrevHash":"5ccf343a","authorName":"Sylvain Gugger","authorEmail":"35901082+sgugger@users.noreply.github.com","subject":"Fix nested configs of Jukebox (#25533)","url":null}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_0_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_1gpu/_0_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..9d28b3dd344e31c3450302b7ad8cec769969d518 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_0_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.03,"13669":0.03,"13671":0.03,"13672":0.03,"13673":0.03,"13674":0.03,"13675":0.03,"13676":0.03,"13678":0.03,"13679":0.03,"13681":0.03,"13697":0.06},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"averages":[{"start":0,"end":11,"length":12,"average":0.03,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_0_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_1gpu/_0_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..23288a4196c28865cc38864ae301986f8cf424fd --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_0_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":16195.13,"13669":16195.13,"13671":45927.5,"13672":16195.13,"13673":16195.13,"13674":16195.13,"13675":58202.13,"13676":16195.13,"13678":16195.13,"13679":16195.13,"13681":16195.13,"13697":29317.01},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_0_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_0_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..30ee0adb5f0eec2d098d4ed5500c14a195f89d07 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_0_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":32.3,"13669":31.7,"13671":30.5,"13672":30.5,"13673":32.7,"13674":32.5,"13675":31.3,"13676":31.8,"13678":31.9,"13679":32.4,"13681":31.9,"13697":15.6},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":31.77,"ratio":0,"diff":0},"base":{"average":31.77}},"averages":[{"start":0,"end":11,"length":12,"average":31.77,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_0_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_0_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..3a14890c07e2e6a1fd1aa48ac9371a7d48b69046 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_0_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":5.9,"13669":5.99,"13671":6.25,"13672":6.49,"13673":5.81,"13674":5.91,"13675":7.12,"13676":5.92,"13678":5.97,"13679":5.89,"13681":5.94,"13697":5.83},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":5.99,"ratio":0,"diff":0},"base":{"average":5.99}},"averages":[{"start":0,"end":11,"length":12,"average":5.99,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_0_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_0_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..87dd0b0e3e97eaca031a4da02c858f1c617d4f09 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_0_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":33.9,"13669":33.4,"13671":32,"13672":30.8,"13673":34.4,"13674":33.8,"13675":28.1,"13676":33.8,"13678":33.5,"13679":34,"13681":33.7,"13697":34.3},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":33.42,"ratio":0,"diff":0},"base":{"average":33.42}},"averages":[{"start":0,"end":11,"length":12,"average":33.42,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_1_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_1gpu/_1_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..3cfac30faeb6c027a09e026c34ca2404cf584f50 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_1_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.06,"13669":0.06,"13671":0.06,"13672":0.07,"13673":0.06,"13674":0.06,"13675":0.14,"13676":0.06,"13678":0.06,"13679":0.06,"13681":0.06,"13697":0.03},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_1_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_1gpu/_1_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..19432b57cb9d7c50325282d3bd2f10a40cfcc7ab --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_1_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":30317.35,"13669":30317.35,"13671":60049.72,"13672":52225.25,"13673":30317.35,"13674":30317.35,"13675":72324.35,"13676":30317.35,"13678":30317.35,"13679":30317.35,"13681":30317.35,"13697":15651.96},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_1_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_1_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..d94f693678984a81f1b06a39a6933c842f49bd93 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_1_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":15.6,"13669":15.6,"13671":15.6,"13672":15.3,"13673":15.6,"13674":15.6,"13675":6.94,"13676":15.5,"13678":15.6,"13679":15.6,"13681":15.6,"13697":32.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":15.56,"ratio":0,"diff":0},"base":{"average":15.56}},"averages":[{"start":0,"end":11,"length":12,"average":15.56,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_1_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_1_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..a9e7713e951b693488088cddaaf8020e3253068c --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_1_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":5.64,"13669":5.68,"13671":5.95,"13672":5.72,"13673":5.57,"13674":5.65,"13675":10.6,"13676":5.81,"13678":5.66,"13679":5.58,"13681":5.59,"13697":5.8},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":5.7,"ratio":0,"diff":0},"base":{"average":5.7}},"averages":[{"start":0,"end":11,"length":12,"average":5.7,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_1_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_1_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..56c9c02edc1ac88c782766c1bc8d4f4239294dd9 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_1_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":35.5,"13669":35.2,"13671":33.6,"13672":35,"13673":35.9,"13674":35.4,"13675":18.9,"13676":34.4,"13678":35.3,"13679":35.8,"13681":35.8,"13697":34.5},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":35.13,"ratio":0,"diff":0},"base":{"average":35.13}},"averages":[{"start":0,"end":11,"length":12,"average":35.13,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_2_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_1gpu/_2_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..4132dddc0736890ddfd59e530de35a09a0e8d7ba --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_2_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.03,"13669":0.03,"13671":0.03,"13672":0.03,"13673":0.03,"13674":0.03,"13675":0.04,"13676":0.03,"13678":0.03,"13679":0.03,"13681":0.03,"13697":0.1},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"averages":[{"start":0,"end":11,"length":12,"average":0.03,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_2_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_1gpu/_2_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..d5c81784fa8342443a6186a8ff02d58c38db0942 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_2_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":16381.77,"13669":16381.77,"13671":46114.14,"13672":46114.14,"13673":16381.77,"13674":16381.77,"13675":59911.31,"13676":16381.77,"13678":16381.77,"13679":16381.77,"13681":16381.77,"13697":18841.73},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_2_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_2_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..69184a9a4105a700b349de7cda319f2f29314c3d --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_2_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":63.9,"13669":63.5,"13671":60.8,"13672":63.5,"13673":65.1,"13674":64.1,"13675":48.5,"13676":62.7,"13678":63.5,"13679":65.1,"13681":64.7,"13697":163},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":63.69,"ratio":0,"diff":0},"base":{"average":63.69}},"averages":[{"start":0,"end":11,"length":12,"average":63.69,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_2_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_2_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..ffb00a73abdaaf2d873a224b39d32f24112a4b70 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_2_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":6.15,"13669":6.17,"13671":6.54,"13672":6.18,"13673":6.02,"13674":6.09,"13675":7.58,"13676":6.29,"13678":6.18,"13679":6.05,"13681":6.06,"13697":6.21},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":6.18,"ratio":0,"diff":0},"base":{"average":6.18}},"averages":[{"start":0,"end":11,"length":12,"average":6.18,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_2_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_2_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..d1971b7be958eee41b46cb558b393e4dd7d52472 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_2_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":65,"13669":64.8,"13671":61.2,"13672":64.7,"13673":66.4,"13674":65.7,"13675":52.8,"13676":63.6,"13678":64.7,"13679":66.1,"13681":66,"13697":515},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":64.82,"ratio":0,"diff":0},"base":{"average":64.82}},"averages":[{"start":0,"end":11,"length":12,"average":64.82,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_3_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_1gpu/_3_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..61206fc93c63b0bf827e9b9841d298dd72e8712b --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_3_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.11,"13669":0.11,"13671":0.11,"13672":0.11,"13673":0.11,"13674":0.11,"13675":0.15,"13676":0.11,"13678":0.11,"13679":0.11,"13681":0.11,"13697":0.68},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":0.11,"ratio":0,"diff":0},"base":{"average":0.11}},"averages":[{"start":0,"end":11,"length":12,"average":0.11,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_3_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_1gpu/_3_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..70c809d836ac01418ba004968b75ce3cccee4c12 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_3_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":30778.72,"13669":30778.72,"13671":60513.19,"13672":60511.09,"13673":30778.72,"13674":30778.72,"13675":30778.72,"13676":30778.72,"13678":30778.72,"13679":30780.82,"13681":30778.72,"13697":34801.06},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":30779.02,"ratio":0,"diff":0},"base":{"average":30779.02}},"averages":[{"start":4,"end":11,"length":8,"average":30779.02,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_3_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_3_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..1b2ac26166ebe284764e5376be31020051040ac6 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_3_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":18.3,"13669":18.3,"13671":18.3,"13672":18.3,"13673":18.3,"13674":18.3,"13675":13.1,"13676":18.3,"13678":18.3,"13679":18.3,"13681":18.3,"13697":23.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":18.3,"ratio":0,"diff":0},"base":{"average":18.3}},"averages":[{"start":0,"end":11,"length":12,"average":18.3,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_3_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_3_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..987f1fcc77dcafa3b61e577adf1428ca9a64341b --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_3_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":7.04,"13669":7.03,"13671":7.08,"13672":7.04,"13673":7.04,"13674":7.07,"13675":15.3,"13676":7.05,"13678":7.05,"13679":7.06,"13681":7.04,"13697":12.9},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":7.05,"ratio":0,"diff":0},"base":{"average":7.05}},"averages":[{"start":0,"end":11,"length":12,"average":7.05,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_3_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_3_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..5491d3ebfc7c140db5df003be9778a773d5ef3eb --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_3_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":56.8,"13669":56.9,"13671":56.5,"13672":56.8,"13673":56.8,"13674":56.6,"13675":26.1,"13676":56.7,"13678":56.7,"13679":56.7,"13681":56.8,"13697":248},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":56.73,"ratio":0,"diff":0},"base":{"average":56.73}},"averages":[{"start":0,"end":11,"length":12,"average":56.73,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_4_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_1gpu/_4_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..530fac93ce5961649bfc89f8f0b113614507f266 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_4_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.03,"13669":0.03,"13671":0.03,"13672":0.03,"13673":0.03,"13674":0.03,"13675":0.06,"13676":0.03,"13678":0.03,"13679":0.03,"13681":0.03},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"averages":[{"start":0,"end":10,"length":11,"average":0.03,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_4_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_1gpu/_4_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..7a7ad24c8090355724c51877fcc019dd9f25b84f --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_4_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":17000.43,"13669":17000.43,"13671":46734.9,"13672":46732.8,"13673":17000.43,"13674":17000.43,"13675":59007.43,"13676":17000.43,"13678":17000.43,"13679":17002.53,"13681":17000.43},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13681}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_4_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_4_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..d0a8c6ef3218914355599f22b844a87ed2d7070e --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_4_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":127,"13669":126,"13671":121,"13672":125,"13673":129,"13674":127,"13675":69.7,"13676":124,"13678":126,"13679":128,"13681":129},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":126.2,"ratio":0,"diff":0},"base":{"average":126.2}},"averages":[{"start":0,"end":10,"length":11,"average":126.2,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_4_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_4_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..da38619cc01ad5a602c96b84398f927bd9dcb11e --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_4_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":6.18,"13669":6.19,"13671":6.5,"13672":6.26,"13673":6.04,"13674":6.14,"13675":8.3,"13676":6.32,"13678":6.19,"13679":6.13,"13681":6.08},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":6.2,"ratio":0,"diff":0},"base":{"average":6.2}},"averages":[{"start":0,"end":10,"length":11,"average":6.2,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_4_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_4_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..8e4bcd733da74c619188b89279b494cddfb8988b --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_4_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":129,"13669":129,"13671":123,"13672":128,"13673":132,"13674":130,"13675":96.4,"13676":127,"13678":129,"13679":131,"13681":132},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":129,"ratio":0,"diff":0},"base":{"average":129}},"averages":[{"start":0,"end":10,"length":11,"average":129,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_5_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_1gpu/_5_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..c4af66b0964caa611469ecd80378239481788b03 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_5_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.19,"13669":0.19,"13671":0.19,"13672":0.19,"13673":0.19,"13674":0.19,"13675":0.4,"13676":0.19,"13678":0.19,"13679":0.19,"13681":0.19},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":0.19,"ratio":0,"diff":0},"base":{"average":0.19}},"averages":[{"start":0,"end":10,"length":11,"average":0.19,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_5_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_1gpu/_5_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..30850d9791c5883597cae0453e73bc5d8b186eae --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_5_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":31481.27,"13669":31481.27,"13671":61213.64,"13672":61213.64,"13673":31481.27,"13674":31481.27,"13675":75262.46,"13676":31481.27,"13678":31481.27,"13679":31481.27,"13681":31481.27},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13681}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_5_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_5_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..0b697cc323f28811b5440f7aa179cca1c10cb860 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_5_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":21.4,"13669":21.4,"13671":21.4,"13672":21.4,"13673":21.4,"13674":21.4,"13675":9.95,"13676":21.4,"13678":21.4,"13679":21.4,"13681":21.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":21.4,"ratio":0,"diff":0},"base":{"average":21.4}},"averages":[{"start":0,"end":10,"length":11,"average":21.4,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_5_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_5_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..87ba6dd0eb8cedff0ad5cb1741c04e224b287a3b --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_5_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":7.93,"13669":7.67,"13671":7.7,"13672":7.67,"13673":7.67,"13674":7.7,"13675":16.6,"13676":7.67,"13678":7.67,"13679":7.69,"13681":7.67},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":7.7,"ratio":0,"diff":0},"base":{"average":7.7}},"averages":[{"start":0,"end":10,"length":11,"average":7.7,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_5_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_5_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..64d3f28af4309de0e70843c48cafe227fcb280e8 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_5_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":101,"13669":104,"13671":104,"13672":104,"13673":104,"13674":104,"13675":48.2,"13676":104,"13678":104,"13679":104,"13681":104},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":103.7,"ratio":0,"diff":0},"base":{"average":103.7}},"averages":[{"start":0,"end":10,"length":11,"average":103.7,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_6_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_1gpu/_6_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..0d9ca02e21454960d5f2263073290fb155e1bf45 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_6_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.1,"13669":0.1,"13671":0.1,"13672":0.1,"13673":0.1,"13674":0.1,"13675":0.12,"13676":0.1,"13678":0.1,"13679":0.1,"13681":0.1},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":0.1,"ratio":0,"diff":0},"base":{"average":0.1}},"averages":[{"start":0,"end":10,"length":11,"average":0.1,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_6_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_1gpu/_6_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..223f872a8ace9688b08b940a3906b5d0c802a57f --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_6_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":19498.14,"13669":19498.14,"13671":49230.51,"13672":49230.51,"13673":19498.14,"13674":19498.14,"13675":63279.33,"13676":19498.14,"13678":19498.14,"13679":19498.14,"13681":19498.14},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13681}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_6_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_6_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..df0bfec76e0173004b36f09231261a8ce04c16fa --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_6_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":161,"13669":163,"13671":162,"13672":164,"13673":164,"13674":164,"13675":133,"13676":163,"13678":163,"13679":162,"13681":162},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":162.8,"ratio":0,"diff":0},"base":{"average":162.8}},"averages":[{"start":0,"end":10,"length":11,"average":162.8,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_6_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_6_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..82b3df212695ab20c9f209615434de2e44a570c8 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_6_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":8.2,"13669":6.44,"13671":6.72,"13672":7.21,"13673":6.26,"13674":6.32,"13675":6.44,"13676":7.01,"13678":6.42,"13679":8.13,"13681":6.29},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":6.63,"ratio":0,"diff":0},"base":{"average":6.63}},"averages":[{"start":2,"end":10,"length":9,"average":6.63,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_6_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_6_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..e4af9eca49dacc48c528009822fcc8cb53657e30 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_6_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":390,"13669":497,"13671":476,"13672":444,"13673":511,"13674":506,"13675":497,"13676":456,"13678":498,"13679":394,"13681":509},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":488.22,"ratio":0,"diff":0},"base":{"average":488.22}},"averages":[{"start":1,"end":10,"length":10,"average":488.22,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_7_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_1gpu/_7_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..a7fb22176a008461fb2f258a2afa84cd0753b36c --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_7_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.68,"13669":0.68,"13671":0.68,"13672":0.69,"13673":0.68,"13674":0.68,"13675":0.68,"13676":0.73,"13678":0.68,"13679":0.68,"13681":0.68},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":0.69,"ratio":0,"diff":0},"base":{"average":0.69}},"averages":[{"start":0,"end":10,"length":11,"average":0.69,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_7_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_1gpu/_7_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..f971a04099b7572770faedd751273c7835ed9e2c --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_7_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":35824.47,"13669":35824.47,"13671":65556.84,"13672":65556.84,"13673":35824.47,"13674":35824.47,"13675":35824.47,"13676":35824.47,"13678":35824.47,"13679":35824.47,"13681":35824.47},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":35824.47,"ratio":0,"diff":0},"base":{"average":35824.47}},"averages":[{"start":4,"end":10,"length":7,"average":35824.47,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_7_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_7_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..9c278a67a9570ea9a877b70d4724edbaf9eaf009 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_7_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":23.4,"13669":23.4,"13671":23.4,"13672":23.4,"13673":23.4,"13674":23.4,"13675":23.4,"13676":22,"13678":23.4,"13679":23.4,"13681":23.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":23.27,"ratio":0,"diff":0},"base":{"average":23.27}},"averages":[{"start":0,"end":10,"length":11,"average":23.27,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_7_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_7_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..09050fd0dd0eae6320b4cfa708c25e7ae27ec27f --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_7_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":13,"13669":12.9,"13671":13,"13672":15.3,"13673":13,"13674":13,"13675":13,"13676":12.9,"13678":12.9,"13679":13,"13681":12.9},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":12.96,"ratio":0,"diff":0},"base":{"average":12.96}},"averages":[{"start":4,"end":10,"length":7,"average":12.96,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_1gpu/_7_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_1gpu/_7_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..3f725beb8411ecd00caa8db8486e95bd780c17e3 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_1gpu/_7_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":246,"13669":248,"13671":246,"13672":209,"13673":246,"13674":246,"13675":246,"13676":248,"13678":248,"13679":246,"13681":248},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":246.86,"ratio":0,"diff":0},"base":{"average":246.86}},"averages":[{"start":4,"end":10,"length":7,"average":246.86,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_0_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_2gpu/_0_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e01e87b541e6c21b1274164300581524eeae014 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_0_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_0_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_2gpu/_0_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..1714cbe24ea2ac2367356ba0527cffb666fb1b59 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_0_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":56092.26,"13669":18217.7},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_0_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_0_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..339f7f7a2edf765dfce4b8afd2f811fcea75bf90 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_0_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":23.6,"13669":25.1},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_0_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_0_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..ea8f9aadc9dc14baa5e2514d5c0c4eec10c39f9b --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_0_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":11.9,"13669":7.71},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_0_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_0_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..f4ab94bdb28625c72aa7e4d08078df7de6e63255 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_0_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":16.8,"13669":25.9},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_1_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_2gpu/_1_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e01e87b541e6c21b1274164300581524eeae014 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_1_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_1_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_2gpu/_1_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..2ab8bd6b84cb58d011d90ebaf114aaae0210b002 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_1_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":70273.2,"13669":32398.64},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_1_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_1_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..2201c209c52079799b4a50d748aee2d7653c6941 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_1_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":26.3,"13669":27.8},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_1_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_1_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..b8419dae9c97ffd2d7baea1b0e70db7b81472394 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_1_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":11.4,"13669":7.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_1_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_1_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..e89429b764034bac6f060fb1bea4551468bd26b6 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_1_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":17.5,"13669":27},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_2_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_2gpu/_2_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e01e87b541e6c21b1274164300581524eeae014 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_2_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_2_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_2gpu/_2_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..667af950dce9e69993d0a8d3b5b3ca0810238379 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_2_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":56346.02,"13669":18471.45},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_2_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_2_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..cf3885639a7c595b31d5f60be5fb942de222580f --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_2_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":46.7,"13669":50.1},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_2_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_2_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..07593dde751c244f32579c258edb24686f85e086 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_2_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":20.1,"13669":7.89},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_2_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_2_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..88baf22560d527c942dcfa579679f2c5284afa1f --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_2_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":19.9,"13669":50.7},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_3_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_2gpu/_3_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e01e87b541e6c21b1274164300581524eeae014 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_3_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_3_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_2gpu/_3_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..5d5cdc9adb2720b1483f742a400dc8242e9d2202 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_3_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":70778.62,"13669":32904.05},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_3_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_3_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..d55766e61d91aa5c7ac3862416d61e63d69efaf4 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_3_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":51,"13669":54.3},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_3_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_3_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..37daafa6f7fdf24b9278259904f5e5efe8eb2126 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_3_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":23.1,"13669":7.68},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_3_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_3_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..0db996bfbf1d2ca13f7bd26d952176f68b2770f9 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_3_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":17.3,"13669":52.1},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_4_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_2gpu/_4_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..d106673e2758c8dc394bcb5b7dfd74f3393f68d2 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_4_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.05,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_4_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_2gpu/_4_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..7c3ebf8a99a21926413ed2ceb4dc733b2cd6c400 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_4_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":57038.08,"13669":19163.51},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_4_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_4_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e5bb297081667fcdc111428f659f208fb161000 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_4_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":75.8,"13669":99},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_4_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_4_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..9bed25bc283f4f632184960dc9b7c84439174a23 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_4_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":21.5,"13669":7.99},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_4_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_4_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..60b42a83eb76ed2eb022aaac2c6dafb13b0fa550 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_4_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":37.2,"13669":100},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_5_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_2gpu/_5_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..d106673e2758c8dc394bcb5b7dfd74f3393f68d2 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_5_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.05,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_5_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_2gpu/_5_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..50afa11badd72f9ac9a443da5b22990d928a349f --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_5_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":71617.48,"13669":33742.91},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_5_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_5_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..ba4b70ec18187fab0f14511ca891f17567ef004d --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_5_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":79.8,"13669":109},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_5_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_5_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..96594572e743a9ec16444b0e5e1b992cd89d4dcd --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_5_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":11.7,"13669":8.03},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_5_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_5_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..cdf296ccf184e4313e7127e1615e4507bd7990bd --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_5_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":68.4,"13669":99.6},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_6_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_2gpu/_6_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..d106673e2758c8dc394bcb5b7dfd74f3393f68d2 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_6_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.05,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_6_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_2gpu/_6_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..b3f2ba0f93ab06c6263f3354448760b11b503e34 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_6_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":31941.46,"13669":22300.85},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_6_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_6_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..96630df9163815b90b7ffe82fd1cea1eb951a2bc --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_6_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":319,"13669":390},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_6_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_6_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..ecaed4ff8f1679321cde14c70ba8f8d562064c13 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_6_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":15.3,"13669":8.21},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_6_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_6_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..6b409ddf54baed8462a21ecd002a5c41e4815c76 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_6_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":209,"13669":390},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_7_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_2gpu/_7_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e01e87b541e6c21b1274164300581524eeae014 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_7_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_7_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_2gpu/_7_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..f1e74f6574b4347ee9bdf4faef171a415625e5b0 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_7_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":56083.87,"13669":38872.55},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_7_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_7_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..6eecebbb760f56fac2d952ad7e8b9f0b16aac820 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_7_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":403,"13669":438},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_7_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_7_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..a59c5092107c14fcc6feba0f2d6ddc3f8630fec7 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_7_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":19.8,"13669":13.2},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_2gpu/_7_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_2gpu/_7_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..b6d7fb4b63bf5f716c6fc11c960407c596139ca3 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_2gpu/_7_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":162,"13669":242},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_0_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_4gpu/_0_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e01e87b541e6c21b1274164300581524eeae014 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_0_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_0_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_4gpu/_0_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..95816f68ffa0cda70d9ebfab6dba0275b117801e --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_0_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":64291.86,"13669":22233.48},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_0_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_0_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..087fa4715b0419d26dc7003022a0b1e7a6c1a923 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_0_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":23.8,"13669":24.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_0_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_0_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..8678219343bdcc0fc5b8bacde97354bd4f206ad0 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_0_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":11.7,"13669":7.83},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_0_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_0_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..42df76f29e39ab430ed2c876139cd792da159bbd --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_0_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":17.1,"13669":25.5},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_1_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_4gpu/_1_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e01e87b541e6c21b1274164300581524eeae014 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_1_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_1_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_4gpu/_1_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..f72bb3309f3ba06f7be8341ab937e2684da142a9 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_1_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":78514.75,"13669":36456.37},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_1_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_1_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..b4e9bcda88313d153e203e861975e44a5b8a6f7f --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_1_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":26.2,"13669":27.5},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_1_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_1_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..03a1d581340aeb90aaa600963eb2a8af92560542 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_1_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":12.1,"13669":7.47},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_1_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_1_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..d29e4d43e7edcdce2994165a3bcb9ca3af6c6bec --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_1_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":16.5,"13669":26.8},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_2_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_4gpu/_2_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..d106673e2758c8dc394bcb5b7dfd74f3393f68d2 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_2_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.05,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_2_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_4gpu/_2_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..519083c47819b223f31b795a0580988b10e76df6 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_2_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":64629.51,"13669":22571.12},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_2_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_2_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..1b8ec8c52703e669c855703b6ad22320ba505f3c --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_2_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":38,"13669":49.6},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_2_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_2_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..289142ddf937201f1825a0cdaecd9bf329dc54b2 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_2_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":16.1,"13669":7.94},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_2_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_2_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..946631e5b6e1c7d88849fb75ea6176991289e4c4 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_2_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":24.8,"13669":50.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_3_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_4gpu/_3_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e01e87b541e6c21b1274164300581524eeae014 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_3_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_3_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_4gpu/_3_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..3be7511545cdc9ba93b7b28face7d0548a65e278 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_3_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":79104.05,"13669":37045.67},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_3_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_3_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..d12f11377616f877bb4f57976fea1587fe44d748 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_3_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":51.7,"13669":53.5},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_3_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_3_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..67eff7d05e4939c0d8ee07f046cb816d748d962f --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_3_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":16.9,"13669":7.92},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_3_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_3_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..09285cea6ed64a365950a9afa58c9edf31016553 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_3_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":23.7,"13669":50.5},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_4_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_4gpu/_4_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e01e87b541e6c21b1274164300581524eeae014 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_4_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_4_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_4gpu/_4_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..35740c1d451bd52a92edd504be4a287baf78d1ae --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_4_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":65384.48,"13669":23326.1},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_4_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_4_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..cd924c0845bd7cce7902b6e6f0558cb1664d6587 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_4_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":94.3,"13669":98.8},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_4_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_4_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..bdb468027e037b441ba12ebccdb257a91a893178 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_4_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":15.2,"13669":8.01},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_4_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_4_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..e8b8a605523b0d65f85c8c6f809c827adcd2d1ed --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_4_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":52.6,"13669":99.9},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_5_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_4gpu/_5_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..d106673e2758c8dc394bcb5b7dfd74f3393f68d2 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_5_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.05,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_5_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_4gpu/_5_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..67ea0cc8d6913cf50bf6827a9536d61986f9b219 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_5_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":80123.27,"13669":38064.88},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_5_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_5_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..ecb88007091d6140b28e56790a61fe0b6f03653c --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_5_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":79.8,"13669":107},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_5_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_5_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..0cf6459712180ba88ca130cde81eff2fe2183cda --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_5_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":10.5,"13669":8.46},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_5_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_5_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..7812aba61943ddc99f91c67e6df0139a440e6f36 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_5_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":76.2,"13669":94.6},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_6_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_4gpu/_6_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..a5bde31ddd81bc0b97df78e80a885bf74b7a9902 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_6_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.05},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_6_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_4gpu/_6_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..5889ab89fba11590ea1df43a2ae073c14043aeb0 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_6_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":27121.94,"13669":27121.94},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_6_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_6_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..32185c919434babbc9d15e792e05f44a569c5b63 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_6_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":368,"13669":308},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_6_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_6_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..bca82cdf0bcc1f8d2aad46b1657dc396d5d05402 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_6_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":8.65,"13669":10.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_6_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_6_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..46eb64a51cb207c7faca83079c47993a40228585 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_6_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":370,"13669":308},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_7_forward/_latency_s/_.json b/dana/configs/db/Inference/series/llama_4gpu/_7_forward/_latency_s/_.json new file mode 100644 index 0000000000000000000000000000000000000000..2e01e87b541e6c21b1274164300581524eeae014 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_7_forward/_latency_s/_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.04,"13669":0.04},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_7_forward/_peak_memo/ry_MB_.json b/dana/configs/db/Inference/series/llama_4gpu/_7_forward/_peak_memo/ry_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..c9d5c2a9da564dad3c8f6a4b16703a0f6ce8a05b --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_7_forward/_peak_memo/ry_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":44180.18,"13669":44180.18},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_7_forward/_throughpu/t_samples_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_7_forward/_throughpu/t_samples_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..3b186b52707ebc332cb06855bb394db48ca1a303 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_7_forward/_throughpu/t_samples_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":403,"13669":391},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_7_generat/e_latency_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_7_generat/e_latency_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..4df13fac107b383987dcf92e8971baa488d5fd0f --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_7_generat/e_latency_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":14.3,"13669":14.3},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/llama_4gpu/_7_generat/e_throughp/ut_tokens_/s_.json b/dana/configs/db/Inference/series/llama_4gpu/_7_generat/e_throughp/ut_tokens_/s_.json new file mode 100644 index 0000000000000000000000000000000000000000..21539b93bbb595e6374069a87c92bacad5d6ae55 --- /dev/null +++ b/dana/configs/db/Inference/series/llama_4gpu/_7_generat/e_throughp/ut_tokens_/s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":224,"13669":224},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13669","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13669}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/pytorch_be/rt_0_forwa/rd_latency/_s_.json b/dana/configs/db/Inference/series/pytorch_be/rt_0_forwa/rd_latency/_s_.json new file mode 100644 index 0000000000000000000000000000000000000000..39aad89cd29959b551579a48f3b83d0f79a761c6 --- /dev/null +++ b/dana/configs/db/Inference/series/pytorch_be/rt_0_forwa/rd_latency/_s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13635":0,"13636":0,"13637":0,"13638":0,"13639":0,"13640":0,"13641":0,"13642":0,"13643":0,"13644":0,"13645":0,"13646":0,"13647":0,"13648":0,"13649":0,"13650":0,"13651":0,"13652":0,"13653":0,"13654":0,"13655":0,"13656":0,"13657":0,"13658":0,"13659":0,"13660":0,"13661":0,"13662":0,"13663":0,"13664":0,"13665":0,"13666":0,"13667":0,"13668":0,"13669":0,"13671":0,"13672":0,"13673":0,"13674":0,"13675":0,"13676":0,"13677":0,"13678":0,"13679":0,"13681":0,"13697":0},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":0,"ratio":0,"diff":0},"base":{"average":0}},"averages":[{"start":0,"end":45,"length":46,"average":0,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/pytorch_be/rt_0_forwa/rd_peak_me/mory_MB_.json b/dana/configs/db/Inference/series/pytorch_be/rt_0_forwa/rd_peak_me/mory_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..939ca34681c2aa3b3add69bff28e949ddb564663 --- /dev/null +++ b/dana/configs/db/Inference/series/pytorch_be/rt_0_forwa/rd_peak_me/mory_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13697":467.41},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/pytorch_be/rt_0_forwa/rd_through/put_sample/s_s_.json b/dana/configs/db/Inference/series/pytorch_be/rt_0_forwa/rd_through/put_sample/s_s_.json new file mode 100644 index 0000000000000000000000000000000000000000..44205e9972cbea887b0d90e80909211e4b05bdab --- /dev/null +++ b/dana/configs/db/Inference/series/pytorch_be/rt_0_forwa/rd_through/put_sample/s_s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13635":288,"13636":282,"13637":328,"13638":314,"13639":272,"13640":312,"13641":301,"13642":280,"13643":324,"13644":286,"13645":319,"13646":331,"13647":324,"13648":298,"13649":326,"13650":319,"13651":309,"13652":283,"13653":292,"13654":314,"13655":267,"13656":270,"13657":270,"13658":325,"13659":258,"13660":316,"13661":276,"13662":328,"13663":272,"13664":325,"13665":259,"13666":317,"13667":306,"13668":250,"13669":331,"13671":278,"13672":284,"13673":315,"13674":318,"13675":307,"13676":316,"13677":282,"13678":276,"13679":306,"13681":270,"13697":920},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":310.14,"ratio":0,"diff":0},"base":{"average":310.14}},"averages":[{"start":5,"end":45,"length":41,"average":310.14,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/pytorch_be/rt_1_forwa/rd_latency/_s_.json b/dana/configs/db/Inference/series/pytorch_be/rt_1_forwa/rd_latency/_s_.json new file mode 100644 index 0000000000000000000000000000000000000000..ab265493fb44093f578cd6cf3edf97e8d0ca602e --- /dev/null +++ b/dana/configs/db/Inference/series/pytorch_be/rt_1_forwa/rd_latency/_s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13697":0},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/pytorch_be/rt_1_forwa/rd_peak_me/mory_MB_.json b/dana/configs/db/Inference/series/pytorch_be/rt_1_forwa/rd_peak_me/mory_MB_.json new file mode 100644 index 0000000000000000000000000000000000000000..c4d2753561b8b5abdf1bb688b8014e59789fe518 --- /dev/null +++ b/dana/configs/db/Inference/series/pytorch_be/rt_1_forwa/rd_peak_me/mory_MB_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13697":466.17},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/pytorch_be/rt_1_forwa/rd_through/put_sample/s_s_.json b/dana/configs/db/Inference/series/pytorch_be/rt_1_forwa/rd_through/put_sample/s_s_.json new file mode 100644 index 0000000000000000000000000000000000000000..10302289f2f03dd4e8147a4e338880b28ce79b02 --- /dev/null +++ b/dana/configs/db/Inference/series/pytorch_be/rt_1_forwa/rd_through/put_sample/s_s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13697":247},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/pytorch_gp/t2_0_forwa/rd_latency/_s_.json b/dana/configs/db/Inference/series/pytorch_gp/t2_0_forwa/rd_latency/_s_.json new file mode 100644 index 0000000000000000000000000000000000000000..39aad89cd29959b551579a48f3b83d0f79a761c6 --- /dev/null +++ b/dana/configs/db/Inference/series/pytorch_gp/t2_0_forwa/rd_latency/_s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13635":0,"13636":0,"13637":0,"13638":0,"13639":0,"13640":0,"13641":0,"13642":0,"13643":0,"13644":0,"13645":0,"13646":0,"13647":0,"13648":0,"13649":0,"13650":0,"13651":0,"13652":0,"13653":0,"13654":0,"13655":0,"13656":0,"13657":0,"13658":0,"13659":0,"13660":0,"13661":0,"13662":0,"13663":0,"13664":0,"13665":0,"13666":0,"13667":0,"13668":0,"13669":0,"13671":0,"13672":0,"13673":0,"13674":0,"13675":0,"13676":0,"13677":0,"13678":0,"13679":0,"13681":0,"13697":0},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":0,"ratio":0,"diff":0},"base":{"average":0}},"averages":[{"start":0,"end":45,"length":46,"average":0,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/pytorch_gp/t2_0_forwa/rd_through/put_sample/s_s_.json b/dana/configs/db/Inference/series/pytorch_gp/t2_0_forwa/rd_through/put_sample/s_s_.json new file mode 100644 index 0000000000000000000000000000000000000000..07f124b4cd53ce8c8fd0dd8471ca584716c5f70a --- /dev/null +++ b/dana/configs/db/Inference/series/pytorch_gp/t2_0_forwa/rd_through/put_sample/s_s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13635":281,"13636":310,"13637":300,"13638":307,"13639":326,"13640":307,"13641":272,"13642":309,"13643":296,"13644":312,"13645":313,"13646":284,"13647":312,"13648":309,"13649":325,"13650":301,"13651":322,"13652":285,"13653":317,"13654":263,"13655":253,"13656":258,"13657":263,"13658":312,"13659":256,"13660":268,"13661":266,"13662":317,"13663":328,"13664":318,"13665":253,"13666":260,"13667":255,"13668":251,"13669":258,"13671":254,"13672":251,"13673":322,"13674":254,"13675":249,"13676":293,"13677":253,"13678":264,"13679":311,"13681":251,"13697":267},"state":{"analyse":"improvementNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"improvement","current":{"average":255.38,"ratio":-17.62,"diff":-54.62},"base":{"average":310}},"averages":[{"start":1,"end":29,"length":29,"average":310,"ratio":0,"diff":0,"status":"similar"},{"start":30,"end":45,"length":16,"average":255.38,"ratio":-17.62,"diff":-54.62,"status":"improvement"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/pytorch_gp/t2_0_gener/ate_latenc/y_s_.json b/dana/configs/db/Inference/series/pytorch_gp/t2_0_gener/ate_latenc/y_s_.json new file mode 100644 index 0000000000000000000000000000000000000000..2482189206e5b3599803f385021c87b8fd47a04c --- /dev/null +++ b/dana/configs/db/Inference/series/pytorch_gp/t2_0_gener/ate_latenc/y_s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13635":0.48,"13636":0.49,"13637":0.48,"13638":0.49,"13639":0.48,"13640":0.48,"13641":0.51,"13642":0.48,"13643":0.49,"13644":0.52,"13645":0.49,"13646":0.5,"13647":0.49,"13648":0.48,"13649":0.48,"13650":0.5,"13651":0.48,"13652":0.52,"13653":0.48,"13654":0.5,"13655":0.54,"13656":0.52,"13657":0.51,"13658":0.48,"13659":0.48,"13660":0.48,"13661":0.48,"13662":0.49,"13663":0.48,"13664":0.48,"13665":0.53,"13666":0.54,"13667":0.53,"13668":0.53,"13669":0.53,"13671":0.53,"13672":0.51,"13673":0.52,"13674":0.49,"13675":0.54,"13676":0.48,"13677":0.52,"13678":0.52,"13679":0.49,"13681":0.5,"13697":0.54},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":0.5,"ratio":0,"diff":0},"base":{"average":0.5}},"averages":[{"start":0,"end":45,"length":46,"average":0.5,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Inference/series/pytorch_gp/t2_0_gener/ate_throug/hput_token/s_s_.json b/dana/configs/db/Inference/series/pytorch_gp/t2_0_gener/ate_throug/hput_token/s_s_.json new file mode 100644 index 0000000000000000000000000000000000000000..9104de21f8dbac0ddcffa22f65f4fe64044404f2 --- /dev/null +++ b/dana/configs/db/Inference/series/pytorch_gp/t2_0_gener/ate_throug/hput_token/s_s_.json @@ -0,0 +1 @@ +{"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13635":206,"13636":204,"13637":207,"13638":206,"13639":208,"13640":207,"13641":198,"13642":207,"13643":202,"13644":192,"13645":205,"13646":201,"13647":204,"13648":206,"13649":206,"13650":199,"13651":206,"13652":192,"13653":207,"13654":199,"13655":184,"13656":194,"13657":195,"13658":208,"13659":209,"13660":206,"13661":207,"13662":202,"13663":207,"13664":207,"13665":189,"13666":186,"13667":189,"13668":187,"13669":189,"13671":190,"13672":198,"13673":194,"13674":202,"13675":186,"13676":207,"13677":193,"13678":192,"13679":204,"13681":198,"13697":185},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":199.35,"ratio":0,"diff":0},"base":{"average":199.35}},"averages":[{"start":0,"end":45,"length":46,"average":199.35,"ratio":0,"diff":0,"status":"similar"}]}} \ No newline at end of file diff --git a/dana/configs/db/Training/infos/builds.json b/dana/configs/db/Training/infos/builds.json new file mode 100644 index 0000000000000000000000000000000000000000..7fb37b43cca52560737840cbb9386ef5bd178cec --- /dev/null +++ b/dana/configs/db/Training/infos/builds.json @@ -0,0 +1 @@ +{"13635":{"buildId":13635,"infos":{"hash":"9e57e0c0633a7d730c8b4c785e6925dfd907e36d","abbrevHash":"9e57e0c0","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Fix `torch_job` worker(s) crashing (#25374)","url":null}},"13636":{"buildId":13636,"infos":{"hash":"5bd8c011bb24201148c1a2ba753ffd3f0822f004","abbrevHash":"5bd8c011","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: add config-level validation (#25381)","url":null}},"13637":{"buildId":13637,"infos":{"hash":"9c7b744795623ad045473680bf8cd79c2058b780","abbrevHash":"9c7b7447","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Fix missing usage of `token` (#25382)","url":null}},"13638":{"buildId":13638,"infos":{"hash":"5b517e1764221c17e57db7bea5679b513c7026a5","abbrevHash":"5b517e17","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Use small config for `OneFormerModelTest.test_model_with_labels` (#25383)","url":null}},"13639":{"buildId":13639,"infos":{"hash":"e3490104da84d0bfd6bbfdcb41ea591be7fa8037","abbrevHash":"e3490104","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Add copied from for image processor methods (#25121)","url":null}},"13640":{"buildId":13640,"infos":{"hash":"3a05e010e0c7e8abd3e5357dd4e89e28cc69003e","abbrevHash":"3a05e010","authorName":"Marc Sun","authorEmail":"57196510+SunMarc@users.noreply.github.com","subject":"change version (#25387)","url":null}},"13641":{"buildId":13641,"infos":{"hash":"41c5f45bfe958be58bac6c891652f632ebac23e2","abbrevHash":"41c5f45b","authorName":"Abhipsha Das","authorEmail":"abhipsha.das16@gmail.com","subject":"[DOCS] Add example for `TopPLogitsWarper` (#25361)","url":null}},"13642":{"buildId":13642,"infos":{"hash":"1367142afd363e2799e3299b9bbf14fcb5e848c0","abbrevHash":"1367142a","authorName":"SeongWooChoi","authorEmail":"46990061+nuatmochoi@users.noreply.github.com","subject":"🌐 [i18n-KO] Translated `perf_train_cpu_many.md` to Korean (#24923)","url":null}},"13643":{"buildId":13643,"infos":{"hash":"1564a81ac56b0620230b0e3ed886d8accd22388c","abbrevHash":"1564a81a","authorName":"David Reguera","authorEmail":"33068707+nablabits@users.noreply.github.com","subject":"16059 - Add missing type hints for ASTModel (#25364)","url":null}},"13644":{"buildId":13644,"infos":{"hash":"85447bb22ebfe485c998607ccc1358c8c6a5ade9","abbrevHash":"85447bb2","authorName":"jiqing-feng","authorEmail":"107918818+jiqing-feng@users.noreply.github.com","subject":"rm useless condition since the previous condition contains it. (#25403)","url":null}},"13645":{"buildId":13645,"infos":{"hash":"599377161b75d3c66bd6a94f605a733f7c6edbd1","abbrevHash":"59937716","authorName":"Sylvain Gugger","authorEmail":"35901082+sgugger@users.noreply.github.com","subject":"Fix path for dynamic module creation (#25402)","url":null}},"13646":{"buildId":13646,"infos":{"hash":"ea5dda22904e807437e07cdfa5d3d89f17a590f7","abbrevHash":"ea5dda22","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"YOLOS - Revert default return_pixel_mask value (#25404)","url":null}},"13647":{"buildId":13647,"infos":{"hash":"d59b872c9e77e23acbc8e504e5720cf59313b40b","abbrevHash":"d59b872c","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Docs: introduction to generation with LLMs (#25240)","url":null}},"13648":{"buildId":13648,"infos":{"hash":"3deed1f97e9dcfc1a7b9071e290a8844526f2d2a","abbrevHash":"3deed1f9","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: length validation (#25384)","url":null}},"13649":{"buildId":13649,"infos":{"hash":"00b93cda213aa3e754ebbec6ccda77cca4b67247","abbrevHash":"00b93cda","authorName":"Alan Ji","authorEmail":"hzji210@gmail.com","subject":"Improve training args (#25401)","url":null}},"13650":{"buildId":13650,"infos":{"hash":"f456b4d10b5c72e0cfe835d3f22a71079c513eb2","abbrevHash":"f456b4d1","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: generation config validation fixes in docs (#25405)","url":null}},"13651":{"buildId":13651,"infos":{"hash":"ef74da6582a3ac9224ea7a770dfc01a1c91b4985","abbrevHash":"ef74da65","authorName":"David Reguera","authorEmail":"33068707+nablabits@users.noreply.github.com","subject":"16059 - Add extra type hints for AltCLIPModel (#25399)","url":null}},"13652":{"buildId":13652,"infos":{"hash":"eb3ded16f730019b223b06514a8d03df4199feb1","abbrevHash":"eb3ded16","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: lower severity of parameterization checks (#25407)","url":null}},"13653":{"buildId":13653,"infos":{"hash":"f2a43c7383091a36275b852b39a47865694b8f39","abbrevHash":"f2a43c73","authorName":"Maria Khalusova","authorEmail":"kafooster@gmail.com","subject":"VQA task guide (#25244)","url":null}},"13654":{"buildId":13654,"infos":{"hash":"133aac09b043cae5fa0aeedfac854d2498431533","abbrevHash":"133aac09","authorName":"MinJae Kang","authorEmail":"39152134+mjk0618@users.noreply.github.com","subject":"🌐 [i18n-KO] Translated `add_new_model.md` to Korean (#24957)","url":null}},"13655":{"buildId":13655,"infos":{"hash":"cf84738d2eee4de270b433bfaceb67c816c8b328","abbrevHash":"cf84738d","authorName":"Hyeonseo Yun","authorEmail":"0525yhs@gmail.com","subject":"🌐 [i18n-KO] Translated `model_summary.md` to Korean (#24625)","url":null}},"13656":{"buildId":13656,"infos":{"hash":"704bf595eb08aeedac61ab43a479f3f342dbefe9","abbrevHash":"704bf595","authorName":"Yoach Lacombe","authorEmail":"52246514+ylacombe@users.noreply.github.com","subject":"Update Bark generation configs and tests (#25409)","url":null}},"13657":{"buildId":13657,"infos":{"hash":"cb3c821cb74e3c519667ab4db88002c9d0d2034d","abbrevHash":"cb3c821c","authorName":"hukuda222","authorEmail":"zionbanzai3@gmail.com","subject":"aligned sample_beam output selection with beam_search (#25375)","url":null}},"13658":{"buildId":13658,"infos":{"hash":"944ddce8bfd09ebbbdc71fb1d116421db42149b2","abbrevHash":"944ddce8","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Enable passing number of channels when inferring data format (#25412)","url":null}},"13659":{"buildId":13659,"infos":{"hash":"d0c1aebea467af499331234e7b285a6bf91ea073","abbrevHash":"d0c1aebe","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Bark: flexible generation config overload (#25414)","url":null}},"13660":{"buildId":13660,"infos":{"hash":"b175fc39d93512204e7e784bd5b4f6c87580d54b","abbrevHash":"b175fc39","authorName":"NielsRogge","authorEmail":"48327001+NielsRogge@users.noreply.github.com","subject":"[DINOv2] Update pooler output (#25392)","url":null}},"13661":{"buildId":13661,"infos":{"hash":"b14d4641f60b2287e7212c500d6d2cbfda3e8401","abbrevHash":"b14d4641","authorName":"TaeYupNoh","authorEmail":"107118671+TaeYupNoh@users.noreply.github.com","subject":"🌐 [i18n-KO] Translated `philosophy.md` to Korean (#25010)","url":null}},"13662":{"buildId":13662,"infos":{"hash":"16edf4d9fdc68d6aa43fc9a99db57a0ea70b638b","abbrevHash":"16edf4d9","authorName":"Sylvain Gugger","authorEmail":"35901082+sgugger@users.noreply.github.com","subject":"Doc checks (#25408)","url":null}},"13663":{"buildId":13663,"infos":{"hash":"123ad5363f1a24bdf8ff97e10200f05144cdebf6","abbrevHash":"123ad536","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generation: strict generation config validation at save time (#25411)","url":null}},"13664":{"buildId":13664,"infos":{"hash":"d0839f1a7429cac49ed5eb347f0a536258c3707f","abbrevHash":"d0839f1a","authorName":"Sanchit Gandhi","authorEmail":"93869735+sanchit-gandhi@users.noreply.github.com","subject":"[WavLM] Fix Arxiv link and authors (#25415)","url":null}},"13665":{"buildId":13665,"infos":{"hash":"3e41cf13fc56335ace852b14decc198557052d4f","abbrevHash":"3e41cf13","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: Load generation config when `device_map` is passed (#25413)","url":null}},"13666":{"buildId":13666,"infos":{"hash":"e7b001db4fbd33d77de95cf684d13d7605660d1b","abbrevHash":"e7b001db","authorName":"Merve Noyan","authorEmail":"merveenoyan@gmail.com","subject":"Fix rendering for `torch.compile()` docs (#25432)","url":null}},"13667":{"buildId":13667,"infos":{"hash":"2d6839eaa666a106e3fa338864143bf2ef22f976","abbrevHash":"2d6839ea","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Add `examples` to tests to run when `setup.py` is modified (#25437)","url":null}},"13668":{"buildId":13668,"infos":{"hash":"a7da2996a00c0ea083012ac86ab70f0bc4799f33","abbrevHash":"a7da2996","authorName":"Zach Mueller","authorEmail":"muellerzr@gmail.com","subject":"Fix issue with ratio evaluation steps and auto find batch size (#25436)","url":null}},"13669":{"buildId":13669,"infos":{"hash":"347001237a8ff845fc23f678107fc505361f9f13","abbrevHash":"34700123","authorName":"Alan Ji","authorEmail":"hzji210@gmail.com","subject":"docs: add LLaMA-Efficient-Tuning to awesome-transformers (#25441)","url":null}},"13671":{"buildId":13671,"infos":{"hash":"454957c9bb5e8270c384ad46a1bb96928997c249","abbrevHash":"454957c9","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Fix for #25437 (#25454)","url":null}},"13672":{"buildId":13672,"infos":{"hash":"41d56ea6dd972a6a7e12c2a2228e491a5ec18a5f","abbrevHash":"41d56ea6","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Refactor image processor testers (#25450)","url":null}},"13673":{"buildId":13673,"infos":{"hash":"4692d2619433f1eb064f3da4f3573f060a115eac","abbrevHash":"4692d261","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Switch Transformers: remove overwritten beam sample test (#25458)","url":null}},"13674":{"buildId":13674,"infos":{"hash":"1d75768695f667fc1efcb8823c062d41ad30f090","abbrevHash":"1d757686","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Reuse the cache created for latest `main` on PRs/branches if `setup.py` is not modified (#25445)","url":null}},"13675":{"buildId":13675,"infos":{"hash":"0acf56224bd98cbf0413218f362a3a61805a7844","abbrevHash":"0acf5622","authorName":"Gema Parreño","authorEmail":"gema.parreno.piqueras@gmail.com","subject":"Update run_translation.py broken link example Pytoch (#25461)","url":null}},"13676":{"buildId":13676,"infos":{"hash":"11757e2bbd8ef89391ccb9ce0416420e16fa36f9","abbrevHash":"11757e2b","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Add input_data_format argument, image transforms (#25462)","url":null}},"13677":{"buildId":13677,"infos":{"hash":"5e5fa0d88c293e6d5be2517b4f45680ba3bb5df2","abbrevHash":"5e5fa0d8","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Mark flaky tests (#25463)","url":null}},"13678":{"buildId":13678,"infos":{"hash":"fe3c8ab1af558b95f67f5fafc0c55f09fd2b09db","abbrevHash":"fe3c8ab1","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Revert \"Reuse the cache created for latest `main` on PRs/branches\" (#25466)","url":null}},"13679":{"buildId":13679,"infos":{"hash":"892f9ea0db18d1bef81ea45221f53745c03509f5","abbrevHash":"892f9ea0","authorName":"Erfan Zekri Esfahani","authorEmail":"40582518+eze1376@users.noreply.github.com","subject":"import required torch and numpy libraries (#25483)","url":null}},"13681":{"buildId":13681,"infos":{"hash":"0ebe7ae16076f727ac40c47f8f9167013c4596d8","abbrevHash":"0ebe7ae1","authorName":"dependabot[bot]","authorEmail":"49699333+dependabot[bot]@users.noreply.github.com","subject":"Bump gitpython from 3.1.30 to 3.1.32 in /examples/research_projects/decision_transformer (#25467)","url":null}},"13697":{"buildId":13697,"infos":{"hash":"5ccf343aebdb7c913cc41149c9f8b4fbe37c0028","abbrevHash":"5ccf343a","authorName":"Sylvain Gugger","authorEmail":"35901082+sgugger@users.noreply.github.com","subject":"Fix nested configs of Jukebox (#25533)","url":null}}} \ No newline at end of file diff --git a/dana/configs/db/admin/compares.json b/dana/configs/db/admin/compares.json new file mode 100644 index 0000000000000000000000000000000000000000..5898963fecca7a0a90bc588c2366c4a831fede26 --- /dev/null +++ b/dana/configs/db/admin/compares.json @@ -0,0 +1 @@ +{"Compare_with_build_1000":{"compareId":"Compare_with_build_1000","description":"Build 1000","projectId":"Test","useAverage":true,"compareWith":{"projectId":"Test","useAverage":false}},"Compare_with_build_1000_avg":{"compareId":"Compare_with_build_1000_avg","description":"Average build 1000","projectId":"Test","useAverage":true,"compareWith":{"projectId":"Test","useAverage":true}},"Compare_with_build_1000_filter_1":{"compareId":"Compare_with_build_1000_filter_1","description":"Build 1000 filter 1","projectId":"Test","filter":"1","useAverage":true,"compareWith":{"projectId":"Test","buildId":1000,"useAverage":true}},"Compare_with_build_1000_replace_2_1":{"compareId":"Compare_with_build_1000_replace_2_1","description":"Build 1000 replace 2 -> 1","projectId":"Test","filter":"2","useAverage":true,"compareWith":{"projectId":"Test","replace":{"substr":"2","newSubStr":"1"},"buildId":1000,"useAverage":true}}} diff --git a/dana/configs/db/admin/globalStats.json b/dana/configs/db/admin/globalStats.json new file mode 100644 index 0000000000000000000000000000000000000000..662b58f2d5db5addace3922c4b62edc567c65d73 --- /dev/null +++ b/dana/configs/db/admin/globalStats.json @@ -0,0 +1 @@ +{"numSamples":903,"numSeries":130,"projects":{"Inference":{"numSamples":903,"numSeries":130}}} \ No newline at end of file diff --git a/dana/configs/db/admin/projects.json b/dana/configs/db/admin/projects.json new file mode 100644 index 0000000000000000000000000000000000000000..5ecb3f5697f2f3e23a570717ee32296245a7df10 --- /dev/null +++ b/dana/configs/db/admin/projects.json @@ -0,0 +1 @@ +{"Test":{"description":"This is a test project","infos":"This is a test project","users":"myadress.com"},"Training":{"description":"Benchmarks related to training","users":"","useBugTracker":false},"Inference":{"description":"Benchmarks related to inference","users":"","useBugTracker":false}} \ No newline at end of file diff --git a/dana/dana-bot/README.md b/dana/dana-bot/README.md new file mode 100644 index 0000000000000000000000000000000000000000..485a3787daaa1834b407eff9db95f885ab013a86 --- /dev/null +++ b/dana/dana-bot/README.md @@ -0,0 +1,11 @@ +# dana-bot + +dana-bot provides a continuous testing and regression bot to run tests/benchmarks following git repositories updates, sending tests/benchmarks to Dana. Tests or benchmarks can be run in parallel to reduce testing/benchmarking time. + +## Have a demo + +See [Demo documentation](docs/Demo.md) to know who to setup a Demo dana-bot server on your machine in few commands. + +## Setup a server + +See [Setup documentation](docs/Setup.md) to know who to setup a dana-bot server. diff --git a/dana/dana-bot/demo/configs/bot.js b/dana/dana-bot/demo/configs/bot.js new file mode 100644 index 0000000000000000000000000000000000000000..ee49499a1addcac634e76aed803d7c34586b9ffa --- /dev/null +++ b/dana/dana-bot/demo/configs/bot.js @@ -0,0 +1,32 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +module.exports.config = { + system: 'MyComputer', + ip: 'localhost', + port: 5051, + runners: { + "mymac": { + cpu: 2, + sys: 'OSX', + env: {} + } + }, + admin: { + name: 'admin', + password: 'admin' + } +} diff --git a/dana/dana-bot/demo/configs/repositories.js b/dana/dana-bot/demo/configs/repositories.js new file mode 100644 index 0000000000000000000000000000000000000000..f579f8973ae18054c3bcbf4af744cf407fffa834 --- /dev/null +++ b/dana/dana-bot/demo/configs/repositories.js @@ -0,0 +1,8 @@ +{ + "Dana": { + "name": "Dana", + "git": { + "url": "https://github.com/google/dana.git" + } + } +} diff --git a/dana/dana-bot/demo/configs/tasks.js b/dana/dana-bot/demo/configs/tasks.js new file mode 100644 index 0000000000000000000000000000000000000000..c7ae1ec4fac13d52de161689d93b9e3e06c6d040 --- /dev/null +++ b/dana/dana-bot/demo/configs/tasks.js @@ -0,0 +1,16 @@ +{ + "Sync": { + "name": "Sync", + "repository": "Dana", + "branch": "origin/master", + "command": "runSync", + "active": true, + "priority": 5, + "mode": "patch", + "period": { + "tick": 1 + }, + "base": "585018f91182f217172cd519d32bb1e1e7ec591a", + "notify": "" + } +} diff --git a/dana/dana-bot/demo/project/commands.js b/dana/dana-bot/demo/project/commands.js new file mode 100644 index 0000000000000000000000000000000000000000..d4532a1cc9846eaf46f342424a37d4acc342ebd9 --- /dev/null +++ b/dana/dana-bot/demo/project/commands.js @@ -0,0 +1,71 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ +var os = require('os'); +var fs = require('fs'); +var path = require('path'); +var cwd = process.cwd(); +var debug = false; +var bot; + +var modules = { + sync: require('./sync') +} + +module.exports = { + setup: setup, + modules: modules, + userCommands: { + runSync: { + hdl: runSync, + args: 0, + help: 'runSync -- Run sync command ' + } + } +}; + +function setup(nodeCiBot) { + if (debug) console.log('dana-bot launched'); + bot = nodeCiBot; +} + +function runSync() { + bot.startRun(1, startRunDone); + + function startRunDone(err) { + if (err) { + bot.endRun('error - cannot start - ' + err); + return; + } + + bot.start('sync'); + + bot.addAll(modules.sync, { + action: 'sync' + }); + + function syncEnd(series) { + if (!bot.checkAllTestsPassing(series)) { + hdl('sync failed', series); + return; + } + bot.endRun('done'); + } + bot.end(syncEnd); + } +} diff --git a/dana/dana-bot/demo/project/sync.js b/dana/dana-bot/demo/project/sync.js new file mode 100644 index 0000000000000000000000000000000000000000..c1b7de76fea32ef320819304af80b5379293b43b --- /dev/null +++ b/dana/dana-bot/demo/project/sync.js @@ -0,0 +1,55 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ +/* eslint new-cap: "error" */ + +function run(options, hdl) { + function exit(v) { + function pexit() { + hdl(v); + } + process.nextTick(pexit); + } + + console.log('SYNC RUNNING', options) + + exit({ + error: undefined, + stdout: undefined, + stderr: undefined, + passing: true, + value: true + }) +} + +function setConfig(config) {} + +function getSerieDesc(options) { + return { + name: "Synchronization barrier" + } +} + +module.exports = { + setConfig: setConfig, + run: run, + requires: { + alone: true + }, + getSerieDesc: getSerieDesc +}; diff --git a/dana/dana-bot/docs/Demo.md b/dana/dana-bot/docs/Demo.md new file mode 100644 index 0000000000000000000000000000000000000000..621c0e8e2d3d5c3af3b3b507a9fa0aabc217ecd5 --- /dev/null +++ b/dana/dana-bot/docs/Demo.md @@ -0,0 +1,21 @@ +# Demo + +Here are the steps to setup a dana-bot server. + +As a requirement, you need to have node.js installed on your machine. [See nodejs download](https://nodejs.org/en/download/). + +## Instructions for Mac/Linux + +``` +$ npm install +$ cp -r demo/configs configs +$ cp -r demo/project project +$ npm start +``` + +## Accessing dana-bot + +[Just open a browser on http://localhost:5051](http://localhost:5051/). +Log using *login:admin* and *password:admin*. Then click on 'start bot' button. + +Enjoy :) diff --git a/dana/dana-bot/docs/Setup.md b/dana/dana-bot/docs/Setup.md new file mode 100644 index 0000000000000000000000000000000000000000..874aad3cd9a28ecd6800b76fde6f667212e66410 --- /dev/null +++ b/dana/dana-bot/docs/Setup.md @@ -0,0 +1,57 @@ +# Setup + +Here are the steps to setup your own dana-bot server. + +## Requirements + +As a requirement, you need to have node.js installed on your machine. [See nodejs download](https://nodejs.org/en/download/). + +## Instructions for Mac/Linux + +### Install modules + +First, install dependent node modules + +``` +$ npm install +``` + +### Create config directory + +Second, you need to create a **configs** directory. The database and temporary dana-bot working files will be created in this directory. + +``` +$ mkdir configs +``` + +### Create bot.js configuration file + +See [how to create bot.js configuration file](bot.js.md) + +### Create project directory + +See [how to create a project](project.md) + +### Run + +You're ready to run the server :) + +To start the server, there are two options: + +``` +$ node src/server.js +or +$ npm start +``` + +*dana-bot* has a web interface on the port defined in bot.js configuration file. Just open it using the url **http://config.ip:config.port** (for example http://localhost:5051/) + +### Configure email account + +Dana-bot provides a way to use a gmail account to send emails using Gmail APIs. Follow [these steps](http://pcarion.com/2015/12/06/How-to-send-a-mail-in-node-using-the-gmail-API.html) to get **clientsecret.json** and **gmail-credentials.json**. Then put these 2 files in **configs/** directory and restart Dana-bot server. + +## Adding repositories and tasks + +See other docs: +- [repositories management](repositories.md) +- [tasks management](tasks.md) diff --git a/dana/dana-bot/docs/bot.js.md b/dana/dana-bot/docs/bot.js.md new file mode 100644 index 0000000000000000000000000000000000000000..fb8beb33f5a2893c1c4a3fb4b3f62cdcf0575444 --- /dev/null +++ b/dana/dana-bot/docs/bot.js.md @@ -0,0 +1,41 @@ +# bot.js configuration file + +This file must be in **configs/bot.js** and defines several properties: + +``` +module.exports.config = { + system: name of the bot that will be shown on the web interface + ip: localhost or IP or DNS name of the computer that will run the bot + port: dana-bot needs 2 ports to run (port and port+1) + runners: { // Contains all configurations for running the tests/benchmarks + "Name of the configuration": { + cpu: Maximum number of cpu to use, + sys: Used to identify the system (can be 'OSX', 'windows', 'ubuntu', ...) + } + }, + admin: { + name: name of the admin user, + password: password of the admin user + } +} +``` + +Example: + +``` +module.exports.config = { + system: 'MyComputer', + ip: 'localhost', + port: 5051, + runners: { + "prime": { + cpu: 12, + sys: 'OSX' + } + }, + admin: { + name: 'admin', + password: 'admin' + } +} +``` diff --git a/dana/dana-bot/docs/project.md b/dana/dana-bot/docs/project.md new file mode 100644 index 0000000000000000000000000000000000000000..9cd39984c7770c949cda7aa5835afc13d5048875 --- /dev/null +++ b/dana/dana-bot/docs/project.md @@ -0,0 +1,6 @@ +# Project description + +dana-bot requires a *dana-bot/project* directory containing the available jobs that can be run. +A sample project is provided in *dana-bot/example/project* directory. + +## TBD diff --git a/dana/dana-bot/docs/repositories.md b/dana/dana-bot/docs/repositories.md new file mode 100644 index 0000000000000000000000000000000000000000..4fcf0e2e71da3dcb77c246e7d51e8109dc3f1ece --- /dev/null +++ b/dana/dana-bot/docs/repositories.md @@ -0,0 +1,21 @@ +# Repositories description + +## Public Repositories + +The bot can monitor public repositories that don't require authentication. Just use the url as you will do to do a git clone. + +## Private Repositories + +To use a private git repository located on your machine (for example *~/myWorkingRepo*). + +### If dana-bot is running on the same machine +Use ``file://~/myWorkingRepo`` as git url. + +### If dana-bot is running on another machine +One solution is to use git daemon not make it accessible in read-only from another machine. For example, if repo is on *mymachine.com* + +``` +$ cd ~/myWorkingRepo +$ git daemon --base-path=. --export-all --reuseaddr --informative-errors --verbose +``` +Then use ``git://mymachine.com/`` as git url. diff --git a/dana/dana-bot/docs/tasks.md b/dana/dana-bot/docs/tasks.md new file mode 100644 index 0000000000000000000000000000000000000000..adf6f47c079b03031b98b1f8f10ae36e7fbe1489 --- /dev/null +++ b/dana/dana-bot/docs/tasks.md @@ -0,0 +1,14 @@ +# Tasks + +The project defines the task that can be executed by the bot. In order to schedule them, +the web interface provides a way to add or edit tasks configurations. + +A task is identified with a name and is associated to a specific repository and a run defined in the project. + +Each tack has a base that corresponds to the last commit that has been used to run tests/benchmarks. + +There are 2 modes of monitoring: patch (each patch will be run from the base to the ToT) or patchSet (the last ToT is used, skipping the run of all the patches between the Tot and the base). + +The monitoring can be done at a specific time, or every tick period (one tick is 1 second). + +At last when each task is done an notification email can be send to the notify people associated to the task. diff --git a/dana/dana-bot/package-lock.json b/dana/dana-bot/package-lock.json new file mode 100644 index 0000000000000000000000000000000000000000..802e4414fcf7bc43b10a5739ceba42b71ba2dce6 --- /dev/null +++ b/dana/dana-bot/package-lock.json @@ -0,0 +1,5041 @@ +{ + "name": "dana-bot", + "version": "0.9.8", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "version": "0.9.8", + "license": "Apache-2.0", + "dependencies": { + "ascii-table": "^0.0.9", + "body-parser": "^1.13.3", + "btoa": "^1.1.2", + "connect-ensure-login": "^0.1.1", + "cookie-parser": "^1.3.5", + "ejs": "^3.1.7", + "express": "^4.17.3", + "express-session": "^1.11.3", + "google-auth-library": "^7.1.1", + "googleapis": "^75.0.0", + "log4js": "^6.4.0", + "morgan": "^1.6.1", + "passport": "^0.2.2", + "passport-local": "^1.0.0", + "socket.io": "^4.5.3", + "ws": "^7.4.5", + "yauzl": "2.7.0" + }, + "devDependencies": { + "eslint": "^4.8.0", + "eslint-config-google": "^0.9.1" + } + }, + "node_modules/@socket.io/component-emitter": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", + "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==" + }, + "node_modules/@types/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" + }, + "node_modules/@types/cors": { + "version": "2.8.12", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz", + "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==" + }, + "node_modules/@types/node": { + "version": "18.11.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", + "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "5.7.4", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", + "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz", + "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", + "dev": true, + "dependencies": { + "acorn": "^3.0.4" + } + }, + "node_modules/acorn-jsx/node_modules/acorn": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz", + "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agent-base/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/agent-base/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "dev": true, + "dependencies": { + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" + } + }, + "node_modules/ajv-keywords": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz", + "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=", + "dev": true, + "peerDependencies": { + "ajv": "^5.0.0" + } + }, + "node_modules/ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "node_modules/arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ascii-table": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/ascii-table/-/ascii-table-0.0.9.tgz", + "integrity": "sha1-BqZgTWpV1L9BqaR9mHLXp42jHnM=" + }, + "node_modules/async": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" + }, + "node_modules/babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "dependencies": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "node_modules/babel-code-frame/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", + "engines": { + "node": "^4.5.0 || >= 5.9" + } + }, + "node_modules/basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "dependencies": { + "safe-buffer": "5.1.2" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/bignumber.js": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz", + "integrity": "sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==", + "engines": { + "node": "*" + } + }, + "node_modules/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.8.1", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.9.7", + "raw-body": "2.4.3", + "type-is": "~1.6.18" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/btoa": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz", + "integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==", + "bin": { + "btoa": "bin/btoa.js" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", + "engines": { + "node": "*" + } + }, + "node_modules/buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" + }, + "node_modules/buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/caller-path": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", + "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", + "dev": true, + "dependencies": { + "callsites": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/callsites": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", + "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chardet": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz", + "integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=", + "dev": true + }, + "node_modules/circular-json": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz", + "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==", + "deprecated": "CircularJSON is in maintenance only, flatted is its successor.", + "dev": true + }, + "node_modules/cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "dev": true, + "dependencies": { + "restore-cursor": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cli-width": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", + "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==", + "dev": true + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true, + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "engines": [ + "node >= 0.8" + ], + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/connect-ensure-login": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/connect-ensure-login/-/connect-ensure-login-0.1.1.tgz", + "integrity": "sha1-F03MUSQ7nqwj+NmCFa62aU4uihI=", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-disposition/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-parser": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.5.tgz", + "integrity": "sha512-f13bPUj/gG/5mDr+xLmSxxDsB9DQiTIfhJS/sqjrmfAWiAN+x2O4i/XguTL9yDZ+/IFDanJ+5x7hC4CXT9Tdzw==", + "dependencies": { + "cookie": "0.4.0", + "cookie-signature": "1.0.6" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "dev": true, + "dependencies": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "node_modules/date-format": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.3.tgz", + "integrity": "sha512-7P3FyqDcfeznLZp2b+OMitV9Sz2lUnsT87WaTat9nVwqsBkTzPG3lPLNwW3en6F4pHUiWzr6vb8CLhjdK9bcxQ==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/deep-is": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", + "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "dev": true + }, + "node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==" + }, + "node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "dependencies": { + "safe-buffer": "^5.0.1" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "node_modules/ejs": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz", + "integrity": "sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==", + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/engine.io": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.2.1.tgz", + "integrity": "sha512-ECceEFcAaNRybd3lsGQKas3ZlMVjN3cyWwMP25D2i0zWfyiytVbTpRPa34qrr+FHddtpBVOmq4H/DCv1O0lZRA==", + "dependencies": { + "@types/cookie": "^0.4.1", + "@types/cors": "^2.8.12", + "@types/node": ">=10.0.0", + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.4.1", + "cors": "~2.8.5", + "debug": "~4.3.1", + "engine.io-parser": "~5.0.3", + "ws": "~8.2.3" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/engine.io-parser": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.4.tgz", + "integrity": "sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/engine.io/node_modules/cookie": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/engine.io/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/engine.io/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/engine.io/node_modules/ws": { + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", + "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint": { + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-4.19.1.tgz", + "integrity": "sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==", + "dev": true, + "dependencies": { + "ajv": "^5.3.0", + "babel-code-frame": "^6.22.0", + "chalk": "^2.1.0", + "concat-stream": "^1.6.0", + "cross-spawn": "^5.1.0", + "debug": "^3.1.0", + "doctrine": "^2.1.0", + "eslint-scope": "^3.7.1", + "eslint-visitor-keys": "^1.0.0", + "espree": "^3.5.4", + "esquery": "^1.0.0", + "esutils": "^2.0.2", + "file-entry-cache": "^2.0.0", + "functional-red-black-tree": "^1.0.1", + "glob": "^7.1.2", + "globals": "^11.0.1", + "ignore": "^3.3.3", + "imurmurhash": "^0.1.4", + "inquirer": "^3.0.6", + "is-resolvable": "^1.0.0", + "js-yaml": "^3.9.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.3.0", + "lodash": "^4.17.4", + "minimatch": "^3.0.2", + "mkdirp": "^0.5.1", + "natural-compare": "^1.4.0", + "optionator": "^0.8.2", + "path-is-inside": "^1.0.2", + "pluralize": "^7.0.0", + "progress": "^2.0.0", + "regexpp": "^1.0.1", + "require-uncached": "^1.0.3", + "semver": "^5.3.0", + "strip-ansi": "^4.0.0", + "strip-json-comments": "~2.0.1", + "table": "4.0.2", + "text-table": "~0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/eslint-config-google": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.9.1.tgz", + "integrity": "sha512-5A83D+lH0PA81QMESKbLJd/a3ic8tPZtwUmqNrxMRo54nfFaUvtt89q/+icQ+fd66c2xQHn0KyFkzJDoAUfpZA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + }, + "peerDependencies": { + "eslint": ">=4.1.1" + } + }, + "node_modules/eslint-scope": { + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.3.tgz", + "integrity": "sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA==", + "dev": true, + "dependencies": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/eslint/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "node_modules/espree": { + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz", + "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==", + "dev": true, + "dependencies": { + "acorn": "^5.5.0", + "acorn-jsx": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esquery/node_modules/estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/express": { + "version": "4.17.3", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.3.tgz", + "integrity": "sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.19.2", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.4.2", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.9.7", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.17.2", + "serve-static": "1.14.2", + "setprototypeof": "1.2.0", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express-session": { + "version": "1.17.2", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.2.tgz", + "integrity": "sha512-mPcYcLA0lvh7D4Oqr5aNJFMtBMKPLl++OKKxkHzZ0U0oDq1rpKBnkR5f5vCHR26VeArlTOEF9td4x5IjICksRQ==", + "dependencies": { + "cookie": "0.4.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-headers": "~1.0.2", + "parseurl": "~1.3.3", + "safe-buffer": "5.2.1", + "uid-safe": "~2.1.5" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/express-session/node_modules/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express-session/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/express-session/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/express/node_modules/cookie": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "node_modules/external-editor": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz", + "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==", + "dev": true, + "dependencies": { + "chardet": "^0.4.0", + "iconv-lite": "^0.4.17", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "node_modules/fast-text-encoding": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz", + "integrity": "sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig==" + }, + "node_modules/fd-slicer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", + "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", + "dependencies": { + "pend": "~1.2.0" + } + }, + "node_modules/figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/file-entry-cache": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz", + "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=", + "dev": true, + "dependencies": { + "flat-cache": "^1.2.1", + "object-assign": "^4.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/filelist": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.3.tgz", + "integrity": "sha512-LwjCsruLWQULGYKy7TX0OPtrL9kLpojOFKc5VCTxdFTV7w5zbsgqVKfnkKG7Qgjtq50gKfO56hJv88OfcGb70Q==", + "dependencies": { + "minimatch": "^5.0.1" + } + }, + "node_modules/filelist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/filelist/node_modules/minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/flat-cache": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.4.tgz", + "integrity": "sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==", + "dev": true, + "dependencies": { + "circular-json": "^0.3.1", + "graceful-fs": "^4.1.2", + "rimraf": "~2.6.2", + "write": "^0.2.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/flatted": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz", + "integrity": "sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==" + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-extra": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", + "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "node_modules/gaxios": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.0.tgz", + "integrity": "sha512-pHplNbslpwCLMyII/lHPWFQbJWOX0B3R1hwBEOvzYi1GmdKZruuEHK4N9V6f7tf1EaPYyF80mui1+344p6SmLg==", + "dependencies": { + "abort-controller": "^3.0.0", + "extend": "^3.0.2", + "https-proxy-agent": "^5.0.0", + "is-stream": "^2.0.0", + "node-fetch": "^2.3.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/gcp-metadata": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.3.0.tgz", + "integrity": "sha512-L9XQUpvKJCM76YRSmcxrR4mFPzPGsgZUH+GgHMxAET8qc6+BhRJq63RLhWakgEO2KKVgeSDVfyiNjkGSADwNTA==", + "dependencies": { + "gaxios": "^4.0.0", + "json-bigint": "^1.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/google-auth-library": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.3.0.tgz", + "integrity": "sha512-MPeeMlnsYnoiiVFMwX3hgaS684aiXrSqKoDP+xL4Ejg4Z0qLvIeg4XsaChemyFI8ZUO7ApwDAzNtgmhWSDNh5w==", + "dependencies": { + "arrify": "^2.0.0", + "base64-js": "^1.3.0", + "ecdsa-sig-formatter": "^1.0.11", + "fast-text-encoding": "^1.0.0", + "gaxios": "^4.0.0", + "gcp-metadata": "^4.2.0", + "gtoken": "^5.0.4", + "jws": "^4.0.0", + "lru-cache": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/google-auth-library/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/google-auth-library/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/google-p12-pem": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.1.0.tgz", + "integrity": "sha512-JUtEHXL4DY/N+xhlm7TC3qL797RPAtk0ZGXNs3/gWyiDHYoA/8Rjes0pztkda+sZv4ej1EoO2KhWgW5V9KTrSQ==", + "dependencies": { + "node-forge": "^0.10.0" + }, + "bin": { + "gp12-pem": "build/src/bin/gp12-pem.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/googleapis": { + "version": "75.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-75.0.0.tgz", + "integrity": "sha512-ZAZbWiBMw+ke5rzKRjNBSIJ+ab6wX/4HyHucIV1UHuLScNc8/rFCQsQg2VXEWBkdWUvsRxpB2AtTGtzcviJfwg==", + "dependencies": { + "google-auth-library": "^7.0.2", + "googleapis-common": "^5.0.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/googleapis-common": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-5.0.3.tgz", + "integrity": "sha512-8khlXblLyT9UpB+NTZzrWfKQUW6U7gO6WnfJp51WrLgpzP7zkO+OshwtdArq8z2afj37jdrhbIT8eAxZLdwvwA==", + "dependencies": { + "extend": "^3.0.2", + "gaxios": "^4.0.0", + "google-auth-library": "^7.0.2", + "qs": "^6.7.0", + "url-template": "^2.0.8", + "uuid": "^8.0.0" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", + "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==" + }, + "node_modules/gtoken": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.3.0.tgz", + "integrity": "sha512-mCcISYiaRZrJpfqOs0QWa6lfEM/C1V9ASkzFmuz43XBb5s1Vynh+CZy1ECeeJXVGx2PRByjYzb4Y4/zr1byr0w==", + "dependencies": { + "gaxios": "^4.0.0", + "google-p12-pem": "^3.0.3", + "jws": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-ansi/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", + "dev": true + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/inquirer": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz", + "integrity": "sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==", + "dev": true, + "dependencies": { + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.0", + "cli-cursor": "^2.1.0", + "cli-width": "^2.0.0", + "external-editor": "^2.0.4", + "figures": "^2.0.0", + "lodash": "^4.3.0", + "mute-stream": "0.0.7", + "run-async": "^2.2.0", + "rx-lite": "^4.0.8", + "rx-lite-aggregates": "^4.0.8", + "string-width": "^2.1.0", + "strip-ansi": "^4.0.0", + "through": "^2.3.6" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", + "dev": true + }, + "node_modules/is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/jake": { + "version": "10.8.5", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", + "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", + "dependencies": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.1", + "minimatch": "^3.0.4" + }, + "bin": { + "jake": "bin/cli.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jake/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jake/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jake/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jake/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jake/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jake/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-bigint": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", + "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", + "dependencies": { + "bignumber.js": "^9.0.0" + } + }, + "node_modules/json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", + "dependencies": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/jws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "dependencies": { + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "dev": true, + "dependencies": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/log4js": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.4.0.tgz", + "integrity": "sha512-ysc/XUecZJuN8NoKOssk3V0cQ29xY4fra6fnigZa5VwxFsCsvdqsdnEuAxNN89LlHpbE4KUD3zGcn+kFqonSVQ==", + "dependencies": { + "date-format": "^4.0.3", + "debug": "^4.3.3", + "flatted": "^3.2.4", + "rfdc": "^1.3.0", + "streamroller": "^3.0.2" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/log4js/node_modules/debug": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/log4js/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "node_modules/mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/morgan": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", + "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", + "dependencies": { + "basic-auth": "~2.0.1", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-finished": "~2.3.0", + "on-headers": "~1.0.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/morgan/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/mute-stream": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", + "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", + "dev": true + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-forge": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", + "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==", + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "dev": true, + "dependencies": { + "mimic-fn": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "dev": true, + "dependencies": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/passport": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/passport/-/passport-0.2.2.tgz", + "integrity": "sha1-nDjxe+uSnz2Br3uIOOhDDbhwPys=", + "dependencies": { + "passport-strategy": "1.x.x", + "pause": "0.0.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/passport-local": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz", + "integrity": "sha1-H+YyaMkudWBmJkN+O5BmYsFbpu4=", + "dependencies": { + "passport-strategy": "1.x.x" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/passport-strategy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz", + "integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ=", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", + "dev": true + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "node_modules/pause": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz", + "integrity": "sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10=" + }, + "node_modules/pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=" + }, + "node_modules/pluralize": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz", + "integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "node_modules/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==", + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/random-bytes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz", + "integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz", + "integrity": "sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "1.8.1", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/regexpp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-1.1.0.tgz", + "integrity": "sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/require-uncached": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz", + "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", + "dev": true, + "dependencies": { + "caller-path": "^0.1.0", + "resolve-from": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-from": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", + "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "dev": true, + "dependencies": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/rfdc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==" + }, + "node_modules/rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/rx-lite": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", + "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=", + "dev": true + }, + "node_modules/rx-lite-aggregates": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", + "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=", + "dev": true, + "dependencies": { + "rx-lite": "*" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/send": { + "version": "0.17.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.2.tgz", + "integrity": "sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==", + "dependencies": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "1.8.1", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/serve-static": { + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.2.tgz", + "integrity": "sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "dev": true + }, + "node_modules/slice-ansi": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz", + "integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==", + "dev": true, + "dependencies": { + "is-fullwidth-code-point": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/socket.io": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.5.3.tgz", + "integrity": "sha512-zdpnnKU+H6mOp7nYRXH4GNv1ux6HL6+lHL8g7Ds7Lj8CkdK1jJK/dlwsKDculbyOHifcJ0Pr/yeXnZQ5GeFrcg==", + "dependencies": { + "accepts": "~1.3.4", + "base64id": "~2.0.0", + "debug": "~4.3.2", + "engine.io": "~6.2.0", + "socket.io-adapter": "~2.4.0", + "socket.io-parser": "~4.2.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/socket.io-adapter": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.4.0.tgz", + "integrity": "sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==" + }, + "node_modules/socket.io-parser": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.1.tgz", + "integrity": "sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==", + "dependencies": { + "@socket.io/component-emitter": "~3.1.0", + "debug": "~4.3.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/socket.io-parser/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/socket.io-parser/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/socket.io/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/socket.io/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/streamroller": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.0.2.tgz", + "integrity": "sha512-ur6y5S5dopOaRXBuRIZ1u6GC5bcEXHRZKgfBjfCglMhmIf+roVCECjvkEYzNQOXIN2/JPnkMPW/8B3CZoKaEPA==", + "dependencies": { + "date-format": "^4.0.3", + "debug": "^4.1.1", + "fs-extra": "^10.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/streamroller/node_modules/debug": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/streamroller/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "dependencies": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "dependencies": { + "ansi-regex": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/table": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz", + "integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==", + "dev": true, + "dependencies": { + "ajv": "^5.2.3", + "ajv-keywords": "^2.1.0", + "chalk": "^2.1.0", + "lodash": "^4.17.4", + "slice-ansi": "1.0.0", + "string-width": "^2.1.1" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, + "node_modules/type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "dev": true, + "dependencies": { + "prelude-ls": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "node_modules/uid-safe": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz", + "integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==", + "dependencies": { + "random-bytes": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/url-template": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz", + "integrity": "sha1-/FZaPMy/93MMd19WQflVV5FDnyE=" + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "node_modules/write": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz", + "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", + "dev": true, + "dependencies": { + "mkdirp": "^0.5.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ws": { + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.3.tgz", + "integrity": "sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==", + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "node_modules/yauzl": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.7.0.tgz", + "integrity": "sha1-4h2EeGi0lvwp6uwj7of90z6bK84=", + "dependencies": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.0.1" + } + } + }, + "dependencies": { + "@socket.io/component-emitter": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", + "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==" + }, + "@types/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" + }, + "@types/cors": { + "version": "2.8.12", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz", + "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==" + }, + "@types/node": { + "version": "18.11.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", + "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" + }, + "abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "requires": { + "event-target-shim": "^5.0.0" + } + }, + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + } + }, + "acorn": { + "version": "5.7.4", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", + "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==", + "dev": true + }, + "acorn-jsx": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz", + "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", + "dev": true, + "requires": { + "acorn": "^3.0.4" + }, + "dependencies": { + "acorn": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz", + "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=", + "dev": true + } + } + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "requires": { + "debug": "4" + }, + "dependencies": { + "debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "dev": true, + "requires": { + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" + } + }, + "ajv-keywords": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz", + "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=", + "dev": true, + "requires": {} + }, + "ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" + }, + "ascii-table": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/ascii-table/-/ascii-table-0.0.9.tgz", + "integrity": "sha1-BqZgTWpV1L9BqaR9mHLXp42jHnM=" + }, + "async": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" + }, + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + }, + "base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==" + }, + "basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "requires": { + "safe-buffer": "5.1.2" + } + }, + "bignumber.js": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz", + "integrity": "sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==" + }, + "body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==", + "requires": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.8.1", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.9.7", + "raw-body": "2.4.3", + "type-is": "~1.6.18" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "btoa": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz", + "integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==" + }, + "buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=" + }, + "buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true + }, + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" + }, + "caller-path": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", + "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", + "dev": true, + "requires": { + "callsites": "^0.2.0" + } + }, + "callsites": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", + "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=", + "dev": true + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "chardet": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz", + "integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=", + "dev": true + }, + "circular-json": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz", + "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==", + "dev": true + }, + "cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "dev": true, + "requires": { + "restore-cursor": "^2.0.0" + } + }, + "cli-width": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", + "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==", + "dev": true + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "connect-ensure-login": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/connect-ensure-login/-/connect-ensure-login-0.1.1.tgz", + "integrity": "sha1-F03MUSQ7nqwj+NmCFa62aU4uihI=" + }, + "content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "requires": { + "safe-buffer": "5.2.1" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-parser": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.5.tgz", + "integrity": "sha512-f13bPUj/gG/5mDr+xLmSxxDsB9DQiTIfhJS/sqjrmfAWiAN+x2O4i/XguTL9yDZ+/IFDanJ+5x7hC4CXT9Tdzw==", + "requires": { + "cookie": "0.4.0", + "cookie-signature": "1.0.6" + } + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "requires": { + "object-assign": "^4", + "vary": "^1" + } + }, + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "date-format": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.3.tgz", + "integrity": "sha512-7P3FyqDcfeznLZp2b+OMitV9Sz2lUnsT87WaTat9nVwqsBkTzPG3lPLNwW3en6F4pHUiWzr6vb8CLhjdK9bcxQ==" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "deep-is": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", + "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "dev": true + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==" + }, + "doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "requires": { + "esutils": "^2.0.2" + } + }, + "ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "ejs": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz", + "integrity": "sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==", + "requires": { + "jake": "^10.8.5" + } + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "engine.io": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.2.1.tgz", + "integrity": "sha512-ECceEFcAaNRybd3lsGQKas3ZlMVjN3cyWwMP25D2i0zWfyiytVbTpRPa34qrr+FHddtpBVOmq4H/DCv1O0lZRA==", + "requires": { + "@types/cookie": "^0.4.1", + "@types/cors": "^2.8.12", + "@types/node": ">=10.0.0", + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.4.1", + "cors": "~2.8.5", + "debug": "~4.3.1", + "engine.io-parser": "~5.0.3", + "ws": "~8.2.3" + }, + "dependencies": { + "cookie": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==" + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "ws": { + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", + "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", + "requires": {} + } + } + }, + "engine.io-parser": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.4.tgz", + "integrity": "sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "eslint": { + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-4.19.1.tgz", + "integrity": "sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==", + "dev": true, + "requires": { + "ajv": "^5.3.0", + "babel-code-frame": "^6.22.0", + "chalk": "^2.1.0", + "concat-stream": "^1.6.0", + "cross-spawn": "^5.1.0", + "debug": "^3.1.0", + "doctrine": "^2.1.0", + "eslint-scope": "^3.7.1", + "eslint-visitor-keys": "^1.0.0", + "espree": "^3.5.4", + "esquery": "^1.0.0", + "esutils": "^2.0.2", + "file-entry-cache": "^2.0.0", + "functional-red-black-tree": "^1.0.1", + "glob": "^7.1.2", + "globals": "^11.0.1", + "ignore": "^3.3.3", + "imurmurhash": "^0.1.4", + "inquirer": "^3.0.6", + "is-resolvable": "^1.0.0", + "js-yaml": "^3.9.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.3.0", + "lodash": "^4.17.4", + "minimatch": "^3.0.2", + "mkdirp": "^0.5.1", + "natural-compare": "^1.4.0", + "optionator": "^0.8.2", + "path-is-inside": "^1.0.2", + "pluralize": "^7.0.0", + "progress": "^2.0.0", + "regexpp": "^1.0.1", + "require-uncached": "^1.0.3", + "semver": "^5.3.0", + "strip-ansi": "^4.0.0", + "strip-json-comments": "~2.0.1", + "table": "4.0.2", + "text-table": "~0.2.0" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + } + } + }, + "eslint-config-google": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.9.1.tgz", + "integrity": "sha512-5A83D+lH0PA81QMESKbLJd/a3ic8tPZtwUmqNrxMRo54nfFaUvtt89q/+icQ+fd66c2xQHn0KyFkzJDoAUfpZA==", + "dev": true, + "requires": {} + }, + "eslint-scope": { + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.3.tgz", + "integrity": "sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA==", + "dev": true, + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true + }, + "espree": { + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz", + "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==", + "dev": true, + "requires": { + "acorn": "^5.5.0", + "acorn-jsx": "^3.0.0" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "requires": { + "estraverse": "^5.1.0" + }, + "dependencies": { + "estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "dev": true + } + } + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "requires": { + "estraverse": "^5.2.0" + }, + "dependencies": { + "estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "dev": true + } + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" + }, + "event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" + }, + "express": { + "version": "4.17.3", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.3.tgz", + "integrity": "sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==", + "requires": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.19.2", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.4.2", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.9.7", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.17.2", + "serve-static": "1.14.2", + "setprototypeof": "1.2.0", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "cookie": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==" + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "express-session": { + "version": "1.17.2", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.2.tgz", + "integrity": "sha512-mPcYcLA0lvh7D4Oqr5aNJFMtBMKPLl++OKKxkHzZ0U0oDq1rpKBnkR5f5vCHR26VeArlTOEF9td4x5IjICksRQ==", + "requires": { + "cookie": "0.4.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-headers": "~1.0.2", + "parseurl": "~1.3.3", + "safe-buffer": "5.2.1", + "uid-safe": "~2.1.5" + }, + "dependencies": { + "cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" + }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "external-editor": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz", + "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==", + "dev": true, + "requires": { + "chardet": "^0.4.0", + "iconv-lite": "^0.4.17", + "tmp": "^0.0.33" + } + }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "fast-text-encoding": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz", + "integrity": "sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig==" + }, + "fd-slicer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", + "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", + "requires": { + "pend": "~1.2.0" + } + }, + "figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "file-entry-cache": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz", + "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=", + "dev": true, + "requires": { + "flat-cache": "^1.2.1", + "object-assign": "^4.0.1" + } + }, + "filelist": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.3.tgz", + "integrity": "sha512-LwjCsruLWQULGYKy7TX0OPtrL9kLpojOFKc5VCTxdFTV7w5zbsgqVKfnkKG7Qgjtq50gKfO56hJv88OfcGb70Q==", + "requires": { + "minimatch": "^5.0.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "requires": { + "brace-expansion": "^2.0.1" + } + } + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + } + }, + "flat-cache": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.4.tgz", + "integrity": "sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==", + "dev": true, + "requires": { + "circular-json": "^0.3.1", + "graceful-fs": "^4.1.2", + "rimraf": "~2.6.2", + "write": "^0.2.1" + } + }, + "flatted": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz", + "integrity": "sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==" + }, + "forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" + }, + "fs-extra": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", + "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "gaxios": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.0.tgz", + "integrity": "sha512-pHplNbslpwCLMyII/lHPWFQbJWOX0B3R1hwBEOvzYi1GmdKZruuEHK4N9V6f7tf1EaPYyF80mui1+344p6SmLg==", + "requires": { + "abort-controller": "^3.0.0", + "extend": "^3.0.2", + "https-proxy-agent": "^5.0.0", + "is-stream": "^2.0.0", + "node-fetch": "^2.3.0" + } + }, + "gcp-metadata": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.3.0.tgz", + "integrity": "sha512-L9XQUpvKJCM76YRSmcxrR4mFPzPGsgZUH+GgHMxAET8qc6+BhRJq63RLhWakgEO2KKVgeSDVfyiNjkGSADwNTA==", + "requires": { + "gaxios": "^4.0.0", + "json-bigint": "^1.0.0" + } + }, + "glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "google-auth-library": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.3.0.tgz", + "integrity": "sha512-MPeeMlnsYnoiiVFMwX3hgaS684aiXrSqKoDP+xL4Ejg4Z0qLvIeg4XsaChemyFI8ZUO7ApwDAzNtgmhWSDNh5w==", + "requires": { + "arrify": "^2.0.0", + "base64-js": "^1.3.0", + "ecdsa-sig-formatter": "^1.0.11", + "fast-text-encoding": "^1.0.0", + "gaxios": "^4.0.0", + "gcp-metadata": "^4.2.0", + "gtoken": "^5.0.4", + "jws": "^4.0.0", + "lru-cache": "^6.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "google-p12-pem": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.1.0.tgz", + "integrity": "sha512-JUtEHXL4DY/N+xhlm7TC3qL797RPAtk0ZGXNs3/gWyiDHYoA/8Rjes0pztkda+sZv4ej1EoO2KhWgW5V9KTrSQ==", + "requires": { + "node-forge": "^0.10.0" + } + }, + "googleapis": { + "version": "75.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-75.0.0.tgz", + "integrity": "sha512-ZAZbWiBMw+ke5rzKRjNBSIJ+ab6wX/4HyHucIV1UHuLScNc8/rFCQsQg2VXEWBkdWUvsRxpB2AtTGtzcviJfwg==", + "requires": { + "google-auth-library": "^7.0.2", + "googleapis-common": "^5.0.2" + } + }, + "googleapis-common": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-5.0.3.tgz", + "integrity": "sha512-8khlXblLyT9UpB+NTZzrWfKQUW6U7gO6WnfJp51WrLgpzP7zkO+OshwtdArq8z2afj37jdrhbIT8eAxZLdwvwA==", + "requires": { + "extend": "^3.0.2", + "gaxios": "^4.0.0", + "google-auth-library": "^7.0.2", + "qs": "^6.7.0", + "url-template": "^2.0.8", + "uuid": "^8.0.0" + } + }, + "graceful-fs": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", + "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==" + }, + "gtoken": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.3.0.tgz", + "integrity": "sha512-mCcISYiaRZrJpfqOs0QWa6lfEM/C1V9ASkzFmuz43XBb5s1Vynh+CZy1ECeeJXVGx2PRByjYzb4Y4/zr1byr0w==", + "requires": { + "gaxios": "^4.0.0", + "google-p12-pem": "^3.0.3", + "jws": "^4.0.0" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + } + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + } + }, + "https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "requires": { + "agent-base": "6", + "debug": "4" + }, + "dependencies": { + "debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", + "dev": true + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "inquirer": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz", + "integrity": "sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==", + "dev": true, + "requires": { + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.0", + "cli-cursor": "^2.1.0", + "cli-width": "^2.0.0", + "external-editor": "^2.0.4", + "figures": "^2.0.0", + "lodash": "^4.3.0", + "mute-stream": "0.0.7", + "run-async": "^2.2.0", + "rx-lite": "^4.0.8", + "rx-lite-aggregates": "^4.0.8", + "string-width": "^2.1.0", + "strip-ansi": "^4.0.0", + "through": "^2.3.6" + } + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", + "dev": true + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "jake": { + "version": "10.8.5", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", + "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", + "requires": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.1", + "minimatch": "^3.0.4" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "json-bigint": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", + "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", + "requires": { + "bignumber.js": "^9.0.0" + } + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "dev": true + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", + "requires": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "jws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "requires": { + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" + } + }, + "levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "dev": true, + "requires": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "log4js": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.4.0.tgz", + "integrity": "sha512-ysc/XUecZJuN8NoKOssk3V0cQ29xY4fra6fnigZa5VwxFsCsvdqsdnEuAxNN89LlHpbE4KUD3zGcn+kFqonSVQ==", + "requires": { + "date-format": "^4.0.3", + "debug": "^4.3.3", + "flatted": "^3.2.4", + "rfdc": "^1.3.0", + "streamroller": "^3.0.2" + }, + "dependencies": { + "debug": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "requires": { + "mime-db": "1.52.0" + } + }, + "mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "morgan": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", + "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", + "requires": { + "basic-auth": "~2.0.1", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-finished": "~2.3.0", + "on-headers": "~1.0.2" + }, + "dependencies": { + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + } + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "mute-stream": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", + "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", + "dev": true + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + }, + "node-forge": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", + "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + } + }, + "optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "dev": true, + "requires": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + } + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "passport": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/passport/-/passport-0.2.2.tgz", + "integrity": "sha1-nDjxe+uSnz2Br3uIOOhDDbhwPys=", + "requires": { + "passport-strategy": "1.x.x", + "pause": "0.0.1" + } + }, + "passport-local": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz", + "integrity": "sha1-H+YyaMkudWBmJkN+O5BmYsFbpu4=", + "requires": { + "passport-strategy": "1.x.x" + } + }, + "passport-strategy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz", + "integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", + "dev": true + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "pause": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz", + "integrity": "sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10=" + }, + "pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=" + }, + "pluralize": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz", + "integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==", + "dev": true + }, + "prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true + }, + "proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "requires": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + } + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==" + }, + "random-bytes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz", + "integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=" + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz", + "integrity": "sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==", + "requires": { + "bytes": "3.1.2", + "http-errors": "1.8.1", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "regexpp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-1.1.0.tgz", + "integrity": "sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw==", + "dev": true + }, + "require-uncached": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz", + "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", + "dev": true, + "requires": { + "caller-path": "^0.1.0", + "resolve-from": "^1.0.0" + } + }, + "resolve-from": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", + "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=", + "dev": true + }, + "restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "dev": true, + "requires": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + } + }, + "rfdc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==" + }, + "rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true + }, + "rx-lite": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", + "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=", + "dev": true + }, + "rx-lite-aggregates": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", + "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=", + "dev": true, + "requires": { + "rx-lite": "*" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "send": { + "version": "0.17.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.2.tgz", + "integrity": "sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "1.8.1", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + } + } + }, + "serve-static": { + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.2.tgz", + "integrity": "sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.2" + } + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "dev": true + }, + "slice-ansi": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz", + "integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0" + } + }, + "socket.io": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.5.3.tgz", + "integrity": "sha512-zdpnnKU+H6mOp7nYRXH4GNv1ux6HL6+lHL8g7Ds7Lj8CkdK1jJK/dlwsKDculbyOHifcJ0Pr/yeXnZQ5GeFrcg==", + "requires": { + "accepts": "~1.3.4", + "base64id": "~2.0.0", + "debug": "~4.3.2", + "engine.io": "~6.2.0", + "socket.io-adapter": "~2.4.0", + "socket.io-parser": "~4.2.0" + }, + "dependencies": { + "debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "socket.io-adapter": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.4.0.tgz", + "integrity": "sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==" + }, + "socket.io-parser": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.1.tgz", + "integrity": "sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==", + "requires": { + "@socket.io/component-emitter": "~3.1.0", + "debug": "~4.3.1" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + }, + "streamroller": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.0.2.tgz", + "integrity": "sha512-ur6y5S5dopOaRXBuRIZ1u6GC5bcEXHRZKgfBjfCglMhmIf+roVCECjvkEYzNQOXIN2/JPnkMPW/8B3CZoKaEPA==", + "requires": { + "date-format": "^4.0.3", + "debug": "^4.1.1", + "fs-extra": "^10.0.0" + }, + "dependencies": { + "debug": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "table": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz", + "integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==", + "dev": true, + "requires": { + "ajv": "^5.2.3", + "ajv-keywords": "^2.1.0", + "chalk": "^2.1.0", + "lodash": "^4.17.4", + "slice-ansi": "1.0.0", + "string-width": "^2.1.1" + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "requires": { + "os-tmpdir": "~1.0.2" + } + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" + }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, + "type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "dev": true, + "requires": { + "prelude-ls": "~1.1.2" + } + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "uid-safe": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz", + "integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==", + "requires": { + "random-bytes": "~1.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "url-template": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz", + "integrity": "sha1-/FZaPMy/93MMd19WQflVV5FDnyE=" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "write": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz", + "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", + "dev": true, + "requires": { + "mkdirp": "^0.5.1" + } + }, + "ws": { + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.3.tgz", + "integrity": "sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==", + "requires": {} + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "yauzl": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.7.0.tgz", + "integrity": "sha1-4h2EeGi0lvwp6uwj7of90z6bK84=", + "requires": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.0.1" + } + } + } +} diff --git a/dana/dana-bot/package.json b/dana/dana-bot/package.json new file mode 100644 index 0000000000000000000000000000000000000000..e209c6df3606b6325fbc30470e4572b23cadefc2 --- /dev/null +++ b/dana/dana-bot/package.json @@ -0,0 +1,46 @@ +{ + "name": "dana-bot", + "version": "0.9.8", + "description": "Dana continuous integration bot.", + "author": "Google Inc.", + "license": "Apache-2.0", + "main": "src/server.js", + "repository": { + "type": "git", + "url": "https://github.com/google/dana.git" + }, + "bugs": { + "url": "https://github.com/google/dana/issues" + }, + "dependencies": { + "ascii-table": "^0.0.9", + "body-parser": "^1.13.3", + "btoa": "^1.1.2", + "connect-ensure-login": "^0.1.1", + "cookie-parser": "^1.3.5", + "ejs": "^3.1.7", + "express": "^4.17.3", + "express-session": "^1.11.3", + "google-auth-library": "^7.1.1", + "googleapis": "^75.0.0", + "log4js": "^6.4.0", + "morgan": "^1.6.1", + "passport": "^0.2.2", + "passport-local": "^1.0.0", + "socket.io": "^4.5.3", + "ws": "^7.4.5", + "yauzl": "2.7.0" + }, + "eslintConfig": { + "env": { + "node": true + } + }, + "devDependencies": { + "eslint": "^4.8.0", + "eslint-config-google": "^0.9.1" + }, + "scripts": { + "start": "node src/server.js" + } +} diff --git a/dana/dana-bot/src/bot.js b/dana/dana-bot/src/bot.js new file mode 100644 index 0000000000000000000000000000000000000000..afe08a47b6eba9243f7b9f0935ad57b206fc8774 --- /dev/null +++ b/dana/dana-bot/src/bot.js @@ -0,0 +1,1087 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ +/* eslint guard-for-in: "off" */ + +var cwd = process.cwd(); + +var fs = require('fs'); +var util = require('util'); +var AsciiTable = require('ascii-table'); +var htmlBuilder = require(cwd + '/src/htmlBuilder'); +var www = require(cwd + '/src/www'); +var logger = require(cwd + '/src/logger').getLogger(); +var moduleRun = require('./run') + + +var globalBot = { + version: undefined, + updateAvailable: false, + tmpPath: cwd + '/tmp/bot.tmp', + repoPath: cwd + '/tmp/bot.repo', + spongePath: cwd + '/www/public/sponge', + buildPath: cwd + '/configs/builds', + projectBot: undefined, + debug: false, + config: undefined, + currentRun: undefined, + QTimeTag: undefined, + repositories: undefined, + tasks: undefined, + state: "inactive", // can be active or stopping + QId: 1, + Q: {}, + limitPatches: 10, + running: undefined, + tickInterval: 60, // 60 for one minute + tickTimer: undefined, + taskTicks: {}, + builds: {}, + users: undefined +}; + +/* +* Element: +* "": { +* currentTot: "" +* } +* +*/ +var tasksCurrentTot = {} + +globalBot.version = JSON.parse(fs.readFileSync(cwd + '/package.json')).version; + +if (!fs.existsSync(cwd + '/tmp')) + fs.mkdirSync(cwd + '/tmp'); + +if (!fs.existsSync(globalBot.tmpPath)) + fs.mkdirSync(globalBot.tmpPath); + +if (!fs.existsSync(globalBot.spongePath)) + fs.mkdirSync(globalBot.spongePath); + +if (!fs.existsSync(globalBot.buildPath)) + fs.mkdirSync(globalBot.buildPath); + +if (!fs.existsSync(globalBot.tmpPath + '/tasks')) + fs.mkdirSync(globalBot.tmpPath + '/tasks'); + +var gitForBot = require(cwd + '/src/gitForBot'); +var sendMail = require(cwd + '/src/sendMail'); + +if (!fs.existsSync(globalBot.repoPath)) + fs.mkdirSync(globalBot.repoPath); + +gitForBot.setRepoPath(globalBot.repoPath); + +function loadContext() { + var d; + var e; + if (fs.existsSync(cwd + '/configs/tasks.js')) { + d = fs.readFileSync(cwd + '/configs/tasks.js'); + e = JSON.parse(d); + var keys = Object.keys(e); + for (var ii = 0; ii < keys.length; ii++) { + if (e[keys[ii]].name === undefined) + e[keys[ii]].name = keys[ii]; + else + if (e[keys[ii]].name !== keys[ii]) { + console.log("loadContext -- ERROR - invalid tasks.js - names and keys dont match"); + console.log("loadContext", e[keys[ii]].name, keys[ii]); + process.exit(1); + } + } + globalBot.tasks = e; + } else + globalBot.tasks = {}; + + // load repositories + if (fs.existsSync(cwd + '/configs/repositories.js')) { + d = fs.readFileSync(cwd + '/configs/repositories.js'); + e = JSON.parse(d); + var keys = Object.keys(e); + for (var ii = 0; ii < keys.length; ii++) { + if (e[keys[ii]].name === undefined) + e[keys[ii]].name = keys[ii]; + else + if (e[keys[ii]].name !== keys[ii]) { + console.log("loadContext -- ERROR - invalid repositories.js - names and keys dont match"); + console.log("loadContext", e[keys[ii]].name, keys[ii]); + process.exit(1); + } + } + globalBot.repositories = e; + } else + globalBot.repositories = {}; + + var keys = Object.keys(globalBot.tasks); + for (var ii = 0; ii < keys.length; ii++) { + if (globalBot.repositories[globalBot.tasks[keys[ii]].repository] === undefined) { + console.log("loadContext -- ERROR - task repository is invalid"); + console.log("loadContext", tasks[keys[ii]], repositories); + process.exit(1); + } + } +} +loadContext(); + +// +// Support for git monitoring, tasks and Q management +// + +function internalRunStart(argv) { + globalBot.QTimeTag = Date.now(); + var spongePath = globalBot.spongePath + '/' + + globalBot.QTimeTag; + + if (fs.existsSync(spongePath)) { + console.log('nodeCiBot', 'ERROR - Sponge directory already exist ' + spongePath); + return; + } + fs.mkdirSync(spongePath); + + globalBot.config.master.userCommand(argv); +} + +function endRunEmitMail() { + // check and create folders used by the tasks + if (!fs.existsSync(globalBot.tmpPath + '/tasks/' + globalBot.running.task)) + fs.mkdirSync(globalBot.tmpPath + '/tasks/' + globalBot.running.task); + + var status = 'SUCCESS'; + var color = 'background-color:rgb(0,228,118)'; + + if (globalBot.currentRun.numFailing !== 0) { + status = 'FAILED'; + color = "background-color:rgb(234,153,153)"; + } + + // do the history + htmlBuilder.bodyReset(); + + htmlBuilder.bodyTableStart(); + + var link = 'Report'; + + htmlBuilder.bodyTableTdStyleProp([{ + txt: globalBot.running.task, + style: color + }, { + txt: globalBot.running.buildId, + style: color + }, { + txt: globalBot.running.repository, + style: color + }, { + txt: globalBot.running.patch, + style: color + }, { + txt: "" + status + "", + style: color + }, { + txt: 'Failing: ' + globalBot.currentRun.numFailing + '' + }, { + txt: globalBot.running.infos[0].abbrevHash + }, { + txt: globalBot.running.infos[0].subject + }, { + txt: globalBot.running.infos[0].authorEmail + }, { + txt: link + }]); + + htmlBuilder.bodyTableEnd(); + + /* EMAIL */ + var subject = '[' + globalBot.config.configBot.system + ']' + '[' + globalBot.running.task + ']'; + subject += ' '; + subject += 'BuildId ' + globalBot.running.buildId + ' - '; + if (globalBot.currentRun.numFailing === 0) { + subject += 'All tests passing :)'; + } else { + subject += globalBot.currentRun.numFailing + ' tests failing :('; + } + + htmlBuilder.bodyReset(); + + htmlBuilder.bodyTableStart(); + + htmlBuilder.bodyTableTd([ + 'System', + '' + globalBot.config.configBot.system + '' + ]); + htmlBuilder.bodyTableTd([ + 'Task Run', + '' + globalBot.running.task + '' + ]); + htmlBuilder.bodyTableTd([ + 'BuildId', + '' + globalBot.running.buildId + '' + ]); + + htmlBuilder.bodyTableTdStyle(['STATUS', '' + status + ''], + color); + + htmlBuilder.bodyTableTd([ + 'Number of Tests Failing', + '' + globalBot.currentRun.numFailing + '' + ]); + + htmlBuilder.bodyTableEnd(); + + htmlBuilder.bodyH4('Build Infos'); + + htmlBuilder.bodyTableStart(); + + htmlBuilder.bodyTableTd([ + 'Author', + globalBot.running.infos[0].authorName + ' (' + globalBot.running.infos[0].authorEmail + ')' + ]); + htmlBuilder.bodyTableTd([ + 'Subject', + globalBot.running.infos[0].subject + ]); + htmlBuilder.bodyTableTd([ + 'Hash', + globalBot.running.infos[0].hash + ]); + htmlBuilder.bodyTableTd([ + 'Links', + 'Git log on android.git.corp.google.com' + ]); + htmlBuilder.bodyTableEnd(); + + var ii; + var jj; + + if (globalBot.currentRun.numFailing !== 0) { + htmlBuilder.bodyH4('Failing tests'); + htmlBuilder.bodyTableStart(); + htmlBuilder.bodyTableTh(['Num', 'Desc', 'Options', 'Log']); + + for (ii = 0; ii < globalBot.currentRun.failingSeries.length; ii++) { + var serie = globalBot.currentRun.failingSeries[ii]; + + var desc = ''; + var kdesc = Object.keys(serie.desc); + for (jj = 0; jj < kdesc.length; jj++) + desc += kdesc[jj] + ': ' + serie.desc[kdesc[jj]] + '
'; + + var options = ''; + var koptions = Object.keys(serie.options); + for (jj = 0; jj < koptions.length; jj++) + options += koptions[jj] + ': ' + serie.options[koptions[jj]] + '
'; + + htmlBuilder.bodyTableTd([ + ii, + desc, + options, + 'Link' + ]); + } + + htmlBuilder.bodyTableEnd(); + } + + htmlBuilder.bodyH4('Run details'); + + htmlBuilder.bodyTableStart(); + + htmlBuilder.bodyTableTh([ + 'Test sequence', + 'Num series', + 'Num runs', + 'Num failing', + 'Sequence time' + ]); + for (ii = 0; ii < globalBot.currentRun.numSequences; ii++) { + var s = globalBot.currentRun.sequences[ii + 1]; + htmlBuilder.bodyTableTd([ + s.info, + s.maxSamples, + s.numSeries, + s.numFailing, + s.timer + ' ms (' + (s.timer / 1000 / 60).toFixed(2) + ' min)' + ]); + } + htmlBuilder.bodyTableTdStyle(['Overall', + globalBot.currentRun.maxSamples, + globalBot.currentRun.numSeries, + globalBot.currentRun.numFailing, + globalBot.currentRun.timer + ' ms (' + (globalBot.currentRun.timer / 1000 / 60).toFixed(2) + ' min)' + ], + 'background-color:rgb(192,192,192)'); + + htmlBuilder.bodyTableEnd(); + + htmlBuilder.bodyH4('Links'); + + htmlBuilder.bodyTableStart(); + htmlBuilder.bodyTableTd([ + 'Current status of nodeCiBot', + 'Status' + ]); + htmlBuilder.bodyTableEnd(); + + htmlBuilder.bodyPar('-- Your dana-bot'); + + var report = htmlBuilder.bodyGet(); + + fs.writeFileSync( + globalBot.tmpPath + '/tasks/' + globalBot.running.task + '/' + globalBot.running.buildId + '.report.html', + report + ); + + // send notification email when at least one test is failing + if (globalBot.currentRun.numFailing !== 0) { + var notifier = globalBot.tasks[globalBot.running.task].notify; + if (notifier !== '') { + //sendMail.sendMail(globalBot.running.infos[0].authorEmail, notifier, subject, report); + sendMail.sendMail(notifier, '', subject, report); + } + } +} + +function internalGitFetch(repoName) { + if (!fs.existsSync(globalBot.repoPath + '/' + repoName)) { + logger.debug('internalGitFetch -- Cloning repo'); + gitForBot.clone(); + } + + logger.debug('internalGitFetch -- Fetching repo'); + gitForBot.fetch(); +} + +function internalCheckTasks() { + logger.debug('internalCheckTasks'); + + // check tick for all tasks + // if 0, then insertIt in the Q + // if hour, check if we are in the hour + var today = new Date(); + var currentMtime = today.getMinutes() + today.getHours() * 60; + var taskList = {}; + var tName; + var t; + var ii; + var k = Object.keys(globalBot.tasks); + var tasksInfos = {}; + for (ii in k) { + tName = k[ii]; + t = globalBot.tasks[tName]; + if (!t.active) continue; + if (t.period.tick) { + if (globalBot.taskTicks[tName] === undefined) { + globalBot.taskTicks[tName] = t.period.tick; + } + globalBot.taskTicks[tName]--; + if (globalBot.taskTicks[tName] === 0) { + taskList[tName] = true; + globalBot.taskTicks[tName] = t.period.tick; + } + } + if (t.period.fixedTime) { + if (globalBot.taskTicks[tName] === undefined) { + var tt = t.period.fixedTime.split(':'); + var taskMtime = Number(tt[1]) + Number(tt[0]) * 60; + if (taskMtime === currentMtime) { + taskList[tName] = true; + globalBot.taskTicks[tName] = 24 * 60; + } + if (taskMtime > currentMtime) { + globalBot.taskTicks[tName] = taskMtime - currentMtime; + } else { + globalBot.taskTicks[tName] = (24 * 60 - currentMtime) + taskMtime; + } + if (globalBot.debug) console.log('globalBot.taskTicks[tName]', globalBot.taskTicks[tName]); + } else { + globalBot.taskTicks[tName]--; + if (globalBot.taskTicks[tName] === 0) { + taskList[tName] = true; + globalBot.taskTicks[tName] = (24 * 60); + } + if (globalBot.debug) console.log('globalBot.taskTicks[tName]', globalBot.taskTicks[tName]); + } + } + } + + if (globalBot.debug) console.log('checking tasks') + // for all repositories to monitor + k = Object.keys(taskList); + for (ii in k) { + var patches = []; + tName = k[ii]; + t = globalBot.tasks[tName]; + if ((t.active) && (t.base !== undefined)) { + if (globalBot.debug) console.log('setRepo') + gitForBot.setRepo(globalBot.repositories[t.repository]); + if (globalBot.debug) console.log('internalGitFetch') + internalGitFetch(t.repository); + if (globalBot.debug) console.log('getRemoteToT') + var remoteTot = gitForBot.getRemoteToT(t.branch); + + if (tasksCurrentTot[tName] === undefined + || tasksCurrentTot[tName].currentTot === undefined) { + tasksCurrentTot[tName] = { currentTot: t.base }; + } + + if (remoteTot !== tasksCurrentTot[tName].currentTot) { + if (globalBot.debug) console.log('repoResetHard') + gitForBot.repoResetHard(remoteTot); + if (globalBot.debug) console.log('getRepoToT') + var repoTot = gitForBot.getRepoToT(); + if (t.mode === "patch") { + let iterCommit = repoTot; + while (iterCommit !== tasksCurrentTot[tName].currentTot && patches.length < globalBot.limitPatches) { + patches.push(iterCommit); + if (globalBot.debug) console.log('repoResetHardPrevious') + iterCommit = gitForBot.repoResetHardPrevious(); + } + } else + if (t.mode === "patchSet") { + if (repoTot !== t.base) { + patches.push(repoTot); + } + } else + console.log('nodeCiBot', 'ERROR mode is invalid', t.mode); + if (globalBot.debug) console.log('patches computed', patches.length) + + for (var jj in patches) { + if (globalBot.debug) console.log('getBuildId', jj) + var bId = gitForBot.getBuildId(patches[jj]); + if (globalBot.debug) console.log('getPatchInfo', jj) + var pInfo = gitForBot.getPatchInfo(patches[jj]); + + if (t.mode === "patchSet") { + // we are going to insert a new task in Q + // if task is patchSet, then we remove all previous tasks in Q except the new one + var queueKeys = Object.keys(globalBot.Q) + for (var queueII = 0; queueII < queueKeys.length; queueII++) { + if (globalBot.Q[queueKeys[queueII]].task === tName) + delete globalBot.Q[queueKeys[queueII]]; + } + } + + if (tasksInfos[tName] === undefined) { + let infos = []; + tasksInfos[tName] = { + infos: infos + } + } + tasksInfos[tName].infos.push({ + tName: tName, + buildId: bId, + patch: patches[jj], + pInfo: pInfo + }); + + } + + tasksCurrentTot[tName].currentTot = remoteTot; + www.updateQueue(); + } + } + } + + let keepGoing = true; + while (keepGoing) { + if (Object.keys(tasksInfos).length === 0) { + break; + } + keepGoing = false; + // Consume and push to queue 1 build per task until none is left + for (var tinfo in tasksInfos) { + if (tasksInfos[tinfo].infos.length === 0) { + continue; + } + keepGoing = true; + var info = tasksInfos[tinfo].infos.pop(); + globalBot.Q[globalBot.QId] = { + id: globalBot.QId, + task: info.tName, + buildId: info.buildId, + repository: globalBot.tasks[info.tName].repository, + patch: info.patch, + infos: info.pInfo + }; + globalBot.QId++; + www.updateQueue(); + } + } + + if (globalBot.debug) console.log('checking done') + +} + +function internalQNotifyEnd() { + logger.debug('internalQNotifyEnd'); + globalBot.running = undefined; + + if (globalBot.state === "stopping") { + console.log('Bot is inactive now'); + globalBot.state = "inactive"; + www.updateState(); + } else { + internalQRunFirst(); + } +} + +function internalTickTimeout() { + logger.debug('internalTickTimeout'); + internalCheckTasks(); + internalQRunFirst(); +} + +function internalQRunFirst() { + logger.debug('internalQRunFirst BEFORE'); + if (globalBot.debug) logger.debug(internalBotState()); + + if (globalBot.running !== undefined) { + www.updateQueue(); + return; + } + + if (globalBot.state !== "active") + return; + + // priority 1 must be executed before priority 2 + var keysSorted = Object.keys(globalBot.Q).sort(function(a, b) { + var v = globalBot.tasks[globalBot.Q[a].task].priority - globalBot.tasks[globalBot.Q[b].task].priority; + if (v === 0) { + // Use buildId to prioritize got to older to more recent one + v = globalBot.tasks[globalBot.Q[a].task].buildId - globalBot.tasks[globalBot.Q[b].task].buildId; + } + return v; + }); + if (keysSorted.length > 0) { + globalBot.running = globalBot.Q[keysSorted[0]]; + delete globalBot.Q[keysSorted[0]]; + var repo = { + name: globalBot.repositories[globalBot.running.repository].name, + git: { + url: globalBot.repositories[globalBot.running.repository].git.url + }, + patch: globalBot.running.patch + }; + + globalBot.config.master.userSyncProject(repo); + www.updateQueue(); + } + + logger.debug('internalQRunFirst END'); + if (globalBot.debug) logger.debug(internalBotState()); +} + +/* +One task: + +"taskname" : { + "branch" // branch name in repository to monitor + "priority" // relative priority with other tasks, default + "active": // true or false, indicate if task must be monitored or not + "notify": // email(s) to notify after each run + "mode": // monitoring mode 'patch' (run on all patches to base) 'patchSet' (run on ToT) + "period": { + "minutes" // indicate the number of minutes (minium is one) to do periodic + or + "fixedTime" // indicate the time (in hour:minutes) to launch the run + }, + "base": "c24c7a5d1170d09e75db822daa1 +} + +*/ + +function internalSaveContext() { + fs.writeFileSync(cwd + '/configs/tasks.js', JSON.stringify(globalBot.tasks)); +} + +function botStop() { + if (globalBot.state === "inactive") { + console.log('botStop -- bot already inactive'); + } else { + if (globalBot.tickTimer !== undefined) + clearInterval(globalBot.tickTimer); + + if (globalBot.running === undefined) { + console.log('Bot Stopped'); + globalBot.state = "inactive"; + www.updateState(); + } else { + console.log('Stopping bot in progress, there is still one running -- please wait...'); + globalBot.state = "stopping"; + www.updateState(); + } + } +} + +function botStart() { + if (globalBot.state === "active") { + console.log('botStart -- bot already active'); + return; + } + globalBot.taskTicks = {}; + globalBot.state = "active"; + www.updateState(); + + console.log('Bot Started'); + globalBot.tickTimer = setInterval(internalTickTimeout, + globalBot.tickInterval * 1000); + internalTickTimeout(); +} + +function botQDelete(qid) { + if (globalBot.Q[qid] === undefined) { + console.log('botQDelete --', qid, 'doesnt exist'); + } else + delete globalBot.Q[qid]; +} + +function botQAdd(tName, patch) { + if (globalBot.tasks[tName] === undefined) { + console.log('botQAdd -- task', tName, 'doesnt exist'); + return; + } + if (patch === undefined) { + console.log('botQAdd -- patch is undefined'); + return; + } + + var t = globalBot.tasks[tName]; + gitForBot.setRepo(globalBot.repositories[t.repository]); + internalGitFetch(t.repository); + var bId = gitForBot.getBuildId(patch); + var pInfo = gitForBot.getPatchInfo(patch); + globalBot.Q[globalBot.QId] = { + id: globalBot.QId, + task: tName, + buildId: bId, + repository: t.repository, + patch: patch, + infos: pInfo + }; + globalBot.QId++; +} + +function setUpProjectModules() { + var projectPath = cwd + '/project'; + globalBot.projectBot = require(projectPath + '/commands'); + + if (globalBot.projectBot.userCommands === undefined) { + hdlSend('Missing userCommands in ' + projectPath + '/commands'); + return; + } +} + +function setConfig(config) { + if (config === undefined) + return 'nodeCiBot config undefined'; + + if (config.master === undefined) + return 'nodeCiBot master missing'; + + if (config.configBot === undefined) + return 'nodeCiBot configBot missing'; + + config.configBot.users = [{ + id: 1, + username: config.configBot.admin.name, + password: config.configBot.admin.password, + displayName: 'Admin' + }] + globalBot.config = config; + setUpProjectModules(); + www.setConfig({ + globalBot: globalBot, + botStart: botStart, + botStop: botStop, + botQAdd: botQAdd, + botQDelete: botQDelete + }) + logger.setLevel('DEBUG'); + return undefined; +} + +function userCommandList(commands) { + if (globalBot.debug) + console.log('nodeCiBot', 'userCommandList', commands); + + // a syncProject has been launched automatically + // now the system is synced on the right repo/patch + // and we can launch the task command + + // check if command is a valid command in Project + var k = Object.keys(commands); + var ok = false; + var ii; + for (ii = 0; ii < k.length; ii++) { + if (k[ii] === globalBot.tasks[globalBot.running.task].command) + ok = true; + } + if (ok) { + console.log('Launching command', + globalBot.tasks[globalBot.running.task].command); + var argv = [globalBot.tasks[globalBot.running.task].command]; + internalRunStart(argv); + } else { + // TODO:0 ERROR TREATMENT WHEN AN AUTO COMMAND FAILS + logger.error('Command', globalBot.tasks[globalBot.running.task].command, + 'doesnt exist in project'); + + console.log('Command', globalBot.tasks[globalBot.running.task].command, + 'doesnt exist in project'); + internalQNotifyEnd(); + } +} + +function userCommandEnd(msg) { + console.log('userCommandEnd', msg); + + logger.error('userCommandEnd', msg.str); + + // TODO:10 ERROR TREATMENT WHEN AN AUTO COMMAND FAILS + internalQNotifyEnd(); +} + +function userRunStart(msg) { + if (globalBot.debug) + console.log('userRunStart', msg); + + // msg.command + // msg.repository.name, msg.repository.git.url, msg.repository.patch + globalBot.currentRun = { + command: msg.command, + repository: msg.repository, + startTime: new Date().getTime(), + numSequences: 0, + numSeries: 0, + numFailing: 0, + numSuccess: 0, + maxSamples: 0, + sequences: {}, + failingSeries: [], + allSeries: [], + metadata: {} + }; + + www.startingBuild(); +} + +function userSequenceStart(msg) { + // msg.info, msg.maxSamples + globalBot.currentRun.maxSamples += msg.maxSamples; + globalBot.currentRun.numSequences += 1; + globalBot.currentRun.sequences[globalBot.currentRun.numSequences] = { + info: msg.info, + maxSamples: msg.maxSamples, + numFailing: 0, + startTime: new Date().getTime(), + numSeries: 0, + series: {} + }; +} + +function serieDump(s) { + var t = ''; + var ts; + var l; + t += 'Serie----------------------------------------------------------------' + + '---------------'; + t += '\n'; + t += 'Module:' + s.module; + t += '\n'; + t += 'Desc:\n' + JSON.stringify(s.desc, null, 4); + t += '\n'; + t += 'Options:\n' + JSON.stringify(s.options, null, 4); + t += '\n'; + t += 'Exec infos-----------------------------------------------------------' + + '----------------'; + t += '\n'; + t += 'globalMaster.QId:' + s.exec.QId; + + if (s.exec.runnerId !== undefined) + t += ' runnerId:' + s.exec.runnerId; + + if (s.exec.requires !== undefined) + t += ' requires:' + JSON.stringify(s.exec.requires); + if (s.exec.broadcast !== undefined) + t += ' broadcast:' + s.exec.broadcast; + if (s.exec.user !== undefined) + t += ' user:' + s.exec.user; + t += '\n'; + if (s.exec.timer !== undefined) + t += 'timer:' + s.exec.timer; + t += '\n'; + t += 'Logs-----------------------------------------------------------------' + + '---------------'; + t += '\n'; + if (s.exec.broadcast) { + for (var jj = 0; jj < s.result.length; jj++) { + t += '\nrunner ' + jj + ':\n'; + ts = s.result[jj].sample; + if (ts !== undefined) { + t += 'Sample:\n' + JSON.stringify(ts, null, 4); + t += '\n'; + } + l = s.result[jj].logs; + if (l !== undefined) { + if (l.error !== undefined) { + t += 'error:\n'; + t += JSON.stringify(l.error, null, 4); + t += '\n'; + } + if (l.stdout !== undefined) { + t += 'stdout:\n'; + t += l.stdout; + t += '\n'; + } + if (l.stderr !== undefined) { + t += 'stderr:\n'; + t += l.stderr; + t += '\n'; + } + } + } + } else { + ts = s.result.sample; + if (ts !== undefined) { + t += 'Sample:\n' + JSON.stringify(ts, null, 4); + t += '\n'; + } + l = s.result.logs; + if (l !== undefined) { + if (l.error !== undefined) { + t += 'error:\n'; + t += JSON.stringify(l.error, null, 4); + t += '\n'; + } + if (l.stdout !== undefined) { + t += 'stdout:\n'; + t += l.stdout; + t += '\n'; + } + if (l.stderr !== undefined) { + t += 'stderr:\n'; + t += l.stderr; + t += '\n'; + } + } + } + return t; +} + +// msg.sample +/* + var serie = { + module: Q.done[QId].module, + desc, + options, + result: sample and logs, + exec: { + QId: QId, + spongeJson: sponge + '.json', + spongeTxt: sponge + '.txt', + requires: Q.done[QId].requires, + broadcast: Q.done[QId].broadcast, + logs: logs, + timer: msg.timer + } + } +*/ +function userSerie(serie) { + globalBot.currentRun.numSeries++; + globalBot.currentRun.sequences[globalBot.currentRun.numSequences].numSeries++; + globalBot.currentRun.sequences[globalBot.currentRun.numSequences].series[globalBot.currentRun.sequences[globalBot.currentRun.numSequences].numSeries] = serie; + var oneIsFailing = false; + //console.log(JSON.stringify(serie, null, 4)); + if (util.isArray(serie.result)) { + for (var jj = 0; jj < serie.result.length; jj++) { + if (!serie.result[jj].sample.passing) { + oneIsFailing = true; + } + } + } else + if (!serie.result.sample.passing) { + oneIsFailing = true; + } + serie.state = { + passing: !oneIsFailing, + success: !oneIsFailing + }; + + var spongePath = globalBot.spongePath + '/' + + globalBot.QTimeTag + '/'; + + if (oneIsFailing) { + var spongePathSerie = spongePath + serie.exec.QId; + serie.exec.spongeTxt = spongePathSerie + '.txt'; + + fs.writeFileSync(spongePathSerie + '.txt', serieDump(serie)); + fs.writeFileSync(spongePathSerie + '.json', JSON.stringify(serie, null, 4)); + + globalBot.currentRun.numFailing++; + globalBot.currentRun.failingSeries.push(serie); + globalBot.currentRun.sequences[globalBot.currentRun.numSequences].numFailing++; + } else + globalBot.currentRun.numSuccess++; + + globalBot.currentRun.allSeries.push(serie); + + www.updatingBuild(); +} + +function userSequenceEnd(msg) { + // msg.info + if (msg.info !== globalBot.currentRun.sequences[globalBot.currentRun.numSequences].info) { + logger.info('WARNING!!! userSequenceEnd info dont correspond', msg.info, globalBot.currentRun.sequences[globalBot.currentRun.numSequences].info); + } + var endTime = new Date().getTime(); + globalBot.currentRun.sequences[globalBot.currentRun.numSequences].timer = endTime - globalBot.currentRun.sequences[globalBot.currentRun.numSequences].startTime; + delete globalBot.currentRun.sequences[globalBot.currentRun.numSequences].startTime; +} + +function userRunEnd(msg) { + var endTime = new Date().getTime(); + globalBot.currentRun.timer = endTime - globalBot.currentRun.startTime; + delete globalBot.currentRun.startTime; + + + var spongePath = globalBot.spongePath + '/' + + globalBot.QTimeTag + '/'; + fs.writeFileSync(spongePath + 'all.json', JSON.stringify(globalBot.currentRun.allSeries)); + + if (msg.name !== globalBot.currentRun.command) { + logger.info('WARNING!!! userSequenceEnd info doesnt correspond', msg.name, globalBot.currentRun.command); + } + if (globalBot.debug) fs.writeFileSync(globalBot.currentRun.command + '.js', JSON.stringify(globalBot.currentRun)); + + endRunEmitMail(); + + // storing new build in globalBot.buildPath/g.running.task.json + // storing buildid results in globalBot.buildPath/g.running.task/buildId.json + var g = globalBot; + var b = { + task: g.running.task, + buildId: g.running.buildId, + repository: g.tasks[g.running.task].repository, + branch: g.tasks[g.running.task].branch, + spongeTag: g.QTimeTag, + infos: { + hash: g.running.infos[0].hash, + abbrevHash: g.running.infos[0].abbrevHash, + authorName: g.running.infos[0].authorName, + authorEmail: g.running.infos[0].authorEmail, + subject: g.running.infos[0].subject + }, + state: { + running: false, + numTests: g.currentRun.numSeries, + numFailing: g.currentRun.numFailing, + numSuccess: g.currentRun.numSeries - g.currentRun.numFailing + } + } + + var f = globalBot.spongePath + '/' + globalBot.QTimeTag + '/build.json'; + fs.writeFileSync(f, JSON.stringify(b)); + + if (globalBot.builds[g.running.task] === undefined) + globalBot.builds[g.running.task] = {}; + + var f = globalBot.buildPath + '/' + g.running.task + '.json'; + if (fs.existsSync(f)) { + var d = fs.readFileSync(f); + globalBot.builds[g.running.task] = JSON.parse(d); + } + + globalBot.builds[g.running.task][g.running.buildId] = b; + + fs.writeFileSync(f, JSON.stringify(globalBot.builds[g.running.task])); + + var f = globalBot.buildPath + '/' + g.running.task; + if (!fs.existsSync(f)) + fs.mkdirSync(f); + + var f = globalBot.buildPath + '/' + g.running.task + '/' + b.buildId + '.json'; + fs.writeFileSync(f, JSON.stringify(globalBot.currentRun.allSeries)); + var f = globalBot.buildPath + '/' + g.running.task + '/' + b.buildId + '.full.json'; + fs.writeFileSync(f, JSON.stringify(globalBot.currentRun)); + + + g.tasks[g.running.task].base = b.infos.hash; + internalSaveContext(); + www.updateTasks(); + + var postBuildCmd = globalBot.config.configBot.postBuildCmd; + + if (postBuildCmd !== undefined) { + console.log("Post-processing build '" + b.buildId + "'..."); + moduleRun.exec(postBuildCmd.exec, postBuildCmd.args, cwd, + function(err, stdout, stderr) { + if (err) { + console.log("Couldn't post-process build '" + b.buildId + "'"); + if (globalBot.debug) { + console.log('stdout: ', stdout); + console.log('stderr: ', stderr); + } + } else { + console.log("Done post-processing '" + b.buildId + "'"); + } + } + ) + } + + www.stoppingBuild(); + + globalBot.currentRun = undefined; +} + +function userSyncProjectEnd(status) { + var oneIsFailing = false; + for (var jj = 0; jj < status.length; jj++) { + if (!status[jj].sample.passing) { + oneIsFailing = true; + } + } + if (oneIsFailing) { + console.log('nodeCiBot', 'killing current task'); + internalQNotifyEnd(); + return; + } + + globalBot.config.master.userGetCommandList(); +} + +module.exports.setConfig = setConfig; +module.exports.userCommandList = userCommandList; +module.exports.userCommandEnd = userCommandEnd; +module.exports.userRunStart = userRunStart; +module.exports.userSequenceStart = userSequenceStart; +module.exports.userSerie = userSerie; +module.exports.userSequenceEnd = userSequenceEnd; +module.exports.userRunEnd = userRunEnd; +module.exports.userSyncProjectEnd = userSyncProjectEnd; diff --git a/dana/dana-bot/src/git.js b/dana/dana-bot/src/git.js new file mode 100644 index 0000000000000000000000000000000000000000..a98780400483a63d9a4ec957aba3f0b5cfc25468 --- /dev/null +++ b/dana/dana-bot/src/git.js @@ -0,0 +1,121 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ +/* eslint new-cap: "error" */ + +var fs = require('fs'); +var path = require('path'); +var cwd = process.cwd(); +var run = require(cwd + '/src/run'); + +function sync(config, hdl) { + if (config.patch === undefined) { + hdl('ERROR -- no patch'); + return; + } + if (config.repository === undefined) { + hdl('ERROR -- no repository'); + return; + } + if (config.name === undefined) { + hdl('ERROR -- no name'); + return; + } + var path = config.repository + '/' + config.name; + if (path === undefined) { + hdl('ERROR -- no path'); + return; + } + + run.exec('git', ['clean', '-f', '-d'], path, function(err, stdout, stderr) { + if (err) { + // console.log('ERROR -- ', err, stdout, stderr) + hdl(err, stdout, stderr); + return; + } + run.exec('git', ['fetch'], path, function(err, stdout, stderr) { + if (err) { + // console.log('ERROR -- ', err, stdout, stderr) + hdl(err, stdout, stderr); + return; + } + run.exec('git', ['reset', '--hard', config.patch], path, + function(err, stdout, stderr) { + if (err) { + // console.log('ERROR -- ', err, stdout, stderr) + hdl(err, stdout, stderr); + return; + } + run.exec('git', ['log', '-n1', '--pretty=format:"%H"'], path, + function(err, stdout, stderr) { + if (err) { + // console.log('ERROR -- ', err, stdout, stderr) + hdl(err, stdout, stderr); + return; + } + if (stdout.indexOf(config.patch) === -1) { + hdl('ERROR, git sync ' + + '-- bad sync, config.patch not corresponding.' + + ' should be ' + config.patch + ' is ' + stdout); + } else + hdl(undefined); + }); + }); + }); + }); +} + +function clone(config, hdl) { + // console.log('git clone check', config); + + if (config.url === undefined) { + hdl('ERROR -- no url'); + return; + } + if (config.repository === undefined) { + hdl('ERROR -- no repository'); + return; + } + if (config.name === undefined) { + hdl('ERROR -- no name'); + return; + } + var tpath = path.normalize(config.repository + '/' + config.name); + if (tpath === undefined) { + hdl('ERROR -- no path'); + return; + } + + if (fs.existsSync(tpath)) + hdl(undefined); + else { + console.log('Need to clone repo', config); + + var args = ['clone', config.url, tpath]; + // if (os.platform()!='win32') + // args = ['clone', config.url, path, ' < /dev/tty']; + + run.exec('git', args, null, function(err, stdout, stderr) { + // console.log('ERROR -- ', err, stdout, stderr) + hdl(err, stdout, stderr); + }); + } +} + +module.exports.sync = sync; +module.exports.clone = clone; diff --git a/dana/dana-bot/src/gitForBot.js b/dana/dana-bot/src/gitForBot.js new file mode 100644 index 0000000000000000000000000000000000000000..c45cbc9b65d0063d0b80dd11f247e6f6b434d8ec --- /dev/null +++ b/dana/dana-bot/src/gitForBot.js @@ -0,0 +1,348 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var cwd = process.cwd(); +var run = require(cwd + '/src/run'); +var logger = require(cwd + '/src/logger').getLogger(); + +var repoPath; +var currentRepo; +var currentRepoPath; + +var gitPrettyConfig = [{ + c: '%H', + p: 'hash' +}, { + c: '%h', + p: 'abbrevHash' +}, { + c: '%t', + p: 'abbrevTreeHash' +}, { + c: '%P', + p: 'parentHashes' +}, { + c: '%an', + p: 'authorName' +}, { + c: '%ae', + p: 'authorEmail' +}, { + c: '%ai', + p: 'authorDate' +}, { + c: '%ar', + p: 'authorDateRel' +}, { + c: '%cn', + p: 'committerName' +}, { + c: '%ce', + p: 'committerEmail' +}, { + c: '%cd', + p: 'committerDate' +}, { + c: '%cr', + p: 'committerDateRel' +}, { + c: '%s', + p: 'subject' +}]; + +function splitSpaces(data) { + return data.split(" ").filter(function(s) { + return s.length > 0; + }); +} + +module.exports = { + setRepoPath: function(path) { + repoPath = path; + }, + setRepo: function(repo) { + currentRepo = repo; + currentRepoPath = repoPath + '/' + currentRepo.name; + }, + clone: function() { + if (currentRepoPath === undefined) { + logger.error('clone repository not set'); + return; + } + var args = ['clone', currentRepo.git.url, currentRepoPath]; + var cmdout = run.execSync('git', args, null); + return cmdout; + }, + fetch: function() { + if (currentRepoPath === undefined) { + logger.error('fetch repository not set'); + return; + } + var cmdout = run.execSync('git', ['fetch'], currentRepoPath); + if (cmdout.err) { + logger.error('cannot do git fetch', currentRepoPath); + return; + } + }, + pull: function() { + if (currentRepoPath === undefined) { + logger.error('pull repository not set'); + return; + } + var cmdout = run.execSync('git', ['pull'], currentRepoPath); + if (cmdout.err) { + logger.error('cannot do git pull', currentRepoPath); + return; + } + }, + repoResetHard: function(hash) { + if (currentRepoPath === undefined) { + logger.error('repoResetHard repository not set'); + return; + } + var cmdout = run.execSync('git', ['reset', '--hard', hash], + currentRepoPath); + + if (cmdout.err) { + logger.error('cannot do git reset --hard ', currentRepoPath, hash); + return; + } + + cmdout = run.execSync('git', ['log', '-n1', '--pretty=format:%H'], + currentRepoPath); + if (cmdout.err) { + logger.error('cannot do git log -n1', currentRepoPath); + return; + } + var topHash = cmdout.stdout; + if (topHash !== hash) { + logger.error('Error after syncing ', hash, topHash); + return; + } + return; + }, + repoResetHardPrevious: function(hash) { + if (currentRepoPath === undefined) { + logger.error('repoResetHardPrevious repository not set'); + return; + } + var cmdout = run.execSync('git', ['reset', '--hard', 'HEAD^'], + currentRepoPath); + if (cmdout.err) { + logger.error('cannot do git reset --hard ', currentRepoPath, hash); + return; + } + cmdout = run.execSync('git', ['log', '-n1', '--pretty=format:%H'], + currentRepoPath); + if (cmdout.err) { + logger.error('cannot do git log -n1', currentRepoPath); + return; + } + return cmdout.stdout; + }, + getRemoteToT: function(branch) { + if (currentRepoPath === undefined) { + logger.error('getRemoteToT repository not set'); + return; + } + var cmdout = run.execSync('git', ['log', branch, '-n1', + '--pretty=format:%H' + ], currentRepoPath); + + if (cmdout.err) { + logger.error('cannot do git log branch -n1 ', currentRepoPath, branch); + return; + } + var tot = cmdout.stdout; + return tot; + }, + getRepoToT: function() { + if (currentRepoPath === undefined) { + logger.error('getRepoToT repository not set'); + return; + } + var cmdout = run.execSync('git', ['log', '-n1', '--pretty=format:%H'], + currentRepoPath); + + if (cmdout.err) { + logger.error('cannot do git log -n1 ', currentRepoPath); + return; + } + var tot = cmdout.stdout; + return tot; + }, + getBuildId: function(patch) { + if (currentRepoPath === undefined) { + logger.error('getBuildId repository not set'); + return; + } + var cmdout = run.execSync('git', [ + 'log', '--oneline', '--pretty=format:%h', patch + ], currentRepoPath); + var t = cmdout.stdout.split('\n'); + var buildId = t.length; + return buildId; + }, + getPatchInfo: function(patch) { + if (currentRepoPath === undefined) { + logger.error('getPatchInfo repository not set'); + return; + } + + var l = []; + + var targ = '--pretty=@tagStart@'; + + var ii; + for (ii = 0; ii < gitPrettyConfig.length; ii++) + targ += '@tagDelimiter@' + gitPrettyConfig[ii].c; + targ += '@tagEnd@'; + + var cmdout = run.execSync('git', ['log', patch, '-n1', targ], + currentRepoPath); + + if (cmdout.err) { + console.log('ERR', cmdout.code); + return; + } + var stdout = cmdout.stdout; + logger.debug('commits stdout', stdout); + + // get everything after tagt start + var commits = stdout.split('@tagStart@'); + + // + if (commits.length === 1 && commits[0] === '') { + commits.shift(); + } + commits.shift(); + logger.debug('commits commits', commits); + + for (ii = 0; ii < commits.length; ii++) { + var commit = commits[ii]; + logger.debug('onecommit', ii, commits.length, commit); + + // get everything beofre tag end everything before tag end + var parts = commit.split('@tagEnd@\n'); + commit = parts[0].split('@tagDelimiter@'); + + // delete first + commit.shift(); + + logger.debug('onecommit', commit); + + var entry = {}; + for (var jj = 0; jj < gitPrettyConfig.length; jj++) { + if (gitPrettyConfig[jj].p === 'parentHashes') { + var tsplit = splitSpaces(commit[jj]); + entry[gitPrettyConfig[jj].p] = tsplit; + } else + entry[gitPrettyConfig[jj].p] = commit[jj]; + } + + // add buildId + logger.debug('entry', entry); + + l.push(entry); + } + // console.log(l); + return l; + }, + getLog: function(branch, startCommit, endCommit) { + if (currentRepoPath === undefined) { + logger.error('getLog repository not set'); + return; + } + + // get num of patchs to compute buildIds + var cmdout = run.execSync('git', ['log', branch, '--oneline', + '--pretty=format:%h' + ], currentRepoPath); + + var t = cmdout.stdout.split('\n'); + var numPatches = t.length; + logger.debug(cmdout, numPatches); + + var l = []; + + // Start constructing arguments + var args = []; + args.push('log'); + args.push(branch); + + if (endCommit !== undefined) { + args.push(endCommit + '..' + startCommit); + } + + var targ = '--pretty="@tagStart@'; + var ii; + for (ii = 0; ii < gitPrettyConfig.length; ii++) + targ += '@tagDelimiter@' + gitPrettyConfig[ii].c; + + targ += '@tagEnd@"'; + args.push(targ); + + cmdout = run.execSync('git', args, currentRepoPath); + if (cmdout.err) { + console.log('ERR', cmdout.code); + return; + } + var stdout = cmdout.stdout; + logger.debug('commits stdout', stdout); + + // get everything after tagt start + var commits = stdout.split('@tagStart@'); + // + if (commits.length === 1 && commits[0] === '') { + commits.shift(); + } + commits.shift(); + logger.debug('commits commits', commits); + + for (ii = 0; ii < commits.length; ii++) { + var commit = commits[ii]; + logger.debug('onecommit', ii, commits.length, commit); + + // get everything beofre tag end everything before tag end + var parts = commit.split('@tagEnd@\n'); + commit = parts[0].split('@tagDelimiter@'); + + // delete first + commit.shift(); + + logger.debug('onecommit', commit); + + var entry = {}; + for (var jj = 0; jj < gitPrettyConfig.length; jj++) { + if (gitPrettyConfig[jj].p === 'parentHashes') { + var tsplit = splitSpaces(commit[jj]); + entry[gitPrettyConfig[jj].p] = tsplit; + } else + entry[gitPrettyConfig[jj].p] = commit[jj]; + } + + // add buildId + entry.buildId = numPatches - ii; + logger.debug('entry', entry); + + l.push(entry); + } + return l; + } +}; diff --git a/dana/dana-bot/src/htmlBuilder.js b/dana/dana-bot/src/htmlBuilder.js new file mode 100644 index 0000000000000000000000000000000000000000..6c86fc823ed4aa45edb7a5b40c674703081caa7c --- /dev/null +++ b/dana/dana-bot/src/htmlBuilder.js @@ -0,0 +1,125 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var body; + +function bodyReset() { + body = ''; +} + +function bodyH1(txt) { + body += '

' + + txt + '

'; +} + +function bodyH2(txt) { + body += '

' + + txt + '

'; +} + +function bodyH3(txt) { + body += '

' + + txt + '

'; +} + +function bodyH4(txt) { + body += '

' + + txt + '

'; +} + +function bodyPar(txt) { + body += '

' + + txt + '

'; +} + +function bodyAdd(txt) { + body += txt; +} +var bodyTableBodyAdded = false; + +function bodyTableStart(width) { + bodyTableBodyAdded = false; + if (width) { + body += ''; + } else + body += '
'; +} + +function bodyTableTh(tth) { + body += ''; + for (var ii = 0; ii < tth.length; ii++) + body += ''; + body += ''; +} + +function bodyTableTd(ttd) { + if (!bodyTableBodyAdded) body += ''; + body += ''; + for (var ii = 0; ii < ttd.length; ii++) + body += ''; + body += ''; +} + +function bodyTableTdStyle(ttd, style) { + if (!bodyTableBodyAdded) body += ''; + body += ''; + for (var ii = 0; ii < ttd.length; ii++) + body += ''; + body += ''; +} + +function bodyTableTdStyleProp(ttd) { + if (!bodyTableBodyAdded) body += ''; + body += ''; + for (var ii = 0; ii < ttd.length; ii++) + if (ttd[ii].style === undefined) + body += ''; + else + body += ''; + body += ''; +} + +function bodyTableEnd() { + body += '
' + tth[ii] + '
' + ttd[ii] + '
' + + ttd[ii] + '
' + ttd[ii].txt + ' ' + ttd[ii].txt + '
'; +} + +function bodyGet() { + return body; +} + +module.exports.bodyReset = bodyReset; +module.exports.bodyH1 = bodyH1; +module.exports.bodyH2 = bodyH2; +module.exports.bodyH3 = bodyH3; +module.exports.bodyH4 = bodyH4; +module.exports.bodyPar = bodyPar; +module.exports.bodyAdd = bodyAdd; +module.exports.bodyTableStart = bodyTableStart; +module.exports.bodyTableTh = bodyTableTh; +module.exports.bodyTableTd = bodyTableTd; +module.exports.bodyTableTdStyle = bodyTableTdStyle; +module.exports.bodyTableTdStyleProp = bodyTableTdStyleProp; +module.exports.bodyTableEnd = bodyTableEnd; +module.exports.bodyGet = bodyGet; diff --git a/dana/dana-bot/src/logger.js b/dana/dana-bot/src/logger.js new file mode 100644 index 0000000000000000000000000000000000000000..026823609d229a846a2c97ea63ff3741b0ce3e6d --- /dev/null +++ b/dana/dana-bot/src/logger.js @@ -0,0 +1,74 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +// LOGs +var log4js; +var logger; + +module.exports.createLogger = function(type, filelog, level) { + if (logger === undefined) { + if (type === 'console') { + log4js = require('log4js'); + log4js.configure({ + appenders: [{ + type: 'console' + }, { + type: 'file', + filename: filelog, + maxLogSize: 1024 * 1024 * 10, + backups: 10, + category: 'server' + }] + }); + logger = log4js.getLogger('server'); + } + if (type === 'noconsole') { + log4js = require('log4js'); + log4js.configure({ + appenders: [{ + type: 'file', + filename: filelog, + maxLogSize: 1024 * 1024 * 10, + backups: 10, + category: 'server' + }] + }); + logger = log4js.getLogger('server'); + } + logger.setLevel(level); + } + return logger; +}; + +module.exports.getLogger = function() { + return logger; +}; + +module.exports.getLog4Js = function() { + return log4js; +}; + +/* +logger.trace('Entering cheese testing'); +logger.debug('Got cheese.'); +logger.info('Cheese is Gouda.'); +logger.warn('Cheese is quite smelly.'); +logger.error('Cheese is too ripe!'); +logger.fatal('Cheese was breeding ground for listeria.'); +*/ diff --git a/dana/dana-bot/src/master.js b/dana/dana-bot/src/master.js new file mode 100644 index 0000000000000000000000000000000000000000..23679cc8279f266599bcc7866cff3d98a7804360 --- /dev/null +++ b/dana/dana-bot/src/master.js @@ -0,0 +1,405 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ +/* eslint new-cap: "off" */ + +var globalMaster = { + debug: false, + Q: {}, + QSeqId: undefined, + QSeqTimer: undefined, + QId: 1, + QBroadcastId: 1, + QBroadcast: {}, + config: undefined, + syncProjectAck: undefined, + syncProjectState: undefined +}; + +// elt contains +// user: user +// QUId: QUId, +// requires: can be undefined or have alone (true/false) 'sys' or 'runnerId' property +// module: moduleName, +// option: option, +// broadcast : false/true, to run to all connected runners or not +// After, globalMaster.QId and globalMaster.QBroadcastId +function QAddOne(elt) { + function addOne(e) { + var elt = { + QId: globalMaster.QId, + service: 'service', + QUId: e.QUId, + requires: e.requires, + module: e.module, + option: e.option, + broadcast: e.broadcast, + QBroadcastId: e.QBroadcastId + }; + globalMaster.Q.waiting[globalMaster.QId] = elt; + globalMaster.QId++; + QDump('QAddOne Entry'); + QSchedule(); + QDump('QAddOne Exit'); + return globalMaster.QId - 1; + } + + if (elt.broadcast) { + var k = Object.keys(globalMaster.config.runners); + elt.QBroadcastId = globalMaster.QBroadcastId; + globalMaster.QBroadcast[globalMaster.QBroadcastId] = { + numRunners: k.length, + result: [], + timer: [] + }; + globalMaster.QBroadcastId++; + for (var ii = 0; ii < k.length; ii++) { + if (elt.requires === undefined) { + elt.requires = { + runnerId: k[ii] + }; + } else { + elt.requires = { + alone: true, + runnerId: k[ii] + }; + } + addOne(elt); + } + } else { + addOne(elt); + } +} + +function QReset() { + globalMaster.Q = { + waiting: {}, + running: {} + }; +} + +function QDump(info) { + if (!globalMaster.debug) return; + var keysQw = Object.keys(globalMaster.Q.waiting); + var keysQr = Object.keys(globalMaster.Q.running); + if (globalMaster.debug) + console.log('MASTER QDump', info, '(Waiting', keysQw, 'Running', keysQr, ')'); +} + +// affect a run in waitingQ taking requires constraints +// requires can be 'alone' (true/false, 'runnerId', or 'sys') +function QSchedule() { + var ii; + var keysQ = Object.keys(globalMaster.Q.waiting); + var keysRunners = Object.keys(globalMaster.config.runners); + + for (ii = 0; ii < keysQ.length; ii++) { + var jj; + var QId = keysQ[ii]; + var elt = globalMaster.Q.waiting[QId]; + + /* + + console.log('QSchedule looking to', JSON.stringify(elt)); + console.log('globalMaster.Q.waiting', JSON.stringify(globalMaster.Q.waiting)); + console.log('QId', JSON.stringify(QId)); + */ + + // compute runner subset candidate to placements + var rset = keysRunners; + + if (elt.requires === undefined) { + console.log('ERROR QSchedule, elt.requires==undefined', elt); + return; + } + + if (elt.requires.runnerId !== undefined) + rset = [elt.requires.runnerId]; + + if (elt.requires.sys !== undefined) { + var tset = []; + for (jj = 0; jj < rset.length; jj++) { + if (globalMaster.config.runners[rset[jj]].config.sys === + elt.requires.sys) + tset.push(rset[jj]); + } + rset = tset; + } + if (rset.length === 0) { + console.log('ERROR: rset is empty'); + console.log('elt:', elt); + console.log('globalMaster.config.runners:', JSON.stringify(globalMaster.config.runners, null, 4)); + console.log('globalMaster:', JSON.stringify(globalMaster, null, 4)); + return; + } + + // console.log('QSchedule runnerSet is', JSON.stringify(rset)); + + // no constraints, select first available + var found; + if (elt.requires.alone) { + found = false; + for (jj = 0; jj < rset.length; jj++) { + if (globalMaster.config.runners[rset[jj]].running === 0) { + // console.log('QSchedule found', rset[jj]); + QRun(QId, rset[jj]); + found = true; + break; + } + } + if (!found) + return; + } else { + found = false; + for (jj = 0; jj < rset.length; jj++) { + if (globalMaster.config.runners[rset[jj]].running < + globalMaster.config.runners[rset[jj]].config.cpu) { + // console.log('QSchedule found', rset[jj]); + QRun(QId, rset[jj]); + found = true; + break; + } + } + if (!found) + return; + } + } +} + +// elt is in waitingQ, goes in runningQ +function QRun(QId, runnerId) { + if (globalMaster.debug) + console.log('QRun', QId, runnerId); + globalMaster.Q.waiting[QId].runnerId = runnerId; + var job = { + QId: QId, + module: globalMaster.Q.waiting[QId].module, + option: globalMaster.Q.waiting[QId].option + }; + globalMaster.config.runners[runnerId].instance.runnerRunJob(runnerId, job); + globalMaster.config.runners[runnerId].running++; + globalMaster.Q.running[QId] = globalMaster.Q.waiting[QId]; + delete globalMaster.Q.waiting[QId]; +} + +// elt is in runningQ, send back to requester, delete from jobQ +function QNotifEnd(job) { + if (globalMaster.debug) + console.log('MASTER QNotifEnd job', job); + + if (globalMaster.debug) + console.log('MASTER QNotifEnd runners config', JSON.stringify(globalMaster.config.runners, null, 0)); + + if (globalMaster.debug) + console.log('MASTER QNotifEnd globalMaster.Q', JSON.stringify(globalMaster.Q, null, 0)); + + // globalMaster.config.runners[socket.name].running--; + + QDump('QNotifEnd Entry'); + + var QId = job.QId; + var elt = globalMaster.Q.running[QId]; + var send = true; + var result = job.result; + var timer = job.timer; + + if (globalMaster.debug) + console.log('QNotifEnd runners elt', elt); + + globalMaster.config.runners[elt.runnerId].running--; + + if (elt.broadcast) { + // console.log('QNotifEnd', globalMaster.QBroadcast) + + globalMaster.QBroadcast[elt.QBroadcastId].numRunners--; + globalMaster.QBroadcast[elt.QBroadcastId].result.push(job.result); + globalMaster.QBroadcast[elt.QBroadcastId].timer.push(job.timer); + if (globalMaster.QBroadcast[elt.QBroadcastId].numRunners === 0) { + result = globalMaster.QBroadcast[elt.QBroadcastId].result; + timer = globalMaster.QBroadcast[elt.QBroadcastId].timer; + delete globalMaster.QBroadcast[elt.QBroadcastId]; + } else + send = false; + } + + if (send) { + var answer = { + QUId: elt.QUId, + timer: timer, + result: result, + runnerId: elt.runnerId + }; + // console.log('QNotifEnd Entry', JSON.stringify(answer, null, 4)) + globalMaster.config.service.serviceNotifyEnd(answer); + } + + delete globalMaster.Q.running[QId]; + + QSchedule(); + + QDump('QNotifEnd Exit'); +} + +function setConfig(config) { + + console.log('setConfig', JSON.stringify(config, null, 4)); + + if (config === undefined) + return 'Master unable to set config - master missing'; + + if (config.master === undefined) + return 'Master unable to set config - master missing'; + + if (config.service === undefined) + return 'Master unable to set config - service missing'; + + if (config.user === undefined) + return 'Master unable to set config - user missing'; + + if (config.runners === undefined) + return 'Master unable to set config - runners missing'; + + globalMaster.config = config; + var k = Object.keys(globalMaster.config.runners); + for (var ii = 0; ii < k.length; ii++) { + globalMaster.config.runners[k[ii]].running = 0; + } + QReset(); + return undefined; +} + +function userCommand(argv) { + if (globalMaster.debug) + console.log('userCommand', argv); + globalMaster.config.service.serviceCommand(argv); +} + +function userGetCommandList() { + if (globalMaster.debug) + console.log('userGetCommandList'); + globalMaster.config.service.serviceGetCommandList(); +} + +function userSyncProject(repository) { + if (globalMaster.debug) + console.log('userSyncProject', repository); + var k = Object.keys(globalMaster.config.runners); + globalMaster.syncProjectAck = 1 + k.length; + globalMaster.syncProjectState = []; + globalMaster.config.service.serviceSyncProject(repository); + for (var ii = 0; ii < k.length; ii++) { + globalMaster.config.runners[k[ii]].instance.runnerSyncProject(k[ii], + repository); + } +} + +module.exports.setConfig = setConfig; +module.exports.userCommand = userCommand; +module.exports.userSyncProject = userSyncProject; +module.exports.userGetCommandList = userGetCommandList; + +// use by runner +function runnerRunJobEnd(job) { + if (globalMaster.debug) + console.log('runnerJobRunEnd', job); + QNotifEnd(job); +} + +function runnerSyncProjectEnd(result) { + if (globalMaster.debug) + console.log('runnerSyncProjectEnd', result, globalMaster.syncProjectAck); + globalMaster.syncProjectState.push(result); + globalMaster.syncProjectAck--; + if (globalMaster.syncProjectAck === 0) + globalMaster.config.user.userSyncProjectEnd(globalMaster.syncProjectState); +} + +module.exports.runnerRunJobEnd = runnerRunJobEnd; +module.exports.runnerSyncProjectEnd = runnerSyncProjectEnd; + +// use by service +function serviceCommandList(commands) { + if (globalMaster.debug) + console.log('serviceCommandList', commands); + globalMaster.config.user.userCommandList(commands); +} + +function serviceSyncProjectEnd(result) { + if (globalMaster.debug) + console.log('serviceSyncProjectEnd', result, globalMaster.syncProjectAck); + globalMaster.syncProjectState.push(result); + globalMaster.syncProjectAck--; + if (globalMaster.syncProjectAck === 0) + globalMaster.config.user.userSyncProjectEnd(globalMaster.syncProjectState); +} + +function serviceCommandEnd(obj) { + // obj contains str + if (globalMaster.debug) + console.log('serviceCommandEnd', obj); + globalMaster.config.user.userCommandEnd(obj); +} + +function serviceRunEnd(obj) { + // obj contains name and patch + if (globalMaster.debug) + console.log('serviceRunEnd', obj); + globalMaster.config.user.userRunEnd(obj); +} + +function serviceRunStart(obj) { + if (globalMaster.debug) + console.log('serviceRunStart', obj); + globalMaster.config.user.userRunStart(obj); +} + +function serviceSequenceStart(obj) { + // obj contains info and maxSamples + if (globalMaster.debug) + console.log('serviceSequenceStart', obj); + globalMaster.config.user.userSequenceStart(obj); +} + +function serviceSequenceEnd(obj) { + // obj contains info and time + if (globalMaster.debug) + console.log('serviceSequenceEnd', obj); + globalMaster.config.user.userSequenceEnd(obj); +} + +function serviceQAddOne(elt) { + if (globalMaster.debug) + console.log('serviceQAddOne', elt); + QAddOne(elt); +} + +function serviceSerie(serie) { + if (globalMaster.debug) + console.log('serviceSerie', JSON.stringify(serie)); + globalMaster.config.user.userSerie(serie); +} + +module.exports.serviceCommandList = serviceCommandList; +module.exports.serviceSyncProjectEnd = serviceSyncProjectEnd; +module.exports.serviceCommandEnd = serviceCommandEnd; +module.exports.serviceRunEnd = serviceRunEnd; +module.exports.serviceRunStart = serviceRunStart; +module.exports.serviceSequenceStart = serviceSequenceStart; +module.exports.serviceSequenceEnd = serviceSequenceEnd; +module.exports.serviceQAddOne = serviceQAddOne; +module.exports.serviceSerie = serviceSerie; diff --git a/dana/dana-bot/src/masterNetRunner.ws.js b/dana/dana-bot/src/masterNetRunner.ws.js new file mode 100644 index 0000000000000000000000000000000000000000..91f91d2b041f8dc99fc66a45e7fcf02f70e58ed4 --- /dev/null +++ b/dana/dana-bot/src/masterNetRunner.ws.js @@ -0,0 +1,54 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var masterNetRunnerConfig; + +function setConfig(config) { + if (config === undefined) + return 'masterNetRunner config undefined'; + + if (config.wsSend === undefined) + return 'masterNetRunner wsSend undefined'; + + var k = Object.keys(config.runners); + if (k === 0) { + return 'masterNetRunner no runners'; + } + + masterNetRunnerConfig = config; + return undefined; +} + +function runnerRunJob(runnerId, job) { + masterNetRunnerConfig.wsSend( + runnerId, + 'runnerRunJob', + job); +} + +function runnerSyncProject(runnerId, repository) { + masterNetRunnerConfig.wsSend( + runnerId, + 'runnerSyncProject', + repository); +} + +module.exports.setConfig = setConfig; +module.exports.runnerRunJob = runnerRunJob; +module.exports.runnerSyncProject = runnerSyncProject; diff --git a/dana/dana-bot/src/run.js b/dana/dana-bot/src/run.js new file mode 100644 index 0000000000000000000000000000000000000000..3f907ec89bf0039bf8e1f0f182fb07ef6f47c286 --- /dev/null +++ b/dana/dana-bot/src/run.js @@ -0,0 +1,172 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ +/* eslint guard-for-in: "off" */ + +var os = require('os'); +var fs = require('fs'); +var childProcess = require('child_process'); +var exec = childProcess.execFile; +var execSync = childProcess.execFileSync; +var spawn = childProcess.spawn; + +var lowLevelDebug = false; + +module.exports.exec = function(cmd, args, cwd, hdl) { + if (os.platform() === 'win32') { + var newargs = []; + newargs.push('/c'); + newargs.push(cmd); + for (var i in args) + newargs.push(args[i]); + args = newargs; + cmd = 'cmd.exe'; + } + + if (lowLevelDebug) console.log('exec (', cmd, args, cwd, ')'); + + if (cwd && !fs.existsSync(cwd)) { + console.log("exec -- ERROR: directory '" + cwd + "' does not exist"); + hdl("exec -- ERROR: directory '" + cwd + "' does not exist", "", "") + return; + } + + exec( + cmd, + args, { + cwd: cwd, + encoding: 'utf8', + maxBuffer: 1024 * 500 + }, + function(err, stdout, stderr) { + if ((lowLevelDebug) && (err)) { + console.log('exec -- ERROR ', err, stdout, stderr); + } + hdl(err, stdout, stderr); + }); +}; + +module.exports.execSync = function(cmd, args, cwd) { + if (lowLevelDebug) console.log('execSync (', cmd, args, cwd, ')'); + + if (cwd && !fs.existsSync(cwd)) { + console.log("exec -- ERROR: directory '" + cwd + "' does not exist"); + return { + err : true, + stdout : "", + stderr : "", + status : -1, + output : "exec -- ERROR: directory '" + cwd + "' does not exist" + }; + } + + var cmdout = {}; + var out; + try { + out = execSync( + cmd, + args, { + cwd: cwd, + encoding: 'utf8', + maxBuffer: 1024 * 500 + } + ); + cmdout.err = undefined; + cmdout.stdout = out; + cmdout.stderr = ''; + cmdout.status = 0; + cmdout.output = out; + } catch (err) { + if (lowLevelDebug) + console.log('execSync -- ERROR ', err.stdout, err.stderr, err.status, + err.output); + + cmdout.err = true; + cmdout.stdout = err.stdout; + cmdout.stderr = err.stderr; + cmdout.status = err.status; + cmdout.output = err.output; + } + return cmdout; +}; + +module.exports.dumpOut = function(out) { + console.log('------'); + console.log('ERR:', out.err); + console.log('STDOUT:', out.stdout); + console.log('STDERR:', out.stderr); + console.log('STATUS:', out.status); + console.log('OUTPUT:', out.output); + console.log('------'); +}; + +function timer(name) { + var start = new Date(); + if (lowLevelDebug) console.log('LOG(' + start + ')', name, 'START'); + return { + stop: function() { + var end = new Date(); + var time = end.getTime() - start.getTime(); + if (lowLevelDebug) + console.log('LOG(' + end + ')', name, 'END (in', time, 'ms)'); + return time; + } + }; +} + +module.exports.timer = timer; + +module.exports.execRedirect = function(cmd, args, cwd, hdl) { + var localStdout = ''; + + if (os.platform() === 'win32') { + var newargs = []; + newargs.push('/c'); + newargs.push(cmd); + for (var i in args) + newargs.push(args[i]); + args = newargs; + cmd = 'cmd.exe'; + } + + if (lowLevelDebug) console.log('execRedirect (', cmd, args, cwd, ')'); + + if (cwd && !fs.existsSync(cwd)) { + console.log("exec -- ERROR: directory '" + cwd + "' does not exist"); + hdl("exec -- ERROR: directory '" + cwd + "' does not exist") + return; + } + + var proc = spawn( + cmd, + args, { + cwd: cwd, + encoding: 'utf8' + } + ); + + proc.on("exit", function(exitCode) { + hdl(exitCode, localStdout); + }); + + proc.stdout.on("data", function(chunk) { + localStdout += chunk; + }); + + proc.stdout.on("end", function() {}); +} diff --git a/dana/dana-bot/src/runner.js b/dana/dana-bot/src/runner.js new file mode 100644 index 0000000000000000000000000000000000000000..ef0502b1398832b31acffeea8c8874de36527b71 --- /dev/null +++ b/dana/dana-bot/src/runner.js @@ -0,0 +1,300 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ +/* eslint new-cap: "error" */ + +var fs = require('fs'); +var os = require('os'); +var cwd = process.cwd(); +var run = require(cwd + '/src/run'); +var git = require(cwd + '/src/git'); +var butils = require(cwd + '/src/utils'); + +var globalRunner = { + debug: false, + config: undefined, + useGit: true, + tmpPath: cwd + '/tmp/runner.tmp', + repoPath: cwd + '/tmp/runner.repo', + projectBot: undefined, + repository: undefined, + runs: {}, + numberOfRuns: 0 +}; + +if (!fs.existsSync(cwd + '/tmp')) + fs.mkdirSync(cwd + '/tmp'); + +if (!fs.existsSync(globalRunner.tmpPath)) + fs.mkdirSync(globalRunner.tmpPath); + +if (!fs.existsSync(globalRunner.repoPath)) + fs.mkdirSync(globalRunner.repoPath); + +function getResult(error, stdout, stderr) { + if (error === undefined) + return { + sample: { + passing: true + } + }; + + return { + sample: { + passing: false + }, + logs: { + error: error, + stdout: stdout, + stderr: stderr + } + }; +} + +function runnerSyncProject(runnerId, repository) { + function hdlSend(error, stdout, stderr) { + globalRunner.config.master.runnerSyncProjectEnd( + getResult(error, stdout, stderr)); + } + + function endGitSync() { + globalRunner.repository = repository; + hdlSend(); + } + + if (globalRunner.debug) + console.log('RUNNER runnerSyncProject', repository); + + // It's a new syncProject, so we delete tmp dir + butils.deleteDirectory(globalRunner.tmpPath); + + // Need to regenerate temp files of modules in tmp dir + setUpProjectModules(); + + if (repository === undefined) { + hdlSend('Runner ' + globalRunner.config.configRunner.name + + ' Missing repository property, cannot syncProject'); + return; + } + if (repository.name === undefined) { + hdlSend('Runner ' + globalRunner.config.configRunner.name + + ' Missing repository name property, cannot syncProject'); + return; + } + if (repository.git === undefined) { + hdlSend('Runner ' + globalRunner.config.configRunner.name + + ' Missing repository git property, cannot syncProject'); + return; + } + if (repository.git.url === undefined) { + hdlSend('Runner ' + globalRunner.config.configRunner.name + + ' Missing repository git.url property, cannot syncProject'); + return; + } + if (repository.patch === undefined) { + hdlSend('Runner ' + globalRunner.config.configRunner.name + + ' Missing repository patch property, cannot syncProject'); + return; + } + if (globalRunner.useGit) { + // CLONE the git repository if missing + var repoName = repository.name; + git.clone({ + repository: globalRunner.repoPath, + name: repoName, + url: repository.git.url + }, function(err, stdout, stderr) { + if (err) { + hdlSend(err, 'Runner ' + globalRunner.config.configRunner.name + + ' ' + stdout, stderr); + return; + } + git.sync({ + repository: globalRunner.repoPath, + name: repository.name, + patch: repository.patch + }, function(err, stdout, stderr) { + if (err) { + hdlSend(err, 'Runner ' + globalRunner.config.configRunner.name + + ' ' + stdout, stderr); + return; + } + endGitSync(); + }); + }); + } else + endGitSync(); +} + +// job contains a QId, a module name and an option +// When job is done, sends back a QId, a timer, and a result +function runnerRunJob(runnerId, job) { + var QId = job.QId; + var QTimer; + + // result is in this format + // result = { + // sample : { + // passing: true/false, // required + // value: value // optional + // }, + // logs : { + // error: undefined/string // required + // stdout: stdout, // optional + // stderr: stderr // optional + // } + // } + function endRun(output) { + var result = { + sample: { + passing: output.passing, + value: output.value + }, + logs: { + error: output.error, + stdout: output.stdout, + stderr: output.stderr + } + }; + + globalRunner.numberOfRuns--; + + if (globalRunner.debug) + console.log('RUNNER endRun', + QId, result, globalRunner.numberOfRuns, globalRunner.runs[QId]); + + delete globalRunner.runs[QId]; + + if (result.sample.passing) { + delete result.logs; + } + globalRunner.config.master.runnerRunJobEnd({ + QId: QId, + timer: QTimer.stop(), + result: result + }); + } + + if (job.QId === undefined) { + console.log('ERROR from master, no QId in job', job); + globalRunner.config.master.runnerRunJobEnd({ + QId: undefined, + timer: undefined, + result: getResult( + 'Runner ' + globalRunner.config.configRunner.name + + ' Missing QId cannot run the job', + JSON.stringify(job) + ) + }); + } + + if (job.module === undefined) { + console.log('ERROR from master, no module in job', job); + globalRunner.config.master.runnerRunJobEnd({ + QId: QId, + timer: undefined, + result: getResult( + 'Runner ' + globalRunner.config.configRunner.name + + ' Missing module in job', + JSON.stringify(job)) + }); + } + + if (job.option === undefined) { + console.log('ERROR from master, no option in job', job); + globalRunner.config.master.runnerRunJobEnd({ + QId: QId, + timer: undefined, + result: getResult( + 'Runner ' + globalRunner.config.configRunner.name + + ' Missing option in job', + JSON.stringify(job)) + }); + } + + if (globalRunner.projectBot.modules[job.module] === undefined) { + console.log('ERROR, module not exist', globalRunner.projectBot.modules, + job); + + globalRunner.config.master.runnerRunJobEnd({ + QId: QId, + timer: undefined, + result: getResult( + 'Runner ' + globalRunner.config.configRunner.name + + ' module does not exist', + JSON.stringify(job) + '\nglobalRunner.projectBot:' + + JSON.stringify(globalRunner.projectBot.modules)) + }); + } + + globalRunner.runs[QId] = job; + globalRunner.numberOfRuns++; + + if (globalRunner.debug) + console.log('RUNNER runJob', job, globalRunner.numberOfRuns); + + QTimer = run.timer(QId); + globalRunner.projectBot.modules[job.module].run(job.option, endRun); +} + +function setUpProjectModules() { + var projectPath = cwd + '/project'; + globalRunner.projectBot = require(projectPath + '/commands'); + if (globalRunner.projectBot.modules === undefined) { + hdlSend('Missing modules in ' + projectPath + '/commands'); + return; + } + console.log('setUpProjectModules', JSON.stringify(globalRunner.config, null, 4)); + + var k = Object.keys(globalRunner.projectBot.modules); + for (var ii = 0; ii < k.length; ii++) { + globalRunner.projectBot.modules[k[ii]].moduleName = k[ii]; + globalRunner.projectBot.modules[k[ii]].setConfig({ + cwd: cwd, + tmpPath: globalRunner.tmpPath, + repoPath: globalRunner.repoPath, + env: globalRunner.config.configRunner.env, + runner: true + }); + + } +} + +function setConfig(config) { + if (config === undefined) + return 'Runner unable to set config - config undefined'; + + if (config.master === undefined) + return 'Runner unable to set config - master missing'; + + if (config.configRunner === undefined) + return 'Runner unable to set config - configRunner missing'; + + if (config.configRunner.env === undefined) + return 'Runner unable to set config - env missing'; + + globalRunner.config = config; + + setUpProjectModules(); + + return undefined; +} + +module.exports.setConfig = setConfig; +module.exports.runnerRunJob = runnerRunJob; +module.exports.runnerSyncProject = runnerSyncProject; diff --git a/dana/dana-bot/src/runnerNetMaster.ws.js b/dana/dana-bot/src/runnerNetMaster.ws.js new file mode 100644 index 0000000000000000000000000000000000000000..409e46ba0beeaa68b4bdad290197f4c48a8a0d17 --- /dev/null +++ b/dana/dana-bot/src/runnerNetMaster.ws.js @@ -0,0 +1,47 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var runnerNetMasterConfig; + +function setConfig(config) { + if (config === undefined) + return 'runnerNetMaster config undefined'; + + if (config.wsSend === undefined) + return 'runnerNetMaster wsSend missing'; + + runnerNetMasterConfig = config; + return undefined; +} + +function runnerRunJobEnd(job) { + runnerNetMasterConfig.wsSend( + 'runnerRunJobEnd', + job); +} + +function runnerSyncProjectEnd(state) { + runnerNetMasterConfig.wsSend( + 'runnerSyncProjectEnd', + state); +} + +module.exports.setConfig = setConfig; +module.exports.runnerRunJobEnd = runnerRunJobEnd; +module.exports.runnerSyncProjectEnd = runnerSyncProjectEnd; diff --git a/dana/dana-bot/src/runnerProcess.ws.js b/dana/dana-bot/src/runnerProcess.ws.js new file mode 100644 index 0000000000000000000000000000000000000000..5dfaddf36fcc27e860ff91459816b9452059f03b --- /dev/null +++ b/dana/dana-bot/src/runnerProcess.ws.js @@ -0,0 +1,127 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var cwd = process.cwd(); + +var NODE_EXIT_KILL = 1; +var NODE_EXIT_UPDATE = 2; +var NODE_EXIT_MASTERDISCONNECT = 3; +var NODE_EXIT_KILLDAEMON = 128; +var NODE_EXIT_INTERNALERROR = 255; + +function usage() { + console.log('ERROR -- missing config file'); + console.log('Usage: node runnerProcess.ws.js runnerId'); + process.exit(NODE_EXIT_KILLDAEMON); +} + +function usage() { + console.log('ERROR -- missing config file to load'); + console.log('Usage: node standalone.js config.js'); + process.exit(1); +} + +if (process.argv.length < 3) usage(); + +var configMaster = require(cwd + '/configs/bot').config; +if (configMaster === undefined) { + console.log('ERROR bootbot configuration file, undefined'); + process.exit(NODE_EXIT_KILL); +} + +var runnerId = process.argv[2]; +var configRunner = configMaster.runners[runnerId]; +if (configRunner === undefined) { + console.log('ERROR Invalid configuration file, runners', runnerId, 'not defined'); + process.exit(NODE_EXIT_KILL); +} + +var runnerNetMaster = require(cwd + '/src/runnerNetMaster.ws'); +var runner = require(cwd + '/src/runner'); + +var err = runner.setConfig({ + configRunner: configRunner, + master: runnerNetMaster, + env: configRunner.env +}); + +if (err) { + console.log('Unable to set runner config - ', err); + process.exit(NODE_EXIT_INTERNALERROR); +} + +var WebSocket = require('ws'); + +var ws; +var url = 'ws://' + configMaster.ip + ':' + configMaster.port; +ws = new WebSocket(url); + +var wsActions = {}; + +function register(action, handler) { + wsActions[action] = handler; +} + +register('runnerAdmin', function(msg) { + if (msg.kill) process.exit(NODE_EXIT_KILL); + if (msg.update) process.exit(NODE_EXIT_UPDATE); + if (msg.killDaemon) process.exit(NODE_EXIT_KILLDAEMON); + console.log('Invalid runnerAdmin command'); + process.exit(NODE_EXIT_INTERNALERROR); +}); + +register('runnerRunJob', function(job) { + runner.runnerRunJob(configRunner.name, job); +}); + +register('runnerSyncProject', function(repository) { + runner.runnerSyncProject(configRunner.name, repository); +}); + +ws.on('open', function connection() { + console.log('Connected to Master, sending runner config', configRunner); + wsSend( + 'runnerConfig', + configRunner); + + ws.on('message', function(msg, flags) { + var data = JSON.parse(msg); + if (wsActions[data.action] === undefined) { + console.log('received ', data, ' unknown action'); + return; + } + wsActions[data.action](data.params); + }); + + ws.on('close', function close() { + console.log('Master disconnected !'); + process.exit(NODE_EXIT_MASTERDISCONNECT); + }); +}); + +function wsSend(action, params) { + ws.send(JSON.stringify({ + action: action, + params: params + })); +} + +runnerNetMaster.setConfig({ + wsSend: wsSend +}); diff --git a/dana/dana-bot/src/sendMail.js b/dana/dana-bot/src/sendMail.js new file mode 100644 index 0000000000000000000000000000000000000000..4d6920dd83d0eda8f8ad90fce88d146d262e3c1e --- /dev/null +++ b/dana/dana-bot/src/sendMail.js @@ -0,0 +1,106 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var fs = require('fs'); +var GoogleAuth = require('google-auth-library'); +var google = require('googleapis'); +var moduleBtoa = require('btoa'); + +var cwd = process.cwd(); +var logger = require(cwd + '/src/logger').getLogger(); + +function getOAuth2Client(cb) { + // Load client secrets + fs.readFile(cwd + '/configs/client_secret.json', function(err, data) { + if (err) { + return cb(err); + } + var credentials = JSON.parse(data); + var clientSecret = credentials.installed.client_secret; + var clientId = credentials.installed.client_id; + var redirectUrl = credentials.installed.redirect_uris[0]; + var auth = new GoogleAuth(); + var oauth2Client = new auth.OAuth2(clientId, clientSecret, redirectUrl); + + // Load credentials + fs.readFile(cwd + '/configs/gmail-credentials.json', function(err, token) { + if (err) { + return cb(err); + } + oauth2Client.credentials = JSON.parse(token); + return cb(null, oauth2Client); + }); + }); +} + +function doSendMail(auth, to, cc, subject, userbody, cb) { + var gmailClass = google.gmail('v1'); + + var email = ''; + email += 'To:' + to + '\r\n'; + if (cc !== undefined) + email += 'Cc:' + cc + '\r\n'; + + email += 'Subject:' + subject + '\r\n'; + email += 'Content-type:text/html;charset=utf-8\r\n'; + + email = email + '\r\n' + userbody; + + var btoa = new Buffer(email).toString('base64'); + btoa = btoa.replace(/\+/g, '-').replace(/\//g, '_'); + + gmailClass.users.messages.send({ + auth: auth, + userId: 'me', + resource: { + raw: btoa + } + }, cb); +} + +function sendMail(to, cc, subject, userbody) { + if (to === undefined) { + logger.error('sendMail -- missing to'); + return; + } + if (subject === undefined) { + logger.error('sendMail -- missing subject'); + return; + } + if (userbody === undefined) { + logger.error('sendMail -- missing body'); + return; + } + getOAuth2Client(function(err, oauth2Client) { + if (err) { + logger.error('err:', err); + } else { + doSendMail(oauth2Client, to, cc, subject, userbody, + function(err, results) { + if (err) { + logger.error('err:', err); + } else { + logger.info(results); + } + }); + } + }); +} + +module.exports.sendMail = sendMail; diff --git a/dana/dana-bot/src/server.js b/dana/dana-bot/src/server.js new file mode 100644 index 0000000000000000000000000000000000000000..1e2645c338821d2fe2431aaa978a12b15dfa69c2 --- /dev/null +++ b/dana/dana-bot/src/server.js @@ -0,0 +1,101 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var cwd = process.cwd(); +var debug = false; + +var moduleLogger = require(cwd + '/src/logger'); +var moduleLoggerLogger = moduleLogger.createLogger('noconsole', + cwd + '/server.log', 'DEBUG'); +var moduleLoggerLog4js = moduleLogger.getLog4Js(); + +var configBot = require(cwd + '/configs/bot').config; +if (configBot === undefined) { + console.log('ERROR Invalid master configuration file, undefined', process.argv[2]); + process.exit(2); +} + +if (configBot.system === undefined) { + console.log('ERROR master configuration file, system undefined'); + process.exit(2); +} + +var k = Object.keys(configBot.runners); +if (k.length > 1) { + console.log('ERROR Invalid master configuration file, too many runners', process.argv[2]); + process.exit(2); +} + +var configRunner = configBot.runners[k[0]]; + +if (debug) { + console.log('Server -----------'); + console.log('configBot:', JSON.stringify(configBot, null, 4)); + console.log('configRunner:', JSON.stringify(configRunner, null, 4)); +} + +if (configRunner === undefined) { + console.log('ERROR Invalid configuration file, runners not defined'); + process.exit(2); +} + +var nodeCiBot = require(cwd + '/src/bot'); +var master = require(cwd + '/src/master'); +var service = require(cwd + '/src/service'); +var runner = require(cwd + '/src/runner'); +var runners = {}; + +var err = runner.setConfig({ + configRunner: configRunner, + master: master, +}); +if (err) { + console.log('Unable to set runner config - ', err); + process.exit(1); +} + +err = service.setConfig({ + master: master +}); +if (err) { + console.log('Unable to set service config - ', err); + process.exit(1); +} + +runners[k[0]] = { + config: configRunner, + instance: runner +}; + +err = master.setConfig({ + master: master, + runners: runners, + user: nodeCiBot, + service: service +}); + +if (err) { + console.log('Unable to set master config - ', err); + process.exit(1); +} + +nodeCiBot.setConfig({ + master: master, + configBot: configBot +}); diff --git a/dana/dana-bot/src/service.js b/dana/dana-bot/src/service.js new file mode 100644 index 0000000000000000000000000000000000000000..f87eb03a7cf35990580ca432c1a192c411254ff9 --- /dev/null +++ b/dana/dana-bot/src/service.js @@ -0,0 +1,515 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ +/* eslint new-cap: "off" */ + +var fs = require('fs'); +var util = require('util'); +var cwd = process.cwd(); +var run = require(cwd + '/src/run'); +var git = require(cwd + '/src/git'); +var butils = require(cwd + '/src/utils'); + +var globalService = { + debug: false, + config: undefined, + useGit: true, + tmpPath: cwd + '/tmp/service.tmp', + repoPath: cwd + '/tmp/service.repo', + stateCommand: undefined, + currentCommand: undefined, + projectBot: undefined, + repository: undefined, + Q: undefined, + QId: undefined, + QUId: undefined, + QSeqTimer: undefined, + QSequence: {}, + QNumSequence: undefined, + QTimeTag: undefined +}; + +if (!fs.existsSync(cwd + '/tmp')) + fs.mkdirSync(cwd + '/tmp'); + +if (!fs.existsSync(globalService.tmpPath)) + fs.mkdirSync(globalService.tmpPath); + +if (!fs.existsSync(globalService.repoPath)) + fs.mkdirSync(globalService.repoPath); + +var defaultServiceCommands = {}; + +var theService = { + addAll: QAddAll, + addOne: QAddOne, + start: QStart, + end: QEnd, + sync: QSync, + endRun: QEndRun, + startRun: startRun, + checkAllTestsPassing: checkAllTestsPassing, + endCommand: endCommand +}; + +function QReset() { + globalService.Q = { + running: {}, + done: {}, + sync: { + pending: false, + hdl: undefined + } + }; + globalService.QId = 0; + globalService.QSeqTimer = undefined; + globalService.QUId = 1; + globalService.QSequence = {}; + globalService.QNumSequence = undefined; + globalService.QTimeTag = Date.now(); +} + +function checkAllTestsPassing(series) { + var success = true; + var k = Object.keys(series); + for (var ii = 0; ii < k.length; ii++) { + var s = series[k[ii]].result; + if (util.isArray(s)) { + for (var jj = 0; jj < s.length; jj++) { + if (!s[jj].sample.passing) { + success = false; + if (globalService.debug) console.log('SERVICE', 'ARRAY NOT PASSING', s[jj]); + } + } + } else if (!s.sample.passing) { + success = false; + if (globalService.debug) console.log('SERVICE', 'NOT PASSING', s); + } + } + return success; +} + +function endCommand(str) { + globalService.config.master.serviceCommandEnd({ + command: globalService.currentCommand[0], + str: str + }); +} + +function startRun(numSequences, hdl) { + // reset all Queues for this Run + QReset(); + globalService.QNumSequence = numSequences; + + // HACK removed but need to validate + if (globalService.repository === undefined) { + hdl('nodeCiBot - startRun no repository set'); + } + + /* + if (globalService.repository.patch === undefined) { + hdl('startRun, please do a syncProject() before'); + return; + } + */ + globalService.config.master.serviceRunStart({ + command: globalService.currentCommand[0], + repository: globalService.repository + }); + + hdl(undefined); +} + +function QEndRun(ret) { + QSync(function() { + globalService.config.master.serviceRunEnd({ + command: globalService.currentCommand[0], + repository: globalService.repository + }); + globalService.config.master.serviceCommandEnd({ + command: globalService.currentCommand[0], + str: globalService.currentCommand[0] + ' - ' + ret + }); + // REVIEW: need to decide if we authorize only one run/repository at a time + // globalService.repository = undefined; + }); +} + +function QStart(info) { + globalService.QSeqTimer = run.timer(info); + globalService.QId++; + if (globalService.QId > globalService.QNumSequence) { + console.log('SERVICE', 'WARNING number of sequence is not accurate', + globalService.QNumSequence); + } + globalService.QSequence[globalService.QId] = { + info: info, + QId: globalService.QId + }; + // console.log('SERVICE', globalService.QId, globalService.QSequence); +} + +function QEnd(hdl) { + // console.log('SERVICE', globalService.QId, globalService.QSequence); + + globalService.config.master.serviceSequenceStart({ + command: globalService.currentCommand[0], + info: globalService.QSequence[globalService.QId].info, + maxSamples: Object.keys(globalService.Q.running).length + }); + + QSync(function() { + // console.log('SERVICE', 'QSync END '); + globalService.QSequence[globalService.QId].time = + globalService.QSeqTimer.stop(); + + globalService.config.master.serviceSequenceEnd({ + command: globalService.currentCommand[0], + info: globalService.QSequence[globalService.QId].info, + time: globalService.QSequence[globalService.QId].time + }); + + var series = globalService.Q.done; + globalService.Q.done = {}; + var success = checkAllTestsPassing(series); + + // REVIEW: check validity + globalService.stateCommand &= success; + + // console.log('SERVICE', 'QEnd calling hdl', samples) + hdl(series); + }); +} + +// run one command on all. +// broadcast +function QAddAll(module, option, hdl) { + var mrequires = module.requires; + if (mrequires === undefined) mrequires = {}; + var elt = { + QUId: globalService.QUId, + requires: mrequires, + module: module.moduleName, + option: option, + hdl: hdl, + broadcast: true + }; + globalService.Q.running[globalService.QUId] = elt; + globalService.QUId++; + globalService.config.master.serviceQAddOne(elt); + QDump('QAddAll Exit'); + return globalService.QUId - 1; +} + +function QAddOne(module, option, requires, hdl) { + var mrequires = module.requires; + if (requires !== undefined) { + var k = Object.keys(requires); + for (var ii = 0; ii < k.length; ii++) { + mrequires[k[ii]] = requires[k[ii]]; + } + } + if (mrequires === undefined) mrequires = {}; + var elt = { + QUId: globalService.QUId, + requires: mrequires, + module: module.moduleName, + option: option, + hdl: hdl, + broadcast: false + }; + globalService.Q.running[globalService.QUId] = elt; + globalService.QUId++; + if (globalService.debug) console.log('SERVICE', 'Emitting elt', option); + globalService.config.master.serviceQAddOne(elt); + QDump('QAddOne Exit'); + return globalService.QUId - 1; +} + +function QDump(info) { + if (globalService.debug) { + var keysQr = Object.keys(globalService.Q.running); + var keysQd = Object.keys(globalService.Q.done); + if (globalService.debug) + console.log('SERVICE', 'QDump', info, '(Running', keysQr, 'Done', keysQd, ')'); + } +} + +// var dumpIndex = 1; + +// elt is in runningQ, goes in doneQ +function QNotifEnd(msg) { + // console.log('SERVICE', 'QNotifEnd', msg); + // msg contains + // globalService.QId: globalService.QId, + // result: result + QDump('QNotifEnd Entry'); + + var QId = msg.QUId; + + if (globalService.Q.running[QId].hdl !== undefined) + globalService.Q.running[QId].hdl(msg); + + var running = globalService.Q.running[QId]; + delete globalService.Q.running[QId]; + + var desc = + globalService.projectBot.modules[running.module].getSerieDesc(running.option); + + var serie = { + desc: desc, + options: running.option, + result: msg.result + } + + function add(s) { + s.module = running.module; + s.exec = { + QId: QId, + requires: running.requires, + broadcast: running.broadcast, + timer: msg.timer, + runnerId: msg.runnerId + } + + globalService.config.master.serviceSerie(s); + + globalService.Q.done[QId] = s; + } + + /* + if (util.isArray(serie)) { + for (var jj = 0; jj < serie.length; jj++) { + add(serie[jj]) + } + } else + */ + add(serie); + + if (globalService.Q.sync.pending) QSync(globalService.Q.sync.hdl); + + QDump('QNotifEnd Exit'); +} + +function QSync(hdl) { + if (globalService.debug) + console.log('SERVICE', 'QSync Still', + Object.keys(globalService.Q.running).length, 'to run'); + QDump('QSync'); + if (Object.keys(globalService.Q.running).length !== 0) { + globalService.Q.sync.pending = true; + globalService.Q.sync.hdl = hdl; + return; + } + globalService.Q.sync.pending = false; + hdl(); +} + +function runCommand(argv) { + if (!util.isArray(argv)) { + globalService.config.master.serviceCommandEnd({ + command: argv, + err: 'Bad command format' + }); + return; + } + + var commands; + + if (defaultServiceCommands[argv[0]] !== undefined) + commands = defaultServiceCommands; + + if (globalService.projectBot !== undefined) + if (globalService.projectBot.userCommands[argv[0]] !== undefined) + commands = globalService.projectBot.userCommands; + + if (commands === undefined) { + globalService.config.master.serviceCommandEnd({ + command: globalService.currentCommand[0], + err: 'Unknown command' + }); + return; + } + + if (globalService.debug) console.log('SERVICE', 'Run command', commands[argv[0]]); + globalService.currentCommand = argv; + globalService.stateCommand = true; + + if (commands[argv[0]].args === 0) { + commands[argv[0]].hdl(); + } + if (commands[argv[0]].args === 1) { + commands[argv[0]].hdl(argv[1]); + } + if (commands[argv[0]].args === 2) { + commands[argv[0]].hdl(argv[1], argv[2]); + } + if (commands[argv[0]].args === 3) { + commands[argv[0]].hdl(argv[1], argv[2], argv[3]); + } + if (commands[argv[0]].args === 4) { + commands[argv[0]].hdl(argv[1], argv[2], argv[3], argv[4]); + } + if (commands[argv[0]].args === 5) { + commands[argv[0]].hdl(argv[1], argv[2], argv[3], argv[4], argv[5]); + } +} + +function setUpProjectModules() { + var projectPath = cwd + '/project'; + globalService.projectBot = require(projectPath + '/commands'); + + if (globalService.projectBot === undefined) { + hdlSend('projectBot undefined in ' + projectPath + '/commands'); + return; + } + + globalService.projectBot.setup(theService); + + if (globalService.projectBot.modules === undefined) { + hdlSend('Missing modules in ' + projectPath + '/commands'); + return; + } +} + +function setConfig(config) { + if (config === undefined) + return 'Service unable to set config - config undefined'; + + if (config.master === undefined) + return 'Service unable to set config - master missing'; + + globalService.config = config; + setUpProjectModules(); + QReset(); + return undefined; +} + +function serviceNotifyEnd(msg) { + QNotifEnd(msg); +} + +function serviceCommand(msg) { + runCommand(msg); +} + +function serviceGetCommandList() { + var commands = defaultServiceCommands; + + if (globalService.projectBot !== undefined) { + var k = Object.keys(globalService.projectBot.userCommands); + for (var ii = 0; ii < k.length; ii++) { + commands[k[ii]] = globalService.projectBot.userCommands[k[ii]]; + } + } + globalService.config.master.serviceCommandList(commands); +} + +function getResult(error, stdout, stderr) { + if (error === undefined) + return { + sample: { + passing: true + } + }; + + return { + sample: { + passing: false + }, + logs: { + error: error, + stdout: stdout, + stderr: stderr + } + }; +} + +function serviceSyncProject(repository) { + function hdlSend(error, stdout, stderr) { + globalService.config.master.serviceSyncProjectEnd( + getResult(error, stdout, stderr)); + } + + function endGitSync() { + globalService.repository = repository; + hdlSend(); + } + + // It's a new syncProject, so we delete tmp dir + butils.deleteDirectory(globalService.tmpPath); + + if (repository === undefined) { + hdlSend('Service ' + + ' Missing repository property, cannot syncProject'); + return; + } + if (repository.name === undefined) { + hdlSend('Service ' + + ' Missing repository name property, cannot syncProject'); + return; + } + if (repository.git === undefined) { + hdlSend('Service ' + + ' Missing repository git property, cannot syncProject'); + return; + } + if (repository.git.url === undefined) { + hdlSend('Service ' + + ' Missing repository git.url property, cannot syncProject'); + return; + } + if (repository.patch === undefined) { + hdlSend('Service ' + + ' Missing repository patch property, cannot syncProject'); + return; + } + + if (globalService.useGit) { + // CLONE the git repository if missing + var repoName = repository.name; + git.clone({ + repository: globalService.repoPath, + name: repoName, + url: repository.git.url + }, function(err, stdout, stderr) { + if (err) { + hdlSend(err, 'Service ' + stdout, stderr); + return; + } + git.sync({ + repository: globalService.repoPath, + name: repository.name, + patch: repository.patch + }, function(err, stdout, stderr) { + if (err) { + hdlSend(err, 'Service ' + stdout, stderr); + return; + } + endGitSync(); + }); + }); + } else + endGitSync(); +} + +module.exports.setConfig = setConfig; +module.exports.serviceNotifyEnd = serviceNotifyEnd; +module.exports.serviceCommand = serviceCommand; +module.exports.serviceSyncProject = serviceSyncProject; +module.exports.serviceGetCommandList = serviceGetCommandList; diff --git a/dana/dana-bot/src/standalone.norunner.js b/dana/dana-bot/src/standalone.norunner.js new file mode 100644 index 0000000000000000000000000000000000000000..7b125558524460d14708d40129c562679d90a309 --- /dev/null +++ b/dana/dana-bot/src/standalone.norunner.js @@ -0,0 +1,169 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var cwd = process.cwd(); + +function usage() { + console.log('ERROR -- missing config file'); + console.log('Usage: node standalone.norunner.js'); + process.exit(1); +} + +var configMaster = require(cwd + '/configs/bot').config; +if (configMaster === undefined) { + console.log('ERROR Invalid master configuration file', process.argv[2]); + process.exit(2); +} + +var NODE_EXIT_MASTERDISCONNECT = 3; + +var nodeCiBot = require(cwd + '/src/bot'); +var master = require(cwd + '/src/master'); +var service = require(cwd + '/src/service'); +var masterNetRunner = require(cwd + '/src/masterNetRunner.ws'); +var runners = {}; + +/* + ws.on('disconnect', function() { + var t; + if (ws.runner) { + t = 'RUNNER ' + ws.name + ' disconnected'; + delete runners[ws.name]; + } else { + console.log('One unknown socket disconnected'); + process.exit(NODE_EXIT_MASTERDISCONNECT); + } + nodeCiBot.userStop(t); + }); + + ws.on('error', function(err) { + if (ws.runner) { + console.log('RUNNER', ws.name, 'error', err); + } else + console.log('One unknown socket disconnected', err); + process.exit(NODE_EXIT_MASTERDISCONNECT); + }); +*/ + +var wsActions = {}; + +function register(action, handler) { + wsActions[action] = handler; +} + +function wsSend(runnerId, action, params) { + console.log('wsSend', runnerId, action, params) + runners[runnerId].ws.send(JSON.stringify({ + action: action, + params: params + })); +} + +// RUNNER protocol +// +register('runnerConfig', function(ws, config) { + console.log('RUNNER node connected:)'); + if (isSystemRunning()) { + console.log('System is already running'); + wsSend(ws, 'connectionRefused'); + return; + } + + ws.name = config.name; + ws.runner = true; + runners[config.name] = { + config: config, + instance: masterNetRunner, + ws: ws + }; + isSystemReady(); +}); + +register('runnerRunJobEnd', function(ws, msg) { + master.runnerRunJobEnd(msg); +}); + +register('runnerSyncProjectEnd', function(ws, state) { + master.runnerSyncProjectEnd(state); +}); + +function isSystemRunning() { + if (Object.keys(runners).length === 1) + return true; + return false; +} + +function isSystemReady() { + if (Object.keys(runners).length === 1) { + console.log() + var err = masterNetRunner.setConfig({ + wsSend: wsSend, + runners: runners + }); + if (err) { + console.log('Unable to set masterNetRunner config - ', err); + process.exit(1); + } + err = service.setConfig({ + master: master + }); + if (err) { + console.log('Unable to set service config - ', err); + process.exit(1); + } + err = master.setConfig({ + master: master, + runners: runners, + user: nodeCiBot, + service: service + }); + if (err) { + console.log('Unable to set masterconfig - ', err); + process.exit(1); + } + err = nodeCiBot.setConfig({ + master: master, + configWeb: configMaster + }); + if (err) { + console.log('Unable to set nodeCiBot - ', err); + process.exit(1); + } + } +} + +var WebSocketServer = require('ws').Server; +var wss = new WebSocketServer({ + port: configMaster.port +}); + +wss.on('connection', function connection(ws) { + console.log('New connection received'); + ws.on('message', function(msg, flags) { + var data = JSON.parse(msg); + if (wsActions[data.action] === undefined) { + console.log('received ', data, ' unknown action'); + return; + } + wsActions[data.action](ws, data.params); + }); + ws.on('close', function close() { + console.log('One Runner disconnected !', ws.name, ws.runner); + }); +}); diff --git a/dana/dana-bot/src/utils.js b/dana/dana-bot/src/utils.js new file mode 100644 index 0000000000000000000000000000000000000000..ea5b1f7378faed06df7e1831299668e76028259f --- /dev/null +++ b/dana/dana-bot/src/utils.js @@ -0,0 +1,88 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var fs = require('fs'); +var debug = false; + +function deleteDirectory(dir) { + var files = fs.readdirSync(dir); + for (var i in files) { + if (fs.existsSync(dir + '/' + files[i])) { + var name = dir + '/' + files[i]; + if (fs.existsSync(name)) { + if (fs.statSync(name).isDirectory()) { + deleteDirectory(name); + fs.rmdirSync(name); + } else { + fs.unlinkSync(name); + } + } + } + } +} + +function copyFile(source, target, hdl) { + if (debug) + console.log('copyFile', source, target); + + var wasHandlerCalled = false; + + var rd = fs.createReadStream(source); + rd.on("error", function(err) { + done(err); + }); + var wr = fs.createWriteStream(target); + wr.on("error", function(err) { + done(err); + }); + wr.on("close", function(ex) { + done(); + }); + rd.pipe(wr); + + function done(err) { + if (!wasHandlerCalled) { + hdl(err); + wasHandlerCalled = true; + } + } +} + +function computeOptionsCombination(moduleOptions) { + var options = []; + var k = Object.keys(moduleOptions); + var current = {}; + + function addOne(id) { + if (id === k.length) { + options.push(JSON.parse(JSON.stringify(current))); + return; + } + for (var ii = 0; ii < moduleOptions[k[id]].length; ii++) { + current[k[id]] = moduleOptions[k[id]][ii]; + addOne(id + 1); + } + } + addOne(0); + return options; +} + +module.exports.deleteDirectory = deleteDirectory; +module.exports.copyFile = copyFile; +module.exports.computeOptionsCombination = computeOptionsCombination; diff --git a/dana/dana-bot/src/www.js b/dana/dana-bot/src/www.js new file mode 100644 index 0000000000000000000000000000000000000000..8be4eb972aede59ef6babc1b39284e11d92ec02c --- /dev/null +++ b/dana/dana-bot/src/www.js @@ -0,0 +1,985 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var cwd = process.cwd(); +var fs = require('fs'); +var util = require('util'); +var sendMail = require(cwd + '/src/sendMail'); + +var WWW_KILL = 1; +var WWW_KILL_AND_UPDATE = 2; + +var globalWWW = { + config: undefined, + users: undefined +} + +// Configure the local strategy for use by Passport. +var passport = require('passport'); +var Strategy = require('passport-local').Strategy; + +function findById(id, cb) { + var records = globalWWW.config.globalBot.config.configBot.users; + process.nextTick(function() { + var idx = id - 1; + if (records[idx]) { + cb(null, records[idx]); + } else { + cb(new Error('User ' + id + ' does not exist')); + } + }); +} + +function findByUsername(username, cb) { + var records = globalWWW.config.globalBot.config.configBot.users; + process.nextTick(function() { + for (var i = 0, len = records.length; i < len; i++) { + var record = records[i]; + if (record.username === username) { + return cb(null, record); + } + } + return cb(null, null); + }); +}; + +passport.use(new Strategy( + function(username, password, cb) { + findByUsername(username, function(err, user) { + if (err) { + return cb(err); + } + if (!user) { + return cb(null, false); + } + if (user.password !== password) { + return cb(null, false); + } + return cb(null, user); + }); + })); + +passport.serializeUser(function(user, cb) { + cb(null, user.id); +}); + +passport.deserializeUser(function(id, cb) { + findById(id, function(err, user) { + if (err) { + return cb(err); + } + cb(null, user); + }); +}); + +// Setup basic express server +var express = require('express'); +var app = express(); +var server = require('http').createServer(app); +var io = require('socket.io')(server); +var port = process.env.PORT || 8080; +var adminSocket; + +app.locals.fs = fs; +app.locals.cwd = cwd; + +// Set socket.io listeners. +io.on('connection', function(socket) { + console.log('User is connected'); + socket.emit('updateRepositories', globalWWW.config.globalBot.repositories); + socket.emit('updateTasks', globalWWW.config.globalBot.tasks); + socket.emit("updateQueue", globalWWW.config.globalBot.Q); + + if (globalWWW.config.globalBot.running !== undefined) { + if (globalWWW.config.globalBot.currentRun === undefined) { + startingBuild(); + } else { + updatingBuild(); + } + } + socket.on('disconnect', function(err) { + console.log('User is disconnected'); + }); + + socket.on('getTaskBuilds', function(taskName) { + console.log('getTaskBuilds', taskName); + var f = globalWWW.config.globalBot.buildPath + '/' + taskName + '.json'; + if (fs.existsSync(f)) { + var d = fs.readFileSync(f); + var e = JSON.parse(d); + socket.emit('taskBuilds', { + taskName: taskName, + builds: e + }) + } else { + socket.emit('taskBuilds', { + taskName: taskName, + builds: {} + }) + } + }); +}); + +app.use(express.static(cwd + '/www/public')); +app.set('views', cwd + '/www/views'); +app.set('view engine', 'ejs'); + +app.use(require('morgan')('combined')); +app.use(require('cookie-parser')()); +app.use(require('body-parser').urlencoded({ + extended: true +})); +app.use(require('express-session')({ + secret: 'keyboard cat', + resave: false, + saveUninitialized: false +})); + +app.use(passport.initialize()); +app.use(passport.session()); + +// LOGIN / LOGOUT +app.get('/', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + res.redirect('/bot/status'); + }); + +app.get('/login', + function(req, res) { + res.render('login/login', { + globalBot: globalWWW.config.globalBot, + title: 'Login', + user: req.user + }); + }); + +app.post('/login', + passport.authenticate('local', { + failureRedirect: '/login' + }), + function(req, res) { + res.redirect('/bot/status'); + }); + +app.get('/logout', + function(req, res) { + req.logout(); + res.redirect('/'); + }); + + +app.get('/bot/status', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + res.render('bot/status', { + user: req.user, + globalBot: globalWWW.config.globalBot + }); + }); + +app.get('/bot/builds', + function(req, res) { + res.render('bot/builds', { + user: req.user, + globalBot: globalWWW.config.globalBot + }); + }); + +app.get('/bot/build', + function(req, res) { + var l = "/bot/build?".length; + var r = req.originalUrl.substring(l); + r = r.split('?'); + console.log('/bot/build', r); + + var f = globalWWW.config.globalBot.buildPath + '/' + r[0] + '.json'; + if (!fs.existsSync(f)) { + appError(req, res, '/bot/build, build file doesnt exist'); + return; + } + var d = fs.readFileSync(f); + var e = JSON.parse(d); + var build = e[r[1]]; + if (build === undefined) { + appError(req, res, '/bot/build, build undefined'); + return; + } + + var f = globalWWW.config.globalBot.buildPath + '/' + + r[0] + '/' + r[1] + '.json'; + var tests = []; + if (fs.existsSync(f)) { + var d = fs.readFileSync(f); + var alltests = JSON.parse(d); + if (r[2] === 'all') + tests = alltests; + if (r[2] === 'failed') + for (var ii = 0; ii < alltests.length; ii++) { + if (!alltests[ii].state.passing) + tests.push(alltests[ii]); + } + if (r[2] === 'success') + for (var ii = 0; ii < alltests.length; ii++) { + if (alltests[ii].state.passing) + tests.push(alltests[ii]); + } + } + + res.render('bot/build', { + mode: r[2], + build: build, + tests: tests, + user: req.user, + globalBot: globalWWW.config.globalBot + }); + }); + +app.get('/bot/buildcsv', + function(req, res) { + var l = "/bot/buildcsv?".length; + var r = req.originalUrl.substring(l); + r = r.split('?'); + + console.log('/bot/build', r); + + var f = globalWWW.config.globalBot.buildPath + '/' + r[0] + '.json'; + if (!fs.existsSync(f)) { + appError(req, res, '/bot/build, build file doesnt exist'); + return; + } + var d = fs.readFileSync(f); + var e = JSON.parse(d); + var build = e[r[1]]; + if (build === undefined) { + appError(req, res, '/bot/build, build undefined'); + return; + } + + var f = globalWWW.config.globalBot.buildPath + '/' + + r[0] + '/' + r[1] + '.json'; + var tests = []; + if (fs.existsSync(f)) { + var d = fs.readFileSync(f); + var alltests = JSON.parse(d); + if (r[2] === 'all') + tests = alltests; + if (r[2] === 'failed') + for (var ii = 0; ii < alltests.length; ii++) { + if (!alltests[ii].state.passing) + tests.push(alltests[ii]); + } + if (r[2] === 'success') + for (var ii = 0; ii < alltests.length; ii++) { + if (alltests[ii].state.passing) + tests.push(alltests[ii]); + } + } + + res.render('bot/buildcsv', { + mode: r[2], + build: build, + tests: tests, + user: req.user, + globalBot: globalWWW.config.globalBot + }); + }); + +app.get('/bot/kill', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/kill, You must be an administrator'); + return; + } + process.exit(WWW_KILL); + }); + +app.get('/bot/killAndUpdate', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/killAndUpdate, You must be an administrator'); + return; + } + process.exit(WWW_KILL_AND_UPDATE); + }); + +app.get('/bot/botStart', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/botStart, You must be an administrator'); + return; + } + globalWWW.config.botStart(); + res.redirect('/bot/status'); + }); + +app.get('/bot/botStop', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/botStop, You must be an administrator'); + return; + } + globalWWW.config.botStop(); + res.redirect('/bot/status'); + }); + +app.get('/bot/addRepository', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/addRepository, You must be an administrator'); + return; + } + res.render('bot/addRepository', { + user: req.user, + globalBot: globalWWW.config.globalBot, + }); + }); + +app.get('/bot/editRepository', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + var l = "/bot/editRepository?".length; + var r = req.originalUrl.substring(l); + r = r.split('?'); + if (req.user.username !== 'admin') { + appError(req, res, '/bot/editRepository, You must be an administrator'); + return; + } + if (globalWWW.config.globalBot.repositories === undefined) { + appError(req, res, '/bot/editRepository, repositories undefined'); + return; + } + if (globalWWW.config.globalBot.repositories[r[0]] === undefined) { + appError(req, res, '/bot/editRepository, repositories of ' + r[0] + ' undefined'); + return; + } + res.render('bot/editRepository', { + user: req.user, + repository: globalWWW.config.globalBot.repositories[r[0]], + globalBot: globalWWW.config.globalBot, + }); + }); + +app.post('/bot/addRepository', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/addRepository, You must be an administrator'); + return; + } + if (globalWWW.config.globalBot.repositories === undefined) { + appError(req, res, '/bot/addRepository, repositories undefined'); + return; + } + if (globalWWW.config.globalBot.repositories[req.body.repoName] !== undefined) { + appError(req, res, '/bot/addRepository, repository of ' + req.body.repoName + ' already exist'); + return; + } + globalWWW.config.globalBot.repositories[req.body.repoName] = { + name: req.body.repoName, + git: { + url: req.body.giturl + } + } + fs.writeFileSync(cwd + '/configs/repositories.js', JSON.stringify(globalWWW.config.globalBot.repositories)); + updateRepositories(); + res.redirect('/bot/status'); + }); + +app.post('/bot/saveRepository', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + console.log(req.body); + if (req.user.username !== 'admin') { + appError(req, res, '/bot/saveRepository, You must be an administrator'); + return; + } + if (globalWWW.config.globalBot.repositories === undefined) { + appError(req, res, '/bot/saveRepository, repositories undefined'); + return; + } + if (globalWWW.config.globalBot.repositories[req.body.repoName] === undefined) { + appError(req, res, '/bot/saveRepository, repository for ' + req.body.repoName + ' undefined'); + return; + } + if (req.body.giturl === '') { + appError(req, res, '/bot/saveRepository, gitrul undefined'); + return; + } + + globalWWW.config.globalBot.repositories[req.body.repoName].git.url = req.body.giturl; + fs.writeFileSync(cwd + '/configs/repositories.js', JSON.stringify(globalWWW.config.globalBot.repositories)); + updateRepositories(); + res.redirect('/bot/status'); + }); + +app.get('/bot/deleteRepository', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + var l = "/bot/deleteRepository?".length; + var r = req.originalUrl.substring(l); + r = r.split('?'); + if (req.user.username !== 'admin') { + appError(req, res, '/bot/deleteRepository, You must be an administrator'); + return; + } + if (globalWWW.config.globalBot.repositories === undefined) { + appError(req, res, '/bot/deleteRepository, repositories undefined'); + return; + } + if (globalWWW.config.globalBot.repositories[r[0]] === undefined) { + appError(req, res, '/bot/deleteRepository, repositories of ' + r[0] + ' undefined'); + return; + } + delete globalWWW.config.globalBot.repositories[r[0]]; + fs.writeFileSync(cwd + '/configs/repositories.js', JSON.stringify(globalWWW.config.globalBot.repositories)); + updateRepositories(); + res.redirect('/bot/status'); + }); + +app.get('/bot/addTask', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/addTask, You must be an administrator'); + return; + } + res.render('bot/addTask', { + user: req.user, + globalBot: globalWWW.config.globalBot + }); + }); + +app.get('/bot/addCommandToQueue', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/addCommandToQueue, You must be an administrator'); + return; + } + res.render('bot/addCommandToQueue', { + user: req.user, + globalBot: globalWWW.config.globalBot + }); + }); + +app.post('/bot/addTask', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/addTask, You must be an administrator'); + return; + } + if (globalWWW.config.globalBot.tasks === undefined) { + appError(req, res, '/bot/addTask, tasks undefined'); + return; + } + if (globalWWW.config.globalBot.tasks[req.body.taskName] !== undefined) { + appError(req, res, '/bot/addTask, task of ' + req.body.taskName + ' already exist'); + return; + } + + var active; + if (req.body.active === 'Yes') active = true; + if (req.body.active === 'No') active = false; + + var mode; + if (req.body.monitoringMode === 'Patch level') mode = 'patch'; + if (req.body.monitoringMode === 'Patch set level') mode = 'patchSet'; + + var period; + if (req.body.periodMode === 'Tick') + period = { + tick: Number(req.body.periodValue) + }; + if (req.body.periodMode === 'FixedTime') + period = { + fixedTime: req.body.fixedTimeValue + }; + + globalWWW.config.globalBot.tasks[req.body.taskName] = { + name: req.body.taskName, + repository: req.body.repository, + branch: req.body.branch, + command: req.body.command, + active: active, + priority: Number(req.body.priority), + mode: mode, + period: period, + base: req.body.base, + notify: req.body.notify + } + fs.writeFileSync(cwd + '/configs/tasks.js', JSON.stringify(globalWWW.config.globalBot.tasks)); + updateTasks(); + res.redirect('/bot/status'); + }); + +app.post('/bot/saveTask', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/saveTask, You must be an administrator'); + return; + } + if (globalWWW.config.globalBot.tasks === undefined) { + appError(req, res, '/bot/saveTask, tasks undefined'); + return; + } + if (globalWWW.config.globalBot.tasks[req.body.taskName] === undefined) { + appError(req, res, '/bot/saveTask, task of ' + req.body.taskName + ' undefined'); + return; + } + + var active; + if (req.body.active === 'Yes') active = true; + if (req.body.active === 'No') active = false; + + var mode; + if (req.body.monitoringMode === 'Patch level') mode = 'patch'; + if (req.body.monitoringMode === 'Patch set level') mode = 'patchSet'; + + var period; + if (req.body.periodMode === 'Tick') + period = { + tick: Number(req.body.periodValue) + }; + if (req.body.periodMode === 'FixedTime') + period = { + fixedTime: req.body.fixedTimeValue + }; + + globalWWW.config.globalBot.tasks[req.body.taskName] = { + name: req.body.taskName, + repository: req.body.repository, + branch: req.body.branch, + command: req.body.command, + active: active, + priority: Number(req.body.priority), + mode: mode, + period: period, + base: req.body.base, + notify: req.body.notify + } + fs.writeFileSync(cwd + '/configs/tasks.js', JSON.stringify(globalWWW.config.globalBot.tasks)); + updateTasks(); + res.redirect('/bot/status'); + }); + +app.get('/bot/editTask', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + var l = "/bot/editTask?".length; + var r = req.originalUrl.substring(l); + r = r.split('?'); + if (req.user.username !== 'admin') { + appError(req, res, '/bot/editTask, You must be an administrator'); + return; + } + if (globalWWW.config.globalBot.tasks === undefined) { + appError(req, res, '/bot/editTask, tasks undefined'); + return; + } + if (globalWWW.config.globalBot.tasks[r[0]] === undefined) { + appError(req, res, '/bot/editTask, task of ' + r[0] + ' undefined'); + return; + } + res.render('bot/editTask', { + user: req.user, + task: globalWWW.config.globalBot.tasks[r[0]], + repositories: globalWWW.config.globalBot.repositories, + globalBot: globalWWW.config.globalBot, + }); + }); + +app.get('/bot/deleteTask', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + var l = "/bot/deleteTask?".length; + var r = req.originalUrl.substring(l); + r = r.split('?'); + if (req.user.username !== 'admin') { + appError(req, res, '/bot/deleteTask, You must be an administrator'); + return; + } + if (globalWWW.config.globalBot.tasks === undefined) { + appError(req, res, '/bot/deleteTask, tasks undefined'); + return; + } + if (globalWWW.config.globalBot.tasks[r[0]] === undefined) { + appError(req, res, '/bot/deleteTask, task of ' + r[0] + ' undefined'); + return; + } + delete globalWWW.config.globalBot.tasks[r[0]]; + fs.writeFileSync(cwd + '/configs/tasks.js', JSON.stringify(globalWWW.config.globalBot.tasks)); + //updateTasks(); + res.redirect('/bot/status'); + }); + +app.get('/bot/addToQueue', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/addToQueue, You must be an administrator'); + return; + } + res.render('bot/addToQueue', { + user: req.user, + globalBot: globalWWW.config.globalBot + }); + }); + +app.post('/bot/addToQueue', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (req.user.username !== 'admin') { + appError(req, res, '/bot/addToQueue, You must be an administrator'); + return; + } + if (globalWWW.config.globalBot.Q === undefined) { + appError(req, res, '/bot/addToQueue, Q undefined'); + return; + } + globalWWW.config.botQAdd(req.body.taskName, req.body.hashId); + res.redirect('/bot/status'); + }); + +app.get('/bot/removeFromQ', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + var l = "/bot/removeFromQ?".length; + var r = req.originalUrl.substring(l); + r = r.split('?'); + + if (req.user.username !== 'admin') { + appError(req, res, '/bot/removeFromQ, You must be an administrator'); + return; + } + if (globalWWW.config.globalBot.Q === undefined) { + appError(req, res, '/bot/removeFromQ, Q undefined'); + return; + } + + globalWWW.config.botQDelete(r[0]); + res.redirect('/bot/status'); + }); + + +app.get('/sponge/*', function(req, res) { + console.log('/sponge/*'); + // all files in public are ok to download to everybody + // if files exist, it's already managed by express + // so only manage directories + var fullPathDirectory = cwd + '/www/public' + req.originalUrl; + console.log('fullPathDirectory=', fullPathDirectory); + if (!fs.existsSync(fullPathDirectory)) { + res.redirect('/'); + return; + } + + if (req.originalUrl.indexOf('sponge') === -1) { + res.redirect('/'); + return; + } + + var list = []; + var files = fs.readdirSync(fullPathDirectory); + for (var i in files) { + if (fs.existsSync(fullPathDirectory + '/' + files[i])) { + var name = fullPathDirectory + '/' + files[i]; + if (fs.existsSync(name)) { + if (fs.statSync(name).isDirectory()) { + list.push({ + isDirectory: true, + name: files[i] + }); + } else { + list.push({ + isDirectory: false, + name: files[i] + }); + } + } + } + } + console.log(list); + res.render('file/directory', { + user: req.user, + cwd: cwd, + directory: req.originalUrl, + list: list, + globalBot: globalWWW.config.globalBot + }); +}); + +// error handlers +// catch 404 and forward to error handler +app.use(function(req, res, next) { + var err = new Error('Not Found'); + err.status = 404; + next(err); +}); + +// production error handler +// no stacktraces leaked to user +app.use(function(err, req, res, next) { + res.status(err.status || 500); + res.render('common/error', { + user: req.user, + message: err.message, + error: err, + globalBot: globalWWW.config.globalBot + }); +}); + +function appError(req, res, message) { + res.render('common/error', { + user: req.user, + message: message, + error: undefined, + globalBot: globalWWW.config.globalBot + }); +} + +var globalSocket; +var wsActions = {}; + +function register(action, handler) { + wsActions[action] = handler; +} + +register('getTaskBuilds', function(taskName) { + var b; + var f = globalWWW.config.globalBot.buildPath + '/' + taskName + '.json'; + if (fs.existsSync(f)) { + var d = fs.readFileSync(f); + b = JSON.parse(d); + } else + b = {}; + + // load build + wsSend('sendBuilds', { + taskName: taskName, + builds: b + }); +}); + +function wsSend(action, params) { + if (globalSocket !== undefined) + globalSocket.send(JSON.stringify({ + action: action, + params: params + })); +} + +function setConfig(config) { + + if (config === undefined) + return 'nodeCiBot config undefined'; + + if (config.globalBot === undefined) + return 'nodeCiBot globalBot missing'; + + if (config.botStart === undefined) + return 'nodeCiBot botStart missing'; + + if (config.botStop === undefined) + return 'nodeCiBot botStop missing'; + + if (config.botQAdd === undefined) + return 'nodeCiBot botQAdd missing'; + + if (config.botQDelete === undefined) + return 'nodeCiBot botQDelete missing'; + + globalWWW.config = config; + + server.listen(config.globalBot.config.configBot.port, function() { + console.log('WWW Server listening at port %d', + config.globalBot.config.configBot.port); + }); + + var WebSocketServer = require('ws').Server; + var wss = new WebSocketServer({ + port: config.globalBot.config.configBot.port + 1 + }); + console.log('Global server listening at port %d', config.globalBot.config.configBot.port + 1); + + wss.on('connection', function connection(ws) { + globalSocket = ws; + console.log('Global connection received'); + wsSend('updateRepositories', globalWWW.config.globalBot.repositories); + wsSend('updateTasks', globalWWW.config.globalBot.tasks); + wsSend("updateQueue", globalWWW.config.globalBot.Q); + wsSend("updateState", globalWWW.config.globalBot.state); + + if (globalWWW.config.globalBot.running !== undefined) { + if (globalWWW.config.globalBot.currentRun === undefined) { + startingBuild(); + } else { + updatingBuild(); + } + } + ws.on('message', function(msg, flags) { + var data = JSON.parse(msg); + if (wsActions[data.action] === undefined) { + console.log('received ', data, ' unknown action'); + return; + } + wsActions[data.action](data.params); + }); + ws.on('error', function error(err) { + // if there is an error, will be followed by a close event + console.log('Global communication ERROR', err); + }); + ws.on('close', function close() { + // TODO send an email to administrator if a glocal comm is lost + globalSocket = undefined; + var t = '[ACTION REQUIRED] Global disconnected from System ' + config.globalBot.config.configBot.system + '!'; + sendMail.sendMail(config.globalBot.config.configBot.admin.email, '', t, t); + }); + }); + + return undefined; +} + +function startingBuild() { + var g = globalWWW.config.globalBot; + if (g.running === undefined) { + console.log('startingBuild ERROR running undefined'); + return; + } + var b; + b = { + system: g.system, + task: g.running.task, + buildId: g.running.buildId, + repository: g.tasks[g.running.task].repository, + branch: g.tasks[g.running.task].branch, + spongeTag: g.QTimeTag, + infos: { + hash: g.running.infos[0].hash, + abbrevHash: g.running.infos[0].abbrevHash, + authorName: g.running.infos[0].authorName, + authorEmail: g.running.infos[0].authorEmail, + subject: g.running.infos[0].subject + }, + state: { + running: true, + numTests: 0, + numFailing: 0, + numSuccess: 0 + } + }; + + io.sockets.emit("updatingBuild", b); + wsSend("updateRunningBuild", b); +} + +function stoppingBuild() { + var g = globalWWW.config.globalBot; + var b = { + system: g.system, + task: g.running.task, + buildId: g.running.buildId, + repository: g.tasks[g.running.task].repository, + branch: g.tasks[g.running.task].branch, + spongeTag: g.QTimeTag, + infos: { + hash: g.running.infos[0].hash, + abbrevHash: g.running.infos[0].abbrevHash, + authorName: g.running.infos[0].authorName, + authorEmail: g.running.infos[0].authorEmail, + subject: g.running.infos[0].subject + }, + state: { + running: false, + numTests: g.currentRun.numSeries, + numFailing: g.currentRun.numFailing, + numSuccess: g.currentRun.numSeries - g.currentRun.numFailing + } + }; + io.sockets.emit("updatingBuild", b); + wsSend("updateRunningBuild", b); +} + +function updatingBuild() { + var g = globalWWW.config.globalBot; + var b = { + system: g.system, + task: g.running.task, + buildId: g.running.buildId, + repository: g.tasks[g.running.task].repository, + branch: g.tasks[g.running.task].branch, + spongeTag: g.QTimeTag, + infos: { + hash: g.running.infos[0].hash, + abbrevHash: g.running.infos[0].abbrevHash, + authorName: g.running.infos[0].authorName, + authorEmail: g.running.infos[0].authorEmail, + subject: g.running.infos[0].subject + }, + state: { + running: true, + numTests: g.currentRun.numSeries, + numFailing: g.currentRun.numFailing, + numSuccess: g.currentRun.numSeries - g.currentRun.numFailing + } + }; + + io.sockets.emit("updatingBuild", b); + wsSend("updateRunningBuild", b); +} + +function updateQueue() { + io.sockets.emit("updateQueue", globalWWW.config.globalBot.Q); + wsSend("updateQueue", globalWWW.config.globalBot.Q); +} + +function updateRepositories() { + io.sockets.emit("updateRepositories", + globalWWW.config.globalBot.repositories + ); + wsSend("updateRepositories", globalWWW.config.globalBot.repositories); +} + +function updateTasks() { + io.sockets.emit("updateTasks", + globalWWW.config.globalBot.tasks + ); + wsSend("updateTasks", globalWWW.config.globalBot.tasks); +} + + +function updateState() { + wsSend("updateState", globalWWW.config.globalBot.state); + if (globalWWW.config.globalBot.state === 'inactive') + io.sockets.emit("botIsStopped", {}); +} +module.exports.setConfig = setConfig; +module.exports.updateState = updateState; +module.exports.startingBuild = startingBuild; +module.exports.updatingBuild = updatingBuild; +module.exports.stoppingBuild = stoppingBuild; +module.exports.updateQueue = updateQueue; +module.exports.updateTasks = updateTasks; diff --git a/dana/dana-bot/www/public/js/buildPanel.js b/dana/dana-bot/www/public/js/buildPanel.js new file mode 100644 index 0000000000000000000000000000000000000000..3d461212febee07ddf8c795cef119d153c7724fc --- /dev/null +++ b/dana/dana-bot/www/public/js/buildPanel.js @@ -0,0 +1,139 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +var currentBuildsInView = {}; + +function getBuildBadge(build) { + var h = ''; + var i; + + h += '
'; + h += ''; + else + h += '/bot/build?' + build.task + '?' + build.buildId + '?all">'; + if (build.state.running === true) + h += ' ' + h += build.task; + h += ''; + + if (build.state.numSuccess !== 0) { + if (build.state.running === true) + h += ''; + else { + h += ''; + h += build.state.numSuccess; + h += ''; + } + } + + if (build.state.numFailing !== 0) { + if (build.state.running === true) + h += ''; + else { + h += ''; + h += build.state.numFailing; + h += ''; + } + } + + h += '
 '; + return h; +} + +function getBuildPanel(url, build) { + var h = ''; + h += ''; + return h; +} + +function clearBuild() { + var builds = document.getElementById("builds"); + builds.innerHTML = ""; + currentBuildsInView = {}; + + // if (runningBuild !== undefined) + // if (currentTasks[runningBuild.task] !== undefined) + // updateBuild(build); +}; + +function updateBuild(repositories, build) { + console.log(repositories, build); + + function insertAfter(el, referenceNode) { + referenceNode.parentNode.insertBefore(el, referenceNode.nextSibling); + } + var eltBuildPanel = document.getElementById('build_' + build.buildId); + if (!eltBuildPanel) { + + currentBuildsInView[build.buildId] = {}; + var keysCurrentBuildsInView = Object.keys(currentBuildsInView); + + function compare(x, y) { + return y * 1 - x * 1; + } + keysCurrentBuildsInView.sort(compare); + var index = 124; + for (var ii = 0; ii < keysCurrentBuildsInView.length; ii++) { + if (keysCurrentBuildsInView[ii] * 1 === build.buildId) { + index = ii; + break; + } + } + var eltBuildPanelBefore = undefined; + if (index != 0) eltBuildPanelBefore = document.getElementById('build_' + keysCurrentBuildsInView[index - 1]); + + eltBuildPanel = document.createElement('span'); + eltBuildPanel.id = 'build_' + build.buildId; + var builds = document.getElementById("builds"); + + if (eltBuildPanelBefore == undefined) + builds.insertBefore(eltBuildPanel, builds.firstChild); + else + insertAfter(eltBuildPanel, eltBuildPanelBefore); + eltBuildPanel.innerHTML = getBuildPanel(repositories[build.repository].git.url, build); + + var numBuilds = builds.childNodes.length; + if (numBuilds > 20) builds.removeChild(builds.lastChild); + } + + var eltBuildPanelBadge = document.getElementById('buildBadges_' + build.buildId); + var eltBuildBadge = document.getElementById('build_' + build.buildId + '_' + build.task); + if (!eltBuildBadge) { + eltBuildBadge = document.createElement('span'); + eltBuildBadge.id = 'build_' + build.buildId + '_' + build.task; + eltBuildPanelBadge.insertBefore(eltBuildBadge, eltBuildPanelBadge.firstChild); + } + eltBuildBadge.innerHTML = getBuildBadge(build); +} diff --git a/dana/dana-bot/www/public/js/buildPanelGlobal.js b/dana/dana-bot/www/public/js/buildPanelGlobal.js new file mode 100644 index 0000000000000000000000000000000000000000..349197f70c001c7ca3c67c42959f1686484b2d2b --- /dev/null +++ b/dana/dana-bot/www/public/js/buildPanelGlobal.js @@ -0,0 +1,182 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +var currentBuildsInView = {}; +var localSystems; + +function getBuildBadge(system, build) { + console.log('BUILD', build); + var h = ''; + var i; + var url = 'http://' + systems[system].ip + ':' + (systems[system].port); + h += '
'; + h += ''; + else + //h += '/bot/build?' + build.spongeTag + '?all">'; + h += '/bot/build?' + build.task + '?' + build.buildId + '?all">'; + if (build.state.running === true) + h += ' ' + h += build.task; + h += ''; + + if (build.state.numSuccess !== 0) { + if (build.state.running === true) + h += ''; + else { + h += ''; + h += build.state.numSuccess; + h += ''; + } + } + + if (build.state.numFailing !== 0) { + if (build.state.running === true) + h += ''; + else { + h += ''; + h += build.state.numFailing; + h += ''; + } + } + + h += '
 
'; + return h; +} + +function getBuildPanel(url, build) { + var h = ''; + h += '
'; + h += ''; + h += '
'; + + var k = Object.keys(localSystems); + var width = 100 / k.length; + if (k.length > 1) { + h += ''; + for (var ii = 0; ii < k.length; ii++) { + h += ''; + } + h += ''; + for (var ii = 0; ii < k.length; ii++) { + h += '' + } + h += '
' + k[ii] + '
'; + h += ''; + h += '' + h += '
' + } + + h += '
'; + h += '
'; + return h; +} + +function setSystems(systems) { + localSystems = systems; +} + +function clearBuild() { + var builds = document.getElementById("builds"); + builds.innerHTML = ""; + currentBuildsInView = {}; + + // if (runningBuild !== undefined) + // if (currentTasks[runningBuild.task] !== undefined) + // updateBuild(build); +}; + +function updateSystemBuild(repositories, system, build) { + function insertAfter(el, referenceNode) { + referenceNode.parentNode.insertBefore(el, referenceNode.nextSibling); + } + var eltBuildPanel = document.getElementById('build_' + build.buildId); + if (!eltBuildPanel) { + + currentBuildsInView[build.buildId] = {}; + var keysCurrentBuildsInView = Object.keys(currentBuildsInView); + + function compare(x, y) { + return y * 1 - x * 1; + } + keysCurrentBuildsInView.sort(compare); + var index; + for (var ii = 0; ii < keysCurrentBuildsInView.length; ii++) { + if (keysCurrentBuildsInView[ii] * 1 === build.buildId) { + index = ii; + break; + } + } + + var eltBuildPanelBefore = undefined; + if (index !== 0) + eltBuildPanelBefore = document.getElementById('build_' + keysCurrentBuildsInView[index - 1]); + + eltBuildPanel = document.createElement('span'); + eltBuildPanel.id = 'build_' + build.buildId; + var builds = document.getElementById("builds"); + if (index === 0) + builds.insertBefore(eltBuildPanel, builds.firstChild); + else + insertAfter(eltBuildPanel, eltBuildPanelBefore); + + eltBuildPanel.innerHTML = getBuildPanel(repositories[system][build.repository].git.url, build); + // TODO:50 do a better management here + var numBuilds = builds.childNodes.length; + if (numBuilds > 20) builds.removeChild(builds.lastChild); + } + var eltBuildPanelBadge; + var k = Object.keys(localSystems); + if (k.length > 1) { + eltBuildPanelBadge = + document.getElementById('buildBadgesSystem_' + system + '_' + build.buildId); + } else + eltBuildPanelBadge = document.getElementById('buildBadges_' + build.buildId); + var eltBuildBadge = document.getElementById('build_' + system + '_' + build.buildId + '_' + build.task); + if (!eltBuildBadge) { + eltBuildBadge = document.createElement('span'); + eltBuildBadge.id = 'build_' + system + '_' + build.buildId + '_' + build.task; + eltBuildPanelBadge.insertBefore(eltBuildBadge, eltBuildPanelBadge.firstChild); + } + eltBuildBadge.innerHTML = getBuildBadge(system, build); +} + +function dumpBuilds(system, buildList) { + var keysSorted = Object.keys(buildList).sort(function(a, b) { + var v = buildList[a].buildId * 1 - buildList[b].buildId * 1; + if (v === 0) { + v = buildList[b].task.localeCompare(buildList[a].task); + } + return v; + }); + for (var ii = 0; ii < keysSorted.length; ii++) { + updateSystemBuild(system, buildList[keysSorted[ii]]); + } +} diff --git a/dana/dana-bot/www/public/third_party b/dana/dana-bot/www/public/third_party new file mode 120000 index 0000000000000000000000000000000000000000..6bfa480c09a2676e99b0cd478e74b29ad258909e --- /dev/null +++ b/dana/dana-bot/www/public/third_party @@ -0,0 +1 @@ +../../../third_party \ No newline at end of file diff --git a/dana/dana-bot/www/views/bot/addCommandToQueue.ejs b/dana/dana-bot/www/views/bot/addCommandToQueue.ejs new file mode 100644 index 0000000000000000000000000000000000000000..132f5b272bd7486463dc3a85b38b0998bc24f8ec --- /dev/null +++ b/dana/dana-bot/www/views/bot/addCommandToQueue.ejs @@ -0,0 +1,123 @@ + + + + + + + <% include ../common/head %> + + + + <% include ../common/navbar %> + + <% + var guest=true; + if (user!==undefined) { + if (user.username=='admin') { + guest=false; + } + } + var k = Object.keys(globalBot.tasks); + ttasks = []; + for (var ii=0; ii + +
+
+
+
+
+
+

Add a new command to the queue

+
+
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + + + + + + + + + +
+
+
+ + +
+
+
+ + +
+
+
+ +
+
+
+
+
+ + diff --git a/dana/dana-bot/www/views/bot/addRepository.ejs b/dana/dana-bot/www/views/bot/addRepository.ejs new file mode 100644 index 0000000000000000000000000000000000000000..264a5fd7d5643d40da5c9e07b032c0276fcd6156 --- /dev/null +++ b/dana/dana-bot/www/views/bot/addRepository.ejs @@ -0,0 +1,67 @@ + + + + + + + <% include ../common/head %> + + + + + <% include ../common/navbar %> + + <% + var guest=true; + if (user!==undefined) { + if (user.username=='admin') { + guest=false; + } + } + %> +
+
+
+
+
+
+

Add a new repository

+
+
+
+
+
+
+ + +
+
+ + +
+
+
+ +
+
+
+
+
+ + diff --git a/dana/dana-bot/www/views/bot/addTask.ejs b/dana/dana-bot/www/views/bot/addTask.ejs new file mode 100644 index 0000000000000000000000000000000000000000..9cbe4fd5ecf80fc0ef5e8acf32953de19dbec387 --- /dev/null +++ b/dana/dana-bot/www/views/bot/addTask.ejs @@ -0,0 +1,156 @@ + + + + + + + <% include ../common/head %> + + + + + <% include ../common/navbar %> + + <% + var guest=true; + if (user!==undefined) { + if (user.username=='admin') { + guest=false; + } + } + var k = Object.keys(globalBot.tasks); + ttasks = []; + for (var ii=0; ii +
+
+
+
+
+
+

Add a new task

+
+
+
+
+
+
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+ +
+ + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+
+ +
+ +
+
+
+ + diff --git a/dana/dana-bot/www/views/bot/addToQueue.ejs b/dana/dana-bot/www/views/bot/addToQueue.ejs new file mode 100644 index 0000000000000000000000000000000000000000..eea45b97028edaa2fd4fcb74c142a027b551ffaa --- /dev/null +++ b/dana/dana-bot/www/views/bot/addToQueue.ejs @@ -0,0 +1,78 @@ + + + + + + + <% include ../common/head %> + + + + <% include ../common/navbar %> + + <% + var guest=true; + if (user!==undefined) { + if (user.username=='admin') { + guest=false; + } + } + var k = Object.keys(globalBot.tasks); + ttasks = []; + for (var ii=0; ii + +
+
+
+
+
+
+

Add a new task to the queue

+
+
+
+
+
+
+ + +
+
+ + +
+
+
+ +
+
+
+
+
+ + diff --git a/dana/dana-bot/www/views/bot/build.ejs b/dana/dana-bot/www/views/bot/build.ejs new file mode 100644 index 0000000000000000000000000000000000000000..2c1d85f76cf77c7e3f7d83e1a73419faa10de640 --- /dev/null +++ b/dana/dana-bot/www/views/bot/build.ejs @@ -0,0 +1,148 @@ + + + + + + + <% include ../common/head %> + + + + + + + + + + + <% include ../common/navbar %> +
+
+
+
+ + <% var k=Object.keys(tests); %> + <% if (k.length !== 0) { %> +
+
+ <% if (mode === 'failed') { %> +

<%=k.length%> failed tests :(

+ <% } %> + <% if (mode === 'success') { %> +

<%=k.length%> successful tests :)

+ <% } %> + <% if (mode === 'all') { %> +

<%=k.length%> tests

+ <% } %> + Csv +
+
+ + + + + + + + + + + + <% for (var ii=0; ii + <% var t=tests[k[ii]]; %> + + + + + + + + <% } %> + +
DescriptionOptionsStateValueLogs
+ <% var kk = Object.keys(t.desc); %> + <% for (var jj=0; jj + <% if (kk[jj] === 'options' ) continue; %> + <%=kk[jj]%>: + <%=t.desc[kk[jj]]%> +
+ <% } %> +
+ <% var o %> + <% if (t.options) { %> + <% o=t.options %> + <% } else { %> + <% o=t.desc.options %> + <% } %> + <% var kk = Object.keys(o); %> + <% for (var jj=0; jj + <%=kk[jj]%>: + <%=o[kk[jj]]%> +
+ <% } %> +
+ <% if (t.state.passing) { %> + + <% } else { %> + + <% } %> + + <% if (t.result.sample===undefined) { %> + <% for (var zz=0; zz + <%= t.result[zz].sample.value %> +
+ <% } %> + <% } else { %> + <%= t.result.sample.value %> + <% } %> +
+ <% if (!t.state.passing) { %> + View + <% } %> +
+
+
+ <% } %> +
+
+
+ + + diff --git a/dana/dana-bot/www/views/bot/build_expe.ejs b/dana/dana-bot/www/views/bot/build_expe.ejs new file mode 100644 index 0000000000000000000000000000000000000000..aa6e9c7fa2f81ab071dcadb73ab0268da980adb3 --- /dev/null +++ b/dana/dana-bot/www/views/bot/build_expe.ejs @@ -0,0 +1,221 @@ + + + + + + + <% include ../common/head %> + + + + + + + + + + + <% include ../common/navbar %> +
+
+
+
+ <% var k=Object.keys(builds); %> + <% if (k.length !== 0) { %> +
+ + + + + + + + <% for (var ii=0; ii + <% var t=builds[k[ii]]; %> + + + + <% } %> + +
buildId
+ <%=t.buildId%> +
+
+ <% } %> +
+
+
+ <% var k=Object.keys(tests); %> + <% if (k.length !== 0) { %> +
+ + + + + + + + + + + + + + <% for (var ii=0; ii + <% var t=tests[k[ii]]; %> + + + + + + + + <% } %> + +
DescriptionOptionsStateValueLogs
+ <% var kk = Object.keys(t.desc); %> + <% for (var jj=0; jj + <%=kk[jj]%>: + <%=t.desc[kk[jj]]%> +
+ <% } %>
+ <% var kk = Object.keys(t.options); %> + <% for (var jj=0; jj + <%=kk[jj]%>: + <%=t.options[kk[jj]]%> +
+ <% } %> +
+ <% if (t.state.passing) { %> + + <% } else { %> + + <% } %> + + <% if (t.result.sample===undefined) { %> + <% for (var zz=0; zz + <%= t.result[zz].sample.value %> +
+ <% } %> + <% } else { %> + <%= t.result.sample.value %> + <% } %> +
+ <% if (!t.state.passing) { %> + View + <% } %> +
+
+
+ + + + + + + + + + + + + + <% for (var ii=0; ii + <% var t=tests[k[ii]]; %> + + + + + + + + <% } %> + +
DescriptionOptionsStateValueLogs
+ <% var kk = Object.keys(t.desc); %> + <% for (var jj=0; jj + <%=kk[jj]%>: + <%=t.desc[kk[jj]]%> +
+ <% } %> +
+ <% var kk = Object.keys(t.options); %> + <% for (var jj=0; jj + <%=kk[jj]%>: + <%=t.options[kk[jj]]%> +
+ <% } %> +
+ <% if (t.state.passing) { %> + + <% } else { %> + + <% } %> + + <% if (t.result.sample===undefined) { %> + <% for (var zz=0; zz + <%= t.result[zz].sample.value %> +
+ <% } %> + <% } else { %> + <%= t.result.sample.value %> + <% } %> +
+ <% if (!t.state.passing) { %> + View + <% } %> +
+
+ <% } %> +
+
+
+ + + diff --git a/dana/dana-bot/www/views/bot/buildcsv.ejs b/dana/dana-bot/www/views/bot/buildcsv.ejs new file mode 100644 index 0000000000000000000000000000000000000000..a212d505b7431e8caafee1f57e1d3e4d90e8a77b --- /dev/null +++ b/dana/dana-bot/www/views/bot/buildcsv.ejs @@ -0,0 +1,72 @@ + + +Description, Options, State, Value +
+ +<% var k=Object.keys(tests); %> +<% if (k.length !== 0) { %> + +<% for (var ii=0; ii + <% var t=tests[k[ii]]; %> + + <% var kk = Object.keys(t.desc); %> + <% for (var jj=0; jj + <% if (kk[jj] === 'options' ) continue; %> + <%=kk[jj]%>: + <%=t.desc[kk[jj]]%> + <% if (jj !== kk.length-1) { %> +  -  + <% } %> + <% } %> + , + <% var o %> + <% if (t.options) { %> + <% o=t.options %> + <% } else { %> + <% o=t.desc.options %> + <% } %> + <% var kk = Object.keys(o); %> + <% for (var jj=0; jj + <%=kk[jj]%>: + <%=o[kk[jj]]%> + <% if (jj !== kk.length-1) { %> +  -  + <% } %> + <% } %> + , + <% if (t.state.passing) { %> + Passing + <% } else { %> + Failed + <% } %> + , + <% if (t.result.sample===undefined) { %> + <% for (var zz=0; zz + <%= t.result[zz].sample.value %> + <% if (zz !== t.result.length-1) { %> +  -  + <% } %> + + <% } %> + <% } else { %> + <%= t.result.sample.value %> + <% } %> +
+<% } %> +<% } %> diff --git a/dana/dana-bot/www/views/bot/builds.ejs b/dana/dana-bot/www/views/bot/builds.ejs new file mode 100644 index 0000000000000000000000000000000000000000..cb445c456e53e980970ddb4caeeacc76160e79a3 --- /dev/null +++ b/dana/dana-bot/www/views/bot/builds.ejs @@ -0,0 +1,333 @@ + + + + + + + <% include ../common/head + %> + + + + + + + <% include ../common/navbar %> + + + +
+
+
+
+ +
+
+
+
+
+

+
+
+
+
+
+
+ + + diff --git a/dana/dana-bot/www/views/bot/editRepository.ejs b/dana/dana-bot/www/views/bot/editRepository.ejs new file mode 100644 index 0000000000000000000000000000000000000000..0b418595149f0230529be0d6cc68b0a6fb8b9c13 --- /dev/null +++ b/dana/dana-bot/www/views/bot/editRepository.ejs @@ -0,0 +1,70 @@ + + + + + + + <% include ../common/head %> + + + + <% include ../common/navbar %> + + <% + var guest=true; + if (user!==undefined) { + if (user.username=='admin') { + guest=false; + } + } + %> +
+
+
+
+
+
+

Edit repository

+
+
+
+
+
+ +
+ + +
+
+ + +
+
+
+
+ +
+
+
+
+
+
+
+ + diff --git a/dana/dana-bot/www/views/bot/editTask.ejs b/dana/dana-bot/www/views/bot/editTask.ejs new file mode 100644 index 0000000000000000000000000000000000000000..2173cdc0e51797e5fcb4c681214945907bc632cc --- /dev/null +++ b/dana/dana-bot/www/views/bot/editTask.ejs @@ -0,0 +1,179 @@ + + + + + + + <% include ../common/head %> + + + + <% include ../common/navbar %> + + <% + var guest=true; + if (user!==undefined) { + if (user.username=='admin') { + guest=false; + } + } + var k = Object.keys(repositories); + trepos = []; + for (var ii=0; ii +
+
+
+
+
+
+

Edit task

+
+
+
+
+
+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+ + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+
+ +
+
+
+
+
+ + diff --git a/dana/dana-bot/www/views/bot/status.ejs b/dana/dana-bot/www/views/bot/status.ejs new file mode 100644 index 0000000000000000000000000000000000000000..0214162408e0b8fcd8c209efa6f5c7aaee877432 --- /dev/null +++ b/dana/dana-bot/www/views/bot/status.ejs @@ -0,0 +1,378 @@ + + + + + + + <% include ../common/head %> + + + + + + + <% include ../common/navbar %> + + <% + var guest=true; + if (user!==undefined) { + if (user.username=='admin') { + guest=false; + } + } + + var botIsInactive; + if (globalBot.state==='inactive') botIsInactive=true; + else botIsInactive=false; + + %> + + +
+
+
+
+ <% if (globalBot.state === "inactive") { %> +
+
+

+ Bot is inactive + <% if (!guest) { %> + + + + + + <% } %> +

+
+
+ <% } %> + <% if (globalBot.state === "active") { %> +
+
+

+ + Bot is active + <% if (!guest) { %> + + + + + + <% } %> +

+
+
+ <% } %> + <% if (globalBot.state === "stopping") { %> +
+
+

+ + Stopping bot in progress, need to wait the end of the current run -- please wait... +

+
+
+ <% } %> + + +
+
+
+
+

Repositories + <% if ((!guest) && (botIsInactive)) { %> + + + + + + <% } %> +

+ +
+
+
+
+

Tasks + <% if ((!guest)&&(botIsInactive)) { %> + + + + + + <% } %> +

+ +
+
+
+ + diff --git a/dana/dana-bot/www/views/common/bottom.ejs b/dana/dana-bot/www/views/common/bottom.ejs new file mode 100644 index 0000000000000000000000000000000000000000..4ce8e629893307491348c3cf2ae9d12374db5fb4 --- /dev/null +++ b/dana/dana-bot/www/views/common/bottom.ejs @@ -0,0 +1,30 @@ + + + diff --git a/dana/dana-bot/www/views/common/error.ejs b/dana/dana-bot/www/views/common/error.ejs new file mode 100644 index 0000000000000000000000000000000000000000..63a808f3abc6e21b6ac2d8795fd4736121fb8a2e --- /dev/null +++ b/dana/dana-bot/www/views/common/error.ejs @@ -0,0 +1,45 @@ + + + + + + <% include ../common/head %> + + + <% include ../common/navbar %> +
+
+
+

Error !

+ <% if (message!=undefined) { %> +
<%= message %>
+ <% } %> + <% if (error!=undefined) { %> + <% if (error.status!=undefined) { %> +
<%= error.status %>
+ <% } %> + <% if (error.stack!=undefined) { %> +
<%= error.stack %>
+ <% } %> + <% } %> +
+
+
+ + diff --git a/dana/dana-bot/www/views/common/head.ejs b/dana/dana-bot/www/views/common/head.ejs new file mode 100644 index 0000000000000000000000000000000000000000..b64e06a3dfd32d67ffea16bff5be03d9ddd98c40 --- /dev/null +++ b/dana/dana-bot/www/views/common/head.ejs @@ -0,0 +1,35 @@ + + + + + + + + +<%=globalBot.config.configBot.system%> dana-bot + + + + + + + + + + diff --git a/dana/dana-bot/www/views/common/navbar.ejs b/dana/dana-bot/www/views/common/navbar.ejs new file mode 100644 index 0000000000000000000000000000000000000000..c62f1f8fc863b128ddc98c2a5cd4b01a783282ed --- /dev/null +++ b/dana/dana-bot/www/views/common/navbar.ejs @@ -0,0 +1,70 @@ + + + + diff --git a/dana/dana-bot/www/views/file/directory.ejs b/dana/dana-bot/www/views/file/directory.ejs new file mode 100644 index 0000000000000000000000000000000000000000..e567740205a8587618899cfba2b8acb119113000 --- /dev/null +++ b/dana/dana-bot/www/views/file/directory.ejs @@ -0,0 +1,82 @@ + + + + + + + <% include ../common/head %> + + + + + <% include ../common/navbar %> +
+
+
+

+ <% + // /sponge/tag/ -> [0]='', [1]='sponge', [2]='tag' + var split=directory.split('/'); + var baseFull=cwd+'/www/public'; %> + <% if (split.length==3) { %> + Sponge + <% } %> + <% if (split.length==4) { %> + Sponge <%=split[2]%> + <% } %> +

+ <% if (list.length>0) { %> + + + <% + // cwd: cwd, + // directory: req.originalUrl, + // list: list + + var fullPath=cwd+'/www/public'+directory; + var relativePath=directory; + var icone,href; + for (var ii = 0; ii < list.length; ii++) { + href=relativePath+list[ii].name; + %> + + + + <% } %> + +
+ <% if (list[ii].isDirectory) { %> + + <% } else { %> + + <% } %> + +   <%= list[ii].name %> +
+ <% } else { %> +

No Files

+ <% } %> + +
+
+
+ + + diff --git a/dana/dana-bot/www/views/login/login.ejs b/dana/dana-bot/www/views/login/login.ejs new file mode 100644 index 0000000000000000000000000000000000000000..30a48f463d801a32090b5271daf71e3f2b889279 --- /dev/null +++ b/dana/dana-bot/www/views/login/login.ejs @@ -0,0 +1,50 @@ + + + + + + <% include ../common/head %> + + + + <% include ../common/navbar %> +
+
+
+
+

Enter credentials

+
+
+ + +
+
+ + +
+
+ +
+
+
+
+
+
+ + diff --git a/dana/dana-websocket-client/client.js b/dana/dana-websocket-client/client.js new file mode 100644 index 0000000000000000000000000000000000000000..1fc5cdb53285ffc5299868b6189c37cb3bb67c63 --- /dev/null +++ b/dana/dana-websocket-client/client.js @@ -0,0 +1,60 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +var WebSocket = require('ws'); +var url = 'ws://dana.myserver.com:7001'; + +var danaWs; +var danaHdl; + +function connectToDana() { + danaWs = new WebSocket(url); + danaWs.on('open', function connection(err) { + console.log('Connected to Dana'); + iAmConnectedToDana(); + }); + danaWs.on('message', function(msg, flags) { + console.log('Message from Dana', msg); + }); + danaWs.on('error', function error(err) { + console.log('Error from Dana', err); + }); + danaWs.on('close', function close() { + console.log('Disconnected from Dana'); + }); +} + +function iAmConnectedToDana() { + var data = { + api: 'addBuild', + projectId: 'Test' + } + danaWs.send(JSON.stringify(data)); + + var data = { + api: 'addSerie', + projectId: 'Test' + } + danaWs.send(JSON.stringify(data)); + + var data = { + api: 'addSample', + projectId: 'Test' + } + danaWs.send(JSON.stringify(data)); +} + +connectToDana(); diff --git a/dana/dana-websocket-client/package-lock.json b/dana/dana-websocket-client/package-lock.json new file mode 100644 index 0000000000000000000000000000000000000000..75d51cdbddb6d08d82cf63d8b4c3137b00a90cd8 --- /dev/null +++ b/dana/dana-websocket-client/package-lock.json @@ -0,0 +1,40 @@ +{ + "name": "dana-websocket-client", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "dependencies": { + "ws": "^7.4.5" + } + }, + "node_modules/ws": { + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.3.tgz", + "integrity": "sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==", + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + } + }, + "dependencies": { + "ws": { + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.3.tgz", + "integrity": "sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==", + "requires": {} + } + } +} diff --git a/dana/dana-websocket-client/package.json b/dana/dana-websocket-client/package.json new file mode 100644 index 0000000000000000000000000000000000000000..c2254a8f584e599fb3dbc27d3469c8f675ad9c14 --- /dev/null +++ b/dana/dana-websocket-client/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "ws": "^7.4.5" + } +} diff --git a/dana/dana-websocket-client/pullDummyData.js b/dana/dana-websocket-client/pullDummyData.js new file mode 100644 index 0000000000000000000000000000000000000000..6aa008c6cf512865cd54dcfa036e096a7ffb4552 --- /dev/null +++ b/dana/dana-websocket-client/pullDummyData.js @@ -0,0 +1,218 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +var WebSocket = require('ws'); +var url = 'ws://localhost:7001'; + +var danaWs; +var danaHdl; +var numSend = 0; +var numDone = 0; +var sendMutipleSamples = true; + +function connectToDana() { + danaWs = new WebSocket(url); + danaWs.on('open', function connection(err) { + console.log('Connected to Dana'); + iAmConnectedToDana(); + }); + danaWs.on('message', function(msg, flags) { + if (msg !== 'done') + console.log('Message from Dana', msg); + numDone++; + if (numSend === numDone) process.exit(0); + }); + danaWs.on('error', function error(err) { + console.log('Error from Dana', err); + }); + danaWs.on('close', function close() { + console.log('Disconnected from Dana'); + }); +} + +//connectToDana(); +var numBuilds = process.argv[2]; +var numTests = process.argv[3]; +var numSeries = process.argv[4]; +if (numBuilds === undefined) { + console.log('Missing numBuilds') +} +if (numTests === undefined) { + console.log('Missing numTests') +} +if (numSeries === undefined) { + console.log('Missing numSeries') +} +if ((numBuilds === undefined) || + (numSeries === undefined) || + (numTests === undefined)) { + console.log('usage: node pullDummyData numBuilds numTests numSeries'); + process.exit(1); +} + +function sendToDana(data) { + numSend++; + danaWs.send(JSON.stringify(data)); + //console.log(data) +} + +function iAmConnectedToDana() { + + console.log('Pulling ', numBuilds, 'builds'); + for (let ii = 0; ii < numBuilds; ii++) { + var data = { + api: 'addBuild', + projectId: 'Test', + build: { + buildId: 1000 + ii, + infos: { + hash: "hash_build_" + 1000 + ii, + abbrevHash: "abbrevHash_build_" + 1000 + ii, + authorName: "authorName", + authorEmail: "authorEmail", + subject: "Dummy build " + 1000 + ii, + url: "http://url_build_" + 1000 + ii, + } + }, + } + sendToDana(data); + } + + console.log('Pulling ', numTests, 'tests'); + for (let ii = 0; ii < numTests; ii++) { + var data = { + api: 'addSerie', + projectId: 'Test', + serieId: "test.dummy." + ii, + analyse: { + test: {} + }, + } + sendToDana(data); + + let base0, base2, lengthBase0; + let target = Math.floor(Math.random() * 2); + if (Math.random() < 0.6) { + base0 = true; + base2 = true; + } else { + base0 = true; + base2 = false + } + lengthBase0 = Math.floor(Math.random() * (numBuilds)); + + let samples = []; + let base = base0; + let currentLength = 0; + let value; + for (let jj = 0; jj < numBuilds; jj++) { + value = base + currentLength++ + if (currentLength === lengthBase0) + base = base2; + let sample = { + buildId: 1000 + jj, + value: value + }; + if (sendMutipleSamples) { + samples.push(sample) + } else { + sendToDana({ + api: 'addSample', + projectId: 'Test', + serieId: "test.dummy." + ii, + sample: sample, + }); + } + } + if (sendMutipleSamples) { + sendToDana({ + api: 'addSample', + projectId: 'Test', + serieId: "test.dummy." + ii, + samples: samples, + }); + } + } + + console.log('Pulling ', numSeries, 'series'); + for (let ii = 0; ii < numSeries; ii++) { + var data = { + api: 'addSerie', + projectId: 'Test', + serieId: "serie.dummy." + ii, + analyse: { + benchmark: { + range: "5%", + required: 2, + trend: "higher" + } + }, + } + sendToDana(data); + + let base0, base2, lengthBase0; + let target = Math.floor(Math.random() * 3); + if (target === 0) { + base0 = Math.floor(Math.random() * 10000) + 100; + base2 = base0; + } + if (target === 1) { + base0 = Math.floor(Math.random() * 10000) + 100; + base2 = Math.floor(base0 * (1 + (((Math.random() * 20) + 6) / 100))); + } + if (target === 2) { + base0 = Math.floor(Math.random() * 10000) + 100; + base2 = Math.floor(base0 * (1 - (((Math.random() * 20) + 6) / 100))); + } + lengthBase0 = Math.floor(Math.random() * (numBuilds)); + + let samples = []; + let base = base0; + let currentLength = 0; + let value; + for (let jj = 0; jj < numBuilds; jj++) { + value = Math.floor(base * (1 + ((Math.random() * 5) / 100))); + currentLength++ + if (currentLength === lengthBase0) + base = base2; + let sample = { + buildId: 1000 + jj, + value: value + }; + if (sendMutipleSamples) { + samples.push(sample) + } else { + sendToDana({ + api: 'addSample', + projectId: 'Test', + serieId: "serie.dummy." + ii, + sample: sample, + }); + } + } + if (sendMutipleSamples) { + sendToDana({ + api: 'addSample', + projectId: 'Test', + serieId: "serie.dummy." + ii, + samples: samples, + }); + } + } +} + +connectToDana(); diff --git a/dana/demo/configs/dana.js b/dana/demo/configs/dana.js new file mode 100644 index 0000000000000000000000000000000000000000..cbaa1a89fc1af11bd1b5e0906ed8153df9d66b17 --- /dev/null +++ b/dana/demo/configs/dana.js @@ -0,0 +1,28 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +module.exports = { + server: { + ip: 'localhost', + port: 7000 + }, + adminUser: { + name: 'admin', + password: 'admin', + email: 'yourEmail@yourDomain.com' + }, + secureCookie: false +} diff --git a/dana/demo/configs/db/admin/compares.json b/dana/demo/configs/db/admin/compares.json new file mode 100644 index 0000000000000000000000000000000000000000..5898963fecca7a0a90bc588c2366c4a831fede26 --- /dev/null +++ b/dana/demo/configs/db/admin/compares.json @@ -0,0 +1 @@ +{"Compare_with_build_1000":{"compareId":"Compare_with_build_1000","description":"Build 1000","projectId":"Test","useAverage":true,"compareWith":{"projectId":"Test","useAverage":false}},"Compare_with_build_1000_avg":{"compareId":"Compare_with_build_1000_avg","description":"Average build 1000","projectId":"Test","useAverage":true,"compareWith":{"projectId":"Test","useAverage":true}},"Compare_with_build_1000_filter_1":{"compareId":"Compare_with_build_1000_filter_1","description":"Build 1000 filter 1","projectId":"Test","filter":"1","useAverage":true,"compareWith":{"projectId":"Test","buildId":1000,"useAverage":true}},"Compare_with_build_1000_replace_2_1":{"compareId":"Compare_with_build_1000_replace_2_1","description":"Build 1000 replace 2 -> 1","projectId":"Test","filter":"2","useAverage":true,"compareWith":{"projectId":"Test","replace":{"substr":"2","newSubStr":"1"},"buildId":1000,"useAverage":true}}} diff --git a/dana/demo/configs/db/admin/projects.json b/dana/demo/configs/db/admin/projects.json new file mode 100644 index 0000000000000000000000000000000000000000..ab7d7281f0cdcfe46101ba66fdcf6665f48ad0f6 --- /dev/null +++ b/dana/demo/configs/db/admin/projects.json @@ -0,0 +1 @@ +{"Test":{"description":"This is a test project","infos":"This is a test project","users":"myadress.com"}} \ No newline at end of file diff --git a/dana/demo/projects/Test/Compare_with_build_1000.ejs b/dana/demo/projects/Test/Compare_with_build_1000.ejs new file mode 100644 index 0000000000000000000000000000000000000000..49f7cf86fa7be8da4e9e8299eec3ef819165255c --- /dev/null +++ b/dana/demo/projects/Test/Compare_with_build_1000.ejs @@ -0,0 +1,61 @@ + + + + +<%- include('../../common/head') %> + + +
+
+ + <%- include('sidebar') %> + + + + + + <%- include('../../common/pageCompare') %> + +
+
+ + + + + diff --git a/dana/demo/projects/Test/Compare_with_build_1000_avg.ejs b/dana/demo/projects/Test/Compare_with_build_1000_avg.ejs new file mode 100644 index 0000000000000000000000000000000000000000..104f6f5da061b9abe9484b7ee68ba076efdbc506 --- /dev/null +++ b/dana/demo/projects/Test/Compare_with_build_1000_avg.ejs @@ -0,0 +1,61 @@ + + + + +<%- include('../../common/head') %> + + +
+
+ + <%- include('sidebar') %> + + + + + + <%- include('../../common/pageCompare') %> + +
+
+ + + + + diff --git a/dana/demo/projects/Test/Compare_with_build_1000_filter_1.ejs b/dana/demo/projects/Test/Compare_with_build_1000_filter_1.ejs new file mode 100644 index 0000000000000000000000000000000000000000..79867de6968c746cc8077ee60dc774263ee3c616 --- /dev/null +++ b/dana/demo/projects/Test/Compare_with_build_1000_filter_1.ejs @@ -0,0 +1,61 @@ + + + + +<%- include('../../common/head') %> + + +
+
+ + <%- include('sidebar') %> + + + + + + <%- include('../../common/pageCompare') %> + +
+
+ + + + + diff --git a/dana/demo/projects/Test/Compare_with_build_1000_replace_2_1.ejs b/dana/demo/projects/Test/Compare_with_build_1000_replace_2_1.ejs new file mode 100644 index 0000000000000000000000000000000000000000..1e3bf03efa4e9fe5ee98b62d2fa834d3f3a06643 --- /dev/null +++ b/dana/demo/projects/Test/Compare_with_build_1000_replace_2_1.ejs @@ -0,0 +1,61 @@ + + + + +<%- include('../../common/head') %> + + +
+
+ + <%- include('sidebar') %> + + + + + + <%- include('../../common/pageCompare') %> + +
+
+ + + + + diff --git a/dana/demo/projects/Test/showGraphs.ejs b/dana/demo/projects/Test/showGraphs.ejs new file mode 100644 index 0000000000000000000000000000000000000000..725e885e6165fb48838164f11b0d178c9c576935 --- /dev/null +++ b/dana/demo/projects/Test/showGraphs.ejs @@ -0,0 +1,226 @@ + +<% var relativeSideBarPath='../projects/Test'; %> +<%- include('../../common/page', {relativeSideBarPath: relativeSideBarPath}) %> + + + diff --git a/dana/demo/projects/Test/sidebar.ejs b/dana/demo/projects/Test/sidebar.ejs new file mode 100644 index 0000000000000000000000000000000000000000..fcc21a97f1ed9d13b67d09ba608988db9b9f113e --- /dev/null +++ b/dana/demo/projects/Test/sidebar.ejs @@ -0,0 +1,91 @@ + + diff --git a/dana/demo/projects/Test/statusOverall.ejs b/dana/demo/projects/Test/statusOverall.ejs new file mode 100644 index 0000000000000000000000000000000000000000..3a6fd3b464557c8028f662b5a1ecce3c35ab6ef2 --- /dev/null +++ b/dana/demo/projects/Test/statusOverall.ejs @@ -0,0 +1,58 @@ + + + + +<%- include('../../common/head') %> + + +
+
+ <%- include('sidebar') %> + + + + + + <%- include('../../common/pageOverall') %> + +
+
+ + + + + diff --git a/dana/demo/projects/Test/statusSeries.ejs b/dana/demo/projects/Test/statusSeries.ejs new file mode 100644 index 0000000000000000000000000000000000000000..caaeef28f80de7b7facd4644d8fdb2d27a22bcd6 --- /dev/null +++ b/dana/demo/projects/Test/statusSeries.ejs @@ -0,0 +1,58 @@ + + + + +<%- include('../../common/head') %> + + +
+
+ <%- include('sidebar') %> + + + + + + <%- include('../../common/pageSeries') %> + +
+
+ + + + + diff --git a/dana/demo/projects/Test/statusTests.ejs b/dana/demo/projects/Test/statusTests.ejs new file mode 100644 index 0000000000000000000000000000000000000000..035b91064d14b35c890a9f8b7572f84394d1bc7b --- /dev/null +++ b/dana/demo/projects/Test/statusTests.ejs @@ -0,0 +1,58 @@ + + + + +<%- include('../../common/head') %> + + +
+
+ <%- include('sidebar') %> + + + + + + <%- include('../../common/pageTests') %> + +
+
+ + + + + diff --git a/dana/docs/Apis.md b/dana/docs/Apis.md new file mode 100644 index 0000000000000000000000000000000000000000..e34b91e95cae013006af4be1c7d699ac92a71f09 --- /dev/null +++ b/dana/docs/Apis.md @@ -0,0 +1,184 @@ +# Dana APIs + +Dana provides some APIs to add builds, build annotations, series and samples. APIs are accessible using [POST http requests](#usingPost) or using a [node client using WebSockets](#usingClient). + +## APIs + +### addBuild + +**addBuild** is used to add a new build. The request must contain the following properties: +- *projectId*, the project you want to add the build, +- *build.buildId*, the ID of the build, +- *build.infos.hash*, the hash of the ToT commit for that build, +- *build.infos.abbrevHash*, the abbrevHash of the ToT commit for that build, +- *build.infos.authorName*, the authorName of the ToT commit for that build, +- *build.infos.authorEmail*, the authorEmail of the ToT commit for that build, +- *build.infos.subject*, the subject of the ToT commit for that build, +- *build.infos.url*, optional, an url to show the ToT commit for that build. If undefined, no urls will be shown +- *override*, optional, default value is false. If override is true, then build.infos will override previous ones for that buildId if there are any. + +Example: + +``` +{ + "projectId": "Test", + "build": { + "buildId": 1000, + "infos": { + "hash": "hash_build_1000", + "abbrevHash": "abbrevHash_build_1000", + "authorName": "authorName", + "authorEmail": "authorEmail", + "subject": "Dummy build 1000", + "url": "http://url_build_1000" + } + } +} +``` + +### addSerie + +**addSerie** is used to add a new benchmark/test. The request must contain the following properties: +- *projectId*, the project you want to add the benchmark/test, +- *serieId*, the ID of the benchmark/test you want to add, +- *description*, optional, the description of the benchmark/test you want to add, +- *infos*, optional, the infos of the benchmark/test you want to add, + +Additional properties for the analysis (see [Regression configuration](Principles.md#regressions)) +- *analyse.base*, optional, the buildId to start the analysis, + +In case of a test +- *analyse.test*, indicates it is a test, +- *analyse.test.propagate*, optional indicates it propagation apply (true), + +In case of a benchmark +- *analyse.benchmark.range*, the range to use for average computation (i.e. '5%' for 5% range up/down, 5, for +/- 5 range), +- *analyse.benchmark.required*, the number of required samples to confirm an average, can be used for noise elimination, +- *analyse.benchmark.trend*, 'smaller' to indicate that smaller is better for benchmark results, 'higher' to indicate that higher is better for benchmark results. + +- *override*, optional, default value is false. If override is true, then description, infos, analyse will override previous values for that serieId if there are any. + +Example: + +``` +{ + "projectId": "Test", + "serieId": "serie.dummy.11", + "analyse": { + "benchmark": { + "range": "5%", + "required": 2, + "trend": "smaller" + } + } +} +``` + +### addSample + +**addSample** is used to add a new sample to a serieId. The request must contain the following properties: +- *projectId*, the project you want to add the sample, +- *serieId*, the serieId you want to add the sample, +- *sample* or *samples* must be set. *sample* contains one sample, *samples* contains an array of samples. +- one sample contains *buildId*, the buildId for that sample, *value*, the value for that sample (true/false for tests) (non zero integer for benchmarks), and *sample.url*, optional, an url (to the sponge logs for example). +- *override*, optional, default value is false. If override is true, then sample will override previous value for that buildId if there are any, +- *skipAnalysis*, optional, default value is false. If skipAnalysis is true, then the analysis will not be done. This can be used to push lots of existing samples, and apply only the analysis on new ones. Note that the series will not appear on test or benchmark summary page until an analysis is done. + +Example: + +``` +{ + "projectId": "Test", + "serieId": "serie.dummy.11", + "sample": { + "buildId": 1000, + "value": 748 + } +} + +{ + "projectId": "Test", + "serieId": "serie.dummy.11", + "samples": [ + { + "buildId": 1000, + "value": 748 + }, + { + "buildId": 1001, + "value": 750 + }, + { + "buildId": 1002, + "value": 751 + } + ] +} +``` + +### getBuild + +**getBuild** is used to get samples from a build. The request must contain the following properties: +- *projectId*, the project you want to add the build, +- *buildId*, the ID of the build. + +Example: + +``` +{ + "projectId": "Test", + "buildId": 1000, +} +``` + +It returns a JSON dictionary containing serieIds and their sample values. + +_Note: right now this only supports querying information for benchmark builds._ + +## Using http POST requests + +Dana supports POST http requests with Content-Type **application/json**. + +Below examples using curl. + +### addBuild + +The relative url to use is `/apis/addBuild`. Below an example of addBuild using curl. + +``` +curl -d '{"projectId":"Test","build":{"buildId":1000,"infos":{"hash":"hash_build_1000","abbrevHash":"abbrevHash_build_1000","authorName":"authorName","authorEmail":"authorEmail","subject":"Dummy build 1000","url":"http://url_build_1000"}}}' + -H "Content-Type: application/json" + -X POST http://dana.myserver.com/apis/addBuild' +``` +### addSerie + +The relative url to use is `/apis/addSerie`. Below an example of addSerie using curl. + +``` +curl -d '{"projectId":"Test","serieId":"serie.dummy.11","analyse":{"benchmark":{"range":"5%", "required":2, "trend":"smaller"}}}' + -H "Content-Type: application/json" + -X POST http://dana.myserver.com/apis/addSerie' +``` +### addSample + +The relative url to use is `/apis/addSample`. Below an example of addSample using curl. + +``` +curl -d '{"projectId":"Test","serieId":"serie.dummy.11","sample":{"buildId":1000,"value":748}}' + -H "Content-Type: application/json" + -X POST http://dana.myserver.com/apis/addSample' +``` + +## Node client using WebSockets + +A skeleton of a nodejs client is available in dana-websocket-client directory. It relies on the *ws* npm module. You can adapt it for example to transfer an existing database to Dana. + +To use it, first edit `dana-websocket-client/client.js` and update the **url** to the right dana server url. + +Then: + +``` +$ cd dana-websocket-client +$ npm install +$ node client.js +``` diff --git a/dana/docs/Demo.gif b/dana/docs/Demo.gif new file mode 100644 index 0000000000000000000000000000000000000000..d19c45aa5b2462312e1afca87fca715cb87e076b --- /dev/null +++ b/dana/docs/Demo.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777a3aa46370f04a218d301fae184f38b216fa5f1bc85eeab7126341cce277ba +size 3126782 diff --git a/dana/docs/Demo.md b/dana/docs/Demo.md new file mode 100644 index 0000000000000000000000000000000000000000..0c6312d5127e43f92b17fba31448e39816b755f8 --- /dev/null +++ b/dana/docs/Demo.md @@ -0,0 +1,38 @@ +# Demo + +Here are the steps to setup a dana server with some random benchmarks/projects. + +As a requirement, you need to have node.js installed on your machine. [See nodejs download](https://nodejs.org/en/download/). + +## Instructions for Mac/Linux + +``` +$ npm install +$ cp -r demo/configs configs +$ cp -r demo/projects www/views/projects +``` + +To start the server, there are two options: + +``` +$ node src/server.js +or +$ npm start +``` + +## Feeding fake data + +In order to feed some fake data to see the dashboard in action: + +``` +$ cd dana-websocket-client +$ node pullDummyData.js 100 100 100 +``` + +You're ready to go! + +## Accessing dana + +[Just open a browser on http://localhost:7000](http://localhost:7000/). + +Enjoy :) diff --git a/dana/docs/Principles.md b/dana/docs/Principles.md new file mode 100644 index 0000000000000000000000000000000000000000..93aa4962eba68e23efe85611498bef4259904182 --- /dev/null +++ b/dana/docs/Principles.md @@ -0,0 +1,109 @@ +# Principles + +Dana system provides a way to agglomerate data coming from an infrastructure that generates test or benchmark results for a particular software. + +A **Project** is used to group several tests/benchmark results for one particular software. Dana provides a UI to create/delete projects. To each project is associated a **projectId** which is a UID in a Dana instance. + +In a project a **Build** corresponds to a particular state of the software. A **buildI** is an integer associated to one build. **buildIds** are UIds and must be ordered meaning that higher is the buildId more recent if the state of the software. For example when the software is in a git repository, you may want to do some benchmarks at each commit. For each commit you'll do a build. Using the number of commits in the git repository can be used for the buildId of each build. To ease the identification of a build Dana APIs enable to associate some informations to a build. See [APIs documentation](Apis.md#addBuild) for details. + +**Series** are used to represent tests or benchmarks available in a particular project. Each one must be identified using a **serieId** which is a UId. Several informations can be linked to each one, see [APIs documentation](Apis.md#addSerie) for details. In particular a configuration must be set to identify if it is a test or a benchmark and how to configure regresion analysis. + +One **Sample** corresponds to a result of a particular tests or benchmarks done at a particular build. So a sample is associated to a projectId, a buildId and a serieId. For a sample a **value** represent the result. In the case of a test the value is true/false. In the case of a benchmark the value is a non zero integer. see [APIs documentation](Apis.md#addSample) for details. + +When samples are pushed to Dana a regression analysis is computed according to the analysis configuration (see next section). Dana also applies some comparisons in the project or between projects, see [compare section](#compares). + +## Regression analysis and detection + +The regression analysis configuration associated to each benchmark/test is used to compute regression states. Dana provides also a regression workfow to manage life of a regression or false positive management ([see regression workflow](#workflow)). + +By default, the analysis starts from the first available sample. In the regression analysis configuration a **Base** can be used to indicate from which buildId to start the analysis. + +![Base](img/base.png) + +The base can be set in the UI and is also automatically managed by Dana according to the regression evolutions ([see regression workflow](#workflow)). + +### Test series + +Analysis for test is passing or failed. If failed, it indicates the first buildId that fails. + +To identify flaky tests PROPAGATE flag can be used to force the state failed if one result was failed even if it goes back to passing. + +![Test.propagate](img/test.propagate.png) + +### Benchmarks series + +For benchmarks, the analysis starts from the first build and computes the average. When a new sample is out of the **Range** specified in the regression analysis, a new average starts. + +![Benchmark.range](img/benchmark.range.png) + + **Required** specified in the regression analysis is used to specify the minimum number of samples required to validate a new average. It can be used to simple noise elimination. + + ![Benchmark.range](img/benchmark.required.png) + + Computation of the regression state by comparing base and last average. **Trend** is used to know if a higher or a smaller result is better for a benchmark. The result analysis can be similar, improvement or regression. + + ![Benchmark.range](img/benchmark.trend.png) + +### Typical regression analysis configurations + +Below some typical analysis configurations. For code size, to detect any change, range is zero, required 1 and trend smaller. For runtime performance benchmarks with low noise range is 2%, required 2 and trend higher. For build time that has some noise range is 5%, required 2 and trend higher. + +## Compares + +**Compares** represents a comparison you want to do on benchmarks. + +For example you may have a project to follow your master branch and another one to follow a particular release branch. Dana will provide you a way to compare benchmark results between these 2 branches to know if the result is better, similar or lower. That is very useful to identify the overall progress on a software. + +Another example is to be able to compare the results at a specific buildId in the same project. It is very useful to catch progress for specific amount of time. + +Dana provides a UI to add compares in a project. You can define: +- which project you want to compare to (can be the same project) and if you want to compare to the last result of that project or a specific buildId, +- if you want to use the last result of a benchmark or the computed average from the regression analysis. + +Each time a sample is pushed to a project, Dana tries to apply all the compares of that project. If the serieId exist in the compare projects then the comparison is applied, otherwise skipped. + +After computing the raw difference between samples, to know if a comparison is similar, better or lower; Dana reuses the regression analysis configuration (range and trend). + +## Regression states workflow + +Dana defines a workflow to manage the progress on a regression, improvement or comparison. + +### Regressions + +When applied on samples, the regression analysis provides a **Status**. **Similar** indicates that nothing has been detected. **Regression** indicates that a regression has been detected and **Improvement** that an improvement has been detected. + +Dana provides the user a **state** he can manage. + +**Regression status** + +When new series are detected in regression, the state is set as **Needs triage**. The user can set the state to **Noisy** to indicate it is a false positive due to noise. When the state is set to Noisy, Dana will configure automatically the regression analysis for that benchmark for the analysis to be similar. If it is a true positive, the user can set the state to **Regression confirmed** to indicate that is an unexpected regression or set the state to **Intended behavior** for regressions that are expected. When the state is set to Intended behavior, Dana automatically set the regression analysis base to the first buildId of the regression and the regression status will become similar. + +When the regression disappears (status becomes similar due to work on the software) the regression disappears from the regressions page automatically. + +In case the project is not configured as using a bug tracker (in the project configuration), other states can be set by the user for indication to help him to follow progress and it is up to the user to use it or not. **Assigned** if someone is working on it, **Fixed** if a patch is coming to resolve the case. + +Each time a regression is set to **Regression confirmed**, the user is invited to add a bug tracker link to follow the progress of work. The UI provides a template to be used in the bug tracker. The user can update the link anytime in the UI. + +**Improvement status** + +When new series are detected in improvements, the state is set as **Needs triage**. The user can set the state to **Noisy** to indicate it is a false positive due to noise. When the state is set to Noisy, Dana will configure automatically the regression analysis for that benchmark by adjusting automatically the range for the analysis to be similar. If it is a true positive, the user can set the state to **Intended behavior** and Dana automatically set the regression analysis base to the first buildId of the improvement and the regression status will become similar. + +### Compares + +When applied on samples, the comparison analysis provides a **Status**. **Similar** indicates that benchmark results are equivalent. **Lower** indicates that scores are lower and **Better** that scores are better. + +Dana provides the user a **state** he can manage. + +**Lower status** + +When new series are detected lowers, the state is set as **Needs triage**. The user can set the state to **Lower confirmed** to indicate the lower is confirmed and that someone is working on it. He can set the state to **Intended behavior** to indicate lower is expected. + +When the state is set to Noisy, Dana will configure automatically the regression analysis for that benchmark for the analysis to be similar. If it is a true positive, the user can set the state to **Lower confirmed** to indicate that is an unexpected regression or set the state to **Intended behavior** for regressions that are expected. + +In case the project is not configured as using a bug tracker (in the project configuration), other states can be set by the user for indication to help him to follow progress and it is up to the user to use it or not. **Assigned** if someone is working on it, **Fixed** if a patch is coming to resolve the case. + +Each time a lower is set to **Lower confirmed**, the user is invited to add a bug tracker link to follow the progress of work. The UI provides a template to be used in the bug tracker. The user can update the link anytime in the UI. + +**Better status** + +When new series are detected better, the state is set as **Needs triage**. If he wants, the user can set the state to **Better confirmed** to indicate someone looked to it and confirmed the scores. diff --git a/dana/docs/Project.md b/dana/docs/Project.md new file mode 100644 index 0000000000000000000000000000000000000000..3c60a95722aa5be8c8b20f9959d95c54c2ee617f --- /dev/null +++ b/dana/docs/Project.md @@ -0,0 +1,96 @@ +# Project pages + +After setting up a project in the system in the UI interface, Dana can agglomerate data and apply regression analysis and comparisons. + +To view results for a particular project, some additional works are required to create the web pages that will be shown. + +Note that Dana uses **ejs** to for pages rendering. + +## Where to store page projects + +Each project has a projectId and a directory in www/views/projects with projectId name must be created and used to store pages. + +## Sidebar + +A **sibebar.ejs** file must be in the project directory. It defines the sidebar that will be presented on the left side of the web pages. Feel free to look to **demo/projects/Test/sidebar.ejs** for example of use. Note that all link should point to the projectId. + +## Other pages + +In **demo/projects/Test/** there are some pages that can be used for templates. Feel free to look to them, or create your own ones. + +### Overall summary + +See **demo/projects/Test/statusOverall.ejs** for an example. Just copy it in your project and update the projectId to yours in the setOverallPage call. + +` +setOverallPage({ + projectId: 'MyProjectId' +}); +` + +### Test series summary + +See **demo/projects/Test/statusTests.ejs** for an example. Just copy it in your project and update the projectId to yours in the testsSetPage call. + +` +testsSetPage({ + projectId: 'MyProjectId' +}); +` + +### Benchmark series summary + +See **demo/projects/Test/statusSeries.ejs** for an example. Just copy it in your project and update the projectId to yours in the setSeriesPage call. + +` +setSeriesPage({ + projectId: 'MyProjectId' +}); +` + +If you want to apply a filter on the series to only show some specific ones, add a **filter** option. Only series containing the filter string will be shown in the state + +` +setSeriesPage({ + projectId: 'MyProjectId', + filter:'buildTime' +}); +` + +### Compare series summary + +See **demo/projects/Test/statusCompare_with_build_1000.ejs** for an example. Just copy it in your project. The name of the page should be the concatenation of 'status', the compareId, and '.ejs'. Then update the projectId and compareId to yours in the setComparePage call. + +` +setComparePage({ + projectId:'MyProjectId', + compareId:'Compare_with_build_1000' +}); +` + +### Show graphs + +See **demo/projects/Test/showGraphss** for an example and a template you can reuse. + +You must add in tables some objects that describe the tables that contain the graphs, and then indicate the page title, the projectId and the presentation order of the graphs. Dana provides a library to automatically show the graphs. + +An example below: + +` +pageSetTitle('Exemple of multiple graphs using MyProjectId project'); +pageSetProject({ + projectId: 'MyProjectId' +}, function e() { + pageAddTable("tableWidget0"); + pageAddTable("tableWidget1"); + pageAddTable("tableWidget2"); +}); +` + +For each table, you have to update the getId function that takes the row and one of the series as parameter and you must returns the serieId to use for that table cell. + +` +getId: function getIdBuild(row, serie) { + return 'serie.dummy.' + (row.id + serie.id*4); +} +` diff --git a/dana/docs/Setup.md b/dana/docs/Setup.md new file mode 100644 index 0000000000000000000000000000000000000000..63743b6d364e904e90405e88ab86430874b22b92 --- /dev/null +++ b/dana/docs/Setup.md @@ -0,0 +1,57 @@ +# Setup + +Here are the steps to setup your own dana server. + +## Requirements + +As a requirement, you need to have node.js installed on your machine. [See nodejs download](https://nodejs.org/en/download/). + +## Instructions for Mac/Linux + +First, install dependent node modules + +``` +$ npm install +``` + +Second, you need to create a **configs** directory. The database and temporary dana working files will be created in this directory. + +``` +$ mkdir configs +``` + +Then, you have to create a **configs/dana.js** file that will provide +- *adminUser* property to specify the *login*, *password* and *email* of the administrator of your dana server. +- *server* property to specify the *ip* and *port* to use from the browser + +This file should be like this: + +``` +module.exports = { + adminUser: { + login: 'admin', + password: 'admin', + email: 'youremail@google.com' + }, + server: { + ip:'localhost', + port: 7000 + } +} +``` + +You're ready to run the server :) + +Note you need to add some pages for the projects. See [adding project pages](Project.md) to know how to add pages to the dashboard for a project). + +To start the server, there are two options: + +``` +$ node src/server.js +or +$ npm start +``` + +## Configure email account + +Dana provides a way to use a gmail account to send emails using Gmail APIs. Follow [these steps](http://pcarion.com/2015/12/06/How-to-send-a-mail-in-node-using-the-gmail-API.html) to get **clientsecret.json** and **gmail-credentials.json**. Then put these 2 files in **configs/** directory and restart Dana server. diff --git a/dana/docs/_config.yml b/dana/docs/_config.yml new file mode 100644 index 0000000000000000000000000000000000000000..2f7efbeab578c8042531ea7908ee8ffd7589fe46 --- /dev/null +++ b/dana/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-minimal \ No newline at end of file diff --git a/dana/docs/img/base.png b/dana/docs/img/base.png new file mode 100644 index 0000000000000000000000000000000000000000..e6d36e7d361b0fc0c56a2d2aec41b8f3324a6a35 --- /dev/null +++ b/dana/docs/img/base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b09a63837129b3ad29e61e3345d21187621c94a6e3c317a062a6f7671ae63e +size 34065 diff --git a/dana/docs/img/benchmark.range.png b/dana/docs/img/benchmark.range.png new file mode 100644 index 0000000000000000000000000000000000000000..c54fa1a48681b4e450bf69c473843c12a5f7bc79 --- /dev/null +++ b/dana/docs/img/benchmark.range.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3ebe98586db908cb1b2d897cd7aee9f2afaa420a46a84c1f25314f896fa979 +size 37319 diff --git a/dana/docs/img/benchmark.required.png b/dana/docs/img/benchmark.required.png new file mode 100644 index 0000000000000000000000000000000000000000..cf03d94fe8861b1ed7524c0862c183f8af1ecf21 --- /dev/null +++ b/dana/docs/img/benchmark.required.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb609caec8f7b2981483f516c28a3379243e0d69cb9b763eb2fac50992d277e +size 38714 diff --git a/dana/docs/img/benchmark.trend.png b/dana/docs/img/benchmark.trend.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a7c3e9a4706b5ff22ce577da8037a12cc56655 --- /dev/null +++ b/dana/docs/img/benchmark.trend.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e902ccadf37ebbe91217d0c19c98dc67968d0cac12622cad21ed9b4a2c7b3c +size 39942 diff --git a/dana/docs/img/test.propagate.png b/dana/docs/img/test.propagate.png new file mode 100644 index 0000000000000000000000000000000000000000..eee7637bc8bdacfe7353467c888143e3092cc866 --- /dev/null +++ b/dana/docs/img/test.propagate.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449cce6bc5ce2a5e5fbd55e4bb40db5966fe7114dd51a47e083480cfe71b5157 +size 28488 diff --git a/dana/nohup.out b/dana/nohup.out new file mode 100644 index 0000000000000000000000000000000000000000..e8e1263e21b64fe6fd5c74ddc3b9865e5e4a522a --- /dev/null +++ b/dana/nohup.out @@ -0,0 +1,126429 @@ + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +New web connection + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1687:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:00 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:00 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:00 +0000] "POST /admin/addProject HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:00 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:00 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:00 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:00 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:00 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:00 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:03 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:03 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:03 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:03 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:03 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:04 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:04 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:04 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:04 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:04 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:05 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:05 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:05 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:05 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:05 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:06 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:06 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:06 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:06 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:06 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:07 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:07 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:07 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:07 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:07 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:08 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:08 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:08 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:08 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:09 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:09 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:09 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:09 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:09 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:09 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:10 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:10 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:10 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:10 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:10 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:11 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:11 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:11 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:11 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:11 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:12 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:12 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:12 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:12 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:12 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:12 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:13 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:13 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:13 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:13 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:13 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:14 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:14 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:14 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:14 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:08:17 +0000] "POST /addSerie HTTP/1.1" 404 4637 "-" "python-requests/2.28.1" + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1687:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +::ffff:127.0.0.1 - - [16/Aug/2023:13:09:25 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:09:25 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:09:26 +0000] "POST /admin/addProject HTTP/1.1" 200 3479 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:09:26 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:09:26 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:09:26 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:09:26 +0000] "POST /apis/addBuild HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1687:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:14 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:14 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:14 +0000] "POST /admin/addProject HTTP/1.1" 200 3479 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:14 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:14 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:14 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:10:32 +0000] "POST /addSerie HTTP/1.1" 404 4637 "-" "python-requests/2.28.1" + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1687:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:46 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:46 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:46 +0000] "POST /admin/addProject HTTP/1.1" 200 3479 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:46 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:46 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:46 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:46 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:48 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:48 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:48 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:48 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:48 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:53 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:53 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:53 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:53 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:53 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:54 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:54 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:54 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:54 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:55 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:55 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:55 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:55 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:55 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:56 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:56 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:56 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:56 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:56 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:57 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:57 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:57 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:57 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:57 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:57 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:57 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:57 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:58 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:58 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:58 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:58 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:58 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:59 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:59 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:59 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:59 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:12:59 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:00 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:00 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:00 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:00 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:00 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:01 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:02 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:03 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:03 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:03 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:03 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:03 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:04 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:04 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:13:04 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1687:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +::ffff:127.0.0.1 - - [16/Aug/2023:13:15:21 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:15:21 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:15:21 +0000] "POST /admin/addProject HTTP/1.1" 200 3479 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:15:22 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:15:22 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:15:22 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:15:22 +0000] "POST /apis/addBuild HTTP/1.1" 500 4597 "-" "python-requests/2.28.1" + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1687:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +::ffff:127.0.0.1 - - [16/Aug/2023:13:16:05 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:16:05 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:16:05 +0000] "POST /admin/addProject HTTP/1.1" 200 3479 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:16:05 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:16:05 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:16:05 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:16:05 +0000] "POST /apis/addBuild HTTP/1.1" 500 4597 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +New web connection +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:23 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:23 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:23 +0000] "POST /admin/addProject HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:24 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:24 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:24 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:24 +0000] "POST /admin/addProject HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:24 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:37 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:37 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:37 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:37 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:37 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:38 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:38 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:38 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:38 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:38 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:39 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:39 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:39 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:39 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:39 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:40 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:40 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:40 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:40 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:40 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:41 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:41 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:41 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:41 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:41 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:18:41 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +New web connection +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:19 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:19 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:19 +0000] "POST /admin/addProject HTTP/1.1" 200 3479 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:20 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:20 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:20 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:36 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:23:36 +0000] "POST /apis/addSerie HTTP/1.1" 500 4685 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +New web connection +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:14 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:14 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:14 +0000] "POST /admin/addProject HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:14 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:14 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:14 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:14 +0000] "POST /admin/addProject HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:14 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:15 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:16 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:17 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:18 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:24 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:26:24 +0000] "POST /apis/addSerie HTTP/1.1" 500 4685 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:41 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:41 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:41 +0000] "POST /admin/addProject HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:41 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:41 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:41 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:41 +0000] "POST /admin/addProject HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:41 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:41 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +New web connection +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:41 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:42 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:42 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:42 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:42 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:42 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:42 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:42 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:42 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:42 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:43 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:43 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:43 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:43 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:43 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:43 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:43 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:44 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:44 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:44 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:44 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:44 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:44 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:45 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:45 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:45 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:45 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:46 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:46 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:46 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:46 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:46 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:47 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:48 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:48 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:48 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:48 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:48 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:49 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:50 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:51 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '173' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '173' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '173' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '173' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:52 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:28:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:29:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:30:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:49 +0000] "GET / HTTP/1.1" 302 82 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:49 +0000] "GET /admin/viewProjects HTTP/1.1" 302 56 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:50 +0000] "GET /login HTTP/1.1" 200 5701 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:50 +0000] "GET /css/signin.css HTTP/1.1" 304 - "http://localhost:7000/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:50 +0000] "GET /css/signin.css HTTP/1.1" 304 - "http://localhost:7000/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:51 +0000] "POST /login HTTP/1.1" 302 82 "http://localhost:7000/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:51 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "http://localhost:7000/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +New web connection +One web is disconnected +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:54 +0000] "GET /Inference/statusSeries HTTP/1.1" 200 3469 "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:56 +0000] "GET /Inference/statusSeries HTTP/1.1" 304 - "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [16/Aug/2023:13:31:56 +0000] "GET /Inference/statusSeries HTTP/1.1" 304 - "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +New web connection +One web is disconnected +::ffff:127.0.0.1 - - [16/Aug/2023:13:32:01 +0000] "GET /Inference/statusSeries HTTP/1.1" 304 - "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [16/Aug/2023:13:32:02 +0000] "GET /Inference/statusSeries HTTP/1.1" 304 - "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +New web connection +One web is disconnected +::ffff:127.0.0.1 - - [16/Aug/2023:13:32:05 +0000] "GET /admin/viewProjects HTTP/1.1" 304 - "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [16/Aug/2023:13:32:05 +0000] "GET /favicon.ico HTTP/1.1" - - "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +New web connection +One web is disconnected +::ffff:127.0.0.1 - - [16/Aug/2023:13:32:08 +0000] "GET /Training/statusSeries HTTP/1.1" 200 3468 "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +New web connection +Terminated + +> dana@0.9.9 start +> node src/server.js + +node:internal/modules/cjs/loader:998 + throw err; + ^ + +Error: Cannot find module '/home/fxmarty/hf_internship/libs/dana/configs/dana.js' +Require stack: +- /home/fxmarty/hf_internship/libs/dana/src/server.js + at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15) + at Function.Module._load (node:internal/modules/cjs/loader:841:27) + at Module.require (node:internal/modules/cjs/loader:1067:19) + at require (node:internal/modules/cjs/helpers:103:18) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:982:11) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) { + code: 'MODULE_NOT_FOUND', + requireStack: [ '/home/fxmarty/hf_internship/libs/dana/src/server.js' ] +} + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +New web connection +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:38 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:38 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:38 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:38 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:38 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:38 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:38 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:38 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:39 +0000] "POST /apis/addBuild HTTP/1.1" 500 4654 "-" "python-requests/2.28.1" +New web connection +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:55 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:55 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:55 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:55 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:55 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:55 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:55 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:55 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:39:56 +0000] "POST /apis/addBuild HTTP/1.1" 500 4654 "-" "python-requests/2.28.1" +New web connection +New web connection +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +New web connection +New web connection +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:40:30 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:40:30 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:40:30 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:40:30 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:40:30 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:40:30 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:40:30 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:40:30 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:40:30 +0000] "POST /apis/addBuild HTTP/1.1" 500 4654 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +New web connection +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:42:56 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:42:56 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:42:57 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:42:57 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:42:57 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:42:57 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:42:57 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:42:57 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:42:57 +0000] "POST /apis/addBuild HTTP/1.1" 500 4654 "-" "python-requests/2.28.1" +New web connection + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1687:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:43:28 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:43:28 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:43:28 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:43:28 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:43:28 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:43:28 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:43:28 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:43:28 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:43:28 +0000] "POST /apis/addBuild HTTP/1.1" 500 4654 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +New web connection +New web connection +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:17 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:17 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:17 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:17 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:17 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:17 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:17 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:17 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:17 +0000] "POST /apis/addBuild HTTP/1.1" 500 4654 "-" "python-requests/2.28.1" +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:32 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:33 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:33 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:44:33 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:02 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:02 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:02 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:02 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:05 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:05 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:05 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:05 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +Unknown username +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:12 +0000] "POST /login HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:12 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:12 +0000] "POST /admin/addProject HTTP/1.1" 302 28 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:45:12 +0000] "GET /login HTTP/1.1" 200 5701 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:19 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:19 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:19 +0000] "POST /admin/addProject HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:19 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:19 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:19 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +New web connection +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:19 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '355' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:19 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '356' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '284' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '285' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +New web connection +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '281' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:21 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '282' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '350' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '324' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '325' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:23 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '388' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:24 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '389' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '322' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '323' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '353' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:25 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '343' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '327' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '328' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:26 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '337' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '320' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '338' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:27 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '339' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '301' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '302' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '360' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:28 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '361' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '297' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '298' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '349' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:29 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '299' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '300' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '311' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '312' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '314' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '315' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '351' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:30 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '352' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '340' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:31 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '316' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '347' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '348' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:32 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '331' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '332' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:33 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '319' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '329' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '330' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '308' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '309' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:34 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '317' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '318' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '341' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:35 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '342' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '333' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '334' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '370' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '371' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:36 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '335' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '336' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '172' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '173' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '173' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '173' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '173' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '183' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:37 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '175' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '170' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '171' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '181' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:38 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:46:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:47:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:13 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:14 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:15 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:16 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:19 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:20 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:21 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:22 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:23 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:24 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:25 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:26 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:27 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:28 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:29 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:30 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:31 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:32 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:33 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '139' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:34 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:35 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:36 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:37 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:38 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:39 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:40 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:41 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:42 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:43 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:44 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:45 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:46 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:47 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:48 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:49 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:50 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:51 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:52 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '154' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:53 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:54 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:55 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:56 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:57 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:58 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:48:59 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:00 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:01 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:02 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:03 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:04 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:05 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '155' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:06 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '136' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '138' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '149' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '147' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '137' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '148' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '141' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '140' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +object +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +Bearer admin +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +{ + host: 'localhost:7000', + 'user-agent': 'python-requests/2.28.1', + 'accept-encoding': 'gzip, deflate, br', + accept: '*/*', + connection: 'keep-alive', + 'content-type': 'application/json', + authorization: 'Bearer admin', + 'content-length': '150' +} +admin +api token: +admin +::ffff:127.0.0.1 - - [16/Aug/2023:13:49:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +::ffff:127.0.0.1 - - [17/Aug/2023:08:36:47 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:36:47 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:36:47 +0000] "POST /admin/addProject HTTP/1.1" 200 3479 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:36:47 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:36:47 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:36:47 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:36:47 +0000] "POST /apis/addBuild HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1678:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +::ffff:127.0.0.1 - - [17/Aug/2023:08:37:22 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:37:22 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:37:22 +0000] "POST /admin/addProject HTTP/1.1" 200 3479 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:37:22 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:37:22 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:37:22 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:37:23 +0000] "POST /apis/addBuild HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +::ffff:127.0.0.1 - - [17/Aug/2023:08:37:56 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:37:56 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +::ffff:127.0.0.1 - - [17/Aug/2023:08:38:20 +0000] "POST /apis/addBuild HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +::ffff:127.0.0.1 - - [17/Aug/2023:08:39:37 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:39:37 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +::ffff:127.0.0.1 - - [17/Aug/2023:08:39:56 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:39:56 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +Terminated + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +New web connection +::ffff:127.0.0.1 - - [17/Aug/2023:08:40:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:40:22 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:40:22 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +Dana web server listening at port 7000 +::ffff:127.0.0.1 - - [17/Aug/2023:08:40:52 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:40:52 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:40:52 +0000] "POST /admin/addProject HTTP/1.1" 200 3479 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:40:52 +0000] "POST /login HTTP/1.1" 302 41 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:40:52 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:40:52 +0000] "POST /admin/addProject HTTP/1.1" 200 3478 "-" "python-requests/2.28.1" +New web connection +::ffff:127.0.0.1 - - [17/Aug/2023:08:40:52 +0000] "POST /apis/addBuild HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1678:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:06 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:06 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:06 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:07 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:07 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:07 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:07 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:07 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:07 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:08 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:08 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:08 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:08 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:08 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:08 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:09 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:10 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:10 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:10 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:10 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:10 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:10 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:11 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:11 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:11 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:11 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:11 +0000] "POST /apis/addSerie HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:12 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:12 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:12 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:12 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:41:12 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1678:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +::ffff:127.0.0.1 - - [17/Aug/2023:08:44:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:44:20 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:44:20 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:44:20 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" + +> dana@0.9.9 start +> node src/server.js + +configs/client_secret.json not found, disabling email reports +configs/gmail-credentials.json not found, disabling email reports +node:events:491 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use :::7000 + at Server.setupListenHandle [as _listen2] (node:net:1463:16) + at listenInCluster (node:net:1511:12) + at Server.listen (node:net:1599:7) + at Object. (/home/fxmarty/hf_internship/libs/dana/src/server.js:1678:8) + at Module._compile (node:internal/modules/cjs/loader:1165:14) + at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10) + at Module.load (node:internal/modules/cjs/loader:1043:32) + at Function.Module._load (node:internal/modules/cjs/loader:878:12) + at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) + at node:internal/main/run_main_module:22:47 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1490:8) + at processTicksAndRejections (node:internal/process/task_queues:83:21) { + code: 'EADDRINUSE', + errno: -98, + syscall: 'listen', + address: '::', + port: 7000 +} +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addBuild HTTP/1.1" 200 21 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:13 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:14 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:15 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:15 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:15 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:15 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:15 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:15 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:15 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:15 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:15 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:15 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:16 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:16 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:16 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:16 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:16 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:16 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:16 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:16 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:16 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:16 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:17 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:17 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:17 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:17 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:17 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:17 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:17 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:17 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:17 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:18 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:18 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:18 +0000] "POST /apis/addSample HTTP/1.1" 200 22 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:18 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:18 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:18 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:18 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:18 +0000] "POST /apis/addSerie HTTP/1.1" 500 4712 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:18 +0000] "POST /apis/addSample HTTP/1.1" 500 4699 "-" "python-requests/2.28.1" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:30 +0000] "GET / HTTP/1.1" 302 82 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:30 +0000] "GET /admin/viewProjects HTTP/1.1" 302 56 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:30 +0000] "GET /login HTTP/1.1" 200 5701 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:31 +0000] "GET /css/signin.css HTTP/1.1" 304 - "http://localhost:7000/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:31 +0000] "GET /css/signin.css HTTP/1.1" 304 - "http://localhost:7000/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:32 +0000] "POST /login HTTP/1.1" 302 82 "http://localhost:7000/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:32 +0000] "GET /admin/viewProjects HTTP/1.1" 200 12986 "http://localhost:7000/login" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:33 +0000] "GET /favicon.ico HTTP/1.1" 200 3458 "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +New web connection +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:34 +0000] "GET /admin/viewProjects HTTP/1.1" 304 - "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +New web connection +One web is disconnected +{ + description: 'Benchmarks related to inference', + users: '', + useBugTracker: false +} +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:37 +0000] "GET /admin/editProject?Inference HTTP/1.1" 200 8959 "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +New web connection +One web is disconnected +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:40 +0000] "GET /Inference/statusSeries HTTP/1.1" 304 - "http://localhost:7000/admin/viewProjects" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +New web connection +::ffff:127.0.0.1 - - [17/Aug/2023:08:46:50 +0000] "GET /serie?Inference?llama_1gpu_1_generate_latency_s_ HTTP/1.1" 200 24840 "http://localhost:7000/Inference/statusSeries" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" +New web connection +One web is disconnected diff --git a/dana/package-lock.json b/dana/package-lock.json new file mode 100644 index 0000000000000000000000000000000000000000..834ecc7bc197dad314c1639953c470648c25352e --- /dev/null +++ b/dana/package-lock.json @@ -0,0 +1,5158 @@ +{ + "name": "dana", + "version": "0.9.9", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "dana", + "version": "0.9.9", + "license": "Apache-2.0", + "dependencies": { + "ascii-table": "^0.0.9", + "body-parser": "^1.19.0", + "btoa": "^1.2.1", + "connect-ensure-login": "^0.1.1", + "connect-flash": "^0.1.1", + "cookie-parser": "^1.4.5", + "ejs": "^3.1.7", + "express": "^4.17.1", + "express-session": "^1.17.1", + "google-auth-library": "^7.0.4", + "googleapis": "^72.0.0", + "log4js": "^6.4.0", + "morgan": "^1.10.0", + "passport": "^0.4.1", + "passport-local": "^1.0.0", + "socket.io": "^4.0.1", + "ws": "^7.4.5", + "yauzl": "2.10.0" + }, + "devDependencies": { + "eslint": "^4.8.0", + "eslint-config-google": "^0.9.1" + } + }, + "node_modules/@types/component-emitter": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.11.tgz", + "integrity": "sha512-SRXjM+tfsSlA9VuG8hGO2nft2p8zjXCK1VcC6N4NXbBbYbSia9kzCChYQajIjzIqOOOuh5Ock6MmV2oux4jDZQ==" + }, + "node_modules/@types/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" + }, + "node_modules/@types/cors": { + "version": "2.8.12", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz", + "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==" + }, + "node_modules/@types/node": { + "version": "17.0.31", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.31.tgz", + "integrity": "sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==" + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "5.7.4", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", + "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz", + "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", + "dev": true, + "dependencies": { + "acorn": "^3.0.4" + } + }, + "node_modules/acorn-jsx/node_modules/acorn": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz", + "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agent-base/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/agent-base/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "dev": true, + "dependencies": { + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" + } + }, + "node_modules/ajv-keywords": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz", + "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=", + "dev": true, + "peerDependencies": { + "ajv": "^5.0.0" + } + }, + "node_modules/ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "node_modules/arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ascii-table": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/ascii-table/-/ascii-table-0.0.9.tgz", + "integrity": "sha1-BqZgTWpV1L9BqaR9mHLXp42jHnM=" + }, + "node_modules/async": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" + }, + "node_modules/babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "dependencies": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "node_modules/babel-code-frame/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", + "engines": { + "node": "^4.5.0 || >= 5.9" + } + }, + "node_modules/basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "dependencies": { + "safe-buffer": "5.1.2" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/basic-auth/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/bignumber.js": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.2.tgz", + "integrity": "sha512-GAcQvbpsM0pUb0zw1EI0KhQEZ+lRwR5fYaAp3vPOYuP7aDvGy6cVN6XHLauvF8SOga2y0dcLcjt3iQDTSEliyw==", + "engines": { + "node": "*" + } + }, + "node_modules/body-parser": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", + "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.10.3", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/btoa": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz", + "integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==", + "bin": { + "btoa": "bin/btoa.js" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", + "engines": { + "node": "*" + } + }, + "node_modules/buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/caller-path": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", + "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", + "dev": true, + "dependencies": { + "callsites": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/callsites": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", + "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chardet": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz", + "integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=", + "dev": true + }, + "node_modules/circular-json": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz", + "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==", + "deprecated": "CircularJSON is in maintenance only, flatted is its successor.", + "dev": true + }, + "node_modules/cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "dev": true, + "dependencies": { + "restore-cursor": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cli-width": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", + "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==", + "dev": true + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true, + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "node_modules/component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "engines": [ + "node >= 0.8" + ], + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/connect-ensure-login": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/connect-ensure-login/-/connect-ensure-login-0.1.1.tgz", + "integrity": "sha1-F03MUSQ7nqwj+NmCFa62aU4uihI=", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/connect-flash": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz", + "integrity": "sha1-2GMPJtlaf4UfmVax6MxnMvO2qjA=", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-parser": { + "version": "1.4.6", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.6.tgz", + "integrity": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==", + "dependencies": { + "cookie": "0.4.1", + "cookie-signature": "1.0.6" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "dev": true, + "dependencies": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "node_modules/date-format": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.9.tgz", + "integrity": "sha512-+8J+BOUpSrlKLQLeF8xJJVTxS8QfRSuJgwxSVvslzgO3E6khbI0F5mMEPf5mTYhCCm4h99knYP6H3W9n3BQFrg==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "dependencies": { + "safe-buffer": "^5.0.1" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "node_modules/ejs": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz", + "integrity": "sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==", + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/engine.io": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.2.1.tgz", + "integrity": "sha512-ECceEFcAaNRybd3lsGQKas3ZlMVjN3cyWwMP25D2i0zWfyiytVbTpRPa34qrr+FHddtpBVOmq4H/DCv1O0lZRA==", + "dependencies": { + "@types/cookie": "^0.4.1", + "@types/cors": "^2.8.12", + "@types/node": ">=10.0.0", + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.4.1", + "cors": "~2.8.5", + "debug": "~4.3.1", + "engine.io-parser": "~5.0.3", + "ws": "~8.2.3" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/engine.io-parser": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.4.tgz", + "integrity": "sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/engine.io/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/engine.io/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/engine.io/node_modules/ws": { + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", + "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint": { + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-4.19.1.tgz", + "integrity": "sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==", + "dev": true, + "dependencies": { + "ajv": "^5.3.0", + "babel-code-frame": "^6.22.0", + "chalk": "^2.1.0", + "concat-stream": "^1.6.0", + "cross-spawn": "^5.1.0", + "debug": "^3.1.0", + "doctrine": "^2.1.0", + "eslint-scope": "^3.7.1", + "eslint-visitor-keys": "^1.0.0", + "espree": "^3.5.4", + "esquery": "^1.0.0", + "esutils": "^2.0.2", + "file-entry-cache": "^2.0.0", + "functional-red-black-tree": "^1.0.1", + "glob": "^7.1.2", + "globals": "^11.0.1", + "ignore": "^3.3.3", + "imurmurhash": "^0.1.4", + "inquirer": "^3.0.6", + "is-resolvable": "^1.0.0", + "js-yaml": "^3.9.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.3.0", + "lodash": "^4.17.4", + "minimatch": "^3.0.2", + "mkdirp": "^0.5.1", + "natural-compare": "^1.4.0", + "optionator": "^0.8.2", + "path-is-inside": "^1.0.2", + "pluralize": "^7.0.0", + "progress": "^2.0.0", + "regexpp": "^1.0.1", + "require-uncached": "^1.0.3", + "semver": "^5.3.0", + "strip-ansi": "^4.0.0", + "strip-json-comments": "~2.0.1", + "table": "4.0.2", + "text-table": "~0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/eslint-config-google": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.9.1.tgz", + "integrity": "sha512-5A83D+lH0PA81QMESKbLJd/a3ic8tPZtwUmqNrxMRo54nfFaUvtt89q/+icQ+fd66c2xQHn0KyFkzJDoAUfpZA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + }, + "peerDependencies": { + "eslint": ">=4.1.1" + } + }, + "node_modules/eslint-scope": { + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.3.tgz", + "integrity": "sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA==", + "dev": true, + "dependencies": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/eslint/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "node_modules/espree": { + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz", + "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==", + "dev": true, + "dependencies": { + "acorn": "^5.5.0", + "acorn-jsx": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esquery/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/express": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz", + "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.0", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.10.3", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express-session": { + "version": "1.17.2", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.2.tgz", + "integrity": "sha512-mPcYcLA0lvh7D4Oqr5aNJFMtBMKPLl++OKKxkHzZ0U0oDq1rpKBnkR5f5vCHR26VeArlTOEF9td4x5IjICksRQ==", + "dependencies": { + "cookie": "0.4.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-headers": "~1.0.2", + "parseurl": "~1.3.3", + "safe-buffer": "5.2.1", + "uid-safe": "~2.1.5" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/express/node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "node_modules/external-editor": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz", + "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==", + "dev": true, + "dependencies": { + "chardet": "^0.4.0", + "iconv-lite": "^0.4.17", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "node_modules/fast-text-encoding": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz", + "integrity": "sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig==" + }, + "node_modules/fd-slicer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=", + "dependencies": { + "pend": "~1.2.0" + } + }, + "node_modules/figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/file-entry-cache": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz", + "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=", + "dev": true, + "dependencies": { + "flat-cache": "^1.2.1", + "object-assign": "^4.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/filelist": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.3.tgz", + "integrity": "sha512-LwjCsruLWQULGYKy7TX0OPtrL9kLpojOFKc5VCTxdFTV7w5zbsgqVKfnkKG7Qgjtq50gKfO56hJv88OfcGb70Q==", + "dependencies": { + "minimatch": "^5.0.1" + } + }, + "node_modules/filelist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/filelist/node_modules/minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/flat-cache": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.4.tgz", + "integrity": "sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==", + "dev": true, + "dependencies": { + "circular-json": "^0.3.1", + "graceful-fs": "^4.1.2", + "rimraf": "~2.6.2", + "write": "^0.2.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/flatted": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==" + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "node_modules/gaxios": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.3.tgz", + "integrity": "sha512-gSaYYIO1Y3wUtdfHmjDUZ8LWaxJQpiavzbF5Kq53akSzvmVg0RfyOcFDbO1KJ/KCGRFz2qG+lS81F0nkr7cRJA==", + "dependencies": { + "abort-controller": "^3.0.0", + "extend": "^3.0.2", + "https-proxy-agent": "^5.0.0", + "is-stream": "^2.0.0", + "node-fetch": "^2.6.7" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/gcp-metadata": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.3.1.tgz", + "integrity": "sha512-x850LS5N7V1F3UcV7PoupzGsyD6iVwTVvsh3tbXfkctZnBnjW5yu5z1/3k3SehF7TyoTIe78rJs02GMMy+LF+A==", + "dependencies": { + "gaxios": "^4.0.0", + "json-bigint": "^1.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/google-auth-library": { + "version": "7.14.1", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.14.1.tgz", + "integrity": "sha512-5Rk7iLNDFhFeBYc3s8l1CqzbEBcdhwR193RlD4vSNFajIcINKI8W8P0JLmBpwymHqqWbX34pJDQu39cSy/6RsA==", + "dependencies": { + "arrify": "^2.0.0", + "base64-js": "^1.3.0", + "ecdsa-sig-formatter": "^1.0.11", + "fast-text-encoding": "^1.0.0", + "gaxios": "^4.0.0", + "gcp-metadata": "^4.2.0", + "gtoken": "^5.0.4", + "jws": "^4.0.0", + "lru-cache": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/google-auth-library/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/google-auth-library/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/google-p12-pem": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.1.4.tgz", + "integrity": "sha512-HHuHmkLgwjdmVRngf5+gSmpkyaRI6QmOg77J8tkNBHhNEI62sGHyw4/+UkgyZEI7h84NbWprXDJ+sa3xOYFvTg==", + "dependencies": { + "node-forge": "^1.3.1" + }, + "bin": { + "gp12-pem": "build/src/bin/gp12-pem.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/googleapis": { + "version": "72.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-72.0.0.tgz", + "integrity": "sha512-GMHXnZy86tLdFGkHd5G1mEWFGKO2+G8VFmk2my+mRCum0e5MOPQXG+PAvDVjVwCQJEOjPpBOZae53THRXaVm9w==", + "dependencies": { + "google-auth-library": "^7.0.2", + "googleapis-common": "^5.0.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/googleapis-common": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-5.1.0.tgz", + "integrity": "sha512-RXrif+Gzhq1QAzfjxulbGvAY3FPj8zq/CYcvgjzDbaBNCD6bUl+86I7mUs4DKWHGruuK26ijjR/eDpWIDgNROA==", + "dependencies": { + "extend": "^3.0.2", + "gaxios": "^4.0.0", + "google-auth-library": "^7.14.0", + "qs": "^6.7.0", + "url-template": "^2.0.8", + "uuid": "^8.0.0" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "node_modules/gtoken": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.3.2.tgz", + "integrity": "sha512-gkvEKREW7dXWF8NV8pVrKfW7WqReAmjjkMBh6lNCCGOM4ucS0r0YyXXl0r/9Yj8wcW/32ISkfc8h5mPTDbtifQ==", + "dependencies": { + "gaxios": "^4.0.0", + "google-p12-pem": "^3.1.3", + "jws": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-ansi/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", + "dev": true + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/inquirer": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz", + "integrity": "sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==", + "dev": true, + "dependencies": { + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.0", + "cli-cursor": "^2.1.0", + "cli-width": "^2.0.0", + "external-editor": "^2.0.4", + "figures": "^2.0.0", + "lodash": "^4.3.0", + "mute-stream": "0.0.7", + "run-async": "^2.2.0", + "rx-lite": "^4.0.8", + "rx-lite-aggregates": "^4.0.8", + "string-width": "^2.1.0", + "strip-ansi": "^4.0.0", + "through": "^2.3.6" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", + "dev": true + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/jake": { + "version": "10.8.5", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", + "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", + "dependencies": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.1", + "minimatch": "^3.0.4" + }, + "bin": { + "jake": "bin/cli.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jake/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jake/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jake/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jake/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jake/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jake/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-bigint": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", + "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", + "dependencies": { + "bignumber.js": "^9.0.0" + } + }, + "node_modules/json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", + "dependencies": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/jws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "dependencies": { + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "dev": true, + "dependencies": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/log4js": { + "version": "6.4.6", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.4.6.tgz", + "integrity": "sha512-1XMtRBZszmVZqPAOOWczH+Q94AI42mtNWjvjA5RduKTSWjEc56uOBbyM1CJnfN4Ym0wSd8cQ43zOojlSHgRDAw==", + "dependencies": { + "date-format": "^4.0.9", + "debug": "^4.3.4", + "flatted": "^3.2.5", + "rfdc": "^1.3.0", + "streamroller": "^3.0.8" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/log4js/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/log4js/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/morgan": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", + "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", + "dependencies": { + "basic-auth": "~2.0.1", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-finished": "~2.3.0", + "on-headers": "~1.0.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/morgan/node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/mute-stream": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", + "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", + "dev": true + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "engines": { + "node": ">= 6.13.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "dev": true, + "dependencies": { + "mimic-fn": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "dev": true, + "dependencies": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/passport": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/passport/-/passport-0.4.1.tgz", + "integrity": "sha512-IxXgZZs8d7uFSt3eqNjM9NQ3g3uQCW5avD8mRNoXV99Yig50vjuaez6dQK2qC0kVWPRTujxY0dWgGfT09adjYg==", + "dependencies": { + "passport-strategy": "1.x.x", + "pause": "0.0.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/passport-local": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz", + "integrity": "sha1-H+YyaMkudWBmJkN+O5BmYsFbpu4=", + "dependencies": { + "passport-strategy": "1.x.x" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/passport-strategy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz", + "integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ=", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", + "dev": true + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "node_modules/pause": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz", + "integrity": "sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10=" + }, + "node_modules/pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=" + }, + "node_modules/pluralize": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz", + "integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "node_modules/qs": { + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", + "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/random-bytes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz", + "integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/readable-stream/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/regexpp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-1.1.0.tgz", + "integrity": "sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/require-uncached": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz", + "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", + "dev": true, + "dependencies": { + "caller-path": "^0.1.0", + "resolve-from": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-from": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", + "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "dev": true, + "dependencies": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/rfdc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==" + }, + "node_modules/rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/rx-lite": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", + "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=", + "dev": true + }, + "node_modules/rx-lite-aggregates": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", + "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=", + "dev": true, + "dependencies": { + "rx-lite": "*" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/slice-ansi": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz", + "integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==", + "dev": true, + "dependencies": { + "is-fullwidth-code-point": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/socket.io": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.5.0.tgz", + "integrity": "sha512-slTYqU2jCgMjXwresG8grhUi/cC6GjzmcfqArzaH3BN/9I/42eZk9yamNvZJdBfTubkjEdKAKs12NEztId+bUA==", + "dependencies": { + "accepts": "~1.3.4", + "base64id": "~2.0.0", + "debug": "~4.3.2", + "engine.io": "~6.2.0", + "socket.io-adapter": "~2.4.0", + "socket.io-parser": "~4.0.4" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/socket.io-adapter": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.4.0.tgz", + "integrity": "sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==" + }, + "node_modules/socket.io-parser": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.4.tgz", + "integrity": "sha512-t+b0SS+IxG7Rxzda2EVvyBZbvFPBCjJoyHuE0P//7OAsN23GItzDRdWa6ALxZI/8R5ygK7jAR6t028/z+7295g==", + "dependencies": { + "@types/component-emitter": "^1.2.10", + "component-emitter": "~1.3.0", + "debug": "~4.3.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/socket.io-parser/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/socket.io-parser/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/socket.io/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/socket.io/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/streamroller": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.0.8.tgz", + "integrity": "sha512-VI+ni3czbFZrd1MrlybxykWZ8sMDCMtTU7YJyhgb9M5X6d1DDxLdJr+gSnmRpXPMnIWxWKMaAE8K0WumBp3lDg==", + "dependencies": { + "date-format": "^4.0.9", + "debug": "^4.3.4", + "fs-extra": "^10.1.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/streamroller/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/streamroller/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "dependencies": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "dependencies": { + "ansi-regex": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/table": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz", + "integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==", + "dev": true, + "dependencies": { + "ajv": "^5.2.3", + "ajv-keywords": "^2.1.0", + "chalk": "^2.1.0", + "lodash": "^4.17.4", + "slice-ansi": "1.0.0", + "string-width": "^2.1.1" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, + "node_modules/type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "dev": true, + "dependencies": { + "prelude-ls": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "node_modules/uid-safe": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz", + "integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==", + "dependencies": { + "random-bytes": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/url-template": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz", + "integrity": "sha1-/FZaPMy/93MMd19WQflVV5FDnyE=" + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "node_modules/write": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz", + "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", + "dev": true, + "dependencies": { + "mkdirp": "^0.5.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ws": { + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "node_modules/yauzl": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=", + "dependencies": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.1.0" + } + } + }, + "dependencies": { + "@types/component-emitter": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.11.tgz", + "integrity": "sha512-SRXjM+tfsSlA9VuG8hGO2nft2p8zjXCK1VcC6N4NXbBbYbSia9kzCChYQajIjzIqOOOuh5Ock6MmV2oux4jDZQ==" + }, + "@types/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" + }, + "@types/cors": { + "version": "2.8.12", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz", + "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==" + }, + "@types/node": { + "version": "17.0.31", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.31.tgz", + "integrity": "sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==" + }, + "abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "requires": { + "event-target-shim": "^5.0.0" + } + }, + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + } + }, + "acorn": { + "version": "5.7.4", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", + "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==", + "dev": true + }, + "acorn-jsx": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz", + "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", + "dev": true, + "requires": { + "acorn": "^3.0.4" + }, + "dependencies": { + "acorn": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz", + "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=", + "dev": true + } + } + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "requires": { + "debug": "4" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "dev": true, + "requires": { + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" + } + }, + "ajv-keywords": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz", + "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=", + "dev": true, + "requires": {} + }, + "ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true + }, + "ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" + }, + "ascii-table": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/ascii-table/-/ascii-table-0.0.9.tgz", + "integrity": "sha1-BqZgTWpV1L9BqaR9mHLXp42jHnM=" + }, + "async": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" + }, + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + }, + "base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==" + }, + "basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "requires": { + "safe-buffer": "5.1.2" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "bignumber.js": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.2.tgz", + "integrity": "sha512-GAcQvbpsM0pUb0zw1EI0KhQEZ+lRwR5fYaAp3vPOYuP7aDvGy6cVN6XHLauvF8SOga2y0dcLcjt3iQDTSEliyw==" + }, + "body-parser": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", + "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "requires": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.10.3", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "btoa": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz", + "integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==" + }, + "buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=" + }, + "buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" + }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "caller-path": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", + "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", + "dev": true, + "requires": { + "callsites": "^0.2.0" + } + }, + "callsites": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", + "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=", + "dev": true + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "chardet": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz", + "integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=", + "dev": true + }, + "circular-json": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz", + "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==", + "dev": true + }, + "cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "dev": true, + "requires": { + "restore-cursor": "^2.0.0" + } + }, + "cli-width": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", + "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==", + "dev": true + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "connect-ensure-login": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/connect-ensure-login/-/connect-ensure-login-0.1.1.tgz", + "integrity": "sha1-F03MUSQ7nqwj+NmCFa62aU4uihI=" + }, + "connect-flash": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz", + "integrity": "sha1-2GMPJtlaf4UfmVax6MxnMvO2qjA=" + }, + "content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "requires": { + "safe-buffer": "5.2.1" + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" + }, + "cookie-parser": { + "version": "1.4.6", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.6.tgz", + "integrity": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==", + "requires": { + "cookie": "0.4.1", + "cookie-signature": "1.0.6" + } + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "requires": { + "object-assign": "^4", + "vary": "^1" + } + }, + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "date-format": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.9.tgz", + "integrity": "sha512-+8J+BOUpSrlKLQLeF8xJJVTxS8QfRSuJgwxSVvslzgO3E6khbI0F5mMEPf5mTYhCCm4h99knYP6H3W9n3BQFrg==" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + }, + "destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" + }, + "doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "requires": { + "esutils": "^2.0.2" + } + }, + "ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "ejs": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz", + "integrity": "sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==", + "requires": { + "jake": "^10.8.5" + } + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "engine.io": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.2.1.tgz", + "integrity": "sha512-ECceEFcAaNRybd3lsGQKas3ZlMVjN3cyWwMP25D2i0zWfyiytVbTpRPa34qrr+FHddtpBVOmq4H/DCv1O0lZRA==", + "requires": { + "@types/cookie": "^0.4.1", + "@types/cors": "^2.8.12", + "@types/node": ">=10.0.0", + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.4.1", + "cors": "~2.8.5", + "debug": "~4.3.1", + "engine.io-parser": "~5.0.3", + "ws": "~8.2.3" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "ws": { + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", + "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", + "requires": {} + } + } + }, + "engine.io-parser": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.4.tgz", + "integrity": "sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "eslint": { + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-4.19.1.tgz", + "integrity": "sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==", + "dev": true, + "requires": { + "ajv": "^5.3.0", + "babel-code-frame": "^6.22.0", + "chalk": "^2.1.0", + "concat-stream": "^1.6.0", + "cross-spawn": "^5.1.0", + "debug": "^3.1.0", + "doctrine": "^2.1.0", + "eslint-scope": "^3.7.1", + "eslint-visitor-keys": "^1.0.0", + "espree": "^3.5.4", + "esquery": "^1.0.0", + "esutils": "^2.0.2", + "file-entry-cache": "^2.0.0", + "functional-red-black-tree": "^1.0.1", + "glob": "^7.1.2", + "globals": "^11.0.1", + "ignore": "^3.3.3", + "imurmurhash": "^0.1.4", + "inquirer": "^3.0.6", + "is-resolvable": "^1.0.0", + "js-yaml": "^3.9.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.3.0", + "lodash": "^4.17.4", + "minimatch": "^3.0.2", + "mkdirp": "^0.5.1", + "natural-compare": "^1.4.0", + "optionator": "^0.8.2", + "path-is-inside": "^1.0.2", + "pluralize": "^7.0.0", + "progress": "^2.0.0", + "regexpp": "^1.0.1", + "require-uncached": "^1.0.3", + "semver": "^5.3.0", + "strip-ansi": "^4.0.0", + "strip-json-comments": "~2.0.1", + "table": "4.0.2", + "text-table": "~0.2.0" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + } + } + }, + "eslint-config-google": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.9.1.tgz", + "integrity": "sha512-5A83D+lH0PA81QMESKbLJd/a3ic8tPZtwUmqNrxMRo54nfFaUvtt89q/+icQ+fd66c2xQHn0KyFkzJDoAUfpZA==", + "dev": true, + "requires": {} + }, + "eslint-scope": { + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.3.tgz", + "integrity": "sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA==", + "dev": true, + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true + }, + "espree": { + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz", + "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==", + "dev": true, + "requires": { + "acorn": "^5.5.0", + "acorn-jsx": "^3.0.0" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "requires": { + "estraverse": "^5.1.0" + }, + "dependencies": { + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true + } + } + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "requires": { + "estraverse": "^5.2.0" + }, + "dependencies": { + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true + } + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" + }, + "express": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz", + "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", + "requires": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.0", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.10.3", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" + } + } + }, + "express-session": { + "version": "1.17.2", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.2.tgz", + "integrity": "sha512-mPcYcLA0lvh7D4Oqr5aNJFMtBMKPLl++OKKxkHzZ0U0oDq1rpKBnkR5f5vCHR26VeArlTOEF9td4x5IjICksRQ==", + "requires": { + "cookie": "0.4.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-headers": "~1.0.2", + "parseurl": "~1.3.3", + "safe-buffer": "5.2.1", + "uid-safe": "~2.1.5" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "external-editor": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz", + "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==", + "dev": true, + "requires": { + "chardet": "^0.4.0", + "iconv-lite": "^0.4.17", + "tmp": "^0.0.33" + } + }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "fast-text-encoding": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz", + "integrity": "sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig==" + }, + "fd-slicer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=", + "requires": { + "pend": "~1.2.0" + } + }, + "figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "file-entry-cache": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz", + "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=", + "dev": true, + "requires": { + "flat-cache": "^1.2.1", + "object-assign": "^4.0.1" + } + }, + "filelist": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.3.tgz", + "integrity": "sha512-LwjCsruLWQULGYKy7TX0OPtrL9kLpojOFKc5VCTxdFTV7w5zbsgqVKfnkKG7Qgjtq50gKfO56hJv88OfcGb70Q==", + "requires": { + "minimatch": "^5.0.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "requires": { + "brace-expansion": "^2.0.1" + } + } + } + }, + "finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + } + }, + "flat-cache": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.4.tgz", + "integrity": "sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==", + "dev": true, + "requires": { + "circular-json": "^0.3.1", + "graceful-fs": "^4.1.2", + "rimraf": "~2.6.2", + "write": "^0.2.1" + } + }, + "flatted": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==" + }, + "forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "gaxios": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.3.tgz", + "integrity": "sha512-gSaYYIO1Y3wUtdfHmjDUZ8LWaxJQpiavzbF5Kq53akSzvmVg0RfyOcFDbO1KJ/KCGRFz2qG+lS81F0nkr7cRJA==", + "requires": { + "abort-controller": "^3.0.0", + "extend": "^3.0.2", + "https-proxy-agent": "^5.0.0", + "is-stream": "^2.0.0", + "node-fetch": "^2.6.7" + } + }, + "gcp-metadata": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.3.1.tgz", + "integrity": "sha512-x850LS5N7V1F3UcV7PoupzGsyD6iVwTVvsh3tbXfkctZnBnjW5yu5z1/3k3SehF7TyoTIe78rJs02GMMy+LF+A==", + "requires": { + "gaxios": "^4.0.0", + "json-bigint": "^1.0.0" + } + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "google-auth-library": { + "version": "7.14.1", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.14.1.tgz", + "integrity": "sha512-5Rk7iLNDFhFeBYc3s8l1CqzbEBcdhwR193RlD4vSNFajIcINKI8W8P0JLmBpwymHqqWbX34pJDQu39cSy/6RsA==", + "requires": { + "arrify": "^2.0.0", + "base64-js": "^1.3.0", + "ecdsa-sig-formatter": "^1.0.11", + "fast-text-encoding": "^1.0.0", + "gaxios": "^4.0.0", + "gcp-metadata": "^4.2.0", + "gtoken": "^5.0.4", + "jws": "^4.0.0", + "lru-cache": "^6.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } + }, + "google-p12-pem": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.1.4.tgz", + "integrity": "sha512-HHuHmkLgwjdmVRngf5+gSmpkyaRI6QmOg77J8tkNBHhNEI62sGHyw4/+UkgyZEI7h84NbWprXDJ+sa3xOYFvTg==", + "requires": { + "node-forge": "^1.3.1" + } + }, + "googleapis": { + "version": "72.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-72.0.0.tgz", + "integrity": "sha512-GMHXnZy86tLdFGkHd5G1mEWFGKO2+G8VFmk2my+mRCum0e5MOPQXG+PAvDVjVwCQJEOjPpBOZae53THRXaVm9w==", + "requires": { + "google-auth-library": "^7.0.2", + "googleapis-common": "^5.0.2" + } + }, + "googleapis-common": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-5.1.0.tgz", + "integrity": "sha512-RXrif+Gzhq1QAzfjxulbGvAY3FPj8zq/CYcvgjzDbaBNCD6bUl+86I7mUs4DKWHGruuK26ijjR/eDpWIDgNROA==", + "requires": { + "extend": "^3.0.2", + "gaxios": "^4.0.0", + "google-auth-library": "^7.14.0", + "qs": "^6.7.0", + "url-template": "^2.0.8", + "uuid": "^8.0.0" + } + }, + "graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "gtoken": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.3.2.tgz", + "integrity": "sha512-gkvEKREW7dXWF8NV8pVrKfW7WqReAmjjkMBh6lNCCGOM4ucS0r0YyXXl0r/9Yj8wcW/32ISkfc8h5mPTDbtifQ==", + "requires": { + "gaxios": "^4.0.0", + "google-p12-pem": "^3.1.3", + "jws": "^4.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + } + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + }, + "http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "requires": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + } + }, + "https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "requires": { + "agent-base": "6", + "debug": "4" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", + "dev": true + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "inquirer": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz", + "integrity": "sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==", + "dev": true, + "requires": { + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.0", + "cli-cursor": "^2.1.0", + "cli-width": "^2.0.0", + "external-editor": "^2.0.4", + "figures": "^2.0.0", + "lodash": "^4.3.0", + "mute-stream": "0.0.7", + "run-async": "^2.2.0", + "rx-lite": "^4.0.8", + "rx-lite-aggregates": "^4.0.8", + "string-width": "^2.1.0", + "strip-ansi": "^4.0.0", + "through": "^2.3.6" + } + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", + "dev": true + }, + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "jake": { + "version": "10.8.5", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", + "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", + "requires": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.1", + "minimatch": "^3.0.4" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", + "dev": true + }, + "js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "json-bigint": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", + "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", + "requires": { + "bignumber.js": "^9.0.0" + } + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "dev": true + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", + "requires": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "jws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "requires": { + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" + } + }, + "levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "dev": true, + "requires": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "log4js": { + "version": "6.4.6", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.4.6.tgz", + "integrity": "sha512-1XMtRBZszmVZqPAOOWczH+Q94AI42mtNWjvjA5RduKTSWjEc56uOBbyM1CJnfN4Ym0wSd8cQ43zOojlSHgRDAw==", + "requires": { + "date-format": "^4.0.9", + "debug": "^4.3.4", + "flatted": "^3.2.5", + "rfdc": "^1.3.0", + "streamroller": "^3.0.8" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "requires": { + "mime-db": "1.52.0" + } + }, + "mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + }, + "morgan": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", + "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", + "requires": { + "basic-auth": "~2.0.1", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-finished": "~2.3.0", + "on-headers": "~1.0.2" + }, + "dependencies": { + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + } + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "mute-stream": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", + "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", + "dev": true + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + }, + "node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==" + }, + "on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + } + }, + "optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "dev": true, + "requires": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + } + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "passport": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/passport/-/passport-0.4.1.tgz", + "integrity": "sha512-IxXgZZs8d7uFSt3eqNjM9NQ3g3uQCW5avD8mRNoXV99Yig50vjuaez6dQK2qC0kVWPRTujxY0dWgGfT09adjYg==", + "requires": { + "passport-strategy": "1.x.x", + "pause": "0.0.1" + } + }, + "passport-local": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz", + "integrity": "sha1-H+YyaMkudWBmJkN+O5BmYsFbpu4=", + "requires": { + "passport-strategy": "1.x.x" + } + }, + "passport-strategy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz", + "integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", + "dev": true + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "pause": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz", + "integrity": "sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10=" + }, + "pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=" + }, + "pluralize": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz", + "integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==", + "dev": true + }, + "prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true + }, + "proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "requires": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + } + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "qs": { + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", + "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "requires": { + "side-channel": "^1.0.4" + } + }, + "random-bytes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz", + "integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=" + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "requires": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + } + } + }, + "regexpp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-1.1.0.tgz", + "integrity": "sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw==", + "dev": true + }, + "require-uncached": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz", + "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", + "dev": true, + "requires": { + "caller-path": "^0.1.0", + "resolve-from": "^1.0.0" + } + }, + "resolve-from": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", + "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=", + "dev": true + }, + "restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "dev": true, + "requires": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + } + }, + "rfdc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==" + }, + "rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true + }, + "rx-lite": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", + "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=", + "dev": true + }, + "rx-lite-aggregates": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", + "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=", + "dev": true, + "requires": { + "rx-lite": "*" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "requires": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "dependencies": { + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + } + } + }, + "serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + } + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true + }, + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "requires": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "slice-ansi": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz", + "integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0" + } + }, + "socket.io": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.5.0.tgz", + "integrity": "sha512-slTYqU2jCgMjXwresG8grhUi/cC6GjzmcfqArzaH3BN/9I/42eZk9yamNvZJdBfTubkjEdKAKs12NEztId+bUA==", + "requires": { + "accepts": "~1.3.4", + "base64id": "~2.0.0", + "debug": "~4.3.2", + "engine.io": "~6.2.0", + "socket.io-adapter": "~2.4.0", + "socket.io-parser": "~4.0.4" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "socket.io-adapter": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.4.0.tgz", + "integrity": "sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==" + }, + "socket.io-parser": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.4.tgz", + "integrity": "sha512-t+b0SS+IxG7Rxzda2EVvyBZbvFPBCjJoyHuE0P//7OAsN23GItzDRdWa6ALxZI/8R5ygK7jAR6t028/z+7295g==", + "requires": { + "@types/component-emitter": "^1.2.10", + "component-emitter": "~1.3.0", + "debug": "~4.3.1" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" + }, + "streamroller": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.0.8.tgz", + "integrity": "sha512-VI+ni3czbFZrd1MrlybxykWZ8sMDCMtTU7YJyhgb9M5X6d1DDxLdJr+gSnmRpXPMnIWxWKMaAE8K0WumBp3lDg==", + "requires": { + "date-format": "^4.0.9", + "debug": "^4.3.4", + "fs-extra": "^10.1.0" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + } + } + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "table": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz", + "integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==", + "dev": true, + "requires": { + "ajv": "^5.2.3", + "ajv-keywords": "^2.1.0", + "chalk": "^2.1.0", + "lodash": "^4.17.4", + "slice-ansi": "1.0.0", + "string-width": "^2.1.1" + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "requires": { + "os-tmpdir": "~1.0.2" + } + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" + }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, + "type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "dev": true, + "requires": { + "prelude-ls": "~1.1.2" + } + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "uid-safe": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz", + "integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==", + "requires": { + "random-bytes": "~1.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "url-template": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz", + "integrity": "sha1-/FZaPMy/93MMd19WQflVV5FDnyE=" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "write": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz", + "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", + "dev": true, + "requires": { + "mkdirp": "^0.5.1" + } + }, + "ws": { + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", + "requires": {} + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "yauzl": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=", + "requires": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.1.0" + } + } + } +} diff --git a/dana/package.json b/dana/package.json new file mode 100644 index 0000000000000000000000000000000000000000..96de546060b5a9b1694cee64aee6e9b08d01c83a --- /dev/null +++ b/dana/package.json @@ -0,0 +1,47 @@ +{ + "name": "dana", + "version": "0.9.9", + "description": "System for benchmark regression and comparison, including a dashboard", + "author": "Google Inc.", + "license": "Apache-2.0", + "main": "src/server.js", + "repository": { + "type": "git", + "url": "https://github.com/google/dana.git" + }, + "bugs": { + "url": "https://github.com/google/dana/issues" + }, + "dependencies": { + "ascii-table": "^0.0.9", + "body-parser": "^1.19.0", + "btoa": "^1.2.1", + "connect-ensure-login": "^0.1.1", + "connect-flash": "^0.1.1", + "cookie-parser": "^1.4.5", + "ejs": "^3.1.7", + "express": "^4.17.1", + "express-session": "^1.17.1", + "google-auth-library": "^7.0.4", + "googleapis": "^72.0.0", + "log4js": "^6.4.0", + "morgan": "^1.10.0", + "passport": "^0.4.1", + "passport-local": "^1.0.0", + "socket.io": "^4.0.1", + "ws": "^7.4.5", + "yauzl": "2.10.0" + }, + "eslintConfig": { + "env": { + "node": true + } + }, + "devDependencies": { + "eslint": "^4.8.0", + "eslint-config-google": "^0.9.1" + }, + "scripts": { + "start": "node src/server.js" + } +} diff --git a/dana/src/analyse.js b/dana/src/analyse.js new file mode 100644 index 0000000000000000000000000000000000000000..321c36b81c5676d92e2f8e84626d95a7b736abbc --- /dev/null +++ b/dana/src/analyse.js @@ -0,0 +1,625 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; +/* eslint require-jsdoc: "off" */ +/* eslint-env es6 */ + +const global = { + debug: false, +}; + +function setDebug() { + global.debug = true; +} +// serie +// serie.samples -> set of { buildid:value } +// serie.analysis +// base -> start of buildId +// type -> other infos +// serie.description + +// +// Common functions +// + +// returns aRange of analysis (used by analysis) +function getARange(range) { + let aRange = { + up: 0, + upIsValue: true, + down: 0, + downIsValue: true, + }; + if (range != undefined) { + if (Object.prototype.toString.call(range) === '[object Array]') { + aRange.down = range[0] + ''; + if (aRange.down.indexOf('%') != -1) { + aRange.downIsValue = false; + aRange.down = aRange.down.substr(0, aRange.down.indexOf('%')); + } + aRange.down = aRange.down * 1; + + aRange.up = range[1] + ''; + if (aRange.up.indexOf('%') != -1) { + aRange.upIsValue = false; + aRange.up = aRange.up.substr(0, aRange.up.indexOf('%')); + } + aRange.up = aRange.up * 1; + } else { + aRange.down = range + ''; + if (aRange.down.indexOf('%') != -1) { + aRange.downIsValue = false; + aRange.down = aRange.down.substr(0, aRange.down.indexOf('%')); + } + aRange.up = aRange.down * 1; + aRange.upIsValue = aRange.downIsValue; + aRange.down = -aRange.up; + } + } + return aRange; +} + +// +// ANALYSIS +// +// Each analyse type provides a fn and is called by +// fn(serie, sortedBuildIds, indexStart, indexStop) +// serie has a valid samples and analyse +// sortedBuilds is ready to use +// range between indexStart and indexStop exist + +// +// Benchmark analysis +// +// analyse.test.propagate +// +// serie.analyseResult +// { +// isPassing +// lastPassing, +// failingSince, +// lastExecuted +// } +function testAnalyse(serie, sortedBuildIds, indexStart, indexStop) { + if (global.debug) { + console.log('testAnalyse -- ', serie, sortedBuildIds, indexStart, + indexStop); + } + let samples = serie.samples; + let analyse = serie.analyse; + + if (analyse.test.propagate) { + for (let cIndex = indexStart; cIndex <= indexStop; cIndex++) { + let s = samples[sortedBuildIds[cIndex]]; + if (!s) { + let lp; + if (cIndex > indexStart) lp = sortedBuildIds[cIndex - 1]; + serie.analyseResult = { + isPassing: false, + lastPassing: lp, + failingSince: sortedBuildIds[cIndex], + lastExecuted: sortedBuildIds[indexStop], + }; + return; + } + } + serie.analyseResult = { + isPassing: true, + lastPassing: sortedBuildIds[indexStop], + failingSince: undefined, + lastExecuted: sortedBuildIds[indexStop], + }; + return; + } + + // serie is passing + if (samples[sortedBuildIds[indexStop]]) { + serie.analyseResult = { + isPassing: true, + lastPassing: sortedBuildIds[indexStop], + failingSince: undefined, + lastExecuted: sortedBuildIds[indexStop], + }; + return; + } + + // serie is faling rewind to find last passing + for (let cIndex = indexStop; cIndex >= indexStart; cIndex--) { + let s = samples[sortedBuildIds[cIndex]]; + if (s) { + let fs; + if (cIndex < indexStop) fs = sortedBuildIds[cIndex + 1]; + serie.analyseResult = { + isPassing: false, + lastPassing: sortedBuildIds[cIndex], + failingSince: fs, + lastExecuted: sortedBuildIds[indexStop], + }; + return; + } + } + serie.analyseResult = { + isPassing: false, + lastPassing: undefined, + failingSince: sortedBuildIds[indexStart], + lastExecuted: sortedBuildIds[indexStop], + }; +} + +// +// Benchmark analysis +// +// analyse.benchmark.range +// analyse.benchmark.required +// analyse.benchmark.trend +function benchmarkAnalyse(serie, sortedBuildIds, indexStart, indexStop) { + if (global.debug) { + console.log('benchmarkAnalyse -- ', serie, sortedBuildIds, indexStart, + indexStop); + } + let samples = serie.samples; + let analyse = serie.analyse; + + let aRange = getARange(analyse.benchmark.range); + if (global.debug) { + console.log('benchmarkAnalyse -- aRange', aRange); + } + let startIndex; + let average; + let sum; + let numberSamples; + let firstIsDetected = false; + let theRegressions = []; + let cIndex; + for (cIndex = indexStart; cIndex <= indexStop; cIndex++) { + if (global.debug) { + console.log('benchmarkAnalyse', sortedBuildIds[cIndex], + samples[sortedBuildIds[cIndex]]); + } + if (!firstIsDetected) { + if (newAverageIsValid(cIndex)) { + if (global.debug) console.log('benchmarkAnalyse -- FIRST IS DETECTED'); + startIndex = cIndex; + sum = samples[sortedBuildIds[cIndex]]; + average = samples[sortedBuildIds[cIndex]]; + numberSamples = 1; + firstIsDetected = true; + } + continue; + } + let value = samples[sortedBuildIds[cIndex]]; + let diff = value - average; + let ratio = diff * 100 / average; + let breaks = false; + if (ratio > 0) { + if (aRange.upIsValue) { + if (diff > aRange.up) { + breaks = true; + } + } else { + if (ratio > aRange.up) { + breaks = true; + } + } + } + if (ratio < 0) { + if (aRange.downIsValue) { + if (diff < aRange.down) { + breaks = true; + } + } else + if (ratio < aRange.down) { + breaks = true; + } + } + if (breaks) { + if (newAverageIsValid(cIndex)) { + if (global.debug) { + console.log('benchmarkAnalyse --', + ' THIS IS A NEW VALID BREAK USE NEW ONE'); + } + if (global.debug) { + console.log('benchmarkAnalyse --', + ' CREATE A NEW AVERAGE from:', startIndex, 'length:', + (cIndex - startIndex), 'average:', average); + } + theRegressions.push({ + start: startIndex, + end: cIndex - 1, + length: cIndex - startIndex, + average: average.toFixed(2) * 1, + }); + sum = value; + average = value; + numberSamples = 1; + startIndex = cIndex; + } + } else { + sum += value; + numberSamples++; + average = sum / numberSamples; + } + } + if (!firstIsDetected) { + serie.analyseResult = { + summary: { + error: 'Unable to find first average', + lastBuildId: sortedBuildIds[indexStop], + }, + }; + return; + } + if (global.debug) { + console.log('benchmarkAnalyse -- EXIT CREATE A NEW AVERAGE from:', + startIndex, 'length:', (cIndex - startIndex), 'average:', average); + } + theRegressions.push({ + start: startIndex, + end: cIndex - 1, + length: cIndex - startIndex, + average: average.toFixed(2) * 1, + }); + + function newAverageIsValid(indexStart) { + if ((indexStart + analyse.benchmark.required) > sortedBuildIds.length) { + return false; + } + let average = samples[sortedBuildIds[indexStart]]; + let sum = samples[sortedBuildIds[indexStart]]; + let numberSamples = 1; + + for (let cIndex = 0; cIndex < analyse.benchmark.required; cIndex++) { + let value = samples[sortedBuildIds[cIndex + indexStart]]; + let diff = value - average; + let ratio = diff * 100 / average; + let breaks = false; + if (ratio > 0) { + if (aRange.upIsValue) { + if (diff > aRange.up) { + breaks = true; + } + } else { + if (ratio > aRange.up) { + breaks = true; + } + } + } + if (ratio < 0) { + if (aRange.downIsValue) { + if (diff < aRange.down) { + breaks = true; + } + } else + if (ratio < aRange.down) { + breaks = true; + } + } + if (breaks) { + if (global.debug) { + console.log('newAverageIsValid breaks', cIndex, ratio, diff); + } + return (false); + } + sum += value; + numberSamples++; + average = sum / numberSamples; + } + return true; + } + + if (global.debug) { + console.log('theRegressions', JSON.stringify(theRegressions, null, 4)); + } + + let first = undefined; + + for (let ii = 0; ii < theRegressions.length; ii++) { + let r = theRegressions[ii]; + if (r.length < analyse.benchmark.required) { + console.log('WARNING one length is below required', + JSON.stringify(serie, null, 4), + JSON.stringify(theRegressions, null, 4)); + } + if (first === undefined) { + if (r.length >= analyse.benchmark.required) { + first = ii; + r.ratio = 0; + r.diff = 0; + r.status = 'similar'; + } + } else { + let tdiff = r.average - theRegressions[first].average; + let tratio = tdiff * 100 / theRegressions[first].average; + r.ratio = tratio.toFixed(2) * 1; + r.diff = tdiff.toFixed(2) * 1; + + // if tratio is in range, ok + let outOfRange = false; + if (tratio > 0) { + if (aRange.upIsValue) { + if (tdiff > aRange.up) { + outOfRange = true; + } + } else + if (tratio > aRange.up) { + outOfRange = true; + } + } + if (tratio < 0) { + if (aRange.downIsValue) { + if (tdiff < aRange.down) { + outOfRange = true; + } + } else + if (tratio < aRange.down) { + outOfRange = true; + } + } + let status = 'similar'; + if (outOfRange) { + if (tratio > 0) { + if (analyse.benchmark.trend === 'higher') { + status = 'improvement'; + } else { + status = 'regression'; + } + } else { + if (analyse.benchmark.trend === 'smaller') { + status = 'improvement'; + } else { + status = 'regression'; + } + } + } + r.status = status; + } + } + + serie.analyseResult = { + details: { + analyse: analyse, + aRange: aRange, + indexStart: indexStart, + first: first, + }, + summary: { + lastBuildId: sortedBuildIds[indexStop], + status: theRegressions[theRegressions.length - 1].status, + current: { + average: theRegressions[theRegressions.length - 1].average, + ratio: theRegressions[theRegressions.length - 1].ratio, + diff: theRegressions[theRegressions.length - 1].diff, + }, + base: { + average: theRegressions[first].average, + }, + }, + averages: theRegressions, + }; + + let reduceBaseTo; + if (serie.analyseResult.summary.status === 'similar') { + if (serie.analyseResult.averages.length === 1) { + if (sortedBuildIds.length > indexStart + 50) { + reduceBaseTo = sortedBuildIds[sortedBuildIds.length - 50]; + } + } + } + serie.analyseResult.summary.reduceBaseTo = reduceBaseTo; + + if (global.debug) { + console.log('benchmarkAnalyse -- analyseResult', serie.analyseResult) + } +} + +function analyse(serie) { + if (global.debug) { + console.log('analyse -- ', serie); + } + if (serie.analyse === undefined) { + console.log('analyse -- ERROR serie.analyse not defined'); + return; + } + if (serie.samples == undefined) { + console.log('analyse -- ERROR no samples in serie'); + return; + } + + let samples = serie.samples; + let sortedBuildIds = Object.keys(samples); + for (let ii = 0; ii < sortedBuildIds.length; ii++) { + sortedBuildIds[ii] = sortedBuildIds[ii] * 1; + if (samples[sortedBuildIds[ii]] == undefined) { + console.log('analyse -- ERROR samples undefined', ii, sortedBuildIds[ii]); + return; + } + } + + sortedBuildIds.sort(function(a, b) { + return a * 1 - b * 1; + }); + + // default options + let indexStart = 0; + let indexStop = sortedBuildIds.length - 1; + + // adjust indexStart according to base + let analyse = serie.analyse; + if (analyse.base != undefined) { + if (global.debug) console.log('analyse.base found to', analyse.base, serie) + // set new indexStart + let youngerBuildId = sortedBuildIds[sortedBuildIds.length - 1] * 1; + let startBuildId; + startBuildId = analyse.base * 1; + if (startBuildId > youngerBuildId) { + console.log('analyse -- - ERROR - startBuildId > youngerBuildId'); + return; + } + for (let ii = 0; ii < sortedBuildIds.length; ii++) { + if (sortedBuildIds[ii] * 1 >= startBuildId * 1) { + indexStart = ii; + break; + } + } + } + + if (indexStop < indexStart) { + console.log('analyse -- - ERROR -- indexStop < indexStart'); + return; + } + + if (analyse.benchmark) { + benchmarkAnalyse(serie, sortedBuildIds, indexStart, indexStop); + } + if (analyse.test) { + testAnalyse(serie, sortedBuildIds, indexStart, indexStop); + } +} + +// cp.useBuildId -- optional +// cp.useAverage -- optional +function benchmarkCompare(cp, serie, cpSerie) { + let value; + let cpValue; + + if (cp.useAverage) { + if (serie.analyseResult) { + if (serie.analyseResult.summary) { + if (!serie.analyseResult.summary.error) { + value = serie.analyseResult.summary.current.average; + } + } + } + } else { + value = serie.samples[serie.lastBuildId]; + } + if (value === undefined) { + return undefined; + } + + if (cp.compareWith.useAverage) { + if (cpSerie.analyseResult) { + if (cpSerie.analyseResult.summary) { + if (!cpSerie.analyseResult.summary.error) { + if (cp.compareWith.useBuildId) { + // find in wich average is located the BuildId + // and use its valueinfo + let samples = serie.samples; + let sortedBuildIds = Object.keys(samples); + for (let ii = 0; ii < sortedBuildIds.length; ii++) { + sortedBuildIds[ii] = sortedBuildIds[ii] * 1; + if (samples[sortedBuildIds[ii]] == undefined) { + console.log('analyse -- ERROR samples undefined', ii, sortedBuildIds[ii]); + return; + } + } + sortedBuildIds.sort(function(a, b) { + return a * 1 - b * 1; + }); + + let myIndex; + for (let ii = 0; ii < sortedBuildIds.length; ii++) { + if (sortedBuildIds[ii] === cp.compareWith.useBuildId * 1) { + myIndex = ii; + break; + } + } + if (myIndex !== undefined) { + for (let ii = 0; ii < sortedBuildIds.length; ii++) { + if (myIndex <= cpSerie.analyseResult.averages[ii].end) { + cpValue = cpSerie.analyseResult.averages[ii].average; + break; + } + } + } + } else { + cpValue = cpSerie.analyseResult.summary.current.average; + } + } + } + } + } else { + if (cp.compareWith.useBuildId) { + cpValue = cpSerie.samples[cp.compareWith.useBuildId]; + } else { + cpValue = cpSerie.samples[cpSerie.lastBuildId]; + } + } + + if (cpValue === undefined) { + return undefined; + } + + if (serie.analyse === undefined) return undefined; + let analyse = serie.analyse; + + if (analyse.benchmark) { + let aRange = getARange(analyse.benchmark.range); + let diff = value - cpValue; + let ratio = diff * 100 / cpValue; + + // if ratio is in range, ok + let outOfRange = false; + if (ratio > 0) { + if (aRange.upIsValue) { + if (diff > aRange.up) { + outOfRange = true; + } + } else + if (ratio > aRange.up) { + outOfRange = true; + } + } + if (ratio < 0) { + if (aRange.downIsValue) { + if (diff < aRange.down) { + outOfRange = true; + } + } else + if (ratio < aRange.down) { + outOfRange = true; + } + } + let status = 'similar'; + if (outOfRange) { + if (ratio > 0) { + if (analyse.benchmark.trend === 'higher') { + status = 'better'; + } else { + status = 'lower'; + } + } else { + if (analyse.benchmark.trend === 'smaller') { + status = 'better'; + } else { + status = 'lower'; + } + } + } + + return ({ + status: status, + diff: diff.toFixed(2) * 1, + myValue: value, + compareValue: cpValue, + }); + } +} + +module.exports.analyse = analyse; +module.exports.setDebug = setDebug; +module.exports.benchmarkCompare = benchmarkCompare; diff --git a/dana/src/analyseTest.js b/dana/src/analyseTest.js new file mode 100644 index 0000000000000000000000000000000000000000..6a2ab88afbc161a0df23017ab4ff09db51b76d85 --- /dev/null +++ b/dana/src/analyseTest.js @@ -0,0 +1,47 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; +/* eslint require-jsdoc: 'off' */ +/* eslint-env es6 */ +const a = require('./analyse'); + +const serie1 = { + 'samples': { + '287': 300, + '289': 300, + '290': 200, + '299': 250, + '309': 400, + '316': 400, + }, + 'analyse': { + 'benchmark': { + range: '5%', + required: 2, + trend: 'higher', + }, + }, +}; + +let s = serie1; +a.setDebug(); +a.analyse(s); +console.log(JSON.stringify(s, null, 4)); +console.dir(s, { + depth: null, + colors: true, +}); diff --git a/dana/src/files.js b/dana/src/files.js new file mode 100644 index 0000000000000000000000000000000000000000..a72fae174619582940a5f11e5bbcbc66bacd9b0a --- /dev/null +++ b/dana/src/files.js @@ -0,0 +1,176 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +// Private +var fs = require('fs'); +var debug = false; + +function getFileName(id, sizeCut) { + if (debug) console.log('getFileName', id) + var a = []; + for (var i = 0; i < id.length; i += sizeCut) + a.push(id.substring(i, i + sizeCut)); + return a; +} + +//Public +module.exports = dbFile; +module.exports.deleteFolderRecursive = deleteFolderRecursive; + +function dbFile(d, cut) { + if (debug) console.log('new dbFile', d); + if (d === undefined) { + console.error('Files - Missing directory to setup db'); + return; + } + this.rootDir = d; + this.sizeCut = 4; + if (cut !== undefined) this.sizeCut = cut; + if (!fs.existsSync(d)) + fs.mkdirSync(d); + return null; +} + +dbFile.prototype.existsSync = function existsSync(id) { + if (debug) console.log('existsSync', id) + var n = getFileName(id, this.sizeCut); + var d = this.rootDir; + for (var i in n) { + d += '/' + n[i]; + if (i == (n.length - 1)) d += '.json'; + } + if (debug) console.log('existsSync checking', d) + if (!fs.existsSync(d)) return false; + return true; +} + +dbFile.prototype.readSync = function readSync(id) { + if (debug) console.log('readSync', id) + var n = getFileName(id, this.sizeCut); + var d = this.rootDir; + for (var i in n) { + d += '/' + n[i]; + if (i == (n.length - 1)) d += '.json'; + } + if (debug) console.log('readSync checking', d) + if (!fs.existsSync(d)) + return undefined; + return JSON.parse(fs.readFileSync(d)); +} + +dbFile.prototype.getReadStream = function getReadStream(id) { + if (debug) console.log('getReadStream', id) + var n = getFileName(id, this.sizeCut); + var d = this.rootDir; + for (var i in n) { + d += '/' + n[i]; + if (i == (n.length - 1)) d += '.json'; + } + if (debug) console.log('getReadStream checking', d) + return fs.createReadStream(d); +} + +dbFile.prototype.writeSync = function writeSync(id, o) { + if (debug) console.log('writeSync', id) + var n = getFileName(id, this.sizeCut); + var d = this.rootDir; + for (var i in n) { + d += '/' + n[i]; + if (i == (n.length - 1)) d += '.json'; + else + if (!fs.existsSync(d)) { + if (debug) console.log('writeSync create dir', d) + fs.mkdirSync(d); + } + } + if (debug) console.log('writeSync create file', d) + fs.writeFileSync(d, JSON.stringify(o)); +} + +dbFile.prototype.deleteSync = function deleteSync(id) { + if (debug) console.log('deleteSync', id) + var n = getFileName(id, this.sizeCut); + var rdir = this.rootDir; + var pdir = this.rootDir; + + function recurseDelete(index) { + var d = rdir; + var p = pdir; + for (var i = 0; i < index; i++) { + d += '/' + n[i]; + if (i == (n.length - 1)) d += '.json'; + else p += '/' + n[i]; + } + if (index === n.length) { + if (debug) console.log('deleting file', d) + fs.unlinkSync(d); + recurseDelete(index - 1); + } else { + if (index === 0) return; + var f = fs.readdirSync(p); + if (debug) console.log('content of', p, f); + if (f.length === 0) { + if (debug) console.log('deleting dir', p) + fs.rmdirSync(p); + recurseDelete(index - 1); + } + } + } + recurseDelete(n.length); +} + +function deleteFolderRecursive(path) { + if (fs.existsSync(path)) { + fs.readdirSync(path).forEach(function(file, index) { + var curPath = path + "/" + file; + if (fs.lstatSync(curPath).isDirectory()) { // recurse + deleteFolderRecursive(curPath); + } else { // delete file + fs.unlinkSync(curPath); + } + }); + fs.rmdirSync(path); + } +}; + +dbFile.prototype.deleteSyncAll = function deleteSyncAll() { + deleteFolderRecursive(this.rootDir); +} + +dbFile.prototype.getIds = function getIds() { + if (debug) console.log('getIds') + var ids = []; + + function find(dir, id) { + var files = fs.readdirSync(dir); + for (var i in files) { + if (debug) console.log('getIds', 'Looking to', dir, id, files[i]) + if (fs.existsSync(dir + '/' + files[i])) { + var name = dir + '/' + files[i]; + var nid = id + files[i]; + if (fs.existsSync(name)) { + if (fs.statSync(name).isDirectory()) { + find(name, nid); + } else { + ids.push(nid.substring(0, nid.length - 5)); + } + } + } + } + } + find(this.rootDir, ''); + return ids; +} diff --git a/dana/src/htmlBuilder.js b/dana/src/htmlBuilder.js new file mode 100644 index 0000000000000000000000000000000000000000..6c86fc823ed4aa45edb7a5b40c674703081caa7c --- /dev/null +++ b/dana/src/htmlBuilder.js @@ -0,0 +1,125 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var body; + +function bodyReset() { + body = ''; +} + +function bodyH1(txt) { + body += '

' + + txt + '

'; +} + +function bodyH2(txt) { + body += '

' + + txt + '

'; +} + +function bodyH3(txt) { + body += '

' + + txt + '

'; +} + +function bodyH4(txt) { + body += '

' + + txt + '

'; +} + +function bodyPar(txt) { + body += '

' + + txt + '

'; +} + +function bodyAdd(txt) { + body += txt; +} +var bodyTableBodyAdded = false; + +function bodyTableStart(width) { + bodyTableBodyAdded = false; + if (width) { + body += ''; + } else + body += '
'; +} + +function bodyTableTh(tth) { + body += ''; + for (var ii = 0; ii < tth.length; ii++) + body += ''; + body += ''; +} + +function bodyTableTd(ttd) { + if (!bodyTableBodyAdded) body += ''; + body += ''; + for (var ii = 0; ii < ttd.length; ii++) + body += ''; + body += ''; +} + +function bodyTableTdStyle(ttd, style) { + if (!bodyTableBodyAdded) body += ''; + body += ''; + for (var ii = 0; ii < ttd.length; ii++) + body += ''; + body += ''; +} + +function bodyTableTdStyleProp(ttd) { + if (!bodyTableBodyAdded) body += ''; + body += ''; + for (var ii = 0; ii < ttd.length; ii++) + if (ttd[ii].style === undefined) + body += ''; + else + body += ''; + body += ''; +} + +function bodyTableEnd() { + body += '
' + tth[ii] + '
' + ttd[ii] + '
' + + ttd[ii] + '
' + ttd[ii].txt + ' ' + ttd[ii].txt + '
'; +} + +function bodyGet() { + return body; +} + +module.exports.bodyReset = bodyReset; +module.exports.bodyH1 = bodyH1; +module.exports.bodyH2 = bodyH2; +module.exports.bodyH3 = bodyH3; +module.exports.bodyH4 = bodyH4; +module.exports.bodyPar = bodyPar; +module.exports.bodyAdd = bodyAdd; +module.exports.bodyTableStart = bodyTableStart; +module.exports.bodyTableTh = bodyTableTh; +module.exports.bodyTableTd = bodyTableTd; +module.exports.bodyTableTdStyle = bodyTableTdStyle; +module.exports.bodyTableTdStyleProp = bodyTableTdStyleProp; +module.exports.bodyTableEnd = bodyTableEnd; +module.exports.bodyGet = bodyGet; diff --git a/dana/src/logger.js b/dana/src/logger.js new file mode 100644 index 0000000000000000000000000000000000000000..0958bae8306d752c9a07340101f1d2d22d6f2fbd --- /dev/null +++ b/dana/src/logger.js @@ -0,0 +1,74 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +// LOGs +var log4js; +var logger; + +module.exports.createLogger = function(type, filelog, level) { + if (logger === undefined) { + if (type === 'console') { + log4js = require('log4js'); + log4js.configure({ + appenders: [{ + type: 'console' + }, { + type: 'file', + filename: filelog, + maxLogSize: 1024 * 1024 * 10, + backups: 10, + category: 'server' + }] + }); + logger = log4js.getLogger('server'); + } + if (type === 'noconsole') { + log4js = require('log4js'); + log4js.configure({ + appenders: [{ + type: 'file', + filename: filelog, + maxLogSize: 1024 * 1024 * 10, + backups: 10, + category: 'server' + }] + }); + logger = log4js.getLogger('server'); + } + logger.setLevel(level); + } + return logger; +}; + +module.exports.getLogger = function() { + return logger; +}; + +module.exports.getLog4Js = function() { + return log4js; +}; + +/* +logger.trace('Trace.'); +logger.debug('Debug.'); +logger.info('Info.'); +logger.warn('Warn.'); +logger.error('Error.'); +logger.fatal('Fatal.'); +*/ diff --git a/dana/src/searchSeries.js b/dana/src/searchSeries.js new file mode 100644 index 0000000000000000000000000000000000000000..6fa7f19b6d67a8c554daa3d6e49739da50a73dbc --- /dev/null +++ b/dana/src/searchSeries.js @@ -0,0 +1,62 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; +/* eslint require-jsdoc: "off" */ +/* eslint-env es6 */ + +const projectId = process.argv[2]; +if (!projectId) { + console.log('Missing projectId to search'); + return; +} + +const keyword = process.argv[3]; +if (!keyword) { + console.log('Missing keyword to search'); + return; +} + +const cwd = process.cwd(); +const moduleFiles = require(cwd + '/dana/files'); + +const finfos = new moduleFiles(cwd + '/configs/db/' + projectId + '/infos', 200); +if (finfos.existsSync('benchmarks.series')) { + const benchmarks = finfos.readSync('benchmarks.series'); + const k = Object.keys(benchmarks); + const r = []; + let ii; + + for (ii in k) { + if (k[ii].indexOf(keyword + '.') !== -1) { + let s = k[ii].replace(keyword + '.', ''); + r.push({ + "id": s, + "average": benchmarks[k[ii]].status.current.average + }); + } + } + r.sort(function(a, b) { + return b.average * 1 - a.average * 1 + }); + const rr = []; + for (ii in r) rr.push({ + id: r[ii].id, + name: r[ii].id + }) + console.log(JSON.stringify(rr, null, 4)) +} else + console.log('No series to load...'); diff --git a/dana/src/sendMail.js b/dana/src/sendMail.js new file mode 100644 index 0000000000000000000000000000000000000000..6e921fccb00d4f6d8f7e4a4de230ff820affbefe --- /dev/null +++ b/dana/src/sendMail.js @@ -0,0 +1,105 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +"use strict"; +/* eslint require-jsdoc: "off" */ + +var fs = require('fs'); +var GoogleAuth = require('google-auth-library'); +var google = require('googleapis'); +var moduleBtoa = require('btoa'); + +var cwd = process.cwd(); + +function getOAuth2Client(cb) { + // Load client secrets + fs.readFile(cwd + '/configs/client_secret.json', function(err, data) { + if (err) { + return cb(err); + } + var credentials = JSON.parse(data); + var clientSecret = credentials.installed.client_secret; + var clientId = credentials.installed.client_id; + var redirectUrl = credentials.installed.redirect_uris[0]; + var auth = new GoogleAuth(); + var oauth2Client = new auth.OAuth2(clientId, clientSecret, redirectUrl); + + // Load credentials + fs.readFile(cwd + '/configs/gmail-credentials.json', function(err, token) { + if (err) { + return cb(err); + } + oauth2Client.credentials = JSON.parse(token); + return cb(null, oauth2Client); + }); + }); +} + +function doSendMail(auth, to, cc, subject, userbody, cb) { + var gmailClass = google.gmail('v1'); + + var email = ''; + email += 'To:' + to + '\r\n'; + if (cc !== undefined) + email += 'Cc:' + cc + '\r\n'; + + email += 'Subject:' + subject + '\r\n'; + email += 'Content-type:text/html;charset=utf-8\r\n'; + + email = email + '\r\n' + userbody; + + var btoa = new Buffer(email).toString('base64'); + btoa = btoa.replace(/\+/g, '-').replace(/\//g, '_'); + + gmailClass.users.messages.send({ + auth: auth, + userId: 'me', + resource: { + raw: btoa + } + }, cb); +} + +function sendMail(to, cc, subject, userbody) { + if (to === undefined) { + console.log('sendMail -- missing to'); + return; + } + if (subject === undefined) { + console.log('sendMail -- missing subject'); + return; + } + if (userbody === undefined) { + console.log('sendMail -- missing body'); + return; + } + getOAuth2Client(function(err, oauth2Client) { + if (err) { + console.log('err:', err); + } else { + doSendMail(oauth2Client, to, cc, subject, userbody, + function(err, results) { + if (err) { + console.log('err:', err); + } else { + console.log(results); + } + }); + } + }); +} + +module.exports.sendMail = sendMail; diff --git a/dana/src/server.js b/dana/src/server.js new file mode 100644 index 0000000000000000000000000000000000000000..66b83e28e9c2ad31c4b44a37e943b27c81b04ea0 --- /dev/null +++ b/dana/src/server.js @@ -0,0 +1,2546 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; +/* eslint require-jsdoc: "off" */ +/* eslint-env es6 */ + +const cwd = process.cwd(); +const fs = require('fs'); +const moduleAnalyse = require(cwd + '/src/analyse'); +const moduleHtmlBuilder = require(cwd + '/src/htmlBuilder'); +const moduleSendMail = require(cwd + '/src/sendMail'); + +function snapshotAtMidnight() { + let now = new Date(); + let night = new Date( + now.getFullYear(), + now.getMonth(), + now.getDate() + 1, // the next day, ... + 0, 0, 0 // ...at 00:00:00 hours + ); + let msToMidnight = night.getTime() - now.getTime(); + setTimeout(function() { + periodicSnapshot(); + snapshotAtMidnight(); + }, msToMidnight); +} + +function periodicSnapshot() { + let k = Object.keys(global.projects); + for (let ii = 0; ii < k.length; ii++) { + createSnapshotProjectId(k[ii]); + sendDailyReport(k[ii]); + } +} + +function createSnapshotProjectId(projectId) { + let nowTime = new Date().getTime(); + + if (global.projects[projectId].infos.existsSync('tests.series')) { + let tests = global.projects[projectId].infos.readSync('tests.series'); + let res = { + numTests: 0, + numTestsPassing: 0, + numTestsFailing: 0, + time: nowTime, + }; + + let k = Object.keys(tests); + if (k.length !== 0) { + res.numTests += k.length; + for (let ii = 0; ii < k.length; ii++) { + let s = tests[k[ii]]; + if (s.status.isPassing) { + res.numTestsPassing++; + } else { + res.numTestsFailing++; + } + } + let statusSeries = {}; + if (global.projects[projectId].infos.existsSync('tests.statusSeries')) { + statusSeries = global.projects[projectId].infos + .readSync('tests.statusSeries'); + } + let id = Object.keys(statusSeries).length; + statusSeries[id] = res; + global.projects[projectId].infos + .writeSync('tests.statusSeries', statusSeries); + } + } + + if (global.projects[projectId].infos.existsSync('benchmarks.series')) { + let benchmarks = global.projects[projectId].infos + .readSync('benchmarks.series'); + let res = { + numSeries: 0, + numSeriesSimilar: 0, + numSeriesImproved: 0, + numSeriesRegression: 0, + numSeriesUndefined: 0, + time: nowTime, + }; + let k = Object.keys(benchmarks); + res.numSeries = k.length; + if (k.length !== 0) { + for (let ii = 0; ii < k.length; ii++) { + let s = benchmarks[k[ii]]; + if (s.status.error) { + res.numSeriesUndefined++; + } else { + if (s.status.status.indexOf('similar') !== -1) { + res.numSeriesSimilar++; + } + if (s.status.status.indexOf('regression') !== -1) { + res.numSeriesRegression++; + } + if (s.status.status.indexOf('improvement') !== -1) { + res.numSeriesImproved++; + } + } + } + let statusSeries = {}; + if (global.projects[projectId].infos + .existsSync('benchmarks.statusSeries')) { + statusSeries = global.projects[projectId].infos + .readSync('benchmarks.statusSeries'); + } + let id = Object.keys(statusSeries).length; + statusSeries[id] = res; + global.projects[projectId].infos + .writeSync('benchmarks.statusSeries', statusSeries); + } + } + + let k = Object.keys(global.comparesConfig); + for (let ii = 0; ii < k.length; ii++) { + let compareId = k[ii]; + if (global.projects[projectId].infos + .existsSync('benchmarks.compare_' + compareId)) { + let compare; + compare = global.projects[projectId].infos + .readSync('benchmarks.compare_' + compareId); + let res = { + numSeries: 0, + numSeriesBetter: 0, + numSeriesLower: 0, + numSeriesSimilar: 0, + time: nowTime, + }; + + let kk = Object.keys(compare); + res.numSeries = kk.length; + for (let jj = 0; jj < kk.length; jj++) { + let s = compare[kk[jj]]; + if (s.result.status.indexOf('better') !== -1) { + res.numSeriesBetter++; + } + if (s.result.status.indexOf('lower') !== -1) { + res.numSeriesLower++; + } + if (s.result.status.indexOf('similar') !== -1) { + res.numSeriesSimilar++; + } + } + let statusCompares = {}; + if (global.projects[projectId].infos + .existsSync('benchmarks.statusCompare_' + compareId)) { + statusCompares = global.projects[projectId].infos + .readSync('benchmarks.statusCompare_' + compareId); + }; + let id = Object.keys(statusCompares).length; + statusCompares[id] = res; + global.projects[projectId].infos + .writeSync('benchmarks.statusCompare_' + compareId, statusCompares); + } + } +} + +function sendDailyReport(projectId) { + + var danaUrl = + 'http://' + global.config.server.ip + ':' + + global.config.server.port; + + moduleHtmlBuilder.bodyReset(); + + moduleHtmlBuilder.bodyTableStart(); + + moduleHtmlBuilder.bodyTableTd([ + 'Project Id', + '' + projectId + '' + ]); + moduleHtmlBuilder.bodyTableTd([ + 'Project description', + '' + global.projectsConfig[projectId].description + '' + ]); + + moduleHtmlBuilder.bodyTableEnd(); + + let numTestsNew = 0; + if (global.projects[projectId].infos.existsSync('tests.series')) { + let tests = global.projects[projectId].infos.readSync('tests.series'); + let k = Object.keys(tests); + if (k.length !== 0) { + let first = true; + moduleHtmlBuilder.bodyH4('New failing tests to triage'); + for (let ii = 0; ii < k.length; ii++) { + let s = tests[k[ii]]; + // convert an existing database + let st = s.state; + // convert an existing database + if (st === 'new') st = 'failingNeedstriage'; + + if (s.new === undefined) + continue; + delete s.new; + + if (st === 'failingNeedstriage') { + if (first) { + moduleHtmlBuilder.bodyTableStart(); + moduleHtmlBuilder.bodyTableTh(['Id', 'Last Passing', 'Failing Since', 'Last Executed', '']); + first = false; + } + numTestsNew++; + moduleHtmlBuilder.bodyTableTd([ + k[ii], + s.status.lastPassing, + s.status.failingSince, + s.status.lastExecuted, + 'View' + ]); + } + } + if (!first) + moduleHtmlBuilder.bodyTableEnd(); + else + moduleHtmlBuilder.bodyPar('None'); + global.projects[projectId].infos.writeSync('tests.series', tests); + } + } + + var dataBenchmarksNew = []; + if (global.projects[projectId].infos.existsSync('benchmarks.series')) { + let benchmarks = global.projects[projectId].infos + .readSync('benchmarks.series'); + let k = Object.keys(benchmarks); + if (k.length !== 0) { + for (let ii = 0; ii < k.length; ii++) { + let s = benchmarks[k[ii]]; + if (s.new === undefined) + continue; + delete s.new; + let st = s.state; + // convert an existing database + if (st === 'new') st = 'regressionNeedstriage'; + if (st !== 'regressionNeedstriage') continue; + + dataBenchmarksNew.push({ + serieId: k[ii], + ratio: benchmarks[k[ii]].status.current.ratio * 1 + }); + } + global.projects[projectId].infos.writeSync('benchmarks.series', benchmarks) + dataBenchmarksNew.sort(function(a, b) { + return a.ratio - b.ratio; + }); + moduleHtmlBuilder.bodyH4('New benchmark regressions to triage'); + if (dataBenchmarksNew.length !== 0) { + moduleHtmlBuilder.bodyTableStart(); + moduleHtmlBuilder.bodyTableTh(['Id', 'BuildId', 'Base', 'Current', 'Ratio', '']); + for (let ii = 0; ii < dataBenchmarksNew.length; ii++) { + let s = benchmarks[dataBenchmarksNew[ii].serieId]; + moduleHtmlBuilder.bodyTableTd([ + dataBenchmarksNew[ii].serieId, + s.status.lastBuildId, + s.status.base.average * 1, + s.status.current.average * 1, + s.status.current.ratio * 1, + 'View' + ]); + } + moduleHtmlBuilder.bodyTableEnd(); + } else + moduleHtmlBuilder.bodyPar('None'); + } + } + + let numBenchmarksComparesNew = 0; + let k = Object.keys(global.comparesConfig); + for (let ii = 0; ii < k.length; ii++) { + let compareId = k[ii]; + if (global.projects[projectId].infos + .existsSync('benchmarks.compare_' + compareId)) { + let compare; + compare = global.projects[projectId].infos + .readSync('benchmarks.compare_' + compareId); + var dataCompareNew = []; + let kk = Object.keys(compare); + for (let jj = 0; jj < kk.length; jj++) { + let s = compare[kk[jj]]; + if (s.new === undefined) + continue; + delete s.new; + + let st = s.state; + // convert an existing database + if (st === 'new') st = 'lowerNeedstriage'; + if (st !== 'lowerNeedstriage') continue; + let p = s.result.diff / s.result.compareValue * 100; + dataCompareNew.push({ + serieId: kk[jj], + p: p + }) + } + global.projects[projectId].infos + .writeSync('benchmarks.compare_' + compareId, compare) + numBenchmarksComparesNew += dataCompareNew.length; + dataCompareNew.sort(function(a, b) { + return a.p - b.p; + }); + moduleHtmlBuilder.bodyH4('New lower comparison for ' + compareId); + if (dataCompareNew.length !== 0) { + moduleHtmlBuilder.bodyTableStart(); + moduleHtmlBuilder.bodyTableTh(['Id', 'My value', 'Compare value', 'Ratio', '']); + for (let jj = 0; jj < dataCompareNew.length; jj++) { + let s = compare[dataCompareNew[jj].serieId]; + let ratio; + let p = dataCompareNew[jj].p; + if (s.result.diff == 0) + ratio = '0%'; + if (s.result.diff > 0) + ratio = '+' + p.toFixed(2) + '%'; + if (s.result.diff < 0) + ratio = p.toFixed(2) + '%'; + moduleHtmlBuilder.bodyTableTd([ + dataCompareNew[jj].serieId, + s.result.myValue * 1, + s.result.compareValue * 1, + ratio, + 'View' + ]); + } + moduleHtmlBuilder.bodyTableEnd(); + } else + moduleHtmlBuilder.bodyPar('None'); + } + } + + moduleHtmlBuilder.bodyPar('-- Your Dana dashboard '); + + let report = moduleHtmlBuilder.bodyGet(); + + let date = new Date(); + let subject = projectId + ' on ' + date.toLocaleString(); + if (numTestsNew !== 0) { + if (numTestsNew === 1) { + subject += ' - ' + numTestsNew + ' New test' + } else { + subject += ' - ' + numTestsNew + ' New tests' + } + } + if (dataBenchmarksNew.length !== 0) { + if (dataBenchmarksNew.length === 1) { + subject += ' - 1 New regression' + } else { + subject += ' - ' + dataBenchmarksNew.length + ' New regressions' + } + } + if (numBenchmarksComparesNew !== 0) { + if (numBenchmarksComparesNew === 1) { + subject += ' - ' + numBenchmarksComparesNew + ' New lower' + } else { + subject += ' - ' + numBenchmarksComparesNew + ' New lowers' + } + } + //sendMail.sendMail(global.projectsConfig[projectId].users, '', subject, report); + + if (global.emailIsEnabled) + moduleSendMail.sendMail('gcabillic@google.com', '', subject, report); + + if (!fs.existsSync(cwd + '/www/public/dailyReports')) { + fs.mkdirSync(cwd + '/www/public/dailyReports'); + } + + fs.writeFileSync(cwd + '/www/public/dailyReports/' + projectId + '.html', '

' + subject + '

') + fs.appendFileSync(cwd + '/www/public/dailyReports/' + projectId + '.html', report) +} + +/** + * Add a build to a project. + * @param {object} apiData, object containing the build. + * @param {function} hdl handler called at the end of the function. + * @return {void}. + */ +function apiAddBuild(apiData, hdl) { + let projectId; + let build; + if (apiData.projectId === undefined) { + return hdl('Invalid data, projectId is missing'); + } + projectId = apiData.projectId; + if (global.projects[projectId] === undefined) { + return hdl('Invalid data, projectId does not exist'); + } + if (apiData.build === undefined) { + return hdl('Invalid data, build is missing'); + } + build = apiData.build; + if (build.buildId === undefined) { + return hdl('Invalid data, build.buildId is missing'); + } + if (build.infos === undefined) { + return hdl('Invalid data, build.infos is missing'); + } + if (build.infos.hash === undefined) { + return hdl('Invalid data, build.infos.hash is missing'); + } + if (build.infos.abbrevHash === undefined) { + return hdl('Invalid data, build.infos.abbrevHash is missing'); + } + if (build.infos.authorName === undefined) { + return hdl('Invalid data, build.infos.authorName is missing'); + } + if (build.infos.authorEmail === undefined) { + return hdl('Invalid data, build.infos.authorEmail is missing'); + } + if (build.infos.subject === undefined) { + return hdl('Invalid data, build.infos.subject is missing'); + } + if (build.infos.url === undefined) { + return hdl('Invalid data, build.infos.url is missing'); + } + + let builds = {}; + if (global.projects[projectId].infos.existsSync('builds')) { + builds = global.projects[projectId].infos.readSync('builds'); + } + + if ((builds[build.buildId]) && (apiData.override !== true)) { + return hdl('build.buildId already exist, use override flag to override content.'); + } + + builds[build.buildId] = build; + global.projects[projectId].infos.writeSync('builds', builds); + return hdl(); +} + +/** + * Add a serie to a project and serie. + * @param {object} apiData, object containing the serie. + * @param {function} hdl handler called at the end of the function. + * @return {void}. + */ +function apiAddSerie(apiData, hdl) { + let projectId; + let serieId; + let analyse; + if (apiData.projectId === undefined) { + return hdl('Invalid data, projectId is missing'); + } + projectId = apiData.projectId; + if (global.projects[projectId] === undefined) { + return hdl('Invalid data, projectId does not exist'); + } + if (global.projects[projectId].series === undefined) { + return hdl('Dana Error, projectId.series does not exist'); + } + if (apiData.serieId === undefined) { + return hdl('Invalid data, serieId is missing'); + } + serieId = apiData.serieId; + + // analyse + if (apiData.analyse === undefined) { + return hdl('Invalid data, analyse is missing'); + } + analyse = apiData.analyse; + if ((!analyse.benchmark) && (!analyse.test)) { + return hdl('Invalid data, invalid analyse'); + } + + // load serie if exist + let newSerie = true; + let serie = {}; + if (global.projects[projectId].series.existsSync(serieId)) { + serie = global.projects[projectId].series.readSync(serieId); + newSerie = false; + } + serie.projectId = projectId; + + if ((!newSerie) && (apiData.override !== true)) { + return hdl('Serie serieId already exist, use override flag to override content.'); + } + + // optional apiData.description + if (apiData.description) { + serie.description = apiData.description; + } + + // optional apiData.infos + if (apiData.infos) { + serie.infos = apiData.infos; + } + + // Override serie.analyse data using the API call payload. + // This is done per field to avoid discarding existing data if not supplied + // in the payload. + if (serie.analyse === undefined) { + serie.analyse = {} + } + if (analyse.base) { + serie.analyse.base = analyse.base; + } + if (analyse.benchmark) { + serie.analyse.benchmark = analyse.benchmark; + } + if (analyse.test) { + serie.analyse.test = analyse.test; + } + + if (serie.assignee === undefined) { + serie.assignee = {}; + } + + if (global.debug) console.log('apiAddSerie update', serieId, 'to', serie) + + global.projects[projectId].series.writeSync(serieId, serie); + + let gs = { + numSamples: 0, + numSeries: 1, + projects: {}, + }; + if (global.admin.existsSync('globalStats')) { + gs = global.admin.readSync('globalStats'); + if (newSerie) { + gs.numSeries++; + } + } + + if (gs.projects[projectId] === undefined) { + gs.projects[projectId] = { + numSamples: 0, + numSeries: 1, + }; + } else { + if (newSerie) { + gs.projects[projectId].numSeries++; + } + } + global.admin.writeSync('globalStats', gs); + + return hdl(); +} + +/** + * Add a sample to a project and serie. + * @param {object} apiData, object containing the sample. + * @param {function} hdl handler called at the end of the function. + * @return {void}. + */ +function apiAddSample(apiData, hdl) { + let projectId; + let serieId; + let samples; + let analyse; + if (apiData.projectId === undefined) { + return hdl('Invalid data, projectId is missing'); + } + projectId = apiData.projectId; + if (global.projects[projectId] === undefined) { + return hdl('Invalid data, projectId does not exist'); + } + if (global.projects[projectId].series === undefined) { + return hdl('Dana Error, projectId.series does not exist'); + } + if (apiData.serieId === undefined) { + return hdl('Invalid data, serieId is missing'); + } + serieId = apiData.serieId; + + if ((apiData.sample === undefined) && (apiData.samples === undefined)) { + return hdl('Invalid data, sample or samples is missing'); + } + if (apiData.sample) { + if (apiData.samples) { + return hdl('Invalid data, sample and samples are both defined'); + } + apiData.samples = [apiData.sample] + } + samples = apiData.samples; + + // check buildId exist + let builds; + if (global.projects[projectId].infos.existsSync('builds')) { + builds = global.projects[projectId].infos.readSync('builds'); + } else { + return hdl('Invalid data - no builds in project'); + } + + // load serie if exist + let serie = {}; + if (global.projects[projectId].series.existsSync(serieId)) { + serie = global.projects[projectId].series.readSync(serieId); + if (serie === undefined) { + return hdl('Invalid data - serieId doesnt exist in project'); + } + } else { + return hdl('Invalid data - no series in project'); + } + + for (let ii = 0; ii < samples.length; ii++) { + let sample = samples[ii]; + + if (sample.buildId === undefined) { + return hdl('Invalid data, sample.buildId is missing'); + } + if (builds[sample.buildId] === undefined) { + return hdl('Invalid data - sample.buildId doesnt exist in project'); + } + if (sample.value === undefined) { + return hdl('Invalid data, sample.value is missing'); + } + if (serie.samples !== undefined) { + if ((serie.samples[sample.buildId]) && (apiData.override !== true)) { + return hdl('Sample already exist, use override flag to override content.'); + } + } + + if (serie.analyse.benchmark) { + if (typeof(sample.value) !== 'number') { + return hdl('Invalid data - sample.value is not a number'); + } + if (sample.value === 0) { + return hdl('Invalid data - sample.value is zero'); + } + // + // Serie analysis for benchmark + // + sample.value = sample.value.toFixed(2) * 1; + + if (serie.samples === undefined) serie.samples = {}; + serie.samples[sample.buildId] = sample.value; + } + + if (serie.analyse.test) { + if ((sample.value !== false) && (sample.value !== true)) { + return hdl('Invalid data - sample.value is not a boolean'); + } + + if (serie.samples === undefined) serie.samples = {}; + if ((serie.samples[sample.buildId]) && (apiData.override !== true)) { + return hdl('Sample already exist, use override flag to override content.'); + } + + serie.samples[sample.buildId] = sample.value; + } + // optional sample.url + if (sample.url !== undefined) { + if (serie.url === undefined) { + serie.url = {}; + } + serie.url[sample.buildId] = sample.url; + } + } + + // serie.state + if (serie.state === undefined) { + serie.state = { + analyse: 'none', + }; + } + + if (serie.analyse.benchmark) { + let newRegression = undefined; + let k = Object.keys(serie.samples); + k.sort(function(a, b) { + return b * 1 - a * 1; + }); + serie.lastBuildId = k[0]; + + if (apiData.skipAnalysis !== true) { + // analysis + moduleAnalyse.analyse(serie); + + if (serie.analyseResult.summary.reduceBaseTo) { + if (global.debug) console.log('Reset base to', serie.analyseResult.summary.reduceBaseTo, serieId) + serie.analyse.base = serie.analyseResult.summary.reduceBaseTo; + } + + let st = serie.state.analyse; + + // convert an existing database + if (st === 'none') st = undefined; + if (st === 'assigned') st = 'regressionAssigned'; + if (st === 'new') st = 'regressionConfirmed'; + if (st === 'wontfix') st = 'regressionIntended'; + + if (st !== 'similarNoisy') { + if (serie.analyseResult.summary.status === 'regression') { + if (st === undefined) { + serie.state.analyse = 'regressionNeedstriage'; + newRegression = true; + } else if (st.indexOf('regression') === -1) { + serie.state.analyse = 'regressionNeedstriage'; + newRegression = true; + } + } else { + serie.assignee.analyse = undefined; + if (serie.analyseResult.summary.status === 'improvement') { + if (st === undefined) + serie.state.analyse = 'improvementNeedstriage'; + else if (st.indexOf('improvement') === -1) + serie.state.analyse = 'improvementNeedstriage'; + } else { + if (st === undefined) + serie.state.analyse = 'similarNeedstriage'; + else if (st.indexOf('similar') === -1) + serie.state.analyse = 'similarNeedstriage'; + } + } + } else { + //TODO: noisy management to know if serie is back to a normal mode + } + + // series management + let series = {}; + if (global.projects[projectId].infos.existsSync('benchmarks.series')) { + series = global.projects[projectId].infos.readSync('benchmarks.series'); + } + series[serieId] = { + status: serie.analyseResult.summary, + description: serie.description, + state: serie.state.analyse, + assignee: serie.assignee.analyse, + }; + if (newRegression) series[serieId].new = true; + if (serie.url !== undefined) + if (serie.url[serie.lastBuildId]) + series[serieId].url = serie.url[serie.lastBuildId]; + global.projects[projectId].infos.writeSync('benchmarks.series', series); + } + + // + // Compare management + // + + if (serie.assignee.compares === undefined) { + serie.assignee.compares = {}; + } + + // clean old compares + if (serie.compares) { + let k = Object.keys(serie.compares); + for (let ii = 0; ii < k.length; ii++) { + if (serie.compares[k[ii]] === undefined) delete serie.compares[k[ii]]; + } + } + + if (serie.state.compares === undefined) { + serie.state.compares = {}; + } + + // update + let kk = Object.keys(global.comparesConfig); + for (let ii = 0; ii < kk.length; ii++) { + let compareId = kk[ii]; + let cp = global.comparesConfig[compareId]; + if (cp.projectId != projectId) continue; + + if (serie.state.compares[compareId] === undefined) { + serie.state.compares[compareId] = 'none'; + } + + let cpProjectId = cp.compareWith.projectId; + + if (cp.filter) + if (serieId.indexOf(cp.filter) === -1) continue; + + let cpSerie; + let cpSerieId = serieId; + + if (cp.compareWith.replace) { + cpSerieId = cpSerieId.replace(cp.compareWith.replace.substr, cp.compareWith.replace.newSubStr); + } + + if ((cpProjectId === projectId) && (cpSerieId === serieId)) { + cpSerie = serie; + } else { + if (global.projects[cpProjectId]) { + if (global.projects[cpProjectId].series.existsSync(cpSerieId)) { + cpSerie = global.projects[cpProjectId].series.readSync(cpSerieId); + if (cpSerie === undefined) console.log('cpSerie undefined'); + } + } + } + if (cpSerie === undefined) continue; + let result = moduleAnalyse.benchmarkCompare(cp, serie, cpSerie); + if (global.debug) { + console.log('result', result); + console.log('serie.state', JSON.stringify(serie.state)); + } + let newLower = undefined; + if (result !== undefined) { + let st = serie.state.compares[compareId]; + + // convert an existing database + if (st === 'none') st = undefined; + if (st === 'assigned') st = 'lowerAssigned'; + if (st === 'new') st = 'lowerNeedstriage'; + if (st === 'wontfix') st = 'lowerIntended'; + + if (result.status === 'lower') { + if (st === undefined) { + serie.state.compares[compareId] = 'lowerNeedstriage'; + newLower = true; + } else if (st.indexOf('lower') === -1) { + serie.state.compares[compareId] = 'lowerNeedstriage'; + newLower = true; + } + } else { + serie.assignee.compares[compareId] = undefined; + if (result.status === 'better') { + if (st === undefined) + serie.state.compares[compareId] = 'betterNeedstriage'; + else if (st.indexOf('better') === -1) + serie.state.compares[compareId] = 'betterNeedstriage'; + } else { + if (st === undefined) + serie.state.compares[compareId] = 'similarNeedstriage'; + else if (st.indexOf('similar') === -1) + serie.state.compares[compareId] = 'similarNeedstriage'; + } + } + + if (global.debug) { + console.log('serie.state', serie.state.compares[compareId]); + } + // serie file + if (serie.compares === undefined) serie.compares = {}; + serie.compares[compareId] = { + result: result, + description: cp.description, + }; + if (serie.url !== undefined) + if (serie.url[serie.lastBuildId]) + serie.compares[compareId].url = serie.url[serie.lastBuildId]; + + // compares file + let compare = {}; + if (global.projects[projectId].infos + .existsSync('benchmarks.compare_' + compareId)) { + compare = global.projects[projectId].infos + .readSync('benchmarks.compare_' + compareId); + } + compare[serieId] = { + result: result, + description: serie.description, + state: serie.state.compares[compareId], + assignee: serie.assignee.compares[compareId], + }; + if (newLower) compare[serieId].new = true; + global.projects[projectId].infos + .writeSync('benchmarks.compare_' + compareId, compare); + } + } + } + + if (serie.analyse.test) { + // + // Serie analysis for test + // + let newRegression = undefined; + + let k = Object.keys(serie.samples); + k.sort(function(a, b) { + return b * 1 - a * 1; + }); + serie.lastBuildId = k[0]; + + if (apiData.skipAnalysis !== true) { + + // analysis + moduleAnalyse.analyse(serie); + + // convert an existing database + if (serie.state.analyse === 'failing') + serie.state.analyse = 'failingNeedstriage'; + else + serie.state.analyse = 'passing'; + + if (serie.analyseResult.isPassing) { + serie.state.analyse = 'passing'; + } else { + if (serie.state.analyse.indexOf('failing') === -1) { + newRegression = true; + serie.state.analyse = 'failingNeedstriage'; + } + } + + // series management + let series = {}; + if (global.projects[projectId].infos.existsSync('tests.series')) { + series = global.projects[projectId].infos.readSync('tests.series'); + }; + + series[serieId] = { + status: serie.analyseResult, + description: serie.description, + state: serie.state.analyse, + }; + if (newRegression) series[serieId].new = true; + if (serie.url !== undefined) + if (serie.url[serie.lastBuildId]) + series[serieId].url = serie.url[serie.lastBuildId]; + + global.projects[projectId].infos.writeSync('tests.series', series); + } + } + + if (global.debug) console.log('apiAddSample update', serieId, 'to', serie) + global.projects[projectId].series.writeSync(serieId, serie); + + if (!global.admin.existsSync('globalStats')) { + return hdl('Error globalStats doesnt exist'); + } + let gs = global.admin.readSync('globalStats'); + gs.numSamples++; + + if (gs.projects[projectId] === undefined) { + return hdl('Error gs.projects[projectId] doesnt exist', projectId); + } + gs.projects[projectId].numSamples++; + global.admin.writeSync('globalStats', gs); + + return hdl(); +} + +function apiGetBuild(apiData, hdl) { + let projectId; + let buildId; + + if (apiData.projectId === undefined) { + return hdl(null, 'Invalid data, projectId is missing'); + } + projectId = apiData.projectId; + + if (apiData.buildId === undefined) { + return hdl(null, 'Invalid data, buildId is missing'); + } + buildId = apiData.buildId; + + if (!global.projects[projectId].infos.existsSync('builds')) { + // No information about this build; just return an empty result. + return hdl(null); + } + + let series = {}; + if (global.projects[projectId].infos.existsSync('benchmarks.series')) { + series = global.projects[projectId].infos.readSync('benchmarks.series'); + } + + let results = {}; + + let keys = Object.keys(series); + for (let ii = 0; ii < keys.length; ii++) { + let thisSeries = global.projects[projectId].series.readSync(keys[ii]); + if (thisSeries.projectId !== projectId) continue; + + let samples = thisSeries.samples; + if (samples[buildId] === undefined) continue; + results[keys[ii]] = samples[buildId]; + } + + return hdl(results); +} + +const global = { + ws: {}, + states: {}, + repositories: {}, + series: {}, + debug: false, + version: undefined, + config: require(cwd + '/configs/dana.js'), + projectsConfig: {}, + projects: {}, + comparesConfig: {}, + admin: {}, + emailIsEnabled: true, + secret: 'mysecret!', + apiToken: 'admin' +}; + +if (!fs.existsSync(cwd + '/configs/db')) { + fs.mkdirSync(cwd + '/configs/db'); +} + +if (!fs.existsSync(cwd + '/configs/client_secret.json')) { + console.log('configs/client_secret.json not found, disabling email reports') + global.emailIsEnabled = false; +} + +if (!fs.existsSync(cwd + '/configs/gmail-credentials.json')) { + console.log('configs/gmail-credentials.json not found, disabling email reports') + global.emailIsEnabled = false; +} +const ModuleFiles = require(cwd + '/src/files'); +global.admin = new ModuleFiles(cwd + '/configs/db/admin', 200); + +if (global.admin.existsSync('projects')) { + global.projectsConfig = global.admin.readSync('projects'); +} + +let k = Object.keys(global.projectsConfig); +for (let ii = 0; ii < k.length; ii++) { + global.projects[k[ii]] = {}; + if (!fs.existsSync(cwd + '/configs/db/' + k[ii])) { + fs.mkdirSync(cwd + '/configs/db/' + k[ii]); + } + global.projects[k[ii]].series = + new ModuleFiles(cwd + '/configs/db/' + k[ii] + '/series', 10); + global.projects[k[ii]].comments = + new ModuleFiles(cwd + '/configs/db/' + k[ii] + '/comments', 10); + global.projects[k[ii]].infos = + new ModuleFiles(cwd + '/configs/db/' + k[ii] + '/infos', 200); +} + +if (global.admin.existsSync('compares')) { + global.comparesConfig = global.admin.readSync('compares'); +} + +global.version = JSON.parse(fs.readFileSync(cwd + '/package.json')).version; + +if (global.config === undefined) { + console.log('ERROR Invalid configuration file, undefined'); + process.exit(2); +} + +if (global.config.adminUser === undefined) { + console.log('ERROR Invalid configuration file, adminUser undefined'); + process.exit(2); +} + +// addProjectCompare('D8_master', { +// compareId: 'Compare_with_DX_master', +// description: 'Compare D8_master with DX_master results', +// projectId: 'DX_master', +// useAverage: true +// }); + +// addProjectCompare('Test', { +// compareId: 'Compare_with_build_1000', +// description: 'Compare with build 1000', +// useBuildId: 1000, +// projectId: 'Test', +// useAverage: true +// }); + +// Configure the local strategy for use by Passport. +const passport = require('passport'); +const Strategy = require('passport-local').Strategy; + +/* +function findById(id, cb) { + let records = global.config.adminUser; + process.nextTick(function() { + let idx = id - 1; + if (records[idx]) { + cb(null, records[idx]); + } else { + cb(new Error('User ' + id + ' does not exist')); + } + }); +} +*/ + +function findByUsername(username, cb) { + let records = global.config.adminUser; + process.nextTick(function() { + if (records.username === username) { + return cb(null, records); + } + return cb(null, null); + }); +}; + +passport.use(new Strategy( + function(username, password, cb) { + findByUsername(username, function(err, user) { + if (err) { + return cb(err); + } + if (!user) { + console.log('Unknown username'); + return cb(null, false, {message: 'Unknown username'}); + } + if (user.password !== password) { + console.log('Incorrect passward'); + return cb(null, false, {message: 'Incorrect passward'}); + } + return cb(null, user); + }); + })); + +passport.serializeUser(function(user, cb) { + cb(null, user.username); +}); + +passport.deserializeUser(function(username, cb) { + findByUsername(username, function(err, user) { + if (err) { + return cb(err); + } + cb(null, user); + }); +}); + +// Setup basic express server +const express = require('express'); +const app = express(); +const server = require('http').createServer(app); + +app.locals.fs = fs; +app.locals.cwd = cwd; + +app.use(express.static(cwd + '/www/public')); +app.set('views', cwd + '/www/views'); +app.set('view engine', 'ejs'); + +app.use(require('morgan')('combined')); +app.use(require('cookie-parser')()); +app.use(require('body-parser').urlencoded({ + extended: true, +})); +app.use(require('body-parser').json()); + +const session = require("express-session"); +const sessionMiddleware = session({ + secret: "heyheyhey", + resave: false, + saveUninitialized: false, + cookie: { secure: global.config.secureCookie } + +}); +app.use(sessionMiddleware); + +app.use(require('connect-flash')()); + +app.use(passport.initialize()); +app.use(passport.session()); + +// LOGIN / LOGOUT +app.get('/', + // require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (global.config.defaultUrl) + res.redirect(global.config.defaultUrl); + else + res.redirect('/admin/viewProjects'); + + }); + +app.get('/login', + function(req, res) { + res.render('common/login', { + global: global, + title: 'Login', + user: req.user, + }); + }); + +app.post('/login', + passport.authenticate('local', { + successRedirect: '/admin/viewProjects', + failureRedirect: '/login', + failureFlash: true + })); + +app.get('/logout', + function(req, res) { + req.logout(); + res.redirect('/'); + }); + +app.get('/admin/*', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + let l = '/admin/'.length; + let r = req.originalUrl.substring(l); + if (r.indexOf('editProject') !== -1) { + r = r.split('?'); + let projectId = r[1]; + console.log(global.projectsConfig[projectId]); + res.render('common/admin/editProject', { + projectId: projectId, + project: global.projectsConfig[projectId], + global: global, + title: 'Login', + user: req.user, + }); + } else + if (r.indexOf('deleteProject') !== -1) { + r = r.split('?'); + let projectId = r[1]; + console.log(global.projectsConfig[projectId]); + res.render('common/admin/deleteProject', { + projectId: projectId, + project: global.projectsConfig[projectId], + global: global, + title: 'Login', + user: req.user, + }); + } else + if (r.indexOf('editCompare') !== -1) { + r = r.split('?'); + let compareId = r[1]; + console.log(global.comparesConfig[compareId]); + res.render('common/admin/editCompare', { + compareId: compareId, + compare: global.comparesConfig[compareId], + global: global, + title: 'Login', + user: req.user, + }); + } else + if (r.indexOf('deleteCompare') !== -1) { + r = r.split('?'); + let compareId = r[1]; + console.log(global.comparesConfig[compareId]); + res.render('common/admin/deleteCompare', { + compareId: compareId, + compare: global.comparesConfig[compareId], + global: global, + title: 'Login', + user: req.user, + }); + } else { + res.render('common/admin/' + r, { + global: global, + title: 'Login', + user: req.user, + }); + } + }); + +// *compareId +// description +// *projectId +// *filter +// *useAverage +// *with_projectId +// *with_buildId +// *with_useAverage +app.post('/admin/addComparator', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (global.debug) + console.log('/admin/addComparator', req.body); + + // if (req.user.username !== 'admin') { + // appError(req, res, '/bot/addRepository, You must be an administrator'); + // return; + // } + let compareId = req.body.compareId; + if (compareId === '') { + appError(req, res, '/admin/addComparator, compareId undefined'); + return; + } + if (global.comparesConfig[compareId] !== undefined) { + appError(req, res, '/admin/addComparator, comparator ' + compareId + ' already exist'); + return; + } + + let description; + if (req.body.description !== '') description = req.body.description; + + let projectId = req.body.projectId; + if (projectId === '') { + appError(req, res, '/admin/addComparator, projectId undefined'); + return; + } + + let filter; + if (req.body.filter !== '') filter = req.body.filter; + + let useAverage = true; + if (req.body.useAverage !== 'useAverage') useAverage = false; + + let compareWith = {}; + compareWith.projectId = req.body.with_projectId; + if (compareWith.projectId === '') { + appError(req, res, '/admin/addComparator, compareWith.projectId undefined'); + return; + } + + let replace; + if (req.body.with_useReplace) { + if (req.body.with_useReplace_substr === '') { + appError(req, res, '/admin/addComparator, substr in empty'); + return; + } + replace = { + substr: req.body.with_useReplace_substr, + newSubStr: req.body.with_useReplace_newSubStr + } + } + compareWith.replace = replace; + + compareWith.buildId = undefined; + if (req.body.with_buildId !== 'None') compareWith.buildId = req.body.with_buildId * 1; + + compareWith.useAverage = true; + if (req.body.with_useAverage !== 'with_useAverage') compareWith.useAverage = false; + + global.comparesConfig[compareId] = { + compareId: compareId, + description: description, + projectId: projectId, + filter: filter, + useAverage: useAverage, + compareWith: compareWith + } + global.admin.writeSync('compares', global.comparesConfig); + + res.redirect('/admin/viewCompares'); + }); + +// *compareId +// description +// *projectId +// *filter +// *useAverage +// *with_projectId +// *with_buildId +// *with_useAverage +app.post('/admin/saveComparator', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + //if (global.debug) + console.log('/admin/saveComparator', req.body); + + // if (req.user.username !== 'admin') { + // appError(req, res, '/bot/addRepository, You must be an administrator'); + // return; + // } + let compareId = req.body.compareId; + if (compareId === '') { + appError(req, res, '/admin/saveComparator, compareId undefined'); + return; + } + if (global.comparesConfig[compareId] === undefined) { + appError(req, res, '/admin/saveComparator, comparator ' + compareId + ' doesnt exist'); + return; + } + + let description; + if (req.body.description !== '') description = req.body.description; + + let projectId = req.body.projectId; + if (projectId === '') { + appError(req, res, '/admin/saveComparator, projectId undefined'); + return; + } + + let filter; + if (req.body.filter !== '') filter = req.body.filter; + + let useAverage = true; + if (req.body.useAverage !== 'useAverage') useAverage = false; + + let compareWith = {}; + compareWith.projectId = req.body.with_projectId; + if (compareWith.projectId === '') { + appError(req, res, '/admin/saveComparator, compareWith.projectId undefined'); + return; + } + + let replace; + if (req.body.with_useReplace) { + if (req.body.with_useReplace_substr === '') { + appError(req, res, '/admin/saveComparator, substr in empty'); + return; + } + replace = { + substr: req.body.with_useReplace_substr, + newSubStr: req.body.with_useReplace_newSubStr + } + } + compareWith.replace = replace; + + compareWith.buildId = undefined; + if (req.body.with_buildId !== 'None') compareWith.buildId = req.body.with_buildId * 1; + + compareWith.useAverage = true; + if (req.body.with_useAverage !== 'with_useAverage') compareWith.useAverage = false; + + global.comparesConfig[compareId] = { + compareId: compareId, + description: description, + projectId: projectId, + filter: filter, + useAverage: useAverage, + compareWith: compareWith + } + global.admin.writeSync('compares', global.comparesConfig); + + res.redirect('/admin/viewCompares'); + }); + +app.post('/admin/deleteComparator', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (global.debug) + console.log('/admin/deleteComparator', req.body); + + // if (req.user.username !== 'admin') { + // appError(req, res, '/bot/addRepository, You must be an administrator'); + // return; + // } + let compareId = req.body.compareId; + if (compareId === '') { + appError(req, res, '/admin/deleteComparator, compareId undefined'); + return; + } + if (global.comparesConfig[compareId] === undefined) { + appError(req, res, '/admin/deleteComparator, comparator ' + compareId + ' doesnt exist'); + return; + } + + delete global.comparesConfig[compareId]; + global.admin.writeSync('compares', global.comparesConfig); + + res.redirect('/admin/viewCompares'); + }); + +app.post('/admin/addProject', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (global.debug) console.log('/admin/addProject', req.body); + + // if (req.user.username !== 'admin') { + // appError(req, res, '/bot/addRepository, You must be an administrator'); + // return; + // } + let projectId = req.body.projectId; + if (global.projectsConfig[projectId] !== undefined) { + appError(req, res, '/admin/addProject, project of ' + req.body.projectId + ' already exist'); + return; + } + var users = req.body.users.replace(/\r\n/g, ","); + let dp; + let useBugTracker = false; + if (req.body.bugtracker === 'bugtracker') useBugTracker = true; + if (req.body.defaultPage !== '') dp = req.body.defaultPage; + global.projectsConfig[projectId] = { + description: req.body.description, + defaultPage: dp, + infos: req.body.infos, + users: users, + useBugTracker: useBugTracker + } + global.admin.writeSync('projects', global.projectsConfig); + + global.projects[projectId] = {}; + if (!fs.existsSync(cwd + '/configs/db/' + projectId)) { + fs.mkdirSync(cwd + '/configs/db/' + projectId); + } + global.projects[projectId].series = + new ModuleFiles(cwd + '/configs/db/' + projectId + '/series', 10); + global.projects[projectId].comments = + new ModuleFiles(cwd + '/configs/db/' + projectId + '/comments', 10); + global.projects[projectId].infos = + new ModuleFiles(cwd + '/configs/db/' + projectId + '/infos', 200); + + res.redirect('/admin/viewProjects'); + }); + +app.post('/admin/saveProject', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (global.debug) console.log(req.body); + // if (req.user.username !== 'admin') { + // appError(req, res, '/bot/addRepository, You must be an administrator'); + // return; + // } + let projectId = req.body.projectId; + if (global.projectsConfig[projectId] === undefined) { + appError(req, res, '/admin/saveProject, project of ' + projectId + ' doesnt exist'); + return; + } + + var users = req.body.users.replace(/\r\n/g, ","); + let dp; + if (req.body.defaultPage !== '') dp = req.body.defaultPage; + let useBugTracker = false; + if (req.body.bugtracker === 'bugtracker') useBugTracker = true; + global.projectsConfig[projectId] = { + description: req.body.description, + defaultPage: dp, + infos: req.body.infos, + users: users, + useBugTracker: useBugTracker + } + global.admin.writeSync('projects', global.projectsConfig); + res.redirect('/admin/viewProjects'); + }); + +app.post('/admin/deleteProject', + require('connect-ensure-login').ensureLoggedIn(), + function(req, res) { + if (global.debug) console.log(req.body); + // if (req.user.username !== 'admin') { + // appError(req, res, '/bot/addRepository, You must be an administrator'); + // return; + // } + let projectId = req.body.projectId; + if (global.projectsConfig[projectId] === undefined) { + appError(req, res, '/admin/deleteProject, project of ' + projectId + ' doesnt exist'); + return; + } + delete global.projectsConfig[projectId]; + global.admin.writeSync('projects', global.projectsConfig); + global.projects[projectId].series.deleteSyncAll(); + global.projects[projectId].comments.deleteSyncAll(); + global.projects[projectId].infos.deleteSyncAll(); + ModuleFiles.deleteFolderRecursive(cwd + '/configs/db/' + projectId) + res.redirect('/admin/viewProjects'); + }); + +app.get('/serie', + function(req, res) { + let l = '/serie?'.length; + let r = req.originalUrl.substring(l); + r = r.split('?'); + let projectId = r[0]; + if (projectId === undefined) { + console.error('/serie projectId undefined'); + return; + } + if (global.projects[projectId] === undefined) { + console.error('/serie projectId not in projects', + projectId, global.projects); + return; + } + let serieId = r[1]; + serieId = decodeURIComponent(serieId); + + if (global.debug) { + console.log('/serie projectId', projectId, 'serieId', serieId); + } + if (global.projects[projectId].series.existsSync(serieId)) { + res.render('common/showOneSerie', { + user: req.user, + global: global, + projectId: projectId, + serieId: serieId, + }); + } else { + return appError(req, res, 'Serie ' + req.originalUrl + ' doesnt exist !'); + } + }); + +app.post('/apis/*', function(req, res, next) { + if (!req.is('application/json')) { + return res.send('Expected application/json Content-Type'); + } + const { authorization } = req.headers + + if (!authorization) { + return res.status(401).send('Missing authorization header') + } + + const [authType, token] = authorization.trim().split(' ') + if (authType !== 'Bearer') { + return res.status(401).send('Expected a Bearer token') + } + + if (token != global.apiToken) { + return res.status(401).send('Wrong token') + } + + next(); +}); + +app.post('/apis/*', function(req, res, next) { + let l = '/apis/'.length; + let apiName = req.originalUrl.substring(l); + let data = req.body; + if (global.debug) console.log('Got a request', apiName, data); + if (apiName === 'addBuild') { + apiAddBuild(data, function end(err) { + if (err) { + err.status = 400; + return res.send(err); + } + return res.send('addBuild successfull\n'); + }); + return; + } + if (apiName === 'addSerie') { + apiAddSerie(data, function end(err) { + if (err) { + err.status = 400; + return res.send(err); + } + return res.send('addSerie successfull\n'); + }); + return; + } + if (apiName === 'addSample') { + apiAddSample(data, function end(err) { + if (err) { + err.status = 400; + return res.send(err); + } + return res.send('addSample successfull\n'); + }); + return; + } + + let err = new Error('Invalid API request'); + err.status = 400; + res.send(err); +}); + +app.get('/apis/getBuild', function(req, res, next) { + let data = req.body; + if (global.debug) console.log('Got a request', 'getBuild', data); + apiGetBuild(data, function end(results, err) { + if (err) { + err.status = 400; + return res.send(err); + } + return res.json(results); + }); +}); + +app.get('/*', + function(req, res) { + let r = req.originalUrl.substring(1); + if (fs.existsSync('www/views/projects/' + r + '.ejs')) { + res.render('projects/' + r, { + user: req.user, + global: global, + }); + } else { + appError(req, res, 'Page ' + req.originalUrl + ' doesnt exist !'); + } + }); + +// error handlers +// catch 404 and forward to error handler +app.use(function(req, res, next) { + let err = new Error('Not Found'); + err.status = 404; + next(err); +}); + +// production error handler +// no stacktraces leaked to user +app.use(function(err, req, res, next) { + res.status(err.status || 500); + res.render('common/error', { + user: req.user, + message: err.message, + error: err, + global: global, + }); +}); + +function appError(req, res, message) { + res.render('common/error', { + user: req.user, + message: message, + error: undefined, + global: global, + }); +} + +server.listen(global.config.server.port, function() { + console.log('Dana web server listening at port %d', + global.config.server.port); +}); + + +const io = require('socket.io')(server); + +const wrap = middleware => (socket, next) => middleware(socket.request, {}, next); + +io.use(wrap(sessionMiddleware)); +io.use(wrap(passport.initialize())); +io.use(wrap(passport.session())); + +// Set socket.io listeners from the web clients +io.on('connection', function(socket) { + console.log('New web connection'); + + socket.on('disconnect', function(err) { + console.log('One web is disconnected'); + }); + + // getFileInfo (projectId,fileId) + // -> receiveFileInfo (projectId,fileId,file) + socket.on('getFileInfo', function(req) { + if (global.debug) console.log('getFileInfo', req); + let projectId = req.projectId; + let fileId = req.fileId; + if (projectId === undefined) { + let e = 'socket getFileInfo projectId undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (fileId === undefined) { + let e = 'socket getFileInfo fileId undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + req.file = {}; + if (projectId !== 'admin') { + if (global.projects[projectId] === undefined) { + let e = 'socket getFileInfo projectId not in projects'; + console.error(e, projectId); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId].infos === undefined) { + let e = 'socket getFileInfo projectId infos undefined'; + console.error(e, projectId); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId].infos.existsSync(req.fileId)) { + req.file = global.projects[projectId].infos.readSync(req.fileId); + } + } else { + if (global.admin.existsSync(req.fileId)) { + req.file = global.admin.readSync(req.fileId); + } + } + socket.emit('receiveFileInfo', req); + }); + + // getOneSerie(projectId,serieId) + // -> receiveOneSerie(projectId,serieId,serie) + socket.on('getOneSerie', function(req) { + if (global.debug) console.log('getOneSerie', req); + let projectId = req.projectId; + let serieId = req.serieId; + if (projectId === undefined) { + let e = 'socket getOneSerie projectId undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId] === undefined) { + let e = 'socket getOneSerie projectId not in projects'; + console.error(e, projectId); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId].series === undefined) { + let e = 'socket getOneSerie projectId series undefined'; + console.error(e, projectId); + socket.emit('serverError', e); + return; + } + if (!global.projects[projectId].series.existsSync(serieId)) { + socket.emit('receiveOneSerie', req); + return; + } + req.serie = global.projects[projectId].series.readSync(serieId); + if (global.debug) console.log('getOneSerie query', serieId, 'result', req.serie) + + req.serie.comments = global.projects[projectId].comments.readSync(serieId); + socket.emit('receiveOneSerie', req); + }); + + // serieUpdateAnalyse (projectId, serieId, analyse) + // -> receiveUpdateAnalyseDone (projectId, serieId, analyse) + socket.on('serieUpdateAnalyse', function(req) { + if (global.debug) console.log('serieUpdateAnalyse', req); + + let projectId = req.projectId; + let serieId = req.serieId; + + if (!socket.request.user) { + let e = 'socket serieUpdateAnalyse requires admin login'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + + let analyse = req.analyse; + let comment = req.comment; + if (comment === undefined) { + let e = 'socket serieUpdateAnalyse comment undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (analyse === undefined) { + let e = 'socket serieUpdateAnalyse analyse undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (projectId === undefined) { + let e = 'socket serieUpdateAnalyse projectId undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId] === undefined) { + let e = 'socket serieUpdateAnalyse projectId not in projects'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId].series === undefined) { + let e = 'socket serieUpdateAnalyse projectId series undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + if (!global.projects[projectId].series.existsSync(serieId)) { + let e = 'socket serieUpdateAnalyse serieId doesnt exist'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + let serie = global.projects[projectId].series.readSync(serieId); + + let ct = ''; + if (serie.analyse.base !== analyse.base) { + ct += 'Analyse base ' + serie.analyse.base + ' -> ' + analyse.base + + '
'; + } + if (serie.analyse.benchmark) { + if (serie.analyse.benchmark.range !== analyse.benchmark.range) { + ct += 'Analyse range updated ' + + serie.analyse.benchmark.range + ' -> ' + + analyse.benchmark.range + '
'; + } + if (serie.analyse.benchmark.trend !== analyse.benchmark.trend) { + ct += 'Analyse trend updated ' + + serie.analyse.benchmark.trend + ' -> ' + + analyse.benchmark.trend + '
'; + } + if (serie.analyse.benchmark.required !== analyse.benchmark.required) { + ct += 'Analyse required updated ' + + serie.analyse.benchmark.required + ' -> ' + + analyse.benchmark.required + '
'; + } + } + if (serie.analyse.test) { + if (serie.analyse.test.propagate !== analyse.test.propagate) { + ct += 'Analyse propagate updated ' + + serie.analyse.test.propagate + ' -> ' + + analyse.test.propagate + '
'; + } + } + if (ct !== '') { + comment.text = ct + comment.text; + } + serie.analyse = analyse; + + if (serie.analyse.benchmark) { + moduleAnalyse.analyse(serie); + + let st = serie.state.analyse; + + // convert an existing database + if (st === 'none') st = undefined; + if (st === 'assigned') st = 'regressionAssigned'; + if (st === 'new') st = 'regressionConfirmed'; + if (st === 'wontfix') st = 'regressionIntended'; + + if (st !== 'similarNoisy') { + if (serie.analyseResult.summary.status === 'regression') { + if (st === undefined) + serie.state.analyse = 'regressionNeedstriage'; + else if (st.indexOf('regression') === -1) + serie.state.analyse = 'regressionNeedstriage'; + } else { + serie.assignee.analyse = undefined; + if (serie.analyseResult.summary.status === 'improvement') { + if (st === undefined) + serie.state.analyse = 'improvementNeedstriage'; + else if (st.indexOf('improvement') === -1) + serie.state.analyse = 'improvementNeedstriage'; + } else { + if (st === undefined) + serie.state.analyse = 'similarNeedstriage'; + else if (st.indexOf('similar') === -1) + serie.state.analyse = 'similarNeedstriage'; + } + } + } else { + // TODO: noise analysis to get back to normal + } + + // series management + let series = global.projects[projectId].infos + .readSync('benchmarks.series'); + if (series[serieId] === undefined) { + let e = 'socket serieUpdateAnalyse series[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + series[serieId].status = serie.analyseResult.summary; + series[serieId].state = serie.state.analyse; + + global.projects[projectId].infos.writeSync('benchmarks.series', series); + + // + // Compare management + // + + let k = Object.keys(global.comparesConfig); + for (let ii = 0; ii < k.length; ii++) { + let compareId = k[ii]; + let cp = global.comparesConfig[compareId]; + if (cp.projectId !== projectId) continue; + if (cp.filter) + if (serieId.indexOf(cp.filter) === -1) continue; + let cpSerie; + let cpSerieId = serieId; + if (cp.compareWith.replace) + cpSerieId = cpSerieId.replace(cp.compareWith.replace.substr, cp.compareWith.replace.newSubStr); + let cpProjectId = cp.compareWith.projectId; + if ((cpProjectId === projectId) && (cpSerieId === serieId)) { + cpSerie = serie; + } else { + if (global.projects[cpProjectId]) { + if (global.projects[cpProjectId].series.existsSync(cpSerieId)) { + cpSerie = global.projects[cpProjectId].series.readSync(cpSerieId); + if (cpSerie === undefined) console.log('cpSerie undefined'); + } + } + } + if (cpSerie === undefined) continue; + + let result = moduleAnalyse.benchmarkCompare(cp, serie, cpSerie); + if (result !== undefined) { + let st = serie.state.compares[compareId]; + + // convert an existing database + if (st === 'none') st = undefined; + if (st === 'assigned') st = 'lowerAssigned'; + if (st === 'new') st = 'lowerNeedstriage'; + if (st === 'wontfix') st = 'lowerIntended'; + + if (result.status === 'lower') { + if (st === undefined) + serie.state.compares[compareId] = 'lowerNeedstriage'; + else if (st.indexOf('lower') === -1) + serie.state.compares[compareId] = 'lowerNeedstriage'; + } else { + serie.assignee.compares[compareId] = undefined; + if (result.status === 'better') { + if (st === undefined) + serie.state.compares[compareId] = 'betterNeedstriage'; + else if (st.indexOf('better') === -1) + serie.state.compares[compareId] = 'betterNeedstriage'; + } else { + if (st === undefined) + serie.state.compares[compareId] = 'similarNeedstriage'; + else if (st.indexOf('similar') === -1) + serie.state.compares[compareId] = 'similarNeedstriage'; + } + } + + // serie file + if (serie.compares === undefined) serie.compares = {}; + serie.compares[compareId].result = result; + + // compares file + let compare = global.projects[projectId].infos + .readSync('benchmarks.compare_' + compareId); + if (compare[serieId] === undefined) { + let e = 'socket serieUpdateAnalyse compare[serieId] undefin'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + compare[serieId].result = result; + compare[serieId].state = serie.state.compares[compareId]; + + global.projects[projectId].infos + .writeSync('benchmarks.compare_' + compareId, compare); + } + } + } + if (serie.analyse.test) { + // analysis + moduleAnalyse.analyse(serie); + + // convert an existing database + if (serie.state.analyse === 'failing') + serie.state.analyse = 'failingNeedstriage'; + else + serie.state.analyse = 'passing'; + + if (serie.analyseResult.isPassing) { + serie.state.analyse = 'passing'; + } else { + if (serie.state.analyse.indexOf('failing') === -1) + serie.state.analyse = 'failingNeedstriage'; + } + + // series management + let series = global.projects[projectId].infos.readSync('tests.series'); + if (series[serieId] === undefined) { + let e = 'socket serieUpdateAnalyse series[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + series[serieId].status = serie.analyseResult; + series[serieId].state = serie.state.analyse; + + global.projects[projectId].infos.writeSync('tests.series', series); + } + let serieComments = global.projects[projectId].comments.readSync(serieId); + if (serieComments === undefined) { + serieComments = []; + } + comment.date = Date.now(); + serieComments.push(comment); + global.projects[projectId].comments.writeSync(serieId, serieComments); + + global.projects[projectId].series.writeSync(serieId, serie); + socket.emit('receiveUpdateAnalyseDone', req); + }); + + // serieAddComment (projectId, serieId, comment.text, comment.ldap) + // -> receiveAddCommentDone (projectId, serieId) + socket.on('serieAddComment', function(req) { + let projectId = req.projectId; + let serieId = req.serieId; + + if (!socket.request.user) { + let e = 'socket serieAddComment requires admin login'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + + let comment = req.comment; + if (global.debug) console.log('serieAddComment', req); + if (comment === undefined) { + let e = 'socket serieAddComment comment undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (comment.text === undefined) { + let e = 'socket serieAddComment comment.text undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (projectId === undefined) { + let e = 'socket serieAddComment projectId undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId] === undefined) { + let e = 'socket serieAddComment projectId not in projects'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId].series === undefined) { + let e = 'socket serieAddComment projectId series undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + if (!global.projects[projectId].series.existsSync(serieId)) { + let e = 'socket serieAddComment serieId doesnt exist'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + let serieComments = global.projects[projectId].comments.readSync(serieId); + if (serieComments === undefined) { + serieComments = []; + } + comment.date = Date.now(); + serieComments.push(comment); + global.projects[projectId].comments.writeSync(serieId, serieComments); + socket.emit('serieAddCommentDone', req); + }); + + // serieUpdateAssignee + // (projectId, serieId, comment.text, assignee, compareId) + // -> serieUpdateSeriesStateDone (projectId, serieId) + socket.on('serieUpdateAssignee', function(req) { + let projectId = req.projectId; + let serieId = req.serieId; + + if (!socket.request.user) { + let e = 'socket serieUpdateAssignee requires admin login'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + + let comment = {}; + let compareId = req.compareId; + let assignee = req.assignee; + if (assignee === '') assignee = undefined; + if (global.debug) console.log('serieUpdateAssignee', req); + if (projectId === undefined) { + let e = 'socket serieUpdateAssignee projectId undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId] === undefined) { + let e = 'socket serieUpdateAssignee projectId not in projects'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId].series === undefined) { + let e = 'socket serieUpdateAssignee projectId series undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + if (!global.projects[projectId].series.existsSync(serieId)) { + let e = 'socket serieUpdateAssignee serieId doesnt exist'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + let serie = global.projects[projectId].series.readSync(serieId); + + if (serie.assignee === undefined) { + serie.assignee = {}; + if (serie.analyse.benchmark) { + serie.assignee.compares = {}; + } + } + if (compareId === undefined) { + let t = ''; + if (serie.assignee.analyse !== assignee) { + t += 'Regression analysis assignee updated '; + if (serie.assignee.analyse) + t += serie.assignee.analyse; + else + t += 'None'; + t += ' -> '; + if (assignee) + t += assignee; + else + t += 'None'; + t += '
'; + serie.assignee.analyse = assignee; + } + comment.text = t; + + if (serie.analyse.benchmark) { + let series = global.projects[projectId].infos + .readSync('benchmarks.series'); + if (series[serieId] === undefined) { + let e = 'socket serieUpdateAssignee series[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + series[serieId].assignee = serie.assignee.analyse; + global.projects[projectId].infos.writeSync('benchmarks.series', series); + } + if (serie.analyse.test) { + let series = global.projects[projectId].infos.readSync('tests.series'); + if (series[serieId] === undefined) { + let e = 'socket serieUpdateAssignee series[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + series[serieId].assignee = serie.assignee.analyse; + global.projects[projectId].infos.writeSync('tests.series', series); + } + } else { + if (!global.comparesConfig[compareId]) { + let e = 'socket serieUpdateAssignee compareId compares doesnt exist ' + + compareId; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + let t = ''; + if (serie.assignee.compares[compareId] !== assignee) { + t += 'Assignee for ' + compares[compareId].description + + ' updated '; + if (serie.assignee.compares[compareId]) + t += serie.assignee.compares[compareId]; + else + t += 'None'; + t += ' -> '; + if (assignee) + t += assignee; + else + t += 'None'; + t += '
'; + serie.assignee.compares[compareId] = assignee; + } + comment.text = t; + let compare = global.projects[projectId].infos + .readSync('benchmarks.compare_' + compareId); + if (compare[serieId] === undefined) { + let e = 'socket serieUpdateAssignee compare[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + compare[serieId].assignee = serie.assignee.compares[compareId]; + global.projects[projectId].infos + .writeSync('benchmarks.compare_' + compareId, compare); + } + + let serieComments = global.projects[projectId].comments.readSync(serieId); + if (serieComments === undefined) { + serieComments = []; + } + comment.date = Date.now(); + serieComments.push(comment); + global.projects[projectId].comments.writeSync(serieId, serieComments); + global.projects[projectId].series.writeSync(serieId, serie); + socket.emit('serieUpdateAssigneeDone', req); + }); + + socket.on('serieUpdateSeriesState', function(req) { + let projectId = req.projectId; + let serieId = req.serieId; + + if (!socket.request.user) { + let e = 'socket serieupdateSeriesState requires admin login'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + + let comment = { + text: '' + }; + let state = req.state; + console.log('serieUpdateSeriesState', req); + if (state === undefined) { + let e = 'socket serieUpdateSeriesState state undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (projectId === undefined) { + let e = 'socket serieUpdateSeriesState projectId undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId] === undefined) { + let e = 'socket serieUpdateSeriesState projectId not in projects'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId].series === undefined) { + let e = 'socket serieUpdateSeriesState projectId series undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + if (!global.projects[projectId].series.existsSync(serieId)) { + let e = 'socket serieUpdateSeriesState serieId doesnt exist'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + let serie = global.projects[projectId].series.readSync(serieId); + let compareId = req.compareId; + + if (!compareId) { + let t = ''; + if (serie.state.analyse !== state) { + t += 'Regression analysis state updated ' + + serie.state.analyse + ' -> ' + + state + '
'; + if (serie.analyse.benchmark) { + if (state === 'regressionNoisy') + state = 'similarNoisy'; + if (state === 'improvementNoisy') + state = 'similarNoisy'; + } + serie.state.analyse = state; + } + + comment.text = t + comment.text; + + if (serie.analyse.benchmark) { + let series = global.projects[projectId].infos + .readSync('benchmarks.series'); + if (series[serieId] === undefined) { + let e = 'socket serieUpdateSeriesState series[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + series[serieId].state = serie.state.analyse; + global.projects[projectId].infos.writeSync('benchmarks.series', series); + } + if (serie.analyse.test) { + let series = global.projects[projectId].infos.readSync('tests.series'); + if (series[serieId] === undefined) { + let e = 'socket serieUpdateSeriesState series[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + series[serieId].state = serie.state.analyse; + global.projects[projectId].infos.writeSync('tests.series', series); + } + } else { + + if (!global.comparesConfig[compareId]) { + let e = 'socket serieUpdateState compareId compares doesnt exist ' + + compareId; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + let t = ''; + if (serie.state.compares[compareId] !== state) { + t += 'State for ' + compares[compareId].description + + ' updated ' + + serie.state.compares[compareId] + ' -> ' + + state + '
'; + serie.state.compares[compareId] = state; + } + + comment.text = t + comment.text; + let compare = global.projects[projectId].infos + .readSync('benchmarks.compare_' + compareId); + if (compare[serieId] === undefined) { + let e = 'socket serieUpdateState compare[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + compare[serieId].state = serie.state.compares[compareId]; + global.projects[projectId].infos + .writeSync('benchmarks.compare_' + compareId, compare); + } + + let serieComments = global.projects[projectId].comments.readSync(serieId); + if (serieComments === undefined) { + serieComments = []; + } + comment.date = Date.now(); + serieComments.push(comment); + global.projects[projectId].comments.writeSync(serieId, serieComments); + global.projects[projectId].series.writeSync(serieId, serie); + socket.emit('serieUpdateSeriesStateDone', req); + }); + + // serieUpdateBugLink projectId, serieId, bugLink + socket.on('serieUpdateBugLink', function(req) { + let projectId = req.projectId; + let serieId = req.serieId; + + if (!socket.request.user) { + let e = 'socket serieUpdateBugLink requires admin login'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + + let comment = { + text: '' + }; + let bugLink = req.bugLink; + console.log('serieUpdateBugLink', req); + if (bugLink === undefined) { + let e = 'socket serieUpdateBugLink bugLink undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (projectId === undefined) { + let e = 'socket serieUpdateBugLink projectId undefined'; + console.error(e); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId] === undefined) { + let e = 'socket serieUpdateBugLink projectId not in projects'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + if (global.projects[projectId].series === undefined) { + let e = 'socket serieUpdateBugLink projectId series undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + if (!global.projects[projectId].series.existsSync(serieId)) { + let e = 'socket serieUpdateBugLink serieId doesnt exist'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + let serie = global.projects[projectId].series.readSync(serieId); + let compareId = req.compareId; + + if (serie.bugLink === undefined) { + serie.bugLink = {}; + if (serie.analyse.benchmark) { + serie.bugLink.compares = {}; + } + } + if (!compareId) { + let t = ''; + t += 'BugLink updated to ' + bugLink + '
'; + serie.bugLink.series = bugLink; + comment.text = t + comment.text; + if (serie.analyse.benchmark) { + let series = global.projects[projectId].infos + .readSync('benchmarks.series'); + if (series[serieId] === undefined) { + let e = 'socket serieUpdateBugLink series[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + series[serieId].bugLink = bugLink; + global.projects[projectId].infos.writeSync('benchmarks.series', series); + } + if (serie.analyse.test) { + let series = global.projects[projectId].infos.readSync('tests.series'); + if (series[serieId] === undefined) { + let e = 'socket serieUpdateBugLink series[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + series[serieId].bugLink = bugLink; + global.projects[projectId].infos.writeSync('tests.series', series); + } + } else { + if (!global.comparesConfig[compareId]) { + let e = 'socket serieUpdateBugLink compareId compares doesnt exist ' + + compareId; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + let t = ''; + t += 'BugLink for ' + compares[compareId].description + + ' updated to ' + bugLink + '
'; + serie.bugLink.compares[compareId] = bugLink; + comment.text = t + comment.text; + let compare = global.projects[projectId].infos + .readSync('benchmarks.compare_' + compareId); + if (compare[serieId] === undefined) { + let e = 'socket serieUpdateBugLink compare[serieId] undefined'; + console.error(e, projectId, serieId); + socket.emit('serverError', e); + return; + } + compare[serieId].bugLink = bugLink; + global.projects[projectId].infos + .writeSync('benchmarks.compare_' + compareId, compare); + } + + let serieComments = global.projects[projectId].comments.readSync(serieId); + if (serieComments === undefined) { + serieComments = []; + } + comment.date = Date.now(); + serieComments.push(comment); + global.projects[projectId].comments.writeSync(serieId, serieComments); + global.projects[projectId].series.writeSync(serieId, serie); + socket.emit('serieUpdateBugLinkDone', req); + }); +}); + +/* +// for other webservices via direct connection +const WebSocketServer = require('ws').Server; +const wss = new WebSocketServer({ + port: global.config.server.port + 1, +}); + +console.log('Dana system server listening at port %d', + global.config.server.port + 1); + +wss.on('connection', function connection(ws) { + console.log('One external system just connect'); + ws.on('message', function(msg, flags) { + let req = JSON.parse(msg); + if (req.api === 'addBuild') { + apiAddBuild(req, function end(err) { + if (err) { + return ws.send(err); + } + return ws.send('done'); + }); + return; + } + if (req.api === 'addSerie') { + apiAddSerie(req, function end(err) { + if (err) { + return ws.send(err); + } + return ws.send('done'); + }); + return; + } + if (req.api === 'addSample') { + apiAddSample(req, function end(err) { + if (err) { + return ws.send(err); + } + return ws.send('done'); + }); + return; + } + ws.send('Invalid API'); + }); + ws.on('error', function error(err) { + console.log('Dana server ws error', err); + }); + ws.on('close', function close() { + console.log('Dana server ws close'); + }); +}); +*/ + +periodicSnapshot(); +snapshotAtMidnight(); diff --git a/dana/src/updateDbAnalyse.js b/dana/src/updateDbAnalyse.js new file mode 100644 index 0000000000000000000000000000000000000000..31d66b1b03be298205bc4424b2688f42f386a10f --- /dev/null +++ b/dana/src/updateDbAnalyse.js @@ -0,0 +1,242 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +const cwd = process.cwd(); +const fs = require('fs'); +const moduleAnalyse = require(cwd + '/src/analyse'); +const global = { + ws: {}, + states: {}, + repositories: {}, + series: {}, + debug: false, + version: undefined, + config: require(cwd + '/configs/dana.js'), + projectsConfig: {}, + projects: {}, + admin: {}, + emailIsEnabled: true, + comparesConfig: {}, +}; + +if (!fs.existsSync(cwd + '/configs/db')) { + fs.mkdirSync(cwd + '/configs/db'); +} + +const ModuleFiles = require(cwd + '/src/files'); +global.admin = new ModuleFiles(cwd + '/configs/db/admin', 200); + +if (global.admin.existsSync('projects')) { + global.projectsConfig = global.admin.readSync('projects'); +} + +let k = Object.keys(global.projectsConfig); +for (let ii = 0; ii < k.length; ii++) { + global.projects[k[ii]] = {}; + if (!fs.existsSync(cwd + '/configs/db/' + k[ii])) { + fs.mkdirSync(cwd + '/configs/db/' + k[ii]); + } + global.projects[k[ii]].series = + new ModuleFiles(cwd + '/configs/db/' + k[ii] + '/series', 10); + global.projects[k[ii]].comments = + new ModuleFiles(cwd + '/configs/db/' + k[ii] + '/comments', 10); + global.projects[k[ii]].infos = + new ModuleFiles(cwd + '/configs/db/' + k[ii] + '/infos', 200); +} + +if (global.config === undefined) { + console.log('ERROR Invalid configuration file, undefined'); + process.exit(2); +} + +if (global.admin.existsSync('compares')) { + global.comparesConfig = global.admin.readSync('compares'); +} + +// serieUpdateAnalyse (projectId, serieId, analyse) +// -> receiveUpdateAnalyseDone (projectId, serieId, analyse) +function serieUpdateAnalyse(req) { + let projectId = req.projectId; + let serieId = req.serieId; + let analyse = req.analyse; + if (global.debug) console.log('serieUpdateAnalyse', req); + if (analyse === undefined) { + let e = 'serieUpdateAnalyse analyse undefined'; + console.error(e); + console.log('serverError', e); + return; + } + if (projectId === undefined) { + let e = 'serieUpdateAnalyse projectId undefined'; + console.error(e); + console.log('serverError', e); + return; + } + if (global.projects[projectId] === undefined) { + let e = 'serieUpdateAnalyse projectId not in projects'; + console.error(e, projectId, serieId); + console.log('serverError', e); + return; + } + if (global.projects[projectId].series === undefined) { + let e = 'serieUpdateAnalyse projectId series undefined'; + console.error(e, projectId, serieId); + console.log('serverError', e); + return; + } + if (!global.projects[projectId].series.existsSync(serieId)) { + let e = 'serieUpdateAnalyse serieId doesnt exist'; + console.error(e, projectId, serieId); + console.log('serverError', e); + return; + } + let serie = global.projects[projectId].series.readSync(serieId); + + serie.analyse = analyse; + + if (serie.analyse.benchmark) { + moduleAnalyse.analyse(serie); + + let st = serie.state.analyse; + + // convert an existing database + if (st === 'none') st = undefined; + if (st === 'assigned') st = 'regressionAssigned'; + if (st === 'new') st = 'regressionConfirmed'; + if (st === 'wontfix') st = 'regressionIntended'; + + if (st !== 'similarNoisy') { + if (serie.analyseResult.summary.status === 'regression') { + if (st === undefined) + serie.state.analyse = 'regressionNeedstriage'; + else if (st.indexOf('regression') === -1) + serie.state.analyse = 'regressionNeedstriage'; + } else { + serie.assignee.analyse = undefined; + if (serie.analyseResult.summary.status === 'improvement') { + if (st === undefined) + serie.state.analyse = 'improvementNeedstriage'; + else if (st.indexOf('improvement') === -1) + serie.state.analyse = 'improvementNeedstriage'; + } else { + if (st === undefined) + serie.state.analyse = 'similarNeedstriage'; + else if (st.indexOf('similar') === -1) + serie.state.analyse = 'similarNeedstriage'; + } + } + } else { + //TODO: noisy management to know if serie is back to a normal mode + } + + // series management + let series = global.projects[projectId].infos + .readSync('benchmarks.series'); + if (series[serieId] === undefined) { + let e = 'serieUpdateAnalyse series[serieId] undefined'; + console.error(e, projectId, serieId); + console.log('serverError', e); + return; + } + series[serieId].status = serie.analyseResult.summary; + series[serieId].state = serie.state.analyse; + + global.projects[projectId].infos.writeSync('benchmarks.series', series); + + // + // Compare management + // + let k = Object.keys(global.comparesConfig); + for (let ii = 0; ii < k.length; ii++) { + let compareId = k[ii]; + let cp = global.comparesConfig[compareId]; + if (cp.projectId !== projectId) continue; + let cpProjectId = cp.projectId; + if (global.projects[cpProjectId].series) { + if (global.projects[cpProjectId].series.existsSync(serieId)) { + let cpSerie = global.projects[cpProjectId].series + .readSync(serieId); + let result = moduleAnalyse.benchmarkCompare(cp, serie, cpSerie); + if (result !== undefined) { + + let st = serie.state.compares[compareId]; + if (result.status === 'lower') { + if (st === undefined) + serie.state.compares[compareId] = 'lowerNeedstriage'; + else if (st.indexOf('lower') === -1) + serie.state.compares[compareId] = 'lowerNeedstriage'; + } else { + serie.assignee.compares[compareId] = undefined; + if (serie.analyseResult.summary.status === 'better') { + if (st === undefined) + serie.state.compares[compareId] = 'betterNeedstriage'; + else if (st.indexOf('better') === -1) + serie.state.compares[compareId] = 'betterNeedstriage'; + } else { + if (st === undefined) + serie.state.compares[compareId] = 'similarNeedstriage'; + else if (st.indexOf('similar') === -1) + serie.state.compares[compareId] = 'similarNeedstriage'; + } + } + + // serie file + if (serie.compares === undefined) serie.compares = {}; + serie.compares[compareId].result = result; + + // compares file + let compare = global.projects[projectId].infos + .readSync('benchmarks.compare_' + compareId); + if (compare[serieId] === undefined) { + let e = 'serieUpdateAnalyse compare[serieId] undefin'; + console.error(e, projectId, serieId); + console.log('serverError', e); + return; + } + compare[serieId].result = result; + compare[serieId].state = serie.state.compares[compareId]; + + global.projects[projectId].infos + .writeSync('benchmarks.compare_' + compareId, compare); + } + } + } + } + } + + global.projects[projectId].series.writeSync(serieId, serie); +} + +var req = {}; +var kProjects = Object.keys(global.projects); +for (var ii = 0; ii < kProjects.length; ii++) { + req.projectId = kProjects[ii]; + let series = global.projects[req.projectId].infos + .readSync('benchmarks.series'); + var kSeries = Object.keys(series); + for (var ii = 0; ii < kSeries.length; ii++) { + req.serieId = kSeries[ii]; + req.analyse = { + benchmark: { + range: "5%", + trend: "higher", + required: 2 + } + }; + console.log(req) + serieUpdateAnalyse(req); + } +} diff --git a/dana/src/updateDbRename.js b/dana/src/updateDbRename.js new file mode 100644 index 0000000000000000000000000000000000000000..195cd7de41c4e27e904a1744f4f78c75071786bb --- /dev/null +++ b/dana/src/updateDbRename.js @@ -0,0 +1,149 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +const cwd = process.cwd(); +const fs = require('fs'); +const global = { + ws: {}, + states: {}, + repositories: {}, + series: {}, + debug: false, + version: undefined, + config: require(cwd + '/configs/dana.js'), + projectsConfig: {}, + projects: {}, + admin: {}, + emailIsEnabled: true, + comparesConfig: {}, +}; + +if (global.config === undefined) { + console.log('ERROR Invalid configuration file, undefined'); + process.exit(2); +} + +const ModuleFiles = require(cwd + '/src/files'); +global.admin = new ModuleFiles(cwd + '/configs/db/admin', 200); + +if (global.admin.existsSync('projects')) { + global.projectsConfig = global.admin.readSync('projects'); +} + +const serieIdFind = /stringToFindInSerieId/; // regex +const serieIdReplace = "stringToReplaceInSerieId"; +const serieInfosFind = /stringToFindInInfos/; // regex +const serieInfosReplace = "stringToReplaceInInfos"; + +let k = Object.keys(global.projectsConfig); +for (let ii = 0; ii < k.length; ii++) { + global.projects[k[ii]] = {}; + if (!fs.existsSync(cwd + '/configs/db/' + k[ii])) { + fs.mkdirSync(cwd + '/configs/db/' + k[ii]); + } + global.projects[k[ii]].series = + new ModuleFiles(cwd + '/configs/db/' + k[ii] + '/series', 10); + global.projects[k[ii]].comments = + new ModuleFiles(cwd + '/configs/db/' + k[ii] + '/comments', 10); + global.projects[k[ii]].infos = + new ModuleFiles(cwd + '/configs/db/' + k[ii] + '/infos', 200); +} + +if (global.admin.existsSync('compares')) { + global.comparesConfig = global.admin.readSync('compares'); +} + +let projectId, serieId, compareId; + +var kProjects = Object.keys(global.projects); +for (var ii = 0; ii < kProjects.length; ii++) { + let series, kSeries; + projectId = kProjects[ii]; + if (global.projects[projectId].infos.existsSync('tests.series')) { + series = global.projects[projectId].infos + .readSync('tests.series'); + kSeries = Object.keys(series); + for (let ii = 0; ii < kSeries.length; ii++) { + let serie; + serieId = kSeries[ii]; + if (serieId.search(serieIdFind) !== -1) { + if (!global.projects[projectId].series.existsSync(serieId)) { + console.log('Database integrity error - ', projectId, serieId); + process.exit(1); + } + serie = global.projects[projectId].series.readSync(serieId); + let newSerieId = serieId.replace(serieIdFind, serieIdReplace); + if (serie.infos) + serie.infos = serie.infos.replace(serieInfosFind, serieInfosReplace); + console.log(projectId, 'Tests.series converting "', serieId, '" into "', newSerieId, '"'); + global.projects[projectId].series.writeSync(newSerieId, serie); + global.projects[projectId].series.deleteSync(serieId); + series[newSerieId] = series[serieId]; + delete series[serieId]; + } + } + series = global.projects[projectId].infos + .writeSync('tests.series', series); + } + + if (global.projects[projectId].infos.existsSync('benchmarks.series')) { + series = global.projects[projectId].infos + .readSync('benchmarks.series'); + kSeries = Object.keys(series); + for (let ii = 0; ii < kSeries.length; ii++) { + let serie; + serieId = kSeries[ii]; + if (serieId.search(serieIdFind) !== -1) { + if (!global.projects[projectId].series.existsSync(serieId)) { + console.log('Database integrity error - ', projectId, serieId); + process.exit(1); + } + serie = global.projects[projectId].series.readSync(serieId); + let newSerieId = serieId.replace(serieIdFind, serieIdReplace); + if (serie.infos) + serie.infos = serie.infos.replace(serieInfosFind, serieInfosReplace); + console.log(projectId, 'Benchmark.series converting "', serieId, '" into "', newSerieId, '"'); + global.projects[projectId].series.writeSync(newSerieId, serie); + global.projects[projectId].series.deleteSync(serieId); + series[newSerieId] = series[serieId]; + delete series[serieId]; + } + } + series = global.projects[projectId].infos + .writeSync('benchmarks.series', series); + } + + let k = Object.keys(global.comparesConfig); + for (let ii = 0; ii < k.length; ii++) { + let compareId = k[ii]; + let cp = global.comparesConfig[compareId]; + if (cp.projectId !== projectId) continue; + let compare = global.projects[projectId].infos + .readSync('benchmarks.compare_' + compareId); + kSeries = Object.keys(compare); + for (let ii = 0; ii < kSeries.length; ii++) { + serieId = kSeries[ii]; + if (serieId.search(serieIdFind) !== -1) { + let newSerieId = serieId.replace(serieIdFind, serieIdReplace) + console.log(projectId, 'Compares Converting "', serieId, '" into "', newSerieId, '"'); + compare[newSerieId] = compare[serieId]; + delete compare[serieId]; + } + } + global.projects[projectId].infos + .writeSync('benchmarks.compare_' + compareId, compare); + } +} diff --git a/dana/third_party/.bower.json b/dana/third_party/.bower.json new file mode 100644 index 0000000000000000000000000000000000000000..505130a05864701e12d02c1bcab736a96eb3d0e5 --- /dev/null +++ b/dana/third_party/.bower.json @@ -0,0 +1,37 @@ +{ + "name": "font-awesome", + "description": "Font Awesome", + "keywords": [], + "homepage": "http://fontawesome.io", + "dependencies": {}, + "devDependencies": {}, + "license": [ + "OFL-1.1", + "MIT", + "CC-BY-3.0" + ], + "main": [ + "less/font-awesome.less", + "scss/font-awesome.scss" + ], + "ignore": [ + "*/.*", + "*.json", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", + "*.md" + ], + "version": "4.6.1", + "_release": "4.6.1", + "_resolution": { + "type": "version", + "tag": "v4.6.1", + "commit": "2ea06070a708a56c260d4b60b23318ff55ce67f4" + }, + "_source": "https://github.com/FortAwesome/Font-Awesome.git", + "_target": "^4.6.1", + "_originalSource": "fontawesome", + "_direct": true +} \ No newline at end of file diff --git a/dana/third_party/.npmignore b/dana/third_party/.npmignore new file mode 100644 index 0000000000000000000000000000000000000000..54a691f81598172c378f35c30774b0d428294d37 --- /dev/null +++ b/dana/third_party/.npmignore @@ -0,0 +1,42 @@ +*.pyc +*.egg-info +*.db +*.db.old +*.swp +*.db-journal + +.coverage +.DS_Store +.installed.cfg +_gh_pages/* + +.idea/* +.svn/* +src/website/static/* +src/website/media/* + +bin +cfcache +develop-eggs +dist +downloads +eggs +parts +tmp +.sass-cache +node_modules + +src/website/settingslocal.py +stunnel.log + +.ruby-version + +# don't need these in the npm package. +src/ +_config.yml +bower.json +component.json +composer.json +CONTRIBUTING.md +Gemfile +Gemfile.lock diff --git a/dana/third_party/bootstrap/CHANGELOG.md b/dana/third_party/bootstrap/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..b25f83841300591eb07a62dbf1e6f2a2e086151e --- /dev/null +++ b/dana/third_party/bootstrap/CHANGELOG.md @@ -0,0 +1,5 @@ +Bootstrap uses [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for its changelogs. + +See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. + +Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release. diff --git a/dana/third_party/bootstrap/Gruntfile.js b/dana/third_party/bootstrap/Gruntfile.js new file mode 100644 index 0000000000000000000000000000000000000000..4b3e12283ecc97dfca1cf60698306088f74be081 --- /dev/null +++ b/dana/third_party/bootstrap/Gruntfile.js @@ -0,0 +1,533 @@ +/*! + * Bootstrap's Gruntfile + * http://getbootstrap.com + * Copyright 2013-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +module.exports = function (grunt) { + 'use strict'; + + // Force use of Unix newlines + grunt.util.linefeed = '\n'; + + RegExp.quote = function (string) { + return string.replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&'); + }; + + var fs = require('fs'); + var path = require('path'); + var npmShrinkwrap = require('npm-shrinkwrap'); + var generateGlyphiconsData = require('./grunt/bs-glyphicons-data-generator.js'); + var BsLessdocParser = require('./grunt/bs-lessdoc-parser.js'); + var getLessVarsData = function () { + var filePath = path.join(__dirname, 'less/variables.less'); + var fileContent = fs.readFileSync(filePath, { encoding: 'utf8' }); + var parser = new BsLessdocParser(fileContent); + return { sections: parser.parseFile() }; + }; + var generateRawFiles = require('./grunt/bs-raw-files-generator.js'); + var generateCommonJSModule = require('./grunt/bs-commonjs-generator.js'); + var configBridge = grunt.file.readJSON('./grunt/configBridge.json', { encoding: 'utf8' }); + + Object.keys(configBridge.paths).forEach(function (key) { + configBridge.paths[key].forEach(function (val, i, arr) { + arr[i] = path.join('./docs/assets', val); + }); + }); + + // Project configuration. + grunt.initConfig({ + + // Metadata. + pkg: grunt.file.readJSON('package.json'), + banner: '/*!\n' + + ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' + + ' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + + ' * Licensed under the <%= pkg.license %> license\n' + + ' */\n', + jqueryCheck: configBridge.config.jqueryCheck.join('\n'), + jqueryVersionCheck: configBridge.config.jqueryVersionCheck.join('\n'), + + // Task configuration. + clean: { + dist: 'dist', + docs: 'docs/dist' + }, + + jshint: { + options: { + jshintrc: 'js/.jshintrc' + }, + grunt: { + options: { + jshintrc: 'grunt/.jshintrc' + }, + src: ['Gruntfile.js', 'package.js', 'grunt/*.js'] + }, + core: { + src: 'js/*.js' + }, + test: { + options: { + jshintrc: 'js/tests/unit/.jshintrc' + }, + src: 'js/tests/unit/*.js' + }, + assets: { + src: ['docs/assets/js/src/*.js', 'docs/assets/js/*.js', '!docs/assets/js/*.min.js'] + } + }, + + jscs: { + options: { + config: 'js/.jscsrc' + }, + grunt: { + src: '<%= jshint.grunt.src %>' + }, + core: { + src: '<%= jshint.core.src %>' + }, + test: { + src: '<%= jshint.test.src %>' + }, + assets: { + options: { + requireCamelCaseOrUpperCaseIdentifiers: null + }, + src: '<%= jshint.assets.src %>' + } + }, + + concat: { + options: { + banner: '<%= banner %>\n<%= jqueryCheck %>\n<%= jqueryVersionCheck %>', + stripBanners: false + }, + bootstrap: { + src: [ + 'js/transition.js', + 'js/alert.js', + 'js/button.js', + 'js/carousel.js', + 'js/collapse.js', + 'js/dropdown.js', + 'js/modal.js', + 'js/tooltip.js', + 'js/popover.js', + 'js/scrollspy.js', + 'js/tab.js', + 'js/affix.js' + ], + dest: 'dist/js/<%= pkg.name %>.js' + } + }, + + uglify: { + options: { + compress: { + warnings: false + }, + mangle: true, + preserveComments: 'some' + }, + core: { + src: '<%= concat.bootstrap.dest %>', + dest: 'dist/js/<%= pkg.name %>.min.js' + }, + customize: { + src: configBridge.paths.customizerJs, + dest: 'docs/assets/js/customize.min.js' + }, + docsJs: { + src: configBridge.paths.docsJs, + dest: 'docs/assets/js/docs.min.js' + } + }, + + qunit: { + options: { + inject: 'js/tests/unit/phantom.js' + }, + files: 'js/tests/index.html' + }, + + less: { + compileCore: { + options: { + strictMath: true, + sourceMap: true, + outputSourceFiles: true, + sourceMapURL: '<%= pkg.name %>.css.map', + sourceMapFilename: 'dist/css/<%= pkg.name %>.css.map' + }, + src: 'less/bootstrap.less', + dest: 'dist/css/<%= pkg.name %>.css' + }, + compileTheme: { + options: { + strictMath: true, + sourceMap: true, + outputSourceFiles: true, + sourceMapURL: '<%= pkg.name %>-theme.css.map', + sourceMapFilename: 'dist/css/<%= pkg.name %>-theme.css.map' + }, + src: 'less/theme.less', + dest: 'dist/css/<%= pkg.name %>-theme.css' + } + }, + + autoprefixer: { + options: { + browsers: configBridge.config.autoprefixerBrowsers + }, + core: { + options: { + map: true + }, + src: 'dist/css/<%= pkg.name %>.css' + }, + theme: { + options: { + map: true + }, + src: 'dist/css/<%= pkg.name %>-theme.css' + }, + docs: { + src: ['docs/assets/css/src/docs.css'] + }, + examples: { + expand: true, + cwd: 'docs/examples/', + src: ['**/*.css'], + dest: 'docs/examples/' + } + }, + + csslint: { + options: { + csslintrc: 'less/.csslintrc' + }, + dist: [ + 'dist/css/bootstrap.css', + 'dist/css/bootstrap-theme.css' + ], + examples: [ + 'docs/examples/**/*.css' + ], + docs: { + options: { + ids: false, + 'overqualified-elements': false + }, + src: 'docs/assets/css/src/docs.css' + } + }, + + cssmin: { + options: { + // TODO: disable `zeroUnits` optimization once clean-css 3.2 is released + // and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly + compatibility: 'ie8', + keepSpecialComments: '*', + sourceMap: true, + advanced: false + }, + minifyCore: { + src: 'dist/css/<%= pkg.name %>.css', + dest: 'dist/css/<%= pkg.name %>.min.css' + }, + minifyTheme: { + src: 'dist/css/<%= pkg.name %>-theme.css', + dest: 'dist/css/<%= pkg.name %>-theme.min.css' + }, + docs: { + src: [ + 'docs/assets/css/ie10-viewport-bug-workaround.css', + 'docs/assets/css/src/pygments-manni.css', + 'docs/assets/css/src/docs.css' + ], + dest: 'docs/assets/css/docs.min.css' + } + }, + + csscomb: { + options: { + config: 'less/.csscomb.json' + }, + dist: { + expand: true, + cwd: 'dist/css/', + src: ['*.css', '!*.min.css'], + dest: 'dist/css/' + }, + examples: { + expand: true, + cwd: 'docs/examples/', + src: '**/*.css', + dest: 'docs/examples/' + }, + docs: { + src: 'docs/assets/css/src/docs.css', + dest: 'docs/assets/css/src/docs.css' + } + }, + + copy: { + fonts: { + expand: true, + src: 'fonts/*', + dest: 'dist/' + }, + docs: { + expand: true, + cwd: 'dist/', + src: [ + '**/*' + ], + dest: 'docs/dist/' + } + }, + + connect: { + server: { + options: { + port: 3000, + base: '.' + } + } + }, + + jekyll: { + options: { + config: '_config.yml' + }, + docs: {}, + github: { + options: { + raw: 'github: true' + } + } + }, + + htmlmin: { + dist: { + options: { + collapseWhitespace: true, + conservativeCollapse: true, + minifyCSS: true, + minifyJS: true, + removeAttributeQuotes: true, + removeComments: true + }, + expand: true, + cwd: '_gh_pages', + dest: '_gh_pages', + src: [ + '**/*.html', + '!examples/**/*.html' + ] + } + }, + + jade: { + options: { + pretty: true, + data: getLessVarsData + }, + customizerVars: { + src: 'docs/_jade/customizer-variables.jade', + dest: 'docs/_includes/customizer-variables.html' + }, + customizerNav: { + src: 'docs/_jade/customizer-nav.jade', + dest: 'docs/_includes/nav/customize.html' + } + }, + + htmllint: { + options: { + ignore: [ + 'Attribute "autocomplete" not allowed on element "button" at this point.', + 'Attribute "autocomplete" is only allowed when the input type is "color", "date", "datetime", "datetime-local", "email", "month", "number", "password", "range", "search", "tel", "text", "time", "url", or "week".', + 'Element "img" is missing required attribute "src".' + ] + }, + src: '_gh_pages/**/*.html' + }, + + watch: { + src: { + files: '<%= jshint.core.src %>', + tasks: ['jshint:core', 'qunit', 'concat'] + }, + test: { + files: '<%= jshint.test.src %>', + tasks: ['jshint:test', 'qunit'] + }, + less: { + files: 'less/**/*.less', + tasks: 'less' + } + }, + + sed: { + versionNumber: { + pattern: (function () { + var old = grunt.option('oldver'); + return old ? RegExp.quote(old) : old; + })(), + replacement: grunt.option('newver'), + exclude: [ + 'dist/fonts', + 'docs/assets', + 'fonts', + 'js/tests/vendor', + 'node_modules', + 'test-infra' + ], + recursive: true + } + }, + + 'saucelabs-qunit': { + all: { + options: { + build: process.env.TRAVIS_JOB_ID, + throttled: 10, + maxRetries: 3, + maxPollRetries: 4, + urls: ['http://127.0.0.1:3000/js/tests/index.html?hidepassed'], + browsers: grunt.file.readYAML('grunt/sauce_browsers.yml') + } + } + }, + + exec: { + npmUpdate: { + command: 'npm update' + } + }, + + compress: { + main: { + options: { + archive: 'bootstrap-<%= pkg.version %>-dist.zip', + mode: 'zip', + level: 9, + pretty: true + }, + files: [ + { + expand: true, + cwd: 'dist/', + src: ['**'], + dest: 'bootstrap-<%= pkg.version %>-dist' + } + ] + } + } + + }); + + + // These plugins provide necessary tasks. + require('load-grunt-tasks')(grunt, { scope: 'devDependencies' }); + require('time-grunt')(grunt); + + // Docs HTML validation task + grunt.registerTask('validate-html', ['jekyll:docs', 'htmllint']); + + var runSubset = function (subset) { + return !process.env.TWBS_TEST || process.env.TWBS_TEST === subset; + }; + var isUndefOrNonZero = function (val) { + return val === undefined || val !== '0'; + }; + + // Test task. + var testSubtasks = []; + // Skip core tests if running a different subset of the test suite + if (runSubset('core') && + // Skip core tests if this is a Savage build + process.env.TRAVIS_REPO_SLUG !== 'twbs-savage/bootstrap') { + testSubtasks = testSubtasks.concat(['dist-css', 'dist-js', 'csslint:dist', 'test-js', 'docs']); + } + // Skip HTML validation if running a different subset of the test suite + if (runSubset('validate-html') && + // Skip HTML5 validator on Travis when [skip validator] is in the commit message + isUndefOrNonZero(process.env.TWBS_DO_VALIDATOR)) { + testSubtasks.push('validate-html'); + } + // Only run Sauce Labs tests if there's a Sauce access key + if (typeof process.env.SAUCE_ACCESS_KEY !== 'undefined' && + // Skip Sauce if running a different subset of the test suite + runSubset('sauce-js-unit') && + // Skip Sauce on Travis when [skip sauce] is in the commit message + isUndefOrNonZero(process.env.TWBS_DO_SAUCE)) { + testSubtasks.push('connect'); + testSubtasks.push('saucelabs-qunit'); + } + grunt.registerTask('test', testSubtasks); + grunt.registerTask('test-js', ['jshint:core', 'jshint:test', 'jshint:grunt', 'jscs:core', 'jscs:test', 'jscs:grunt', 'qunit']); + + // JS distribution task. + grunt.registerTask('dist-js', ['concat', 'uglify:core', 'commonjs']); + + // CSS distribution task. + grunt.registerTask('less-compile', ['less:compileCore', 'less:compileTheme']); + grunt.registerTask('dist-css', ['less-compile', 'autoprefixer:core', 'autoprefixer:theme', 'csscomb:dist', 'cssmin:minifyCore', 'cssmin:minifyTheme']); + + // Full distribution task. + grunt.registerTask('dist', ['clean:dist', 'dist-css', 'copy:fonts', 'dist-js']); + + // Default task. + grunt.registerTask('default', ['clean:dist', 'copy:fonts', 'test']); + + // Version numbering task. + // grunt change-version-number --oldver=A.B.C --newver=X.Y.Z + // This can be overzealous, so its changes should always be manually reviewed! + grunt.registerTask('change-version-number', 'sed'); + + grunt.registerTask('build-glyphicons-data', function () { generateGlyphiconsData.call(this, grunt); }); + + // task for building customizer + grunt.registerTask('build-customizer', ['build-customizer-html', 'build-raw-files']); + grunt.registerTask('build-customizer-html', 'jade'); + grunt.registerTask('build-raw-files', 'Add scripts/less files to customizer.', function () { + var banner = grunt.template.process('<%= banner %>'); + generateRawFiles(grunt, banner); + }); + + grunt.registerTask('commonjs', 'Generate CommonJS entrypoint module in dist dir.', function () { + var srcFiles = grunt.config.get('concat.bootstrap.src'); + var destFilepath = 'dist/js/npm.js'; + generateCommonJSModule(grunt, srcFiles, destFilepath); + }); + + // Docs task. + grunt.registerTask('docs-css', ['autoprefixer:docs', 'autoprefixer:examples', 'csscomb:docs', 'csscomb:examples', 'cssmin:docs']); + grunt.registerTask('lint-docs-css', ['csslint:docs', 'csslint:examples']); + grunt.registerTask('docs-js', ['uglify:docsJs', 'uglify:customize']); + grunt.registerTask('lint-docs-js', ['jshint:assets', 'jscs:assets']); + grunt.registerTask('docs', ['docs-css', 'lint-docs-css', 'docs-js', 'lint-docs-js', 'clean:docs', 'copy:docs', 'build-glyphicons-data', 'build-customizer']); + + grunt.registerTask('prep-release', ['dist', 'docs', 'jekyll:github', 'htmlmin', 'compress']); + + // Task for updating the cached npm packages used by the Travis build (which are controlled by test-infra/npm-shrinkwrap.json). + // This task should be run and the updated file should be committed whenever Bootstrap's dependencies change. + grunt.registerTask('update-shrinkwrap', ['exec:npmUpdate', '_update-shrinkwrap']); + grunt.registerTask('_update-shrinkwrap', function () { + var done = this.async(); + npmShrinkwrap({ dev: true, dirname: __dirname }, function (err) { + if (err) { + grunt.fail.warn(err); + } + var dest = 'test-infra/npm-shrinkwrap.json'; + fs.renameSync('npm-shrinkwrap.json', dest); + grunt.log.writeln('File ' + dest.cyan + ' updated.'); + done(); + }); + }); +}; diff --git a/dana/third_party/bootstrap/LICENSE b/dana/third_party/bootstrap/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..f4c52d6a4b3e13836fc2b516b962b5365a1d19c8 --- /dev/null +++ b/dana/third_party/bootstrap/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2011-2015 Twitter, Inc + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/dana/third_party/bootstrap/README.md b/dana/third_party/bootstrap/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c2a887b73c992ebd439c20cd6ff0c84db171dda5 --- /dev/null +++ b/dana/third_party/bootstrap/README.md @@ -0,0 +1,139 @@ +# [Bootstrap](http://getbootstrap.com) + +[![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com) +![Bower version](https://img.shields.io/bower/v/bootstrap.svg) +[![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap) +[![Build Status](https://img.shields.io/travis/twbs/bootstrap/master.svg)](https://travis-ci.org/twbs/bootstrap) +[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap#info=devDependencies) +[![NuGet](https://img.shields.io/nuget/v/bootstrap.svg)](https://www.nuget.org/packages/Bootstrap) +[![Selenium Test Status](https://saucelabs.com/browser-matrix/bootstrap.svg)](https://saucelabs.com/u/bootstrap) + +Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/orgs/twbs/people) with the massive support and involvement of the community. + +To get started, check out ! + + +## Table of contents + +* [Quick start](#quick-start) +* [Bugs and feature requests](#bugs-and-feature-requests) +* [Documentation](#documentation) +* [Contributing](#contributing) +* [Community](#community) +* [Versioning](#versioning) +* [Creators](#creators) +* [Copyright and license](#copyright-and-license) + + +## Quick start + +Several quick start options are available: + +* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.6.zip). +* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`. +* Install with [Bower](http://bower.io): `bower install bootstrap`. +* Install with [npm](https://www.npmjs.com): `npm install bootstrap`. +* Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`. +* Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`. + +Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. + +### What's included + +Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: + +``` +bootstrap/ +├── css/ +│ ├── bootstrap.css +│ ├── bootstrap.css.map +│ ├── bootstrap.min.css +│ ├── bootstrap.min.css.map +│ ├── bootstrap-theme.css +│ ├── bootstrap-theme.css.map +│ ├── bootstrap-theme.min.css +│ └── bootstrap-theme.min.css.map +├── js/ +│ ├── bootstrap.js +│ └── bootstrap.min.js +└── fonts/ + ├── glyphicons-halflings-regular.eot + ├── glyphicons-halflings-regular.svg + ├── glyphicons-halflings-regular.ttf + ├── glyphicons-halflings-regular.woff + └── glyphicons-halflings-regular.woff2 +``` + +We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme. + + +## Bugs and feature requests + +Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new). + + +## Documentation + +Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at . The docs may also be run locally. + +### Running documentation locally + +1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v3.0.x). + **Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems. +2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`. +3. From the root `/bootstrap` directory, run `jekyll serve` in the command line. +4. Open `http://localhost:9001` in your browser, and voilà. + +Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/). + +### Documentation for previous releases + +Documentation for v2.3.2 has been made available for the time being at while folks transition to Bootstrap 3. + +[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download. + + +## Contributing + +Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. + +Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo). + +Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at . + + +## Community + +Get updates on Bootstrap's development and chat with the project maintainers and community members. + +* Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap). +* Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). +* Join [the official Slack room](https://bootstrap-slack.herokuapp.com). +* Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. +* Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)). +* Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. + + +## Versioning + +For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible. + +See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release. + + +## Creators + +**Mark Otto** + +* +* + +**Jacob Thornton** + +* +* + + +## Copyright and license + +Code and documentation copyright 2011-2015 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE). diff --git a/dana/third_party/bootstrap/dist/css/bootstrap-theme.css b/dana/third_party/bootstrap/dist/css/bootstrap-theme.css new file mode 100644 index 0000000000000000000000000000000000000000..ebe57fbf64d3c72a032b9db83898b99151d9d991 --- /dev/null +++ b/dana/third_party/bootstrap/dist/css/bootstrap-theme.css @@ -0,0 +1,587 @@ +/*! + * Bootstrap v3.3.6 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +.btn-default, +.btn-primary, +.btn-success, +.btn-info, +.btn-warning, +.btn-danger { + text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); +} +.btn-default:active, +.btn-primary:active, +.btn-success:active, +.btn-info:active, +.btn-warning:active, +.btn-danger:active, +.btn-default.active, +.btn-primary.active, +.btn-success.active, +.btn-info.active, +.btn-warning.active, +.btn-danger.active { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn-default.disabled, +.btn-primary.disabled, +.btn-success.disabled, +.btn-info.disabled, +.btn-warning.disabled, +.btn-danger.disabled, +.btn-default[disabled], +.btn-primary[disabled], +.btn-success[disabled], +.btn-info[disabled], +.btn-warning[disabled], +.btn-danger[disabled], +fieldset[disabled] .btn-default, +fieldset[disabled] .btn-primary, +fieldset[disabled] .btn-success, +fieldset[disabled] .btn-info, +fieldset[disabled] .btn-warning, +fieldset[disabled] .btn-danger { + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-default .badge, +.btn-primary .badge, +.btn-success .badge, +.btn-info .badge, +.btn-warning .badge, +.btn-danger .badge { + text-shadow: none; +} +.btn:active, +.btn.active { + background-image: none; +} +.btn-default { + text-shadow: 0 1px 0 #fff; + background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); + background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); + background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #dbdbdb; + border-color: #ccc; +} +.btn-default:hover, +.btn-default:focus { + background-color: #e0e0e0; + background-position: 0 -15px; +} +.btn-default:active, +.btn-default.active { + background-color: #e0e0e0; + border-color: #dbdbdb; +} +.btn-default.disabled, +.btn-default[disabled], +fieldset[disabled] .btn-default, +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled.focus, +.btn-default[disabled].focus, +fieldset[disabled] .btn-default.focus, +.btn-default.disabled:active, +.btn-default[disabled]:active, +fieldset[disabled] .btn-default:active, +.btn-default.disabled.active, +.btn-default[disabled].active, +fieldset[disabled] .btn-default.active { + background-color: #e0e0e0; + background-image: none; +} +.btn-primary { + background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88)); + background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #245580; +} +.btn-primary:hover, +.btn-primary:focus { + background-color: #265a88; + background-position: 0 -15px; +} +.btn-primary:active, +.btn-primary.active { + background-color: #265a88; + border-color: #245580; +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled.focus, +.btn-primary[disabled].focus, +fieldset[disabled] .btn-primary.focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #265a88; + background-image: none; +} +.btn-success { + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); + background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641)); + background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #3e8f3e; +} +.btn-success:hover, +.btn-success:focus { + background-color: #419641; + background-position: 0 -15px; +} +.btn-success:active, +.btn-success.active { + background-color: #419641; + border-color: #3e8f3e; +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled.focus, +.btn-success[disabled].focus, +fieldset[disabled] .btn-success.focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #419641; + background-image: none; +} +.btn-info { + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); + background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2)); + background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #28a4c9; +} +.btn-info:hover, +.btn-info:focus { + background-color: #2aabd2; + background-position: 0 -15px; +} +.btn-info:active, +.btn-info.active { + background-color: #2aabd2; + border-color: #28a4c9; +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled.focus, +.btn-info[disabled].focus, +fieldset[disabled] .btn-info.focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #2aabd2; + background-image: none; +} +.btn-warning { + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); + background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316)); + background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #e38d13; +} +.btn-warning:hover, +.btn-warning:focus { + background-color: #eb9316; + background-position: 0 -15px; +} +.btn-warning:active, +.btn-warning.active { + background-color: #eb9316; + border-color: #e38d13; +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled.focus, +.btn-warning[disabled].focus, +fieldset[disabled] .btn-warning.focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #eb9316; + background-image: none; +} +.btn-danger { + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); + background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a)); + background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #b92c28; +} +.btn-danger:hover, +.btn-danger:focus { + background-color: #c12e2a; + background-position: 0 -15px; +} +.btn-danger:active, +.btn-danger.active { + background-color: #c12e2a; + border-color: #b92c28; +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled.focus, +.btn-danger[disabled].focus, +fieldset[disabled] .btn-danger.focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #c12e2a; + background-image: none; +} +.thumbnail, +.img-thumbnail { + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); + box-shadow: 0 1px 2px rgba(0, 0, 0, .075); +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #e8e8e8; + background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); + background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); + background-repeat: repeat-x; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #2e6da4; + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); + background-repeat: repeat-x; +} +.navbar-default { + background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); + background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); + background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); +} +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .active > a { + background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); + background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); + background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); + background-repeat: repeat-x; + -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); + box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); +} +.navbar-brand, +.navbar-nav > li > a { + text-shadow: 0 1px 0 rgba(255, 255, 255, .25); +} +.navbar-inverse { + background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); + background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)); + background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-radius: 4px; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .active > a { + background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%); + background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f)); + background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0); + background-repeat: repeat-x; + -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); + box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); +} +.navbar-inverse .navbar-brand, +.navbar-inverse .navbar-nav > li > a { + text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); +} +.navbar-static-top, +.navbar-fixed-top, +.navbar-fixed-bottom { + border-radius: 0; +} +@media (max-width: 767px) { + .navbar .navbar-nav .open .dropdown-menu > .active > a, + .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #fff; + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); + background-repeat: repeat-x; + } +} +.alert { + text-shadow: 0 1px 0 rgba(255, 255, 255, .2); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); +} +.alert-success { + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); + background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc)); + background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); + background-repeat: repeat-x; + border-color: #b2dba1; +} +.alert-info { + background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); + background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0)); + background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); + background-repeat: repeat-x; + border-color: #9acfea; +} +.alert-warning { + background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); + background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0)); + background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); + background-repeat: repeat-x; + border-color: #f5e79e; +} +.alert-danger { + background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); + background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3)); + background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); + background-repeat: repeat-x; + border-color: #dca7a7; +} +.progress { + background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); + background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5)); + background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar { + background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090)); + background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-success { + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); + background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44)); + background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-info { + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); + background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5)); + background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-warning { + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); + background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f)); + background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-danger { + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); + background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c)); + background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-striped { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.list-group { + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); + box-shadow: 0 1px 2px rgba(0, 0, 0, .075); +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + text-shadow: 0 -1px 0 #286090; + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0); + background-repeat: repeat-x; + border-color: #2b669a; +} +.list-group-item.active .badge, +.list-group-item.active:hover .badge, +.list-group-item.active:focus .badge { + text-shadow: none; +} +.panel { + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); + box-shadow: 0 1px 2px rgba(0, 0, 0, .05); +} +.panel-default > .panel-heading { + background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); + background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); + background-repeat: repeat-x; +} +.panel-primary > .panel-heading { + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); + background-repeat: repeat-x; +} +.panel-success > .panel-heading { + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); + background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6)); + background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); + background-repeat: repeat-x; +} +.panel-info > .panel-heading { + background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); + background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3)); + background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); + background-repeat: repeat-x; +} +.panel-warning > .panel-heading { + background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); + background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc)); + background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); + background-repeat: repeat-x; +} +.panel-danger > .panel-heading { + background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); + background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc)); + background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); + background-repeat: repeat-x; +} +.well { + background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); + background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5)); + background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); + background-repeat: repeat-x; + border-color: #dcdcdc; + -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); +} +/*# sourceMappingURL=bootstrap-theme.css.map */ diff --git a/dana/third_party/bootstrap/dist/css/bootstrap-theme.css.map b/dana/third_party/bootstrap/dist/css/bootstrap-theme.css.map new file mode 100644 index 0000000000000000000000000000000000000000..21e19101e1a57da0dc43183b634db4b354560f5b --- /dev/null +++ b/dana/third_party/bootstrap/dist/css/bootstrap-theme.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["bootstrap-theme.css","less/theme.less","less/mixins/vendor-prefixes.less","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":"AAAA;;;;GAIG;ACeH;;;;;;EAME,yCAAA;EC2CA,4FAAA;EACQ,oFAAA;CFvDT;ACgBC;;;;;;;;;;;;ECsCA,yDAAA;EACQ,iDAAA;CFxCT;ACMC;;;;;;;;;;;;;;;;;;ECiCA,yBAAA;EACQ,iBAAA;CFnBT;AC/BD;;;;;;EAuBI,kBAAA;CDgBH;ACyBC;;EAEE,uBAAA;CDvBH;AC4BD;EErEI,sEAAA;EACA,iEAAA;EACA,2FAAA;EAAA,oEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;EAuC2C,0BAAA;EAA2B,mBAAA;CDjBvE;ACpBC;;EAEE,0BAAA;EACA,6BAAA;CDsBH;ACnBC;;EAEE,0BAAA;EACA,sBAAA;CDqBH;ACfG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CD6BL;ACbD;EEtEI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;CD8DD;AC5DC;;EAEE,0BAAA;EACA,6BAAA;CD8DH;AC3DC;;EAEE,0BAAA;EACA,sBAAA;CD6DH;ACvDG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CDqEL;ACpDD;EEvEI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;CDsGD;ACpGC;;EAEE,0BAAA;EACA,6BAAA;CDsGH;ACnGC;;EAEE,0BAAA;EACA,sBAAA;CDqGH;AC/FG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CD6GL;AC3FD;EExEI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;CD8ID;AC5IC;;EAEE,0BAAA;EACA,6BAAA;CD8IH;AC3IC;;EAEE,0BAAA;EACA,sBAAA;CD6IH;ACvIG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CDqJL;AClID;EEzEI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;CDsLD;ACpLC;;EAEE,0BAAA;EACA,6BAAA;CDsLH;ACnLC;;EAEE,0BAAA;EACA,sBAAA;CDqLH;AC/KG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CD6LL;ACzKD;EE1EI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAAA;CD8ND;AC5NC;;EAEE,0BAAA;EACA,6BAAA;CD8NH;AC3NC;;EAEE,0BAAA;EACA,sBAAA;CD6NH;ACvNG;;;;;;;;;;;;;;;;;;EAME,0BAAA;EACA,uBAAA;CDqOL;AC1MD;;EClCE,mDAAA;EACQ,2CAAA;CFgPT;ACrMD;;EE3FI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EF0FF,0BAAA;CD2MD;ACzMD;;;EEhGI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EFgGF,0BAAA;CD+MD;ACtMD;EE7GI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;ECnBF,oEAAA;EH+HA,mBAAA;ECjEA,4FAAA;EACQ,oFAAA;CF8QT;ACjND;;EE7GI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;ED2CF,yDAAA;EACQ,iDAAA;CFwRT;AC9MD;;EAEE,+CAAA;CDgND;AC5MD;EEhII,sEAAA;EACA,iEAAA;EACA,2FAAA;EAAA,oEAAA;EACA,4BAAA;EACA,uHAAA;ECnBF,oEAAA;EHkJA,mBAAA;CDkND;ACrND;;EEhII,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;ED2CF,wDAAA;EACQ,gDAAA;CF+ST;AC/ND;;EAYI,0CAAA;CDuNH;AClND;;;EAGE,iBAAA;CDoND;AC/LD;EAfI;;;IAGE,YAAA;IE7JF,yEAAA;IACA,oEAAA;IACA,8FAAA;IAAA,uEAAA;IACA,4BAAA;IACA,uHAAA;GH+WD;CACF;AC3MD;EACE,8CAAA;EC3HA,2FAAA;EACQ,mFAAA;CFyUT;ACnMD;EEtLI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EF8KF,sBAAA;CD+MD;AC1MD;EEvLI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EF8KF,sBAAA;CDuND;ACjND;EExLI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EF8KF,sBAAA;CD+ND;ACxND;EEzLI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EF8KF,sBAAA;CDuOD;ACxND;EEjMI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CH4ZH;ACrND;EE3MI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHmaH;AC3ND;EE5MI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CH0aH;ACjOD;EE7MI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHibH;ACvOD;EE9MI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHwbH;AC7OD;EE/MI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CH+bH;AChPD;EElLI,8MAAA;EACA,yMAAA;EACA,sMAAA;CHqaH;AC5OD;EACE,mBAAA;EC9KA,mDAAA;EACQ,2CAAA;CF6ZT;AC7OD;;;EAGE,8BAAA;EEnOE,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EFiOF,sBAAA;CDmPD;ACxPD;;;EAQI,kBAAA;CDqPH;AC3OD;ECnME,kDAAA;EACQ,0CAAA;CFibT;ACrOD;EE5PI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHoeH;AC3OD;EE7PI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CH2eH;ACjPD;EE9PI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHkfH;ACvPD;EE/PI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHyfH;AC7PD;EEhQI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHggBH;ACnQD;EEjQI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;CHugBH;ACnQD;EExQI,yEAAA;EACA,oEAAA;EACA,8FAAA;EAAA,uEAAA;EACA,4BAAA;EACA,uHAAA;EFsQF,sBAAA;EC3NA,0FAAA;EACQ,kFAAA;CFqeT","file":"bootstrap-theme.css","sourcesContent":["/*!\n * Bootstrap v3.3.6 (http://getbootstrap.com)\n * Copyright 2011-2015 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n.btn-default,\n.btn-primary,\n.btn-success,\n.btn-info,\n.btn-warning,\n.btn-danger {\n text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.btn-default:active,\n.btn-primary:active,\n.btn-success:active,\n.btn-info:active,\n.btn-warning:active,\n.btn-danger:active,\n.btn-default.active,\n.btn-primary.active,\n.btn-success.active,\n.btn-info.active,\n.btn-warning.active,\n.btn-danger.active {\n -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn-default.disabled,\n.btn-primary.disabled,\n.btn-success.disabled,\n.btn-info.disabled,\n.btn-warning.disabled,\n.btn-danger.disabled,\n.btn-default[disabled],\n.btn-primary[disabled],\n.btn-success[disabled],\n.btn-info[disabled],\n.btn-warning[disabled],\n.btn-danger[disabled],\nfieldset[disabled] .btn-default,\nfieldset[disabled] .btn-primary,\nfieldset[disabled] .btn-success,\nfieldset[disabled] .btn-info,\nfieldset[disabled] .btn-warning,\nfieldset[disabled] .btn-danger {\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.btn-default .badge,\n.btn-primary .badge,\n.btn-success .badge,\n.btn-info .badge,\n.btn-warning .badge,\n.btn-danger .badge {\n text-shadow: none;\n}\n.btn:active,\n.btn.active {\n background-image: none;\n}\n.btn-default {\n background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);\n background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);\n background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #dbdbdb;\n text-shadow: 0 1px 0 #fff;\n border-color: #ccc;\n}\n.btn-default:hover,\n.btn-default:focus {\n background-color: #e0e0e0;\n background-position: 0 -15px;\n}\n.btn-default:active,\n.btn-default.active {\n background-color: #e0e0e0;\n border-color: #dbdbdb;\n}\n.btn-default.disabled,\n.btn-default[disabled],\nfieldset[disabled] .btn-default,\n.btn-default.disabled:hover,\n.btn-default[disabled]:hover,\nfieldset[disabled] .btn-default:hover,\n.btn-default.disabled:focus,\n.btn-default[disabled]:focus,\nfieldset[disabled] .btn-default:focus,\n.btn-default.disabled.focus,\n.btn-default[disabled].focus,\nfieldset[disabled] .btn-default.focus,\n.btn-default.disabled:active,\n.btn-default[disabled]:active,\nfieldset[disabled] .btn-default:active,\n.btn-default.disabled.active,\n.btn-default[disabled].active,\nfieldset[disabled] .btn-default.active {\n background-color: #e0e0e0;\n background-image: none;\n}\n.btn-primary {\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #245580;\n}\n.btn-primary:hover,\n.btn-primary:focus {\n background-color: #265a88;\n background-position: 0 -15px;\n}\n.btn-primary:active,\n.btn-primary.active {\n background-color: #265a88;\n border-color: #245580;\n}\n.btn-primary.disabled,\n.btn-primary[disabled],\nfieldset[disabled] .btn-primary,\n.btn-primary.disabled:hover,\n.btn-primary[disabled]:hover,\nfieldset[disabled] .btn-primary:hover,\n.btn-primary.disabled:focus,\n.btn-primary[disabled]:focus,\nfieldset[disabled] .btn-primary:focus,\n.btn-primary.disabled.focus,\n.btn-primary[disabled].focus,\nfieldset[disabled] .btn-primary.focus,\n.btn-primary.disabled:active,\n.btn-primary[disabled]:active,\nfieldset[disabled] .btn-primary:active,\n.btn-primary.disabled.active,\n.btn-primary[disabled].active,\nfieldset[disabled] .btn-primary.active {\n background-color: #265a88;\n background-image: none;\n}\n.btn-success {\n background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);\n background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);\n background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #3e8f3e;\n}\n.btn-success:hover,\n.btn-success:focus {\n background-color: #419641;\n background-position: 0 -15px;\n}\n.btn-success:active,\n.btn-success.active {\n background-color: #419641;\n border-color: #3e8f3e;\n}\n.btn-success.disabled,\n.btn-success[disabled],\nfieldset[disabled] .btn-success,\n.btn-success.disabled:hover,\n.btn-success[disabled]:hover,\nfieldset[disabled] .btn-success:hover,\n.btn-success.disabled:focus,\n.btn-success[disabled]:focus,\nfieldset[disabled] .btn-success:focus,\n.btn-success.disabled.focus,\n.btn-success[disabled].focus,\nfieldset[disabled] .btn-success.focus,\n.btn-success.disabled:active,\n.btn-success[disabled]:active,\nfieldset[disabled] .btn-success:active,\n.btn-success.disabled.active,\n.btn-success[disabled].active,\nfieldset[disabled] .btn-success.active {\n background-color: #419641;\n background-image: none;\n}\n.btn-info {\n background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);\n background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);\n background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #28a4c9;\n}\n.btn-info:hover,\n.btn-info:focus {\n background-color: #2aabd2;\n background-position: 0 -15px;\n}\n.btn-info:active,\n.btn-info.active {\n background-color: #2aabd2;\n border-color: #28a4c9;\n}\n.btn-info.disabled,\n.btn-info[disabled],\nfieldset[disabled] .btn-info,\n.btn-info.disabled:hover,\n.btn-info[disabled]:hover,\nfieldset[disabled] .btn-info:hover,\n.btn-info.disabled:focus,\n.btn-info[disabled]:focus,\nfieldset[disabled] .btn-info:focus,\n.btn-info.disabled.focus,\n.btn-info[disabled].focus,\nfieldset[disabled] .btn-info.focus,\n.btn-info.disabled:active,\n.btn-info[disabled]:active,\nfieldset[disabled] .btn-info:active,\n.btn-info.disabled.active,\n.btn-info[disabled].active,\nfieldset[disabled] .btn-info.active {\n background-color: #2aabd2;\n background-image: none;\n}\n.btn-warning {\n background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);\n background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);\n background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #e38d13;\n}\n.btn-warning:hover,\n.btn-warning:focus {\n background-color: #eb9316;\n background-position: 0 -15px;\n}\n.btn-warning:active,\n.btn-warning.active {\n background-color: #eb9316;\n border-color: #e38d13;\n}\n.btn-warning.disabled,\n.btn-warning[disabled],\nfieldset[disabled] .btn-warning,\n.btn-warning.disabled:hover,\n.btn-warning[disabled]:hover,\nfieldset[disabled] .btn-warning:hover,\n.btn-warning.disabled:focus,\n.btn-warning[disabled]:focus,\nfieldset[disabled] .btn-warning:focus,\n.btn-warning.disabled.focus,\n.btn-warning[disabled].focus,\nfieldset[disabled] .btn-warning.focus,\n.btn-warning.disabled:active,\n.btn-warning[disabled]:active,\nfieldset[disabled] .btn-warning:active,\n.btn-warning.disabled.active,\n.btn-warning[disabled].active,\nfieldset[disabled] .btn-warning.active {\n background-color: #eb9316;\n background-image: none;\n}\n.btn-danger {\n background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);\n background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);\n background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #b92c28;\n}\n.btn-danger:hover,\n.btn-danger:focus {\n background-color: #c12e2a;\n background-position: 0 -15px;\n}\n.btn-danger:active,\n.btn-danger.active {\n background-color: #c12e2a;\n border-color: #b92c28;\n}\n.btn-danger.disabled,\n.btn-danger[disabled],\nfieldset[disabled] .btn-danger,\n.btn-danger.disabled:hover,\n.btn-danger[disabled]:hover,\nfieldset[disabled] .btn-danger:hover,\n.btn-danger.disabled:focus,\n.btn-danger[disabled]:focus,\nfieldset[disabled] .btn-danger:focus,\n.btn-danger.disabled.focus,\n.btn-danger[disabled].focus,\nfieldset[disabled] .btn-danger.focus,\n.btn-danger.disabled:active,\n.btn-danger[disabled]:active,\nfieldset[disabled] .btn-danger:active,\n.btn-danger.disabled.active,\n.btn-danger[disabled].active,\nfieldset[disabled] .btn-danger.active {\n background-color: #c12e2a;\n background-image: none;\n}\n.thumbnail,\n.img-thumbnail {\n -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n}\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);\n background-color: #e8e8e8;\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);\n background-color: #2e6da4;\n}\n.navbar-default {\n background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);\n background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);\n background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n border-radius: 4px;\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);\n}\n.navbar-default .navbar-nav > .open > a,\n.navbar-default .navbar-nav > .active > a {\n background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);\n background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);\n background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);\n -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);\n}\n.navbar-brand,\n.navbar-nav > li > a {\n text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);\n}\n.navbar-inverse {\n background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);\n background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);\n background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n border-radius: 4px;\n}\n.navbar-inverse .navbar-nav > .open > a,\n.navbar-inverse .navbar-nav > .active > a {\n background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);\n background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);\n background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);\n -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);\n box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);\n}\n.navbar-inverse .navbar-brand,\n.navbar-inverse .navbar-nav > li > a {\n text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\n.navbar-static-top,\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n border-radius: 0;\n}\n@media (max-width: 767px) {\n .navbar .navbar-nav .open .dropdown-menu > .active > a,\n .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);\n }\n}\n.alert {\n text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n.alert-success {\n background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);\n background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);\n background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);\n border-color: #b2dba1;\n}\n.alert-info {\n background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);\n background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);\n background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);\n border-color: #9acfea;\n}\n.alert-warning {\n background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);\n background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);\n background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);\n border-color: #f5e79e;\n}\n.alert-danger {\n background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);\n background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);\n background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);\n border-color: #dca7a7;\n}\n.progress {\n background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);\n background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);\n background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);\n}\n.progress-bar {\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);\n}\n.progress-bar-success {\n background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);\n background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);\n background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);\n}\n.progress-bar-info {\n background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);\n background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);\n background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);\n}\n.progress-bar-warning {\n background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);\n background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);\n background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);\n}\n.progress-bar-danger {\n background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);\n background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);\n background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);\n}\n.progress-bar-striped {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n.list-group {\n border-radius: 4px;\n -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n text-shadow: 0 -1px 0 #286090;\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);\n border-color: #2b669a;\n}\n.list-group-item.active .badge,\n.list-group-item.active:hover .badge,\n.list-group-item.active:focus .badge {\n text-shadow: none;\n}\n.panel {\n -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n.panel-default > .panel-heading {\n background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);\n}\n.panel-primary > .panel-heading {\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);\n}\n.panel-success > .panel-heading {\n background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);\n background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);\n background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);\n}\n.panel-info > .panel-heading {\n background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);\n background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);\n background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);\n}\n.panel-warning > .panel-heading {\n background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);\n background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);\n background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);\n}\n.panel-danger > .panel-heading {\n background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);\n background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);\n background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);\n}\n.well {\n background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);\n background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);\n background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);\n border-color: #dcdcdc;\n -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);\n box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);\n}\n/*# sourceMappingURL=bootstrap-theme.css.map */","/*!\n * Bootstrap v3.3.6 (http://getbootstrap.com)\n * Copyright 2011-2015 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n//\n// Load core variables and mixins\n// --------------------------------------------------\n\n@import \"variables.less\";\n@import \"mixins.less\";\n\n\n//\n// Buttons\n// --------------------------------------------------\n\n// Common styles\n.btn-default,\n.btn-primary,\n.btn-success,\n.btn-info,\n.btn-warning,\n.btn-danger {\n text-shadow: 0 -1px 0 rgba(0,0,0,.2);\n @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);\n .box-shadow(@shadow);\n\n // Reset the shadow\n &:active,\n &.active {\n .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n }\n\n &.disabled,\n &[disabled],\n fieldset[disabled] & {\n .box-shadow(none);\n }\n\n .badge {\n text-shadow: none;\n }\n}\n\n// Mixin for generating new styles\n.btn-styles(@btn-color: #555) {\n #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));\n .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620\n background-repeat: repeat-x;\n border-color: darken(@btn-color, 14%);\n\n &:hover,\n &:focus {\n background-color: darken(@btn-color, 12%);\n background-position: 0 -15px;\n }\n\n &:active,\n &.active {\n background-color: darken(@btn-color, 12%);\n border-color: darken(@btn-color, 14%);\n }\n\n &.disabled,\n &[disabled],\n fieldset[disabled] & {\n &,\n &:hover,\n &:focus,\n &.focus,\n &:active,\n &.active {\n background-color: darken(@btn-color, 12%);\n background-image: none;\n }\n }\n}\n\n// Common styles\n.btn {\n // Remove the gradient for the pressed/active state\n &:active,\n &.active {\n background-image: none;\n }\n}\n\n// Apply the mixin to the buttons\n.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; }\n.btn-primary { .btn-styles(@btn-primary-bg); }\n.btn-success { .btn-styles(@btn-success-bg); }\n.btn-info { .btn-styles(@btn-info-bg); }\n.btn-warning { .btn-styles(@btn-warning-bg); }\n.btn-danger { .btn-styles(@btn-danger-bg); }\n\n\n//\n// Images\n// --------------------------------------------------\n\n.thumbnail,\n.img-thumbnail {\n .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n\n\n//\n// Dropdowns\n// --------------------------------------------------\n\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%));\n background-color: darken(@dropdown-link-hover-bg, 5%);\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n background-color: darken(@dropdown-link-active-bg, 5%);\n}\n\n\n//\n// Navbar\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n #gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg);\n .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered\n border-radius: @navbar-border-radius;\n @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);\n .box-shadow(@shadow);\n\n .navbar-nav > .open > a,\n .navbar-nav > .active > a {\n #gradient > .vertical(@start-color: darken(@navbar-default-link-active-bg, 5%); @end-color: darken(@navbar-default-link-active-bg, 2%));\n .box-shadow(inset 0 3px 9px rgba(0,0,0,.075));\n }\n}\n.navbar-brand,\n.navbar-nav > li > a {\n text-shadow: 0 1px 0 rgba(255,255,255,.25);\n}\n\n// Inverted navbar\n.navbar-inverse {\n #gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);\n .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered; see https://github.com/twbs/bootstrap/issues/10257\n border-radius: @navbar-border-radius;\n .navbar-nav > .open > a,\n .navbar-nav > .active > a {\n #gradient > .vertical(@start-color: @navbar-inverse-link-active-bg; @end-color: lighten(@navbar-inverse-link-active-bg, 2.5%));\n .box-shadow(inset 0 3px 9px rgba(0,0,0,.25));\n }\n\n .navbar-brand,\n .navbar-nav > li > a {\n text-shadow: 0 -1px 0 rgba(0,0,0,.25);\n }\n}\n\n// Undo rounded corners in static and fixed navbars\n.navbar-static-top,\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n border-radius: 0;\n}\n\n// Fix active state of dropdown items in collapsed mode\n@media (max-width: @grid-float-breakpoint-max) {\n .navbar .navbar-nav .open .dropdown-menu > .active > a {\n &,\n &:hover,\n &:focus {\n color: #fff;\n #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n }\n }\n}\n\n\n//\n// Alerts\n// --------------------------------------------------\n\n// Common styles\n.alert {\n text-shadow: 0 1px 0 rgba(255,255,255,.2);\n @shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);\n .box-shadow(@shadow);\n}\n\n// Mixin for generating new styles\n.alert-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));\n border-color: darken(@color, 15%);\n}\n\n// Apply the mixin to the alerts\n.alert-success { .alert-styles(@alert-success-bg); }\n.alert-info { .alert-styles(@alert-info-bg); }\n.alert-warning { .alert-styles(@alert-warning-bg); }\n.alert-danger { .alert-styles(@alert-danger-bg); }\n\n\n//\n// Progress bars\n// --------------------------------------------------\n\n// Give the progress background some depth\n.progress {\n #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg)\n}\n\n// Mixin for generating new styles\n.progress-bar-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));\n}\n\n// Apply the mixin to the progress bars\n.progress-bar { .progress-bar-styles(@progress-bar-bg); }\n.progress-bar-success { .progress-bar-styles(@progress-bar-success-bg); }\n.progress-bar-info { .progress-bar-styles(@progress-bar-info-bg); }\n.progress-bar-warning { .progress-bar-styles(@progress-bar-warning-bg); }\n.progress-bar-danger { .progress-bar-styles(@progress-bar-danger-bg); }\n\n// Reset the striped class because our mixins don't do multiple gradients and\n// the above custom styles override the new `.progress-bar-striped` in v3.2.0.\n.progress-bar-striped {\n #gradient > .striped();\n}\n\n\n//\n// List groups\n// --------------------------------------------------\n\n.list-group {\n border-radius: @border-radius-base;\n .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%);\n #gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%));\n border-color: darken(@list-group-active-border, 7.5%);\n\n .badge {\n text-shadow: none;\n }\n}\n\n\n//\n// Panels\n// --------------------------------------------------\n\n// Common styles\n.panel {\n .box-shadow(0 1px 2px rgba(0,0,0,.05));\n}\n\n// Mixin for generating new styles\n.panel-heading-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));\n}\n\n// Apply the mixin to the panel headings only\n.panel-default > .panel-heading { .panel-heading-styles(@panel-default-heading-bg); }\n.panel-primary > .panel-heading { .panel-heading-styles(@panel-primary-heading-bg); }\n.panel-success > .panel-heading { .panel-heading-styles(@panel-success-heading-bg); }\n.panel-info > .panel-heading { .panel-heading-styles(@panel-info-heading-bg); }\n.panel-warning > .panel-heading { .panel-heading-styles(@panel-warning-heading-bg); }\n.panel-danger > .panel-heading { .panel-heading-styles(@panel-danger-heading-bg); }\n\n\n//\n// Wells\n// --------------------------------------------------\n\n.well {\n #gradient > .vertical(@start-color: darken(@well-bg, 5%); @end-color: @well-bg);\n border-color: darken(@well-bg, 10%);\n @shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);\n .box-shadow(@shadow);\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They have been removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n.animation(@animation) {\n -webkit-animation: @animation;\n -o-animation: @animation;\n animation: @animation;\n}\n.animation-name(@name) {\n -webkit-animation-name: @name;\n animation-name: @name;\n}\n.animation-duration(@duration) {\n -webkit-animation-duration: @duration;\n animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n -webkit-animation-timing-function: @timing-function;\n animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n -webkit-animation-delay: @delay;\n animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n -webkit-animation-iteration-count: @iteration-count;\n animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n -webkit-animation-direction: @direction;\n animation-direction: @direction;\n}\n.animation-fill-mode(@fill-mode) {\n -webkit-animation-fill-mode: @fill-mode;\n animation-fill-mode: @fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n.backface-visibility(@visibility) {\n -webkit-backface-visibility: @visibility;\n -moz-backface-visibility: @visibility;\n backface-visibility: @visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n.box-shadow(@shadow) {\n -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n box-shadow: @shadow;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n -webkit-box-sizing: @boxmodel;\n -moz-box-sizing: @boxmodel;\n box-sizing: @boxmodel;\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n -webkit-column-count: @column-count;\n -moz-column-count: @column-count;\n column-count: @column-count;\n -webkit-column-gap: @column-gap;\n -moz-column-gap: @column-gap;\n column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n word-wrap: break-word;\n -webkit-hyphens: @mode;\n -moz-hyphens: @mode;\n -ms-hyphens: @mode; // IE10+\n -o-hyphens: @mode;\n hyphens: @mode;\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n // Firefox\n &::-moz-placeholder {\n color: @color;\n opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526\n }\n &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n &::-webkit-input-placeholder { color: @color; } // Safari and Chrome\n}\n\n// Transformations\n.scale(@ratio) {\n -webkit-transform: scale(@ratio);\n -ms-transform: scale(@ratio); // IE9 only\n -o-transform: scale(@ratio);\n transform: scale(@ratio);\n}\n.scale(@ratioX; @ratioY) {\n -webkit-transform: scale(@ratioX, @ratioY);\n -ms-transform: scale(@ratioX, @ratioY); // IE9 only\n -o-transform: scale(@ratioX, @ratioY);\n transform: scale(@ratioX, @ratioY);\n}\n.scaleX(@ratio) {\n -webkit-transform: scaleX(@ratio);\n -ms-transform: scaleX(@ratio); // IE9 only\n -o-transform: scaleX(@ratio);\n transform: scaleX(@ratio);\n}\n.scaleY(@ratio) {\n -webkit-transform: scaleY(@ratio);\n -ms-transform: scaleY(@ratio); // IE9 only\n -o-transform: scaleY(@ratio);\n transform: scaleY(@ratio);\n}\n.skew(@x; @y) {\n -webkit-transform: skewX(@x) skewY(@y);\n -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n -o-transform: skewX(@x) skewY(@y);\n transform: skewX(@x) skewY(@y);\n}\n.translate(@x; @y) {\n -webkit-transform: translate(@x, @y);\n -ms-transform: translate(@x, @y); // IE9 only\n -o-transform: translate(@x, @y);\n transform: translate(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n -webkit-transform: translate3d(@x, @y, @z);\n transform: translate3d(@x, @y, @z);\n}\n.rotate(@degrees) {\n -webkit-transform: rotate(@degrees);\n -ms-transform: rotate(@degrees); // IE9 only\n -o-transform: rotate(@degrees);\n transform: rotate(@degrees);\n}\n.rotateX(@degrees) {\n -webkit-transform: rotateX(@degrees);\n -ms-transform: rotateX(@degrees); // IE9 only\n -o-transform: rotateX(@degrees);\n transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n -webkit-transform: rotateY(@degrees);\n -ms-transform: rotateY(@degrees); // IE9 only\n -o-transform: rotateY(@degrees);\n transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n -webkit-perspective: @perspective;\n -moz-perspective: @perspective;\n perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n -webkit-perspective-origin: @perspective;\n -moz-perspective-origin: @perspective;\n perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n -webkit-transform-origin: @origin;\n -moz-transform-origin: @origin;\n -ms-transform-origin: @origin; // IE9 only\n transform-origin: @origin;\n}\n\n\n// Transitions\n\n.transition(@transition) {\n -webkit-transition: @transition;\n -o-transition: @transition;\n transition: @transition;\n}\n.transition-property(@transition-property) {\n -webkit-transition-property: @transition-property;\n transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n -webkit-transition-delay: @transition-delay;\n transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n -webkit-transition-duration: @transition-duration;\n transition-duration: @transition-duration;\n}\n.transition-timing-function(@timing-function) {\n -webkit-transition-timing-function: @timing-function;\n transition-timing-function: @timing-function;\n}\n.transition-transform(@transition) {\n -webkit-transition: -webkit-transform @transition;\n -moz-transition: -moz-transform @transition;\n -o-transition: -o-transform @transition;\n transition: transform @transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n.user-select(@select) {\n -webkit-user-select: @select;\n -moz-user-select: @select;\n -ms-user-select: @select; // IE10+\n user-select: @select;\n}\n","// Gradients\n\n#gradient {\n\n // Horizontal gradient, from left to right\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12\n background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n // Vertical gradient, from top to bottom\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12\n background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n background-repeat: repeat-x;\n background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12\n background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n }\n .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .radial(@inner-color: #555; @outer-color: #333) {\n background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n background-image: radial-gradient(circle, @inner-color, @outer-color);\n background-repeat: no-repeat;\n }\n .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n }\n}\n","// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n\n.reset-filter() {\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n"]} \ No newline at end of file diff --git a/dana/third_party/bootstrap/dist/css/bootstrap-theme.min.css b/dana/third_party/bootstrap/dist/css/bootstrap-theme.min.css new file mode 100644 index 0000000000000000000000000000000000000000..dc95d8e4e4bdf33fd0d151908fbe19b0439be115 --- /dev/null +++ b/dana/third_party/bootstrap/dist/css/bootstrap-theme.min.css @@ -0,0 +1,6 @@ +/*! + * Bootstrap v3.3.6 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)} +/*# sourceMappingURL=bootstrap-theme.min.css.map */ \ No newline at end of file diff --git a/dana/third_party/bootstrap/dist/css/bootstrap-theme.min.css.map b/dana/third_party/bootstrap/dist/css/bootstrap-theme.min.css.map new file mode 100644 index 0000000000000000000000000000000000000000..2c6b65afc02ca83e758a65a2c538b3fddca66a00 --- /dev/null +++ b/dana/third_party/bootstrap/dist/css/bootstrap-theme.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["less/theme.less","less/mixins/vendor-prefixes.less","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":";;;;AAmBA,YAAA,aAAA,UAAA,aAAA,aAAA,aAME,YAAA,EAAA,KAAA,EAAA,eC2CA,mBAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,iBDvCR,mBAAA,mBAAA,oBAAA,oBAAA,iBAAA,iBAAA,oBAAA,oBAAA,oBAAA,oBAAA,oBAAA,oBCsCA,mBAAA,MAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,IAAA,iBDlCR,qBAAA,sBAAA,sBAAA,uBAAA,mBAAA,oBAAA,sBAAA,uBAAA,sBAAA,uBAAA,sBAAA,uBAAA,+BAAA,gCAAA,6BAAA,gCAAA,gCAAA,gCCiCA,mBAAA,KACQ,WAAA,KDlDV,mBAAA,oBAAA,iBAAA,oBAAA,oBAAA,oBAuBI,YAAA,KAyCF,YAAA,YAEE,iBAAA,KAKJ,aErEI,YAAA,EAAA,IAAA,EAAA,KACA,iBAAA,iDACA,iBAAA,4CAAA,iBAAA,qEAEA,iBAAA,+CCnBF,OAAA,+GH4CA,OAAA,0DACA,kBAAA,SAuC2C,aAAA,QAA2B,aAAA,KArCtE,mBAAA,mBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,oBAAA,oBAEE,iBAAA,QACA,aAAA,QAMA,sBAAA,6BAAA,4BAAA,6BAAA,4BAAA,4BAAA,uBAAA,8BAAA,6BAAA,8BAAA,6BAAA,6BAAA,gCAAA,uCAAA,sCAAA,uCAAA,sCAAA,sCAME,iBAAA,QACA,iBAAA,KAgBN,aEtEI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDAEA,OAAA,+GCnBF,OAAA,0DH4CA,kBAAA,SACA,aAAA,QAEA,mBAAA,mBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,oBAAA,oBAEE,iBAAA,QACA,aAAA,QAMA,sBAAA,6BAAA,4BAAA,6BAAA,4BAAA,4BAAA,uBAAA,8BAAA,6BAAA,8BAAA,6BAAA,6BAAA,gCAAA,uCAAA,sCAAA,uCAAA,sCAAA,sCAME,iBAAA,QACA,iBAAA,KAiBN,aEvEI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDAEA,OAAA,+GCnBF,OAAA,0DH4CA,kBAAA,SACA,aAAA,QAEA,mBAAA,mBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,oBAAA,oBAEE,iBAAA,QACA,aAAA,QAMA,sBAAA,6BAAA,4BAAA,6BAAA,4BAAA,4BAAA,uBAAA,8BAAA,6BAAA,8BAAA,6BAAA,6BAAA,gCAAA,uCAAA,sCAAA,uCAAA,sCAAA,sCAME,iBAAA,QACA,iBAAA,KAkBN,UExEI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDAEA,OAAA,+GCnBF,OAAA,0DH4CA,kBAAA,SACA,aAAA,QAEA,gBAAA,gBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,iBAAA,iBAEE,iBAAA,QACA,aAAA,QAMA,mBAAA,0BAAA,yBAAA,0BAAA,yBAAA,yBAAA,oBAAA,2BAAA,0BAAA,2BAAA,0BAAA,0BAAA,6BAAA,oCAAA,mCAAA,oCAAA,mCAAA,mCAME,iBAAA,QACA,iBAAA,KAmBN,aEzEI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDAEA,OAAA,+GCnBF,OAAA,0DH4CA,kBAAA,SACA,aAAA,QAEA,mBAAA,mBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,oBAAA,oBAEE,iBAAA,QACA,aAAA,QAMA,sBAAA,6BAAA,4BAAA,6BAAA,4BAAA,4BAAA,uBAAA,8BAAA,6BAAA,8BAAA,6BAAA,6BAAA,gCAAA,uCAAA,sCAAA,uCAAA,sCAAA,sCAME,iBAAA,QACA,iBAAA,KAoBN,YE1EI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDAEA,OAAA,+GCnBF,OAAA,0DH4CA,kBAAA,SACA,aAAA,QAEA,kBAAA,kBAEE,iBAAA,QACA,oBAAA,EAAA,MAGF,mBAAA,mBAEE,iBAAA,QACA,aAAA,QAMA,qBAAA,4BAAA,2BAAA,4BAAA,2BAAA,2BAAA,sBAAA,6BAAA,4BAAA,6BAAA,4BAAA,4BAAA,+BAAA,sCAAA,qCAAA,sCAAA,qCAAA,qCAME,iBAAA,QACA,iBAAA,KA2BN,eAAA,WClCE,mBAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,EAAA,IAAA,IAAA,iBD2CV,0BAAA,0BE3FI,iBAAA,QACA,iBAAA,oDACA,iBAAA,+CAAA,iBAAA,wEACA,iBAAA,kDACA,OAAA,+GF0FF,kBAAA,SAEF,yBAAA,+BAAA,+BEhGI,iBAAA,QACA,iBAAA,oDACA,iBAAA,+CAAA,iBAAA,wEACA,iBAAA,kDACA,OAAA,+GFgGF,kBAAA,SASF,gBE7GI,iBAAA,iDACA,iBAAA,4CACA,iBAAA,qEAAA,iBAAA,+CACA,OAAA,+GACA,OAAA,0DCnBF,kBAAA,SH+HA,cAAA,ICjEA,mBAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,iBD6DV,sCAAA,oCE7GI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SD2CF,mBAAA,MAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,IAAA,iBD0EV,cAAA,iBAEE,YAAA,EAAA,IAAA,EAAA,sBAIF,gBEhII,iBAAA,iDACA,iBAAA,4CACA,iBAAA,qEAAA,iBAAA,+CACA,OAAA,+GACA,OAAA,0DCnBF,kBAAA,SHkJA,cAAA,IAHF,sCAAA,oCEhII,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SD2CF,mBAAA,MAAA,EAAA,IAAA,IAAA,gBACQ,WAAA,MAAA,EAAA,IAAA,IAAA,gBDgFV,8BAAA,iCAYI,YAAA,EAAA,KAAA,EAAA,gBAKJ,qBAAA,kBAAA,mBAGE,cAAA,EAqBF,yBAfI,mDAAA,yDAAA,yDAGE,MAAA,KE7JF,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,UFqKJ,OACE,YAAA,EAAA,IAAA,EAAA,qBC3HA,mBAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,gBACQ,WAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,gBDsIV,eEtLI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF8KF,aAAA,QAKF,YEvLI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF8KF,aAAA,QAMF,eExLI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF8KF,aAAA,QAOF,cEzLI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF8KF,aAAA,QAeF,UEjMI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFuMJ,cE3MI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFwMJ,sBE5MI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFyMJ,mBE7MI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF0MJ,sBE9MI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF2MJ,qBE/MI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF+MJ,sBElLI,iBAAA,yKACA,iBAAA,oKACA,iBAAA,iKFyLJ,YACE,cAAA,IC9KA,mBAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,EAAA,IAAA,IAAA,iBDgLV,wBAAA,8BAAA,8BAGE,YAAA,EAAA,KAAA,EAAA,QEnOE,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFiOF,aAAA,QALF,+BAAA,qCAAA,qCAQI,YAAA,KAUJ,OCnME,mBAAA,EAAA,IAAA,IAAA,gBACQ,WAAA,EAAA,IAAA,IAAA,gBD4MV,8BE5PI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFyPJ,8BE7PI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF0PJ,8BE9PI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF2PJ,2BE/PI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF4PJ,8BEhQI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SF6PJ,6BEjQI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFoQJ,MExQI,iBAAA,oDACA,iBAAA,+CACA,iBAAA,wEAAA,iBAAA,kDACA,OAAA,+GACA,kBAAA,SFsQF,aAAA,QC3NA,mBAAA,MAAA,EAAA,IAAA,IAAA,gBAAA,EAAA,IAAA,EAAA,qBACQ,WAAA,MAAA,EAAA,IAAA,IAAA,gBAAA,EAAA,IAAA,EAAA"} \ No newline at end of file diff --git a/dana/third_party/bootstrap/dist/css/bootstrap.css b/dana/third_party/bootstrap/dist/css/bootstrap.css new file mode 100644 index 0000000000000000000000000000000000000000..42c79d6e459ece1c606314879146768dad3d2656 --- /dev/null +++ b/dana/third_party/bootstrap/dist/css/bootstrap.css @@ -0,0 +1,6760 @@ +/*! + * Bootstrap v3.3.6 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +body { + margin: 0; +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; +} +audio:not([controls]) { + display: none; + height: 0; +} +[hidden], +template { + display: none; +} +a { + background-color: transparent; +} +a:active, +a:hover { + outline: 0; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +h1 { + margin: .67em 0; + font-size: 2em; +} +mark { + color: #000; + background: #ff0; +} +small { + font-size: 80%; +} +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} +sup { + top: -.5em; +} +sub { + bottom: -.25em; +} +img { + border: 0; +} +svg:not(:root) { + overflow: hidden; +} +figure { + margin: 1em 40px; +} +hr { + height: 0; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +pre { + overflow: auto; +} +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} +button, +input, +optgroup, +select, +textarea { + margin: 0; + font: inherit; + color: inherit; +} +button { + overflow: visible; +} +button, +select { + text-transform: none; +} +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; +} +button[disabled], +html input[disabled] { + cursor: default; +} +button::-moz-focus-inner, +input::-moz-focus-inner { + padding: 0; + border: 0; +} +input { + line-height: normal; +} +input[type="checkbox"], +input[type="radio"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} +input[type="search"] { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +fieldset { + padding: .35em .625em .75em; + margin: 0 2px; + border: 1px solid #c0c0c0; +} +legend { + padding: 0; + border: 0; +} +textarea { + overflow: auto; +} +optgroup { + font-weight: bold; +} +table { + border-spacing: 0; + border-collapse: collapse; +} +td, +th { + padding: 0; +} +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ +@media print { + *, + *:before, + *:after { + color: #000 !important; + text-shadow: none !important; + background: transparent !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + a, + a:visited { + text-decoration: underline; + } + a[href]:after { + content: " (" attr(href) ")"; + } + abbr[title]:after { + content: " (" attr(title) ")"; + } + a[href^="#"]:after, + a[href^="javascript:"]:after { + content: ""; + } + pre, + blockquote { + border: 1px solid #999; + + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + img { + max-width: 100% !important; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + .navbar { + display: none; + } + .btn > .caret, + .dropup > .btn > .caret { + border-top-color: #000 !important; + } + .label { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table td, + .table th { + background-color: #fff !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; + } +} +@font-face { + font-family: 'Glyphicons Halflings'; + + src: url('../fonts/glyphicons-halflings-regular.eot'); + src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); +} +.glyphicon { + position: relative; + top: 1px; + display: inline-block; + font-family: 'Glyphicons Halflings'; + font-style: normal; + font-weight: normal; + line-height: 1; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.glyphicon-asterisk:before { + content: "\002a"; +} +.glyphicon-plus:before { + content: "\002b"; +} +.glyphicon-euro:before, +.glyphicon-eur:before { + content: "\20ac"; +} +.glyphicon-minus:before { + content: "\2212"; +} +.glyphicon-cloud:before { + content: "\2601"; +} +.glyphicon-envelope:before { + content: "\2709"; +} +.glyphicon-pencil:before { + content: "\270f"; +} +.glyphicon-glass:before { + content: "\e001"; +} +.glyphicon-music:before { + content: "\e002"; +} +.glyphicon-search:before { + content: "\e003"; +} +.glyphicon-heart:before { + content: "\e005"; +} +.glyphicon-star:before { + content: "\e006"; +} +.glyphicon-star-empty:before { + content: "\e007"; +} +.glyphicon-user:before { + content: "\e008"; +} +.glyphicon-film:before { + content: "\e009"; +} +.glyphicon-th-large:before { + content: "\e010"; +} +.glyphicon-th:before { + content: "\e011"; +} +.glyphicon-th-list:before { + content: "\e012"; +} +.glyphicon-ok:before { + content: "\e013"; +} +.glyphicon-remove:before { + content: "\e014"; +} +.glyphicon-zoom-in:before { + content: "\e015"; +} +.glyphicon-zoom-out:before { + content: "\e016"; +} +.glyphicon-off:before { + content: "\e017"; +} +.glyphicon-signal:before { + content: "\e018"; +} +.glyphicon-cog:before { + content: "\e019"; +} +.glyphicon-trash:before { + content: "\e020"; +} +.glyphicon-home:before { + content: "\e021"; +} +.glyphicon-file:before { + content: "\e022"; +} +.glyphicon-time:before { + content: "\e023"; +} +.glyphicon-road:before { + content: "\e024"; +} +.glyphicon-download-alt:before { + content: "\e025"; +} +.glyphicon-download:before { + content: "\e026"; +} +.glyphicon-upload:before { + content: "\e027"; +} +.glyphicon-inbox:before { + content: "\e028"; +} +.glyphicon-play-circle:before { + content: "\e029"; +} +.glyphicon-repeat:before { + content: "\e030"; +} +.glyphicon-refresh:before { + content: "\e031"; +} +.glyphicon-list-alt:before { + content: "\e032"; +} +.glyphicon-lock:before { + content: "\e033"; +} +.glyphicon-flag:before { + content: "\e034"; +} +.glyphicon-headphones:before { + content: "\e035"; +} +.glyphicon-volume-off:before { + content: "\e036"; +} +.glyphicon-volume-down:before { + content: "\e037"; +} +.glyphicon-volume-up:before { + content: "\e038"; +} +.glyphicon-qrcode:before { + content: "\e039"; +} +.glyphicon-barcode:before { + content: "\e040"; +} +.glyphicon-tag:before { + content: "\e041"; +} +.glyphicon-tags:before { + content: "\e042"; +} +.glyphicon-book:before { + content: "\e043"; +} +.glyphicon-bookmark:before { + content: "\e044"; +} +.glyphicon-print:before { + content: "\e045"; +} +.glyphicon-camera:before { + content: "\e046"; +} +.glyphicon-font:before { + content: "\e047"; +} +.glyphicon-bold:before { + content: "\e048"; +} +.glyphicon-italic:before { + content: "\e049"; +} +.glyphicon-text-height:before { + content: "\e050"; +} +.glyphicon-text-width:before { + content: "\e051"; +} +.glyphicon-align-left:before { + content: "\e052"; +} +.glyphicon-align-center:before { + content: "\e053"; +} +.glyphicon-align-right:before { + content: "\e054"; +} +.glyphicon-align-justify:before { + content: "\e055"; +} +.glyphicon-list:before { + content: "\e056"; +} +.glyphicon-indent-left:before { + content: "\e057"; +} +.glyphicon-indent-right:before { + content: "\e058"; +} +.glyphicon-facetime-video:before { + content: "\e059"; +} +.glyphicon-picture:before { + content: "\e060"; +} +.glyphicon-map-marker:before { + content: "\e062"; +} +.glyphicon-adjust:before { + content: "\e063"; +} +.glyphicon-tint:before { + content: "\e064"; +} +.glyphicon-edit:before { + content: "\e065"; +} +.glyphicon-share:before { + content: "\e066"; +} +.glyphicon-check:before { + content: "\e067"; +} +.glyphicon-move:before { + content: "\e068"; +} +.glyphicon-step-backward:before { + content: "\e069"; +} +.glyphicon-fast-backward:before { + content: "\e070"; +} +.glyphicon-backward:before { + content: "\e071"; +} +.glyphicon-play:before { + content: "\e072"; +} +.glyphicon-pause:before { + content: "\e073"; +} +.glyphicon-stop:before { + content: "\e074"; +} +.glyphicon-forward:before { + content: "\e075"; +} +.glyphicon-fast-forward:before { + content: "\e076"; +} +.glyphicon-step-forward:before { + content: "\e077"; +} +.glyphicon-eject:before { + content: "\e078"; +} +.glyphicon-chevron-left:before { + content: "\e079"; +} +.glyphicon-chevron-right:before { + content: "\e080"; +} +.glyphicon-plus-sign:before { + content: "\e081"; +} +.glyphicon-minus-sign:before { + content: "\e082"; +} +.glyphicon-remove-sign:before { + content: "\e083"; +} +.glyphicon-ok-sign:before { + content: "\e084"; +} +.glyphicon-question-sign:before { + content: "\e085"; +} +.glyphicon-info-sign:before { + content: "\e086"; +} +.glyphicon-screenshot:before { + content: "\e087"; +} +.glyphicon-remove-circle:before { + content: "\e088"; +} +.glyphicon-ok-circle:before { + content: "\e089"; +} +.glyphicon-ban-circle:before { + content: "\e090"; +} +.glyphicon-arrow-left:before { + content: "\e091"; +} +.glyphicon-arrow-right:before { + content: "\e092"; +} +.glyphicon-arrow-up:before { + content: "\e093"; +} +.glyphicon-arrow-down:before { + content: "\e094"; +} +.glyphicon-share-alt:before { + content: "\e095"; +} +.glyphicon-resize-full:before { + content: "\e096"; +} +.glyphicon-resize-small:before { + content: "\e097"; +} +.glyphicon-exclamation-sign:before { + content: "\e101"; +} +.glyphicon-gift:before { + content: "\e102"; +} +.glyphicon-leaf:before { + content: "\e103"; +} +.glyphicon-fire:before { + content: "\e104"; +} +.glyphicon-eye-open:before { + content: "\e105"; +} +.glyphicon-eye-close:before { + content: "\e106"; +} +.glyphicon-warning-sign:before { + content: "\e107"; +} +.glyphicon-plane:before { + content: "\e108"; +} +.glyphicon-calendar:before { + content: "\e109"; +} +.glyphicon-random:before { + content: "\e110"; +} +.glyphicon-comment:before { + content: "\e111"; +} +.glyphicon-magnet:before { + content: "\e112"; +} +.glyphicon-chevron-up:before { + content: "\e113"; +} +.glyphicon-chevron-down:before { + content: "\e114"; +} +.glyphicon-retweet:before { + content: "\e115"; +} +.glyphicon-shopping-cart:before { + content: "\e116"; +} +.glyphicon-folder-close:before { + content: "\e117"; +} +.glyphicon-folder-open:before { + content: "\e118"; +} +.glyphicon-resize-vertical:before { + content: "\e119"; +} +.glyphicon-resize-horizontal:before { + content: "\e120"; +} +.glyphicon-hdd:before { + content: "\e121"; +} +.glyphicon-bullhorn:before { + content: "\e122"; +} +.glyphicon-bell:before { + content: "\e123"; +} +.glyphicon-certificate:before { + content: "\e124"; +} +.glyphicon-thumbs-up:before { + content: "\e125"; +} +.glyphicon-thumbs-down:before { + content: "\e126"; +} +.glyphicon-hand-right:before { + content: "\e127"; +} +.glyphicon-hand-left:before { + content: "\e128"; +} +.glyphicon-hand-up:before { + content: "\e129"; +} +.glyphicon-hand-down:before { + content: "\e130"; +} +.glyphicon-circle-arrow-right:before { + content: "\e131"; +} +.glyphicon-circle-arrow-left:before { + content: "\e132"; +} +.glyphicon-circle-arrow-up:before { + content: "\e133"; +} +.glyphicon-circle-arrow-down:before { + content: "\e134"; +} +.glyphicon-globe:before { + content: "\e135"; +} +.glyphicon-wrench:before { + content: "\e136"; +} +.glyphicon-tasks:before { + content: "\e137"; +} +.glyphicon-filter:before { + content: "\e138"; +} +.glyphicon-briefcase:before { + content: "\e139"; +} +.glyphicon-fullscreen:before { + content: "\e140"; +} +.glyphicon-dashboard:before { + content: "\e141"; +} +.glyphicon-paperclip:before { + content: "\e142"; +} +.glyphicon-heart-empty:before { + content: "\e143"; +} +.glyphicon-link:before { + content: "\e144"; +} +.glyphicon-phone:before { + content: "\e145"; +} +.glyphicon-pushpin:before { + content: "\e146"; +} +.glyphicon-usd:before { + content: "\e148"; +} +.glyphicon-gbp:before { + content: "\e149"; +} +.glyphicon-sort:before { + content: "\e150"; +} +.glyphicon-sort-by-alphabet:before { + content: "\e151"; +} +.glyphicon-sort-by-alphabet-alt:before { + content: "\e152"; +} +.glyphicon-sort-by-order:before { + content: "\e153"; +} +.glyphicon-sort-by-order-alt:before { + content: "\e154"; +} +.glyphicon-sort-by-attributes:before { + content: "\e155"; +} +.glyphicon-sort-by-attributes-alt:before { + content: "\e156"; +} +.glyphicon-unchecked:before { + content: "\e157"; +} +.glyphicon-expand:before { + content: "\e158"; +} +.glyphicon-collapse-down:before { + content: "\e159"; +} +.glyphicon-collapse-up:before { + content: "\e160"; +} +.glyphicon-log-in:before { + content: "\e161"; +} +.glyphicon-flash:before { + content: "\e162"; +} +.glyphicon-log-out:before { + content: "\e163"; +} +.glyphicon-new-window:before { + content: "\e164"; +} +.glyphicon-record:before { + content: "\e165"; +} +.glyphicon-save:before { + content: "\e166"; +} +.glyphicon-open:before { + content: "\e167"; +} +.glyphicon-saved:before { + content: "\e168"; +} +.glyphicon-import:before { + content: "\e169"; +} +.glyphicon-export:before { + content: "\e170"; +} +.glyphicon-send:before { + content: "\e171"; +} +.glyphicon-floppy-disk:before { + content: "\e172"; +} +.glyphicon-floppy-saved:before { + content: "\e173"; +} +.glyphicon-floppy-remove:before { + content: "\e174"; +} +.glyphicon-floppy-save:before { + content: "\e175"; +} +.glyphicon-floppy-open:before { + content: "\e176"; +} +.glyphicon-credit-card:before { + content: "\e177"; +} +.glyphicon-transfer:before { + content: "\e178"; +} +.glyphicon-cutlery:before { + content: "\e179"; +} +.glyphicon-header:before { + content: "\e180"; +} +.glyphicon-compressed:before { + content: "\e181"; +} +.glyphicon-earphone:before { + content: "\e182"; +} +.glyphicon-phone-alt:before { + content: "\e183"; +} +.glyphicon-tower:before { + content: "\e184"; +} +.glyphicon-stats:before { + content: "\e185"; +} +.glyphicon-sd-video:before { + content: "\e186"; +} +.glyphicon-hd-video:before { + content: "\e187"; +} +.glyphicon-subtitles:before { + content: "\e188"; +} +.glyphicon-sound-stereo:before { + content: "\e189"; +} +.glyphicon-sound-dolby:before { + content: "\e190"; +} +.glyphicon-sound-5-1:before { + content: "\e191"; +} +.glyphicon-sound-6-1:before { + content: "\e192"; +} +.glyphicon-sound-7-1:before { + content: "\e193"; +} +.glyphicon-copyright-mark:before { + content: "\e194"; +} +.glyphicon-registration-mark:before { + content: "\e195"; +} +.glyphicon-cloud-download:before { + content: "\e197"; +} +.glyphicon-cloud-upload:before { + content: "\e198"; +} +.glyphicon-tree-conifer:before { + content: "\e199"; +} +.glyphicon-tree-deciduous:before { + content: "\e200"; +} +.glyphicon-cd:before { + content: "\e201"; +} +.glyphicon-save-file:before { + content: "\e202"; +} +.glyphicon-open-file:before { + content: "\e203"; +} +.glyphicon-level-up:before { + content: "\e204"; +} +.glyphicon-copy:before { + content: "\e205"; +} +.glyphicon-paste:before { + content: "\e206"; +} +.glyphicon-alert:before { + content: "\e209"; +} +.glyphicon-equalizer:before { + content: "\e210"; +} +.glyphicon-king:before { + content: "\e211"; +} +.glyphicon-queen:before { + content: "\e212"; +} +.glyphicon-pawn:before { + content: "\e213"; +} +.glyphicon-bishop:before { + content: "\e214"; +} +.glyphicon-knight:before { + content: "\e215"; +} +.glyphicon-baby-formula:before { + content: "\e216"; +} +.glyphicon-tent:before { + content: "\26fa"; +} +.glyphicon-blackboard:before { + content: "\e218"; +} +.glyphicon-bed:before { + content: "\e219"; +} +.glyphicon-apple:before { + content: "\f8ff"; +} +.glyphicon-erase:before { + content: "\e221"; +} +.glyphicon-hourglass:before { + content: "\231b"; +} +.glyphicon-lamp:before { + content: "\e223"; +} +.glyphicon-duplicate:before { + content: "\e224"; +} +.glyphicon-piggy-bank:before { + content: "\e225"; +} +.glyphicon-scissors:before { + content: "\e226"; +} +.glyphicon-bitcoin:before { + content: "\e227"; +} +.glyphicon-btc:before { + content: "\e227"; +} +.glyphicon-xbt:before { + content: "\e227"; +} +.glyphicon-yen:before { + content: "\00a5"; +} +.glyphicon-jpy:before { + content: "\00a5"; +} +.glyphicon-ruble:before { + content: "\20bd"; +} +.glyphicon-rub:before { + content: "\20bd"; +} +.glyphicon-scale:before { + content: "\e230"; +} +.glyphicon-ice-lolly:before { + content: "\e231"; +} +.glyphicon-ice-lolly-tasted:before { + content: "\e232"; +} +.glyphicon-education:before { + content: "\e233"; +} +.glyphicon-option-horizontal:before { + content: "\e234"; +} +.glyphicon-option-vertical:before { + content: "\e235"; +} +.glyphicon-menu-hamburger:before { + content: "\e236"; +} +.glyphicon-modal-window:before { + content: "\e237"; +} +.glyphicon-oil:before { + content: "\e238"; +} +.glyphicon-grain:before { + content: "\e239"; +} +.glyphicon-sunglasses:before { + content: "\e240"; +} +.glyphicon-text-size:before { + content: "\e241"; +} +.glyphicon-text-color:before { + content: "\e242"; +} +.glyphicon-text-background:before { + content: "\e243"; +} +.glyphicon-object-align-top:before { + content: "\e244"; +} +.glyphicon-object-align-bottom:before { + content: "\e245"; +} +.glyphicon-object-align-horizontal:before { + content: "\e246"; +} +.glyphicon-object-align-left:before { + content: "\e247"; +} +.glyphicon-object-align-vertical:before { + content: "\e248"; +} +.glyphicon-object-align-right:before { + content: "\e249"; +} +.glyphicon-triangle-right:before { + content: "\e250"; +} +.glyphicon-triangle-left:before { + content: "\e251"; +} +.glyphicon-triangle-bottom:before { + content: "\e252"; +} +.glyphicon-triangle-top:before { + content: "\e253"; +} +.glyphicon-console:before { + content: "\e254"; +} +.glyphicon-superscript:before { + content: "\e255"; +} +.glyphicon-subscript:before { + content: "\e256"; +} +.glyphicon-menu-left:before { + content: "\e257"; +} +.glyphicon-menu-right:before { + content: "\e258"; +} +.glyphicon-menu-down:before { + content: "\e259"; +} +.glyphicon-menu-up:before { + content: "\e260"; +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +html { + font-size: 10px; + + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +body { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 1.42857143; + color: #333; + background-color: #fff; +} +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} +a { + color: #337ab7; + text-decoration: none; +} +a:hover, +a:focus { + color: #23527c; + text-decoration: underline; +} +a:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +figure { + margin: 0; +} +img { + vertical-align: middle; +} +.img-responsive, +.thumbnail > img, +.thumbnail a > img, +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + max-width: 100%; + height: auto; +} +.img-rounded { + border-radius: 6px; +} +.img-thumbnail { + display: inline-block; + max-width: 100%; + height: auto; + padding: 4px; + line-height: 1.42857143; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: all .2s ease-in-out; + -o-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.img-circle { + border-radius: 50%; +} +hr { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + border-top: 1px solid #eee; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +[role="button"] { + cursor: pointer; +} +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + font-family: inherit; + font-weight: 500; + line-height: 1.1; + color: inherit; +} +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small, +h1 .small, +h2 .small, +h3 .small, +h4 .small, +h5 .small, +h6 .small, +.h1 .small, +.h2 .small, +.h3 .small, +.h4 .small, +.h5 .small, +.h6 .small { + font-weight: normal; + line-height: 1; + color: #777; +} +h1, +.h1, +h2, +.h2, +h3, +.h3 { + margin-top: 20px; + margin-bottom: 10px; +} +h1 small, +.h1 small, +h2 small, +.h2 small, +h3 small, +.h3 small, +h1 .small, +.h1 .small, +h2 .small, +.h2 .small, +h3 .small, +.h3 .small { + font-size: 65%; +} +h4, +.h4, +h5, +.h5, +h6, +.h6 { + margin-top: 10px; + margin-bottom: 10px; +} +h4 small, +.h4 small, +h5 small, +.h5 small, +h6 small, +.h6 small, +h4 .small, +.h4 .small, +h5 .small, +.h5 .small, +h6 .small, +.h6 .small { + font-size: 75%; +} +h1, +.h1 { + font-size: 36px; +} +h2, +.h2 { + font-size: 30px; +} +h3, +.h3 { + font-size: 24px; +} +h4, +.h4 { + font-size: 18px; +} +h5, +.h5 { + font-size: 14px; +} +h6, +.h6 { + font-size: 12px; +} +p { + margin: 0 0 10px; +} +.lead { + margin-bottom: 20px; + font-size: 16px; + font-weight: 300; + line-height: 1.4; +} +@media (min-width: 768px) { + .lead { + font-size: 21px; + } +} +small, +.small { + font-size: 85%; +} +mark, +.mark { + padding: .2em; + background-color: #fcf8e3; +} +.text-left { + text-align: left; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-justify { + text-align: justify; +} +.text-nowrap { + white-space: nowrap; +} +.text-lowercase { + text-transform: lowercase; +} +.text-uppercase { + text-transform: uppercase; +} +.text-capitalize { + text-transform: capitalize; +} +.text-muted { + color: #777; +} +.text-primary { + color: #337ab7; +} +a.text-primary:hover, +a.text-primary:focus { + color: #286090; +} +.text-success { + color: #3c763d; +} +a.text-success:hover, +a.text-success:focus { + color: #2b542c; +} +.text-info { + color: #31708f; +} +a.text-info:hover, +a.text-info:focus { + color: #245269; +} +.text-warning { + color: #8a6d3b; +} +a.text-warning:hover, +a.text-warning:focus { + color: #66512c; +} +.text-danger { + color: #a94442; +} +a.text-danger:hover, +a.text-danger:focus { + color: #843534; +} +.bg-primary { + color: #fff; + background-color: #337ab7; +} +a.bg-primary:hover, +a.bg-primary:focus { + background-color: #286090; +} +.bg-success { + background-color: #dff0d8; +} +a.bg-success:hover, +a.bg-success:focus { + background-color: #c1e2b3; +} +.bg-info { + background-color: #d9edf7; +} +a.bg-info:hover, +a.bg-info:focus { + background-color: #afd9ee; +} +.bg-warning { + background-color: #fcf8e3; +} +a.bg-warning:hover, +a.bg-warning:focus { + background-color: #f7ecb5; +} +.bg-danger { + background-color: #f2dede; +} +a.bg-danger:hover, +a.bg-danger:focus { + background-color: #e4b9b9; +} +.page-header { + padding-bottom: 9px; + margin: 40px 0 20px; + border-bottom: 1px solid #eee; +} +ul, +ol { + margin-top: 0; + margin-bottom: 10px; +} +ul ul, +ol ul, +ul ol, +ol ol { + margin-bottom: 0; +} +.list-unstyled { + padding-left: 0; + list-style: none; +} +.list-inline { + padding-left: 0; + margin-left: -5px; + list-style: none; +} +.list-inline > li { + display: inline-block; + padding-right: 5px; + padding-left: 5px; +} +dl { + margin-top: 0; + margin-bottom: 20px; +} +dt, +dd { + line-height: 1.42857143; +} +dt { + font-weight: bold; +} +dd { + margin-left: 0; +} +@media (min-width: 768px) { + .dl-horizontal dt { + float: left; + width: 160px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + } + .dl-horizontal dd { + margin-left: 180px; + } +} +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #777; +} +.initialism { + font-size: 90%; + text-transform: uppercase; +} +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + font-size: 17.5px; + border-left: 5px solid #eee; +} +blockquote p:last-child, +blockquote ul:last-child, +blockquote ol:last-child { + margin-bottom: 0; +} +blockquote footer, +blockquote small, +blockquote .small { + display: block; + font-size: 80%; + line-height: 1.42857143; + color: #777; +} +blockquote footer:before, +blockquote small:before, +blockquote .small:before { + content: '\2014 \00A0'; +} +.blockquote-reverse, +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + text-align: right; + border-right: 5px solid #eee; + border-left: 0; +} +.blockquote-reverse footer:before, +blockquote.pull-right footer:before, +.blockquote-reverse small:before, +blockquote.pull-right small:before, +.blockquote-reverse .small:before, +blockquote.pull-right .small:before { + content: ''; +} +.blockquote-reverse footer:after, +blockquote.pull-right footer:after, +.blockquote-reverse small:after, +blockquote.pull-right small:after, +.blockquote-reverse .small:after, +blockquote.pull-right .small:after { + content: '\00A0 \2014'; +} +address { + margin-bottom: 20px; + font-style: normal; + line-height: 1.42857143; +} +code, +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; +} +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + background-color: #f9f2f4; + border-radius: 4px; +} +kbd { + padding: 2px 4px; + font-size: 90%; + color: #fff; + background-color: #333; + border-radius: 3px; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); +} +kbd kbd { + padding: 0; + font-size: 100%; + font-weight: bold; + -webkit-box-shadow: none; + box-shadow: none; +} +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.42857143; + color: #333; + word-break: break-all; + word-wrap: break-word; + background-color: #f5f5f5; + border: 1px solid #ccc; + border-radius: 4px; +} +pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; +} +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} +.container { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 768px) { + .container { + width: 750px; + } +} +@media (min-width: 992px) { + .container { + width: 970px; + } +} +@media (min-width: 1200px) { + .container { + width: 1170px; + } +} +.container-fluid { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +.row { + margin-right: -15px; + margin-left: -15px; +} +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; +} +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { + float: left; +} +.col-xs-12 { + width: 100%; +} +.col-xs-11 { + width: 91.66666667%; +} +.col-xs-10 { + width: 83.33333333%; +} +.col-xs-9 { + width: 75%; +} +.col-xs-8 { + width: 66.66666667%; +} +.col-xs-7 { + width: 58.33333333%; +} +.col-xs-6 { + width: 50%; +} +.col-xs-5 { + width: 41.66666667%; +} +.col-xs-4 { + width: 33.33333333%; +} +.col-xs-3 { + width: 25%; +} +.col-xs-2 { + width: 16.66666667%; +} +.col-xs-1 { + width: 8.33333333%; +} +.col-xs-pull-12 { + right: 100%; +} +.col-xs-pull-11 { + right: 91.66666667%; +} +.col-xs-pull-10 { + right: 83.33333333%; +} +.col-xs-pull-9 { + right: 75%; +} +.col-xs-pull-8 { + right: 66.66666667%; +} +.col-xs-pull-7 { + right: 58.33333333%; +} +.col-xs-pull-6 { + right: 50%; +} +.col-xs-pull-5 { + right: 41.66666667%; +} +.col-xs-pull-4 { + right: 33.33333333%; +} +.col-xs-pull-3 { + right: 25%; +} +.col-xs-pull-2 { + right: 16.66666667%; +} +.col-xs-pull-1 { + right: 8.33333333%; +} +.col-xs-pull-0 { + right: auto; +} +.col-xs-push-12 { + left: 100%; +} +.col-xs-push-11 { + left: 91.66666667%; +} +.col-xs-push-10 { + left: 83.33333333%; +} +.col-xs-push-9 { + left: 75%; +} +.col-xs-push-8 { + left: 66.66666667%; +} +.col-xs-push-7 { + left: 58.33333333%; +} +.col-xs-push-6 { + left: 50%; +} +.col-xs-push-5 { + left: 41.66666667%; +} +.col-xs-push-4 { + left: 33.33333333%; +} +.col-xs-push-3 { + left: 25%; +} +.col-xs-push-2 { + left: 16.66666667%; +} +.col-xs-push-1 { + left: 8.33333333%; +} +.col-xs-push-0 { + left: auto; +} +.col-xs-offset-12 { + margin-left: 100%; +} +.col-xs-offset-11 { + margin-left: 91.66666667%; +} +.col-xs-offset-10 { + margin-left: 83.33333333%; +} +.col-xs-offset-9 { + margin-left: 75%; +} +.col-xs-offset-8 { + margin-left: 66.66666667%; +} +.col-xs-offset-7 { + margin-left: 58.33333333%; +} +.col-xs-offset-6 { + margin-left: 50%; +} +.col-xs-offset-5 { + margin-left: 41.66666667%; +} +.col-xs-offset-4 { + margin-left: 33.33333333%; +} +.col-xs-offset-3 { + margin-left: 25%; +} +.col-xs-offset-2 { + margin-left: 16.66666667%; +} +.col-xs-offset-1 { + margin-left: 8.33333333%; +} +.col-xs-offset-0 { + margin-left: 0; +} +@media (min-width: 768px) { + .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { + float: left; + } + .col-sm-12 { + width: 100%; + } + .col-sm-11 { + width: 91.66666667%; + } + .col-sm-10 { + width: 83.33333333%; + } + .col-sm-9 { + width: 75%; + } + .col-sm-8 { + width: 66.66666667%; + } + .col-sm-7 { + width: 58.33333333%; + } + .col-sm-6 { + width: 50%; + } + .col-sm-5 { + width: 41.66666667%; + } + .col-sm-4 { + width: 33.33333333%; + } + .col-sm-3 { + width: 25%; + } + .col-sm-2 { + width: 16.66666667%; + } + .col-sm-1 { + width: 8.33333333%; + } + .col-sm-pull-12 { + right: 100%; + } + .col-sm-pull-11 { + right: 91.66666667%; + } + .col-sm-pull-10 { + right: 83.33333333%; + } + .col-sm-pull-9 { + right: 75%; + } + .col-sm-pull-8 { + right: 66.66666667%; + } + .col-sm-pull-7 { + right: 58.33333333%; + } + .col-sm-pull-6 { + right: 50%; + } + .col-sm-pull-5 { + right: 41.66666667%; + } + .col-sm-pull-4 { + right: 33.33333333%; + } + .col-sm-pull-3 { + right: 25%; + } + .col-sm-pull-2 { + right: 16.66666667%; + } + .col-sm-pull-1 { + right: 8.33333333%; + } + .col-sm-pull-0 { + right: auto; + } + .col-sm-push-12 { + left: 100%; + } + .col-sm-push-11 { + left: 91.66666667%; + } + .col-sm-push-10 { + left: 83.33333333%; + } + .col-sm-push-9 { + left: 75%; + } + .col-sm-push-8 { + left: 66.66666667%; + } + .col-sm-push-7 { + left: 58.33333333%; + } + .col-sm-push-6 { + left: 50%; + } + .col-sm-push-5 { + left: 41.66666667%; + } + .col-sm-push-4 { + left: 33.33333333%; + } + .col-sm-push-3 { + left: 25%; + } + .col-sm-push-2 { + left: 16.66666667%; + } + .col-sm-push-1 { + left: 8.33333333%; + } + .col-sm-push-0 { + left: auto; + } + .col-sm-offset-12 { + margin-left: 100%; + } + .col-sm-offset-11 { + margin-left: 91.66666667%; + } + .col-sm-offset-10 { + margin-left: 83.33333333%; + } + .col-sm-offset-9 { + margin-left: 75%; + } + .col-sm-offset-8 { + margin-left: 66.66666667%; + } + .col-sm-offset-7 { + margin-left: 58.33333333%; + } + .col-sm-offset-6 { + margin-left: 50%; + } + .col-sm-offset-5 { + margin-left: 41.66666667%; + } + .col-sm-offset-4 { + margin-left: 33.33333333%; + } + .col-sm-offset-3 { + margin-left: 25%; + } + .col-sm-offset-2 { + margin-left: 16.66666667%; + } + .col-sm-offset-1 { + margin-left: 8.33333333%; + } + .col-sm-offset-0 { + margin-left: 0; + } +} +@media (min-width: 992px) { + .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { + float: left; + } + .col-md-12 { + width: 100%; + } + .col-md-11 { + width: 91.66666667%; + } + .col-md-10 { + width: 83.33333333%; + } + .col-md-9 { + width: 75%; + } + .col-md-8 { + width: 66.66666667%; + } + .col-md-7 { + width: 58.33333333%; + } + .col-md-6 { + width: 50%; + } + .col-md-5 { + width: 41.66666667%; + } + .col-md-4 { + width: 33.33333333%; + } + .col-md-3 { + width: 25%; + } + .col-md-2 { + width: 16.66666667%; + } + .col-md-1 { + width: 8.33333333%; + } + .col-md-pull-12 { + right: 100%; + } + .col-md-pull-11 { + right: 91.66666667%; + } + .col-md-pull-10 { + right: 83.33333333%; + } + .col-md-pull-9 { + right: 75%; + } + .col-md-pull-8 { + right: 66.66666667%; + } + .col-md-pull-7 { + right: 58.33333333%; + } + .col-md-pull-6 { + right: 50%; + } + .col-md-pull-5 { + right: 41.66666667%; + } + .col-md-pull-4 { + right: 33.33333333%; + } + .col-md-pull-3 { + right: 25%; + } + .col-md-pull-2 { + right: 16.66666667%; + } + .col-md-pull-1 { + right: 8.33333333%; + } + .col-md-pull-0 { + right: auto; + } + .col-md-push-12 { + left: 100%; + } + .col-md-push-11 { + left: 91.66666667%; + } + .col-md-push-10 { + left: 83.33333333%; + } + .col-md-push-9 { + left: 75%; + } + .col-md-push-8 { + left: 66.66666667%; + } + .col-md-push-7 { + left: 58.33333333%; + } + .col-md-push-6 { + left: 50%; + } + .col-md-push-5 { + left: 41.66666667%; + } + .col-md-push-4 { + left: 33.33333333%; + } + .col-md-push-3 { + left: 25%; + } + .col-md-push-2 { + left: 16.66666667%; + } + .col-md-push-1 { + left: 8.33333333%; + } + .col-md-push-0 { + left: auto; + } + .col-md-offset-12 { + margin-left: 100%; + } + .col-md-offset-11 { + margin-left: 91.66666667%; + } + .col-md-offset-10 { + margin-left: 83.33333333%; + } + .col-md-offset-9 { + margin-left: 75%; + } + .col-md-offset-8 { + margin-left: 66.66666667%; + } + .col-md-offset-7 { + margin-left: 58.33333333%; + } + .col-md-offset-6 { + margin-left: 50%; + } + .col-md-offset-5 { + margin-left: 41.66666667%; + } + .col-md-offset-4 { + margin-left: 33.33333333%; + } + .col-md-offset-3 { + margin-left: 25%; + } + .col-md-offset-2 { + margin-left: 16.66666667%; + } + .col-md-offset-1 { + margin-left: 8.33333333%; + } + .col-md-offset-0 { + margin-left: 0; + } +} +@media (min-width: 1200px) { + .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { + float: left; + } + .col-lg-12 { + width: 100%; + } + .col-lg-11 { + width: 91.66666667%; + } + .col-lg-10 { + width: 83.33333333%; + } + .col-lg-9 { + width: 75%; + } + .col-lg-8 { + width: 66.66666667%; + } + .col-lg-7 { + width: 58.33333333%; + } + .col-lg-6 { + width: 50%; + } + .col-lg-5 { + width: 41.66666667%; + } + .col-lg-4 { + width: 33.33333333%; + } + .col-lg-3 { + width: 25%; + } + .col-lg-2 { + width: 16.66666667%; + } + .col-lg-1 { + width: 8.33333333%; + } + .col-lg-pull-12 { + right: 100%; + } + .col-lg-pull-11 { + right: 91.66666667%; + } + .col-lg-pull-10 { + right: 83.33333333%; + } + .col-lg-pull-9 { + right: 75%; + } + .col-lg-pull-8 { + right: 66.66666667%; + } + .col-lg-pull-7 { + right: 58.33333333%; + } + .col-lg-pull-6 { + right: 50%; + } + .col-lg-pull-5 { + right: 41.66666667%; + } + .col-lg-pull-4 { + right: 33.33333333%; + } + .col-lg-pull-3 { + right: 25%; + } + .col-lg-pull-2 { + right: 16.66666667%; + } + .col-lg-pull-1 { + right: 8.33333333%; + } + .col-lg-pull-0 { + right: auto; + } + .col-lg-push-12 { + left: 100%; + } + .col-lg-push-11 { + left: 91.66666667%; + } + .col-lg-push-10 { + left: 83.33333333%; + } + .col-lg-push-9 { + left: 75%; + } + .col-lg-push-8 { + left: 66.66666667%; + } + .col-lg-push-7 { + left: 58.33333333%; + } + .col-lg-push-6 { + left: 50%; + } + .col-lg-push-5 { + left: 41.66666667%; + } + .col-lg-push-4 { + left: 33.33333333%; + } + .col-lg-push-3 { + left: 25%; + } + .col-lg-push-2 { + left: 16.66666667%; + } + .col-lg-push-1 { + left: 8.33333333%; + } + .col-lg-push-0 { + left: auto; + } + .col-lg-offset-12 { + margin-left: 100%; + } + .col-lg-offset-11 { + margin-left: 91.66666667%; + } + .col-lg-offset-10 { + margin-left: 83.33333333%; + } + .col-lg-offset-9 { + margin-left: 75%; + } + .col-lg-offset-8 { + margin-left: 66.66666667%; + } + .col-lg-offset-7 { + margin-left: 58.33333333%; + } + .col-lg-offset-6 { + margin-left: 50%; + } + .col-lg-offset-5 { + margin-left: 41.66666667%; + } + .col-lg-offset-4 { + margin-left: 33.33333333%; + } + .col-lg-offset-3 { + margin-left: 25%; + } + .col-lg-offset-2 { + margin-left: 16.66666667%; + } + .col-lg-offset-1 { + margin-left: 8.33333333%; + } + .col-lg-offset-0 { + margin-left: 0; + } +} +table { + background-color: transparent; +} +caption { + padding-top: 8px; + padding-bottom: 8px; + color: #777; + text-align: left; +} +th { + text-align: left; +} +.table { + width: 100%; + max-width: 100%; + margin-bottom: 20px; +} +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { + padding: 8px; + line-height: 1.42857143; + vertical-align: top; + border-top: 1px solid #ddd; +} +.table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #ddd; +} +.table > caption + thead > tr:first-child > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { + border-top: 0; +} +.table > tbody + tbody { + border-top: 2px solid #ddd; +} +.table .table { + background-color: #fff; +} +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { + padding: 5px; +} +.table-bordered { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > tbody > tr > th, +.table-bordered > tfoot > tr > th, +.table-bordered > thead > tr > td, +.table-bordered > tbody > tr > td, +.table-bordered > tfoot > tr > td { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} +.table-striped > tbody > tr:nth-of-type(odd) { + background-color: #f9f9f9; +} +.table-hover > tbody > tr:hover { + background-color: #f5f5f5; +} +table col[class*="col-"] { + position: static; + display: table-column; + float: none; +} +table td[class*="col-"], +table th[class*="col-"] { + position: static; + display: table-cell; + float: none; +} +.table > thead > tr > td.active, +.table > tbody > tr > td.active, +.table > tfoot > tr > td.active, +.table > thead > tr > th.active, +.table > tbody > tr > th.active, +.table > tfoot > tr > th.active, +.table > thead > tr.active > td, +.table > tbody > tr.active > td, +.table > tfoot > tr.active > td, +.table > thead > tr.active > th, +.table > tbody > tr.active > th, +.table > tfoot > tr.active > th { + background-color: #f5f5f5; +} +.table-hover > tbody > tr > td.active:hover, +.table-hover > tbody > tr > th.active:hover, +.table-hover > tbody > tr.active:hover > td, +.table-hover > tbody > tr:hover > .active, +.table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} +.table > thead > tr > td.success, +.table > tbody > tr > td.success, +.table > tfoot > tr > td.success, +.table > thead > tr > th.success, +.table > tbody > tr > th.success, +.table > tfoot > tr > th.success, +.table > thead > tr.success > td, +.table > tbody > tr.success > td, +.table > tfoot > tr.success > td, +.table > thead > tr.success > th, +.table > tbody > tr.success > th, +.table > tfoot > tr.success > th { + background-color: #dff0d8; +} +.table-hover > tbody > tr > td.success:hover, +.table-hover > tbody > tr > th.success:hover, +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr:hover > .success, +.table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; +} +.table > thead > tr > td.info, +.table > tbody > tr > td.info, +.table > tfoot > tr > td.info, +.table > thead > tr > th.info, +.table > tbody > tr > th.info, +.table > tfoot > tr > th.info, +.table > thead > tr.info > td, +.table > tbody > tr.info > td, +.table > tfoot > tr.info > td, +.table > thead > tr.info > th, +.table > tbody > tr.info > th, +.table > tfoot > tr.info > th { + background-color: #d9edf7; +} +.table-hover > tbody > tr > td.info:hover, +.table-hover > tbody > tr > th.info:hover, +.table-hover > tbody > tr.info:hover > td, +.table-hover > tbody > tr:hover > .info, +.table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; +} +.table > thead > tr > td.warning, +.table > tbody > tr > td.warning, +.table > tfoot > tr > td.warning, +.table > thead > tr > th.warning, +.table > tbody > tr > th.warning, +.table > tfoot > tr > th.warning, +.table > thead > tr.warning > td, +.table > tbody > tr.warning > td, +.table > tfoot > tr.warning > td, +.table > thead > tr.warning > th, +.table > tbody > tr.warning > th, +.table > tfoot > tr.warning > th { + background-color: #fcf8e3; +} +.table-hover > tbody > tr > td.warning:hover, +.table-hover > tbody > tr > th.warning:hover, +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr:hover > .warning, +.table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; +} +.table > thead > tr > td.danger, +.table > tbody > tr > td.danger, +.table > tfoot > tr > td.danger, +.table > thead > tr > th.danger, +.table > tbody > tr > th.danger, +.table > tfoot > tr > th.danger, +.table > thead > tr.danger > td, +.table > tbody > tr.danger > td, +.table > tfoot > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr.danger > th, +.table > tfoot > tr.danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > td.danger:hover, +.table-hover > tbody > tr > th.danger:hover, +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr:hover > .danger, +.table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; +} +.table-responsive { + min-height: .01%; + overflow-x: auto; +} +@media screen and (max-width: 767px) { + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-y: hidden; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid #ddd; + } + .table-responsive > .table { + margin-bottom: 0; + } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; + } + .table-responsive > .table-bordered { + border: 0; + } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; + } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; + } + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; + } +} +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: inherit; + color: #333; + border: 0; + border-bottom: 1px solid #e5e5e5; +} +label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + font-weight: bold; +} +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + line-height: normal; +} +input[type="file"] { + display: block; +} +input[type="range"] { + display: block; + width: 100%; +} +select[multiple], +select[size] { + height: auto; +} +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +output { + display: block; + padding-top: 7px; + font-size: 14px; + line-height: 1.42857143; + color: #555; +} +.form-control { + display: block; + width: 100%; + height: 34px; + padding: 6px 12px; + font-size: 14px; + line-height: 1.42857143; + color: #555; + background-color: #fff; + background-image: none; + border: 1px solid #ccc; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; +} +.form-control:focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); +} +.form-control::-moz-placeholder { + color: #999; + opacity: 1; +} +.form-control:-ms-input-placeholder { + color: #999; +} +.form-control::-webkit-input-placeholder { + color: #999; +} +.form-control::-ms-expand { + background-color: transparent; + border: 0; +} +.form-control[disabled], +.form-control[readonly], +fieldset[disabled] .form-control { + background-color: #eee; + opacity: 1; +} +.form-control[disabled], +fieldset[disabled] .form-control { + cursor: not-allowed; +} +textarea.form-control { + height: auto; +} +input[type="search"] { + -webkit-appearance: none; +} +@media screen and (-webkit-min-device-pixel-ratio: 0) { + input[type="date"].form-control, + input[type="time"].form-control, + input[type="datetime-local"].form-control, + input[type="month"].form-control { + line-height: 34px; + } + input[type="date"].input-sm, + input[type="time"].input-sm, + input[type="datetime-local"].input-sm, + input[type="month"].input-sm, + .input-group-sm input[type="date"], + .input-group-sm input[type="time"], + .input-group-sm input[type="datetime-local"], + .input-group-sm input[type="month"] { + line-height: 30px; + } + input[type="date"].input-lg, + input[type="time"].input-lg, + input[type="datetime-local"].input-lg, + input[type="month"].input-lg, + .input-group-lg input[type="date"], + .input-group-lg input[type="time"], + .input-group-lg input[type="datetime-local"], + .input-group-lg input[type="month"] { + line-height: 46px; + } +} +.form-group { + margin-bottom: 15px; +} +.radio, +.checkbox { + position: relative; + display: block; + margin-top: 10px; + margin-bottom: 10px; +} +.radio label, +.checkbox label { + min-height: 20px; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + cursor: pointer; +} +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + position: absolute; + margin-top: 4px \9; + margin-left: -20px; +} +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; +} +.radio-inline, +.checkbox-inline { + position: relative; + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + vertical-align: middle; + cursor: pointer; +} +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; +} +input[type="radio"][disabled], +input[type="checkbox"][disabled], +input[type="radio"].disabled, +input[type="checkbox"].disabled, +fieldset[disabled] input[type="radio"], +fieldset[disabled] input[type="checkbox"] { + cursor: not-allowed; +} +.radio-inline.disabled, +.checkbox-inline.disabled, +fieldset[disabled] .radio-inline, +fieldset[disabled] .checkbox-inline { + cursor: not-allowed; +} +.radio.disabled label, +.checkbox.disabled label, +fieldset[disabled] .radio label, +fieldset[disabled] .checkbox label { + cursor: not-allowed; +} +.form-control-static { + min-height: 34px; + padding-top: 7px; + padding-bottom: 7px; + margin-bottom: 0; +} +.form-control-static.input-lg, +.form-control-static.input-sm { + padding-right: 0; + padding-left: 0; +} +.input-sm { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-sm { + height: 30px; + line-height: 30px; +} +textarea.input-sm, +select[multiple].input-sm { + height: auto; +} +.form-group-sm .form-control { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.form-group-sm select.form-control { + height: 30px; + line-height: 30px; +} +.form-group-sm textarea.form-control, +.form-group-sm select[multiple].form-control { + height: auto; +} +.form-group-sm .form-control-static { + height: 30px; + min-height: 32px; + padding: 6px 10px; + font-size: 12px; + line-height: 1.5; +} +.input-lg { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +select.input-lg { + height: 46px; + line-height: 46px; +} +textarea.input-lg, +select[multiple].input-lg { + height: auto; +} +.form-group-lg .form-control { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +.form-group-lg select.form-control { + height: 46px; + line-height: 46px; +} +.form-group-lg textarea.form-control, +.form-group-lg select[multiple].form-control { + height: auto; +} +.form-group-lg .form-control-static { + height: 46px; + min-height: 38px; + padding: 11px 16px; + font-size: 18px; + line-height: 1.3333333; +} +.has-feedback { + position: relative; +} +.has-feedback .form-control { + padding-right: 42.5px; +} +.form-control-feedback { + position: absolute; + top: 0; + right: 0; + z-index: 2; + display: block; + width: 34px; + height: 34px; + line-height: 34px; + text-align: center; + pointer-events: none; +} +.input-lg + .form-control-feedback, +.input-group-lg + .form-control-feedback, +.form-group-lg .form-control + .form-control-feedback { + width: 46px; + height: 46px; + line-height: 46px; +} +.input-sm + .form-control-feedback, +.input-group-sm + .form-control-feedback, +.form-group-sm .form-control + .form-control-feedback { + width: 30px; + height: 30px; + line-height: 30px; +} +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline, +.has-success.radio label, +.has-success.checkbox label, +.has-success.radio-inline label, +.has-success.checkbox-inline label { + color: #3c763d; +} +.has-success .form-control { + border-color: #3c763d; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-success .form-control:focus { + border-color: #2b542c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; +} +.has-success .input-group-addon { + color: #3c763d; + background-color: #dff0d8; + border-color: #3c763d; +} +.has-success .form-control-feedback { + color: #3c763d; +} +.has-warning .help-block, +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline, +.has-warning.radio label, +.has-warning.checkbox label, +.has-warning.radio-inline label, +.has-warning.checkbox-inline label { + color: #8a6d3b; +} +.has-warning .form-control { + border-color: #8a6d3b; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-warning .form-control:focus { + border-color: #66512c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; +} +.has-warning .input-group-addon { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #8a6d3b; +} +.has-warning .form-control-feedback { + color: #8a6d3b; +} +.has-error .help-block, +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline, +.has-error.radio label, +.has-error.checkbox label, +.has-error.radio-inline label, +.has-error.checkbox-inline label { + color: #a94442; +} +.has-error .form-control { + border-color: #a94442; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-error .form-control:focus { + border-color: #843534; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; +} +.has-error .input-group-addon { + color: #a94442; + background-color: #f2dede; + border-color: #a94442; +} +.has-error .form-control-feedback { + color: #a94442; +} +.has-feedback label ~ .form-control-feedback { + top: 25px; +} +.has-feedback label.sr-only ~ .form-control-feedback { + top: 0; +} +.help-block { + display: block; + margin-top: 5px; + margin-bottom: 10px; + color: #737373; +} +@media (min-width: 768px) { + .form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .form-control-static { + display: inline-block; + } + .form-inline .input-group { + display: inline-table; + vertical-align: middle; + } + .form-inline .input-group .input-group-addon, + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { + width: auto; + } + .form-inline .input-group > .form-control { + width: 100%; + } + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio, + .form-inline .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio label, + .form-inline .checkbox label { + padding-left: 0; + } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .form-inline .has-feedback .form-control-feedback { + top: 0; + } +} +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + padding-top: 7px; + margin-top: 0; + margin-bottom: 0; +} +.form-horizontal .radio, +.form-horizontal .checkbox { + min-height: 27px; +} +.form-horizontal .form-group { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .form-horizontal .control-label { + padding-top: 7px; + margin-bottom: 0; + text-align: right; + } +} +.form-horizontal .has-feedback .form-control-feedback { + right: 15px; +} +@media (min-width: 768px) { + .form-horizontal .form-group-lg .control-label { + padding-top: 11px; + font-size: 18px; + } +} +@media (min-width: 768px) { + .form-horizontal .form-group-sm .control-label { + padding-top: 6px; + font-size: 12px; + } +} +.btn { + display: inline-block; + padding: 6px 12px; + margin-bottom: 0; + font-size: 14px; + font-weight: normal; + line-height: 1.42857143; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -ms-touch-action: manipulation; + touch-action: manipulation; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.btn:focus, +.btn:active:focus, +.btn.active:focus, +.btn.focus, +.btn:active.focus, +.btn.active.focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +.btn:hover, +.btn:focus, +.btn.focus { + color: #333; + text-decoration: none; +} +.btn:active, +.btn.active { + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn { + cursor: not-allowed; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; + opacity: .65; +} +a.btn.disabled, +fieldset[disabled] a.btn { + pointer-events: none; +} +.btn-default { + color: #333; + background-color: #fff; + border-color: #ccc; +} +.btn-default:focus, +.btn-default.focus { + color: #333; + background-color: #e6e6e6; + border-color: #8c8c8c; +} +.btn-default:hover { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; +} +.btn-default:active, +.btn-default.active, +.open > .dropdown-toggle.btn-default { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; +} +.btn-default:active:hover, +.btn-default.active:hover, +.open > .dropdown-toggle.btn-default:hover, +.btn-default:active:focus, +.btn-default.active:focus, +.open > .dropdown-toggle.btn-default:focus, +.btn-default:active.focus, +.btn-default.active.focus, +.open > .dropdown-toggle.btn-default.focus { + color: #333; + background-color: #d4d4d4; + border-color: #8c8c8c; +} +.btn-default:active, +.btn-default.active, +.open > .dropdown-toggle.btn-default { + background-image: none; +} +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled.focus, +.btn-default[disabled].focus, +fieldset[disabled] .btn-default.focus { + background-color: #fff; + border-color: #ccc; +} +.btn-default .badge { + color: #fff; + background-color: #333; +} +.btn-primary { + color: #fff; + background-color: #337ab7; + border-color: #2e6da4; +} +.btn-primary:focus, +.btn-primary.focus { + color: #fff; + background-color: #286090; + border-color: #122b40; +} +.btn-primary:hover { + color: #fff; + background-color: #286090; + border-color: #204d74; +} +.btn-primary:active, +.btn-primary.active, +.open > .dropdown-toggle.btn-primary { + color: #fff; + background-color: #286090; + border-color: #204d74; +} +.btn-primary:active:hover, +.btn-primary.active:hover, +.open > .dropdown-toggle.btn-primary:hover, +.btn-primary:active:focus, +.btn-primary.active:focus, +.open > .dropdown-toggle.btn-primary:focus, +.btn-primary:active.focus, +.btn-primary.active.focus, +.open > .dropdown-toggle.btn-primary.focus { + color: #fff; + background-color: #204d74; + border-color: #122b40; +} +.btn-primary:active, +.btn-primary.active, +.open > .dropdown-toggle.btn-primary { + background-image: none; +} +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled.focus, +.btn-primary[disabled].focus, +fieldset[disabled] .btn-primary.focus { + background-color: #337ab7; + border-color: #2e6da4; +} +.btn-primary .badge { + color: #337ab7; + background-color: #fff; +} +.btn-success { + color: #fff; + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success:focus, +.btn-success.focus { + color: #fff; + background-color: #449d44; + border-color: #255625; +} +.btn-success:hover { + color: #fff; + background-color: #449d44; + border-color: #398439; +} +.btn-success:active, +.btn-success.active, +.open > .dropdown-toggle.btn-success { + color: #fff; + background-color: #449d44; + border-color: #398439; +} +.btn-success:active:hover, +.btn-success.active:hover, +.open > .dropdown-toggle.btn-success:hover, +.btn-success:active:focus, +.btn-success.active:focus, +.open > .dropdown-toggle.btn-success:focus, +.btn-success:active.focus, +.btn-success.active.focus, +.open > .dropdown-toggle.btn-success.focus { + color: #fff; + background-color: #398439; + border-color: #255625; +} +.btn-success:active, +.btn-success.active, +.open > .dropdown-toggle.btn-success { + background-image: none; +} +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled.focus, +.btn-success[disabled].focus, +fieldset[disabled] .btn-success.focus { + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success .badge { + color: #5cb85c; + background-color: #fff; +} +.btn-info { + color: #fff; + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info:focus, +.btn-info.focus { + color: #fff; + background-color: #31b0d5; + border-color: #1b6d85; +} +.btn-info:hover { + color: #fff; + background-color: #31b0d5; + border-color: #269abc; +} +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + color: #fff; + background-color: #31b0d5; + border-color: #269abc; +} +.btn-info:active:hover, +.btn-info.active:hover, +.open > .dropdown-toggle.btn-info:hover, +.btn-info:active:focus, +.btn-info.active:focus, +.open > .dropdown-toggle.btn-info:focus, +.btn-info:active.focus, +.btn-info.active.focus, +.open > .dropdown-toggle.btn-info.focus { + color: #fff; + background-color: #269abc; + border-color: #1b6d85; +} +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + background-image: none; +} +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled.focus, +.btn-info[disabled].focus, +fieldset[disabled] .btn-info.focus { + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info .badge { + color: #5bc0de; + background-color: #fff; +} +.btn-warning { + color: #fff; + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning:focus, +.btn-warning.focus { + color: #fff; + background-color: #ec971f; + border-color: #985f0d; +} +.btn-warning:hover { + color: #fff; + background-color: #ec971f; + border-color: #d58512; +} +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + color: #fff; + background-color: #ec971f; + border-color: #d58512; +} +.btn-warning:active:hover, +.btn-warning.active:hover, +.open > .dropdown-toggle.btn-warning:hover, +.btn-warning:active:focus, +.btn-warning.active:focus, +.open > .dropdown-toggle.btn-warning:focus, +.btn-warning:active.focus, +.btn-warning.active.focus, +.open > .dropdown-toggle.btn-warning.focus { + color: #fff; + background-color: #d58512; + border-color: #985f0d; +} +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + background-image: none; +} +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled.focus, +.btn-warning[disabled].focus, +fieldset[disabled] .btn-warning.focus { + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning .badge { + color: #f0ad4e; + background-color: #fff; +} +.btn-danger { + color: #fff; + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger:focus, +.btn-danger.focus { + color: #fff; + background-color: #c9302c; + border-color: #761c19; +} +.btn-danger:hover { + color: #fff; + background-color: #c9302c; + border-color: #ac2925; +} +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + color: #fff; + background-color: #c9302c; + border-color: #ac2925; +} +.btn-danger:active:hover, +.btn-danger.active:hover, +.open > .dropdown-toggle.btn-danger:hover, +.btn-danger:active:focus, +.btn-danger.active:focus, +.open > .dropdown-toggle.btn-danger:focus, +.btn-danger:active.focus, +.btn-danger.active.focus, +.open > .dropdown-toggle.btn-danger.focus { + color: #fff; + background-color: #ac2925; + border-color: #761c19; +} +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + background-image: none; +} +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled.focus, +.btn-danger[disabled].focus, +fieldset[disabled] .btn-danger.focus { + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger .badge { + color: #d9534f; + background-color: #fff; +} +.btn-link { + font-weight: normal; + color: #337ab7; + border-radius: 0; +} +.btn-link, +.btn-link:active, +.btn-link.active, +.btn-link[disabled], +fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-link, +.btn-link:hover, +.btn-link:focus, +.btn-link:active { + border-color: transparent; +} +.btn-link:hover, +.btn-link:focus { + color: #23527c; + text-decoration: underline; + background-color: transparent; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #777; + text-decoration: none; +} +.btn-lg, +.btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +.btn-sm, +.btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-xs, +.btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-block { + display: block; + width: 100%; +} +.btn-block + .btn-block { + margin-top: 5px; +} +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} +.fade { + opacity: 0; + -webkit-transition: opacity .15s linear; + -o-transition: opacity .15s linear; + transition: opacity .15s linear; +} +.fade.in { + opacity: 1; +} +.collapse { + display: none; +} +.collapse.in { + display: block; +} +tr.collapse.in { + display: table-row; +} +tbody.collapse.in { + display: table-row-group; +} +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition-timing-function: ease; + -o-transition-timing-function: ease; + transition-timing-function: ease; + -webkit-transition-duration: .35s; + -o-transition-duration: .35s; + transition-duration: .35s; + -webkit-transition-property: height, visibility; + -o-transition-property: height, visibility; + transition-property: height, visibility; +} +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px dashed; + border-top: 4px solid \9; + border-right: 4px solid transparent; + border-left: 4px solid transparent; +} +.dropup, +.dropdown { + position: relative; +} +.dropdown-toggle:focus { + outline: 0; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + font-size: 14px; + text-align: left; + list-style: none; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .15); + border-radius: 4px; + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + box-shadow: 0 6px 12px rgba(0, 0, 0, .175); +} +.dropdown-menu.pull-right { + right: 0; + left: auto; +} +.dropdown-menu .divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 1.42857143; + color: #333; + white-space: nowrap; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + color: #262626; + text-decoration: none; + background-color: #f5f5f5; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #fff; + text-decoration: none; + background-color: #337ab7; + outline: 0; +} +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #777; +} +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + cursor: not-allowed; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); +} +.open > .dropdown-menu { + display: block; +} +.open > a { + outline: 0; +} +.dropdown-menu-right { + right: 0; + left: auto; +} +.dropdown-menu-left { + right: auto; + left: 0; +} +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: 12px; + line-height: 1.42857143; + color: #777; + white-space: nowrap; +} +.dropdown-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 990; +} +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + content: ""; + border-top: 0; + border-bottom: 4px dashed; + border-bottom: 4px solid \9; +} +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 2px; +} +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + right: 0; + left: auto; + } + .navbar-right .dropdown-menu-left { + right: auto; + left: 0; + } +} +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + float: left; +} +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, +.btn-group > .btn:active, +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { + z-index: 2; +} +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group { + margin-left: -1px; +} +.btn-toolbar { + margin-left: -5px; +} +.btn-toolbar .btn, +.btn-toolbar .btn-group, +.btn-toolbar .input-group { + float: left; +} +.btn-toolbar > .btn, +.btn-toolbar > .btn-group, +.btn-toolbar > .input-group { + margin-left: 5px; +} +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} +.btn-group > .btn:first-child { + margin-left: 0; +} +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group > .btn-group { + float: left; +} +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} +.btn-group > .btn + .dropdown-toggle { + padding-right: 8px; + padding-left: 8px; +} +.btn-group > .btn-lg + .dropdown-toggle { + padding-right: 12px; + padding-left: 12px; +} +.btn-group.open .dropdown-toggle { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn-group.open .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; +} +.btn .caret { + margin-left: 0; +} +.btn-lg .caret { + border-width: 5px 5px 0; + border-bottom-width: 0; +} +.dropup .btn-lg .caret { + border-width: 0 5px 5px; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group, +.btn-group-vertical > .btn-group > .btn { + display: block; + float: none; + width: 100%; + max-width: 100%; +} +.btn-group-vertical > .btn-group > .btn { + float: none; +} +.btn-group-vertical > .btn + .btn, +.btn-group-vertical > .btn + .btn-group, +.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.btn-group-justified { + display: table; + width: 100%; + table-layout: fixed; + border-collapse: separate; +} +.btn-group-justified > .btn, +.btn-group-justified > .btn-group { + display: table-cell; + float: none; + width: 1%; +} +.btn-group-justified > .btn-group .btn { + width: 100%; +} +.btn-group-justified > .btn-group .dropdown-menu { + left: auto; +} +[data-toggle="buttons"] > .btn input[type="radio"], +[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], +[data-toggle="buttons"] > .btn input[type="checkbox"], +[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; +} +.input-group { + position: relative; + display: table; + border-collapse: separate; +} +.input-group[class*="col-"] { + float: none; + padding-right: 0; + padding-left: 0; +} +.input-group .form-control { + position: relative; + z-index: 2; + float: left; + width: 100%; + margin-bottom: 0; +} +.input-group .form-control:focus { + z-index: 3; +} +.input-group-lg > .form-control, +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +select.input-group-lg > .form-control, +select.input-group-lg > .input-group-addon, +select.input-group-lg > .input-group-btn > .btn { + height: 46px; + line-height: 46px; +} +textarea.input-group-lg > .form-control, +textarea.input-group-lg > .input-group-addon, +textarea.input-group-lg > .input-group-btn > .btn, +select[multiple].input-group-lg > .form-control, +select[multiple].input-group-lg > .input-group-addon, +select[multiple].input-group-lg > .input-group-btn > .btn { + height: auto; +} +.input-group-sm > .form-control, +.input-group-sm > .input-group-addon, +.input-group-sm > .input-group-btn > .btn { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-group-sm > .form-control, +select.input-group-sm > .input-group-addon, +select.input-group-sm > .input-group-btn > .btn { + height: 30px; + line-height: 30px; +} +textarea.input-group-sm > .form-control, +textarea.input-group-sm > .input-group-addon, +textarea.input-group-sm > .input-group-btn > .btn, +select[multiple].input-group-sm > .form-control, +select[multiple].input-group-sm > .input-group-addon, +select[multiple].input-group-sm > .input-group-btn > .btn { + height: auto; +} +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon, +.input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; +} +.input-group-addon { + padding: 6px 12px; + font-size: 14px; + font-weight: normal; + line-height: 1; + color: #555; + text-align: center; + background-color: #eee; + border: 1px solid #ccc; + border-radius: 4px; +} +.input-group-addon.input-sm { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; +} +.input-group-addon.input-lg { + padding: 10px 16px; + font-size: 18px; + border-radius: 6px; +} +.input-group-addon input[type="radio"], +.input-group-addon input[type="checkbox"] { + margin-top: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group-addon:first-child { + border-right: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group-addon:last-child { + border-left: 0; +} +.input-group-btn { + position: relative; + font-size: 0; + white-space: nowrap; +} +.input-group-btn > .btn { + position: relative; +} +.input-group-btn > .btn + .btn { + margin-left: -1px; +} +.input-group-btn > .btn:hover, +.input-group-btn > .btn:focus, +.input-group-btn > .btn:active { + z-index: 2; +} +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group { + margin-right: -1px; +} +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group { + z-index: 2; + margin-left: -1px; +} +.nav { + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.nav > li { + position: relative; + display: block; +} +.nav > li > a { + position: relative; + display: block; + padding: 10px 15px; +} +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eee; +} +.nav > li.disabled > a { + color: #777; +} +.nav > li.disabled > a:hover, +.nav > li.disabled > a:focus { + color: #777; + text-decoration: none; + cursor: not-allowed; + background-color: transparent; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + background-color: #eee; + border-color: #337ab7; +} +.nav .nav-divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.nav > li > a > img { + max-width: none; +} +.nav-tabs { + border-bottom: 1px solid #ddd; +} +.nav-tabs > li { + float: left; + margin-bottom: -1px; +} +.nav-tabs > li > a { + margin-right: 2px; + line-height: 1.42857143; + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} +.nav-tabs > li > a:hover { + border-color: #eee #eee #ddd; +} +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + color: #555; + cursor: default; + background-color: #fff; + border: 1px solid #ddd; + border-bottom-color: transparent; +} +.nav-tabs.nav-justified { + width: 100%; + border-bottom: 0; +} +.nav-tabs.nav-justified > li { + float: none; +} +.nav-tabs.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-tabs.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-tabs.nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs.nav-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs.nav-justified > .active > a, +.nav-tabs.nav-justified > .active > a:hover, +.nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs.nav-justified > .active > a, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.nav-pills > li { + float: left; +} +.nav-pills > li > a { + border-radius: 4px; +} +.nav-pills > li + li { + margin-left: 2px; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + color: #fff; + background-color: #337ab7; +} +.nav-stacked > li { + float: none; +} +.nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; +} +.nav-justified { + width: 100%; +} +.nav-justified > li { + float: none; +} +.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs-justified { + border-bottom: 0; +} +.nav-tabs-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs-justified > .active > a, +.nav-tabs-justified > .active > a:hover, +.nav-tabs-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.tab-content > .tab-pane { + display: none; +} +.tab-content > .active { + display: block; +} +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar { + position: relative; + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +@media (min-width: 768px) { + .navbar-header { + float: left; + } +} +.navbar-collapse { + padding-right: 15px; + padding-left: 15px; + overflow-x: visible; + -webkit-overflow-scrolling: touch; + border-top: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); +} +.navbar-collapse.in { + overflow-y: auto; +} +@media (min-width: 768px) { + .navbar-collapse { + width: auto; + border-top: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-collapse.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; + overflow: visible !important; + } + .navbar-collapse.in { + overflow-y: visible; + } + .navbar-fixed-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-right: 0; + padding-left: 0; + } +} +.navbar-fixed-top .navbar-collapse, +.navbar-fixed-bottom .navbar-collapse { + max-height: 340px; +} +@media (max-device-width: 480px) and (orientation: landscape) { + .navbar-fixed-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + max-height: 200px; + } +} +.container > .navbar-header, +.container-fluid > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .container > .navbar-header, + .container-fluid > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-collapse { + margin-right: 0; + margin-left: 0; + } +} +.navbar-static-top { + z-index: 1000; + border-width: 0 0 1px; +} +@media (min-width: 768px) { + .navbar-static-top { + border-radius: 0; + } +} +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; +} +@media (min-width: 768px) { + .navbar-fixed-top, + .navbar-fixed-bottom { + border-radius: 0; + } +} +.navbar-fixed-top { + top: 0; + border-width: 0 0 1px; +} +.navbar-fixed-bottom { + bottom: 0; + margin-bottom: 0; + border-width: 1px 0 0; +} +.navbar-brand { + float: left; + height: 50px; + padding: 15px 15px; + font-size: 18px; + line-height: 20px; +} +.navbar-brand:hover, +.navbar-brand:focus { + text-decoration: none; +} +.navbar-brand > img { + display: block; +} +@media (min-width: 768px) { + .navbar > .container .navbar-brand, + .navbar > .container-fluid .navbar-brand { + margin-left: -15px; + } +} +.navbar-toggle { + position: relative; + float: right; + padding: 9px 10px; + margin-top: 8px; + margin-right: 15px; + margin-bottom: 8px; + background-color: transparent; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.navbar-toggle:focus { + outline: 0; +} +.navbar-toggle .icon-bar { + display: block; + width: 22px; + height: 2px; + border-radius: 1px; +} +.navbar-toggle .icon-bar + .icon-bar { + margin-top: 4px; +} +@media (min-width: 768px) { + .navbar-toggle { + display: none; + } +} +.navbar-nav { + margin: 7.5px -15px; +} +.navbar-nav > li > a { + padding-top: 10px; + padding-bottom: 10px; + line-height: 20px; +} +@media (max-width: 767px) { + .navbar-nav .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-nav .open .dropdown-menu > li > a, + .navbar-nav .open .dropdown-menu .dropdown-header { + padding: 5px 15px 5px 25px; + } + .navbar-nav .open .dropdown-menu > li > a { + line-height: 20px; + } + .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-nav .open .dropdown-menu > li > a:focus { + background-image: none; + } +} +@media (min-width: 768px) { + .navbar-nav { + float: left; + margin: 0; + } + .navbar-nav > li { + float: left; + } + .navbar-nav > li > a { + padding-top: 15px; + padding-bottom: 15px; + } +} +.navbar-form { + padding: 10px 15px; + margin-top: 8px; + margin-right: -15px; + margin-bottom: 8px; + margin-left: -15px; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); +} +@media (min-width: 768px) { + .navbar-form .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .navbar-form .form-control-static { + display: inline-block; + } + .navbar-form .input-group { + display: inline-table; + vertical-align: middle; + } + .navbar-form .input-group .input-group-addon, + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { + width: auto; + } + .navbar-form .input-group > .form-control { + width: 100%; + } + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio, + .navbar-form .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio label, + .navbar-form .checkbox label { + padding-left: 0; + } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .navbar-form .has-feedback .form-control-feedback { + top: 0; + } +} +@media (max-width: 767px) { + .navbar-form .form-group { + margin-bottom: 5px; + } + .navbar-form .form-group:last-child { + margin-bottom: 0; + } +} +@media (min-width: 768px) { + .navbar-form { + width: auto; + padding-top: 0; + padding-bottom: 0; + margin-right: 0; + margin-left: 0; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } +} +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + margin-bottom: 0; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.navbar-btn { + margin-top: 8px; + margin-bottom: 8px; +} +.navbar-btn.btn-sm { + margin-top: 10px; + margin-bottom: 10px; +} +.navbar-btn.btn-xs { + margin-top: 14px; + margin-bottom: 14px; +} +.navbar-text { + margin-top: 15px; + margin-bottom: 15px; +} +@media (min-width: 768px) { + .navbar-text { + float: left; + margin-right: 15px; + margin-left: 15px; + } +} +@media (min-width: 768px) { + .navbar-left { + float: left !important; + } + .navbar-right { + float: right !important; + margin-right: -15px; + } + .navbar-right ~ .navbar-right { + margin-right: 0; + } +} +.navbar-default { + background-color: #f8f8f8; + border-color: #e7e7e7; +} +.navbar-default .navbar-brand { + color: #777; +} +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #5e5e5e; + background-color: transparent; +} +.navbar-default .navbar-text { + color: #777; +} +.navbar-default .navbar-nav > li > a { + color: #777; +} +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #333; + background-color: transparent; +} +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #555; + background-color: #e7e7e7; +} +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #ccc; + background-color: transparent; +} +.navbar-default .navbar-toggle { + border-color: #ddd; +} +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #ddd; +} +.navbar-default .navbar-toggle .icon-bar { + background-color: #888; +} +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #e7e7e7; +} +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + color: #555; + background-color: #e7e7e7; +} +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #777; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #333; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #555; + background-color: #e7e7e7; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #ccc; + background-color: transparent; + } +} +.navbar-default .navbar-link { + color: #777; +} +.navbar-default .navbar-link:hover { + color: #333; +} +.navbar-default .btn-link { + color: #777; +} +.navbar-default .btn-link:hover, +.navbar-default .btn-link:focus { + color: #333; +} +.navbar-default .btn-link[disabled]:hover, +fieldset[disabled] .navbar-default .btn-link:hover, +.navbar-default .btn-link[disabled]:focus, +fieldset[disabled] .navbar-default .btn-link:focus { + color: #ccc; +} +.navbar-inverse { + background-color: #222; + border-color: #080808; +} +.navbar-inverse .navbar-brand { + color: #9d9d9d; +} +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-brand:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-text { + color: #9d9d9d; +} +.navbar-inverse .navbar-nav > li > a { + color: #9d9d9d; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + color: #fff; + background-color: #080808; +} +.navbar-inverse .navbar-nav > .disabled > a, +.navbar-inverse .navbar-nav > .disabled > a:hover, +.navbar-inverse .navbar-nav > .disabled > a:focus { + color: #444; + background-color: transparent; +} +.navbar-inverse .navbar-toggle { + border-color: #333; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #333; +} +.navbar-inverse .navbar-toggle .icon-bar { + background-color: #fff; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #101010; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + color: #fff; + background-color: #080808; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + color: #9d9d9d; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + color: #fff; + background-color: transparent; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #fff; + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #444; + background-color: transparent; + } +} +.navbar-inverse .navbar-link { + color: #9d9d9d; +} +.navbar-inverse .navbar-link:hover { + color: #fff; +} +.navbar-inverse .btn-link { + color: #9d9d9d; +} +.navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link:focus { + color: #fff; +} +.navbar-inverse .btn-link[disabled]:hover, +fieldset[disabled] .navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link[disabled]:focus, +fieldset[disabled] .navbar-inverse .btn-link:focus { + color: #444; +} +.breadcrumb { + padding: 8px 15px; + margin-bottom: 20px; + list-style: none; + background-color: #f5f5f5; + border-radius: 4px; +} +.breadcrumb > li { + display: inline-block; +} +.breadcrumb > li + li:before { + padding: 0 5px; + color: #ccc; + content: "/\00a0"; +} +.breadcrumb > .active { + color: #777; +} +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} +.pagination > li { + display: inline; +} +.pagination > li > a, +.pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.42857143; + color: #337ab7; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; +} +.pagination > li:first-child > a, +.pagination > li:first-child > span { + margin-left: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.pagination > li:last-child > a, +.pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + z-index: 2; + color: #23527c; + background-color: #eee; + border-color: #ddd; +} +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 3; + color: #fff; + cursor: default; + background-color: #337ab7; + border-color: #337ab7; +} +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + color: #777; + cursor: not-allowed; + background-color: #fff; + border-color: #ddd; +} +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; +} +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; +} +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.pager { + padding-left: 0; + margin: 20px 0; + text-align: center; + list-style: none; +} +.pager li { + display: inline; +} +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 15px; +} +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #eee; +} +.pager .next > a, +.pager .next > span { + float: right; +} +.pager .previous > a, +.pager .previous > span { + float: left; +} +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #777; + cursor: not-allowed; + background-color: #fff; +} +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; +} +a.label:hover, +a.label:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +.label:empty { + display: none; +} +.btn .label { + position: relative; + top: -1px; +} +.label-default { + background-color: #777; +} +.label-default[href]:hover, +.label-default[href]:focus { + background-color: #5e5e5e; +} +.label-primary { + background-color: #337ab7; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #286090; +} +.label-success { + background-color: #5cb85c; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #449d44; +} +.label-info { + background-color: #5bc0de; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #31b0d5; +} +.label-warning { + background-color: #f0ad4e; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #ec971f; +} +.label-danger { + background-color: #d9534f; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #c9302c; +} +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: middle; + background-color: #777; + border-radius: 10px; +} +.badge:empty { + display: none; +} +.btn .badge { + position: relative; + top: -1px; +} +.btn-xs .badge, +.btn-group-xs > .btn .badge { + top: 0; + padding: 1px 5px; +} +a.badge:hover, +a.badge:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +.list-group-item.active > .badge, +.nav-pills > .active > a > .badge { + color: #337ab7; + background-color: #fff; +} +.list-group-item > .badge { + float: right; +} +.list-group-item > .badge + .badge { + margin-right: 5px; +} +.nav-pills > li > a > .badge { + margin-left: 3px; +} +.jumbotron { + padding-top: 30px; + padding-bottom: 30px; + margin-bottom: 30px; + color: inherit; + background-color: #eee; +} +.jumbotron h1, +.jumbotron .h1 { + color: inherit; +} +.jumbotron p { + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; +} +.jumbotron > hr { + border-top-color: #d5d5d5; +} +.container .jumbotron, +.container-fluid .jumbotron { + padding-right: 15px; + padding-left: 15px; + border-radius: 6px; +} +.jumbotron .container { + max-width: 100%; +} +@media screen and (min-width: 768px) { + .jumbotron { + padding-top: 48px; + padding-bottom: 48px; + } + .container .jumbotron, + .container-fluid .jumbotron { + padding-right: 60px; + padding-left: 60px; + } + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; + } +} +.thumbnail { + display: block; + padding: 4px; + margin-bottom: 20px; + line-height: 1.42857143; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: border .2s ease-in-out; + -o-transition: border .2s ease-in-out; + transition: border .2s ease-in-out; +} +.thumbnail > img, +.thumbnail a > img { + margin-right: auto; + margin-left: auto; +} +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + border-color: #337ab7; +} +.thumbnail .caption { + padding: 9px; + color: #333; +} +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} +.alert h4 { + margin-top: 0; + color: inherit; +} +.alert .alert-link { + font-weight: bold; +} +.alert > p, +.alert > ul { + margin-bottom: 0; +} +.alert > p + p { + margin-top: 5px; +} +.alert-dismissable, +.alert-dismissible { + padding-right: 35px; +} +.alert-dismissable .close, +.alert-dismissible .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; +} +.alert-success { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.alert-success hr { + border-top-color: #c9e2b3; +} +.alert-success .alert-link { + color: #2b542c; +} +.alert-info { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.alert-info hr { + border-top-color: #a6e1ec; +} +.alert-info .alert-link { + color: #245269; +} +.alert-warning { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.alert-warning hr { + border-top-color: #f7e1b5; +} +.alert-warning .alert-link { + color: #66512c; +} +.alert-danger { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.alert-danger hr { + border-top-color: #e4b9c0; +} +.alert-danger .alert-link { + color: #843534; +} +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@-o-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +.progress { + height: 20px; + margin-bottom: 20px; + overflow: hidden; + background-color: #f5f5f5; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); +} +.progress-bar { + float: left; + width: 0; + height: 100%; + font-size: 12px; + line-height: 20px; + color: #fff; + text-align: center; + background-color: #337ab7; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + -webkit-transition: width .6s ease; + -o-transition: width .6s ease; + transition: width .6s ease; +} +.progress-striped .progress-bar, +.progress-bar-striped { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + -webkit-background-size: 40px 40px; + background-size: 40px 40px; +} +.progress.active .progress-bar, +.progress-bar.active { + -webkit-animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; +} +.progress-bar-success { + background-color: #5cb85c; +} +.progress-striped .progress-bar-success { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-info { + background-color: #5bc0de; +} +.progress-striped .progress-bar-info { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-warning { + background-color: #f0ad4e; +} +.progress-striped .progress-bar-warning { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-danger { + background-color: #d9534f; +} +.progress-striped .progress-bar-danger { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.media { + margin-top: 15px; +} +.media:first-child { + margin-top: 0; +} +.media, +.media-body { + overflow: hidden; + zoom: 1; +} +.media-body { + width: 10000px; +} +.media-object { + display: block; +} +.media-object.img-thumbnail { + max-width: none; +} +.media-right, +.media > .pull-right { + padding-left: 10px; +} +.media-left, +.media > .pull-left { + padding-right: 10px; +} +.media-left, +.media-right, +.media-body { + display: table-cell; + vertical-align: top; +} +.media-middle { + vertical-align: middle; +} +.media-bottom { + vertical-align: bottom; +} +.media-heading { + margin-top: 0; + margin-bottom: 5px; +} +.media-list { + padding-left: 0; + list-style: none; +} +.list-group { + padding-left: 0; + margin-bottom: 20px; +} +.list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid #ddd; +} +.list-group-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +a.list-group-item, +button.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading, +button.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +button.list-group-item:hover, +a.list-group-item:focus, +button.list-group-item:focus { + color: #555; + text-decoration: none; + background-color: #f5f5f5; +} +button.list-group-item { + width: 100%; + text-align: left; +} +.list-group-item.disabled, +.list-group-item.disabled:hover, +.list-group-item.disabled:focus { + color: #777; + cursor: not-allowed; + background-color: #eee; +} +.list-group-item.disabled .list-group-item-heading, +.list-group-item.disabled:hover .list-group-item-heading, +.list-group-item.disabled:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.disabled .list-group-item-text, +.list-group-item.disabled:hover .list-group-item-text, +.list-group-item.disabled:focus .list-group-item-text { + color: #777; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + z-index: 2; + color: #fff; + background-color: #337ab7; + border-color: #337ab7; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading, +.list-group-item.active .list-group-item-heading > small, +.list-group-item.active:hover .list-group-item-heading > small, +.list-group-item.active:focus .list-group-item-heading > small, +.list-group-item.active .list-group-item-heading > .small, +.list-group-item.active:hover .list-group-item-heading > .small, +.list-group-item.active:focus .list-group-item-heading > .small { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #c7ddef; +} +.list-group-item-success { + color: #3c763d; + background-color: #dff0d8; +} +a.list-group-item-success, +button.list-group-item-success { + color: #3c763d; +} +a.list-group-item-success .list-group-item-heading, +button.list-group-item-success .list-group-item-heading { + color: inherit; +} +a.list-group-item-success:hover, +button.list-group-item-success:hover, +a.list-group-item-success:focus, +button.list-group-item-success:focus { + color: #3c763d; + background-color: #d0e9c6; +} +a.list-group-item-success.active, +button.list-group-item-success.active, +a.list-group-item-success.active:hover, +button.list-group-item-success.active:hover, +a.list-group-item-success.active:focus, +button.list-group-item-success.active:focus { + color: #fff; + background-color: #3c763d; + border-color: #3c763d; +} +.list-group-item-info { + color: #31708f; + background-color: #d9edf7; +} +a.list-group-item-info, +button.list-group-item-info { + color: #31708f; +} +a.list-group-item-info .list-group-item-heading, +button.list-group-item-info .list-group-item-heading { + color: inherit; +} +a.list-group-item-info:hover, +button.list-group-item-info:hover, +a.list-group-item-info:focus, +button.list-group-item-info:focus { + color: #31708f; + background-color: #c4e3f3; +} +a.list-group-item-info.active, +button.list-group-item-info.active, +a.list-group-item-info.active:hover, +button.list-group-item-info.active:hover, +a.list-group-item-info.active:focus, +button.list-group-item-info.active:focus { + color: #fff; + background-color: #31708f; + border-color: #31708f; +} +.list-group-item-warning { + color: #8a6d3b; + background-color: #fcf8e3; +} +a.list-group-item-warning, +button.list-group-item-warning { + color: #8a6d3b; +} +a.list-group-item-warning .list-group-item-heading, +button.list-group-item-warning .list-group-item-heading { + color: inherit; +} +a.list-group-item-warning:hover, +button.list-group-item-warning:hover, +a.list-group-item-warning:focus, +button.list-group-item-warning:focus { + color: #8a6d3b; + background-color: #faf2cc; +} +a.list-group-item-warning.active, +button.list-group-item-warning.active, +a.list-group-item-warning.active:hover, +button.list-group-item-warning.active:hover, +a.list-group-item-warning.active:focus, +button.list-group-item-warning.active:focus { + color: #fff; + background-color: #8a6d3b; + border-color: #8a6d3b; +} +.list-group-item-danger { + color: #a94442; + background-color: #f2dede; +} +a.list-group-item-danger, +button.list-group-item-danger { + color: #a94442; +} +a.list-group-item-danger .list-group-item-heading, +button.list-group-item-danger .list-group-item-heading { + color: inherit; +} +a.list-group-item-danger:hover, +button.list-group-item-danger:hover, +a.list-group-item-danger:focus, +button.list-group-item-danger:focus { + color: #a94442; + background-color: #ebcccc; +} +a.list-group-item-danger.active, +button.list-group-item-danger.active, +a.list-group-item-danger.active:hover, +button.list-group-item-danger.active:hover, +a.list-group-item-danger.active:focus, +button.list-group-item-danger.active:focus { + color: #fff; + background-color: #a94442; + border-color: #a94442; +} +.list-group-item-heading { + margin-top: 0; + margin-bottom: 5px; +} +.list-group-item-text { + margin-bottom: 0; + line-height: 1.3; +} +.panel { + margin-bottom: 20px; + background-color: #fff; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: 0 1px 1px rgba(0, 0, 0, .05); +} +.panel-body { + padding: 15px; +} +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel-heading > .dropdown .dropdown-toggle { + color: inherit; +} +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; +} +.panel-title > a, +.panel-title > small, +.panel-title > .small, +.panel-title > small > a, +.panel-title > .small > a { + color: inherit; +} +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .list-group, +.panel > .panel-collapse > .list-group { + margin-bottom: 0; +} +.panel > .list-group .list-group-item, +.panel > .panel-collapse > .list-group .list-group-item { + border-width: 1px 0; + border-radius: 0; +} +.panel > .list-group:first-child .list-group-item:first-child, +.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { + border-top: 0; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .list-group:last-child .list-group-item:last-child, +.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { + border-bottom: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} +.list-group + .panel-footer { + border-top-width: 0; +} +.panel > .table, +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { + margin-bottom: 0; +} +.panel > .table caption, +.panel > .table-responsive > .table caption, +.panel > .panel-collapse > .table caption { + padding-right: 15px; + padding-left: 15px; +} +.panel > .table:first-child, +.panel > .table-responsive:first-child > .table:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-top-left-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-top-right-radius: 3px; +} +.panel > .table:last-child, +.panel > .table-responsive:last-child > .table:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { + border-bottom-right-radius: 3px; +} +.panel > .panel-body + .table, +.panel > .panel-body + .table-responsive, +.panel > .table + .panel-body, +.panel > .table-responsive + .panel-body { + border-top: 1px solid #ddd; +} +.panel > .table > tbody:first-child > tr:first-child th, +.panel > .table > tbody:first-child > tr:first-child td { + border-top: 0; +} +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; +} +.panel > .table-bordered > thead > tr > th:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.panel > .table-bordered > tbody > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.panel > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-bordered > thead > tr > td:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.panel > .table-bordered > tbody > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.panel > .table-bordered > tfoot > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; +} +.panel > .table-bordered > thead > tr > th:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.panel > .table-bordered > tbody > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.panel > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-bordered > thead > tr > td:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.panel > .table-bordered > tbody > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.panel > .table-bordered > tfoot > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; +} +.panel > .table-bordered > thead > tr:first-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.panel > .table-bordered > tbody > tr:first-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.panel > .table-bordered > thead > tr:first-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.panel > .table-bordered > tbody > tr:first-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { + border-bottom: 0; +} +.panel > .table-bordered > tbody > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.panel > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-bordered > tbody > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.panel > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { + border-bottom: 0; +} +.panel > .table-responsive { + margin-bottom: 0; + border: 0; +} +.panel-group { + margin-bottom: 20px; +} +.panel-group .panel { + margin-bottom: 0; + border-radius: 4px; +} +.panel-group .panel + .panel { + margin-top: 5px; +} +.panel-group .panel-heading { + border-bottom: 0; +} +.panel-group .panel-heading + .panel-collapse > .panel-body, +.panel-group .panel-heading + .panel-collapse > .list-group { + border-top: 1px solid #ddd; +} +.panel-group .panel-footer { + border-top: 0; +} +.panel-group .panel-footer + .panel-collapse .panel-body { + border-bottom: 1px solid #ddd; +} +.panel-default { + border-color: #ddd; +} +.panel-default > .panel-heading { + color: #333; + background-color: #f5f5f5; + border-color: #ddd; +} +.panel-default > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ddd; +} +.panel-default > .panel-heading .badge { + color: #f5f5f5; + background-color: #333; +} +.panel-default > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ddd; +} +.panel-primary { + border-color: #337ab7; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #337ab7; + border-color: #337ab7; +} +.panel-primary > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #337ab7; +} +.panel-primary > .panel-heading .badge { + color: #337ab7; + background-color: #fff; +} +.panel-primary > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #337ab7; +} +.panel-success { + border-color: #d6e9c6; +} +.panel-success > .panel-heading { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.panel-success > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #d6e9c6; +} +.panel-success > .panel-heading .badge { + color: #dff0d8; + background-color: #3c763d; +} +.panel-success > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #d6e9c6; +} +.panel-info { + border-color: #bce8f1; +} +.panel-info > .panel-heading { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.panel-info > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #bce8f1; +} +.panel-info > .panel-heading .badge { + color: #d9edf7; + background-color: #31708f; +} +.panel-info > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #bce8f1; +} +.panel-warning { + border-color: #faebcc; +} +.panel-warning > .panel-heading { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.panel-warning > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #faebcc; +} +.panel-warning > .panel-heading .badge { + color: #fcf8e3; + background-color: #8a6d3b; +} +.panel-warning > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #faebcc; +} +.panel-danger { + border-color: #ebccd1; +} +.panel-danger > .panel-heading { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.panel-danger > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ebccd1; +} +.panel-danger > .panel-heading .badge { + color: #f2dede; + background-color: #a94442; +} +.panel-danger > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ebccd1; +} +.embed-responsive { + position: relative; + display: block; + height: 0; + padding: 0; + overflow: hidden; +} +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} +.embed-responsive-16by9 { + padding-bottom: 56.25%; +} +.embed-responsive-4by3 { + padding-bottom: 75%; +} +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); +} +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, .15); +} +.well-lg { + padding: 24px; + border-radius: 6px; +} +.well-sm { + padding: 9px; + border-radius: 3px; +} +.close { + float: right; + font-size: 21px; + font-weight: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + filter: alpha(opacity=20); + opacity: .2; +} +.close:hover, +.close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + filter: alpha(opacity=50); + opacity: .5; +} +button.close { + -webkit-appearance: none; + padding: 0; + cursor: pointer; + background: transparent; + border: 0; +} +.modal-open { + overflow: hidden; +} +.modal { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + display: none; + overflow: hidden; + -webkit-overflow-scrolling: touch; + outline: 0; +} +.modal.fade .modal-dialog { + -webkit-transition: -webkit-transform .3s ease-out; + -o-transition: -o-transform .3s ease-out; + transition: transform .3s ease-out; + -webkit-transform: translate(0, -25%); + -ms-transform: translate(0, -25%); + -o-transform: translate(0, -25%); + transform: translate(0, -25%); +} +.modal.in .modal-dialog { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); +} +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} +.modal-dialog { + position: relative; + width: auto; + margin: 10px; +} +.modal-content { + position: relative; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + outline: 0; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); + box-shadow: 0 3px 9px rgba(0, 0, 0, .5); +} +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000; +} +.modal-backdrop.fade { + filter: alpha(opacity=0); + opacity: 0; +} +.modal-backdrop.in { + filter: alpha(opacity=50); + opacity: .5; +} +.modal-header { + padding: 15px; + border-bottom: 1px solid #e5e5e5; +} +.modal-header .close { + margin-top: -2px; +} +.modal-title { + margin: 0; + line-height: 1.42857143; +} +.modal-body { + position: relative; + padding: 15px; +} +.modal-footer { + padding: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; +} +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; +} +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} +.modal-footer .btn-block + .btn-block { + margin-left: 0; +} +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} +@media (min-width: 768px) { + .modal-dialog { + width: 600px; + margin: 30px auto; + } + .modal-content { + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + } + .modal-sm { + width: 300px; + } +} +@media (min-width: 992px) { + .modal-lg { + width: 900px; + } +} +.tooltip { + position: absolute; + z-index: 1070; + display: block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 12px; + font-style: normal; + font-weight: normal; + line-height: 1.42857143; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; + white-space: normal; + filter: alpha(opacity=0); + opacity: 0; + + line-break: auto; +} +.tooltip.in { + filter: alpha(opacity=90); + opacity: .9; +} +.tooltip.top { + padding: 5px 0; + margin-top: -3px; +} +.tooltip.right { + padding: 0 5px; + margin-left: 3px; +} +.tooltip.bottom { + padding: 5px 0; + margin-top: 3px; +} +.tooltip.left { + padding: 0 5px; + margin-left: -3px; +} +.tooltip-inner { + max-width: 200px; + padding: 3px 8px; + color: #fff; + text-align: center; + background-color: #000; + border-radius: 4px; +} +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-left .tooltip-arrow { + right: 5px; + bottom: 0; + margin-bottom: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-right .tooltip-arrow { + bottom: 0; + left: 5px; + margin-bottom: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + right: 5px; + margin-top: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + left: 5px; + margin-top: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: none; + max-width: 276px; + padding: 1px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + font-style: normal; + font-weight: normal; + line-height: 1.42857143; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; + white-space: normal; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + + line-break: auto; +} +.popover.top { + margin-top: -10px; +} +.popover.right { + margin-left: 10px; +} +.popover.bottom { + margin-top: 10px; +} +.popover.left { + margin-left: -10px; +} +.popover-title { + padding: 8px 14px; + margin: 0; + font-size: 14px; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-radius: 5px 5px 0 0; +} +.popover-content { + padding: 9px 14px; +} +.popover > .arrow, +.popover > .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.popover > .arrow { + border-width: 11px; +} +.popover > .arrow:after { + content: ""; + border-width: 10px; +} +.popover.top > .arrow { + bottom: -11px; + left: 50%; + margin-left: -11px; + border-top-color: #999; + border-top-color: rgba(0, 0, 0, .25); + border-bottom-width: 0; +} +.popover.top > .arrow:after { + bottom: 1px; + margin-left: -10px; + content: " "; + border-top-color: #fff; + border-bottom-width: 0; +} +.popover.right > .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-right-color: #999; + border-right-color: rgba(0, 0, 0, .25); + border-left-width: 0; +} +.popover.right > .arrow:after { + bottom: -10px; + left: 1px; + content: " "; + border-right-color: #fff; + border-left-width: 0; +} +.popover.bottom > .arrow { + top: -11px; + left: 50%; + margin-left: -11px; + border-top-width: 0; + border-bottom-color: #999; + border-bottom-color: rgba(0, 0, 0, .25); +} +.popover.bottom > .arrow:after { + top: 1px; + margin-left: -10px; + content: " "; + border-top-width: 0; + border-bottom-color: #fff; +} +.popover.left > .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-right-width: 0; + border-left-color: #999; + border-left-color: rgba(0, 0, 0, .25); +} +.popover.left > .arrow:after { + right: 1px; + bottom: -10px; + content: " "; + border-right-width: 0; + border-left-color: #fff; +} +.carousel { + position: relative; +} +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.carousel-inner > .item { + position: relative; + display: none; + -webkit-transition: .6s ease-in-out left; + -o-transition: .6s ease-in-out left; + transition: .6s ease-in-out left; +} +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + line-height: 1; +} +@media all and (transform-3d), (-webkit-transform-3d) { + .carousel-inner > .item { + -webkit-transition: -webkit-transform .6s ease-in-out; + -o-transition: -o-transform .6s ease-in-out; + transition: transform .6s ease-in-out; + + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000px; + perspective: 1000px; + } + .carousel-inner > .item.next, + .carousel-inner > .item.active.right { + left: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + .carousel-inner > .item.prev, + .carousel-inner > .item.active.left { + left: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + .carousel-inner > .item.next.left, + .carousel-inner > .item.prev.right, + .carousel-inner > .item.active { + left: 0; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} +.carousel-inner > .active, +.carousel-inner > .next, +.carousel-inner > .prev { + display: block; +} +.carousel-inner > .active { + left: 0; +} +.carousel-inner > .next, +.carousel-inner > .prev { + position: absolute; + top: 0; + width: 100%; +} +.carousel-inner > .next { + left: 100%; +} +.carousel-inner > .prev { + left: -100%; +} +.carousel-inner > .next.left, +.carousel-inner > .prev.right { + left: 0; +} +.carousel-inner > .active.left { + left: -100%; +} +.carousel-inner > .active.right { + left: 100%; +} +.carousel-control { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 15%; + font-size: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); + background-color: rgba(0, 0, 0, 0); + filter: alpha(opacity=50); + opacity: .5; +} +.carousel-control.left { + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); + background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control.right { + right: 0; + left: auto; + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); + background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control:hover, +.carousel-control:focus { + color: #fff; + text-decoration: none; + filter: alpha(opacity=90); + outline: 0; + opacity: .9; +} +.carousel-control .icon-prev, +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { + position: absolute; + top: 50%; + z-index: 5; + display: inline-block; + margin-top: -10px; +} +.carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; + margin-left: -10px; +} +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; +} +.carousel-control .icon-prev, +.carousel-control .icon-next { + width: 20px; + height: 20px; + font-family: serif; + line-height: 1; +} +.carousel-control .icon-prev:before { + content: '\2039'; +} +.carousel-control .icon-next:before { + content: '\203a'; +} +.carousel-indicators { + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + padding-left: 0; + margin-left: -30%; + text-align: center; + list-style: none; +} +.carousel-indicators li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); + border: 1px solid #fff; + border-radius: 10px; +} +.carousel-indicators .active { + width: 12px; + height: 12px; + margin: 0; + background-color: #fff; +} +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); +} +.carousel-caption .btn { + text-shadow: none; +} +@media screen and (min-width: 768px) { + .carousel-control .glyphicon-chevron-left, + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { + width: 30px; + height: 30px; + margin-top: -10px; + font-size: 30px; + } + .carousel-control .glyphicon-chevron-left, + .carousel-control .icon-prev { + margin-left: -10px; + } + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-next { + margin-right: -10px; + } + .carousel-caption { + right: 20%; + left: 20%; + padding-bottom: 30px; + } + .carousel-indicators { + bottom: 20px; + } +} +.clearfix:before, +.clearfix:after, +.dl-horizontal dd:before, +.dl-horizontal dd:after, +.container:before, +.container:after, +.container-fluid:before, +.container-fluid:after, +.row:before, +.row:after, +.form-horizontal .form-group:before, +.form-horizontal .form-group:after, +.btn-toolbar:before, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after, +.nav:before, +.nav:after, +.navbar:before, +.navbar:after, +.navbar-header:before, +.navbar-header:after, +.navbar-collapse:before, +.navbar-collapse:after, +.pager:before, +.pager:after, +.panel-body:before, +.panel-body:after, +.modal-header:before, +.modal-header:after, +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; +} +.clearfix:after, +.dl-horizontal dd:after, +.container:after, +.container-fluid:after, +.row:after, +.form-horizontal .form-group:after, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:after, +.nav:after, +.navbar:after, +.navbar-header:after, +.navbar-collapse:after, +.pager:after, +.panel-body:after, +.modal-header:after, +.modal-footer:after { + clear: both; +} +.center-block { + display: block; + margin-right: auto; + margin-left: auto; +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} +.hidden { + display: none !important; +} +.affix { + position: fixed; +} +@-ms-viewport { + width: device-width; +} +.visible-xs, +.visible-sm, +.visible-md, +.visible-lg { + display: none !important; +} +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { + display: none !important; +} +@media (max-width: 767px) { + .visible-xs { + display: block !important; + } + table.visible-xs { + display: table !important; + } + tr.visible-xs { + display: table-row !important; + } + th.visible-xs, + td.visible-xs { + display: table-cell !important; + } +} +@media (max-width: 767px) { + .visible-xs-block { + display: block !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline { + display: inline !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline-block { + display: inline-block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: block !important; + } + table.visible-sm { + display: table !important; + } + tr.visible-sm { + display: table-row !important; + } + th.visible-sm, + td.visible-sm { + display: table-cell !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-block { + display: block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline { + display: inline !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline-block { + display: inline-block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md { + display: block !important; + } + table.visible-md { + display: table !important; + } + tr.visible-md { + display: table-row !important; + } + th.visible-md, + td.visible-md { + display: table-cell !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-block { + display: block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline { + display: inline !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline-block { + display: inline-block !important; + } +} +@media (min-width: 1200px) { + .visible-lg { + display: block !important; + } + table.visible-lg { + display: table !important; + } + tr.visible-lg { + display: table-row !important; + } + th.visible-lg, + td.visible-lg { + display: table-cell !important; + } +} +@media (min-width: 1200px) { + .visible-lg-block { + display: block !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline { + display: inline !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline-block { + display: inline-block !important; + } +} +@media (max-width: 767px) { + .hidden-xs { + display: none !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .hidden-sm { + display: none !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-md { + display: none !important; + } +} +@media (min-width: 1200px) { + .hidden-lg { + display: none !important; + } +} +.visible-print { + display: none !important; +} +@media print { + .visible-print { + display: block !important; + } + table.visible-print { + display: table !important; + } + tr.visible-print { + display: table-row !important; + } + th.visible-print, + td.visible-print { + display: table-cell !important; + } +} +.visible-print-block { + display: none !important; +} +@media print { + .visible-print-block { + display: block !important; + } +} +.visible-print-inline { + display: none !important; +} +@media print { + .visible-print-inline { + display: inline !important; + } +} +.visible-print-inline-block { + display: none !important; +} +@media print { + .visible-print-inline-block { + display: inline-block !important; + } +} +@media print { + .hidden-print { + display: none !important; + } +} +/*# sourceMappingURL=bootstrap.css.map */ diff --git a/dana/third_party/bootstrap/dist/css/bootstrap.css.map b/dana/third_party/bootstrap/dist/css/bootstrap.css.map new file mode 100644 index 0000000000000000000000000000000000000000..09f8cda78a2082983b574be3abab705f8f169ab8 --- /dev/null +++ b/dana/third_party/bootstrap/dist/css/bootstrap.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["bootstrap.css","less/normalize.less","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixins/text-emphasis.less","less/mixins/background-variant.less","less/mixins/text-overflow.less","less/code.less","less/grid.less","less/mixins/grid.less","less/mixins/grid-framework.less","less/tables.less","less/mixins/table-row.less","less/forms.less","less/mixins/forms.less","less/buttons.less","less/mixins/buttons.less","less/mixins/opacity.less","less/component-animations.less","less/dropdowns.less","less/mixins/nav-divider.less","less/mixins/reset-filter.less","less/button-groups.less","less/mixins/border-radius.less","less/input-groups.less","less/navs.less","less/navbar.less","less/mixins/nav-vertical-align.less","less/utilities.less","less/breadcrumbs.less","less/pagination.less","less/mixins/pagination.less","less/pager.less","less/labels.less","less/mixins/labels.less","less/badges.less","less/jumbotron.less","less/thumbnails.less","less/alerts.less","less/mixins/alerts.less","less/progress-bars.less","less/mixins/gradients.less","less/mixins/progress-bar.less","less/media.less","less/list-group.less","less/mixins/list-group.less","less/panels.less","less/mixins/panels.less","less/responsive-embed.less","less/wells.less","less/close.less","less/modals.less","less/tooltip.less","less/mixins/reset-text.less","less/popovers.less","less/carousel.less","less/mixins/clearfix.less","less/mixins/center-block.less","less/mixins/hide-text.less","less/responsive-utilities.less","less/mixins/responsive-visibility.less"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,4EAA4E;ACG5E;EACE,wBAAA;EACA,2BAAA;EACA,+BAAA;CDDD;ACQD;EACE,UAAA;CDND;ACmBD;;;;;;;;;;;;;EAaE,eAAA;CDjBD;ACyBD;;;;EAIE,sBAAA;EACA,yBAAA;CDvBD;AC+BD;EACE,cAAA;EACA,UAAA;CD7BD;ACqCD;;EAEE,cAAA;CDnCD;AC6CD;EACE,8BAAA;CD3CD;ACmDD;;EAEE,WAAA;CDjDD;AC2DD;EACE,0BAAA;CDzDD;ACgED;;EAEE,kBAAA;CD9DD;ACqED;EACE,mBAAA;CDnED;AC2ED;EACE,eAAA;EACA,iBAAA;CDzED;ACgFD;EACE,iBAAA;EACA,YAAA;CD9ED;ACqFD;EACE,eAAA;CDnFD;AC0FD;;EAEE,eAAA;EACA,eAAA;EACA,mBAAA;EACA,yBAAA;CDxFD;AC2FD;EACE,YAAA;CDzFD;AC4FD;EACE,gBAAA;CD1FD;ACoGD;EACE,UAAA;CDlGD;ACyGD;EACE,iBAAA;CDvGD;ACiHD;EACE,iBAAA;CD/GD;ACsHD;EACE,gCAAA;KAAA,6BAAA;UAAA,wBAAA;EACA,UAAA;CDpHD;AC2HD;EACE,eAAA;CDzHD;ACgID;;;;EAIE,kCAAA;EACA,eAAA;CD9HD;ACgJD;;;;;EAKE,eAAA;EACA,cAAA;EACA,UAAA;CD9ID;ACqJD;EACE,kBAAA;CDnJD;AC6JD;;EAEE,qBAAA;CD3JD;ACsKD;;;;EAIE,2BAAA;EACA,gBAAA;CDpKD;AC2KD;;EAEE,gBAAA;CDzKD;ACgLD;;EAEE,UAAA;EACA,WAAA;CD9KD;ACsLD;EACE,oBAAA;CDpLD;AC+LD;;EAEE,+BAAA;KAAA,4BAAA;UAAA,uBAAA;EACA,WAAA;CD7LD;ACsMD;;EAEE,aAAA;CDpMD;AC4MD;EACE,8BAAA;EACA,gCAAA;KAAA,6BAAA;UAAA,wBAAA;CD1MD;ACmND;;EAEE,yBAAA;CDjND;ACwND;EACE,0BAAA;EACA,cAAA;EACA,+BAAA;CDtND;AC8ND;EACE,UAAA;EACA,WAAA;CD5ND;ACmOD;EACE,eAAA;CDjOD;ACyOD;EACE,kBAAA;CDvOD;ACiPD;EACE,0BAAA;EACA,kBAAA;CD/OD;ACkPD;;EAEE,WAAA;CDhPD;AACD,qFAAqF;AElFrF;EA7FI;;;IAGI,mCAAA;IACA,uBAAA;IACA,oCAAA;YAAA,4BAAA;IACA,6BAAA;GFkLL;EE/KC;;IAEI,2BAAA;GFiLL;EE9KC;IACI,6BAAA;GFgLL;EE7KC;IACI,8BAAA;GF+KL;EE1KC;;IAEI,YAAA;GF4KL;EEzKC;;IAEI,uBAAA;IACA,yBAAA;GF2KL;EExKC;IACI,4BAAA;GF0KL;EEvKC;;IAEI,yBAAA;GFyKL;EEtKC;IACI,2BAAA;GFwKL;EErKC;;;IAGI,WAAA;IACA,UAAA;GFuKL;EEpKC;;IAEI,wBAAA;GFsKL;EEhKC;IACI,cAAA;GFkKL;EEhKC;;IAGQ,kCAAA;GFiKT;EE9JC;IACI,uBAAA;GFgKL;EE7JC;IACI,qCAAA;GF+JL;EEhKC;;IAKQ,kCAAA;GF+JT;EE5JC;;IAGQ,kCAAA;GF6JT;CACF;AGnPD;EACE,oCAAA;EACA,sDAAA;EACA,gYAAA;CHqPD;AG7OD;EACE,mBAAA;EACA,SAAA;EACA,sBAAA;EACA,oCAAA;EACA,mBAAA;EACA,oBAAA;EACA,eAAA;EACA,oCAAA;EACA,mCAAA;CH+OD;AG3OmC;EAAW,iBAAA;CH8O9C;AG7OmC;EAAW,iBAAA;CHgP9C;AG9OmC;;EAAW,iBAAA;CHkP9C;AGjPmC;EAAW,iBAAA;CHoP9C;AGnPmC;EAAW,iBAAA;CHsP9C;AGrPmC;EAAW,iBAAA;CHwP9C;AGvPmC;EAAW,iBAAA;CH0P9C;AGzPmC;EAAW,iBAAA;CH4P9C;AG3PmC;EAAW,iBAAA;CH8P9C;AG7PmC;EAAW,iBAAA;CHgQ9C;AG/PmC;EAAW,iBAAA;CHkQ9C;AGjQmC;EAAW,iBAAA;CHoQ9C;AGnQmC;EAAW,iBAAA;CHsQ9C;AGrQmC;EAAW,iBAAA;CHwQ9C;AGvQmC;EAAW,iBAAA;CH0Q9C;AGzQmC;EAAW,iBAAA;CH4Q9C;AG3QmC;EAAW,iBAAA;CH8Q9C;AG7QmC;EAAW,iBAAA;CHgR9C;AG/QmC;EAAW,iBAAA;CHkR9C;AGjRmC;EAAW,iBAAA;CHoR9C;AGnRmC;EAAW,iBAAA;CHsR9C;AGrRmC;EAAW,iBAAA;CHwR9C;AGvRmC;EAAW,iBAAA;CH0R9C;AGzRmC;EAAW,iBAAA;CH4R9C;AG3RmC;EAAW,iBAAA;CH8R9C;AG7RmC;EAAW,iBAAA;CHgS9C;AG/RmC;EAAW,iBAAA;CHkS9C;AGjSmC;EAAW,iBAAA;CHoS9C;AGnSmC;EAAW,iBAAA;CHsS9C;AGrSmC;EAAW,iBAAA;CHwS9C;AGvSmC;EAAW,iBAAA;CH0S9C;AGzSmC;EAAW,iBAAA;CH4S9C;AG3SmC;EAAW,iBAAA;CH8S9C;AG7SmC;EAAW,iBAAA;CHgT9C;AG/SmC;EAAW,iBAAA;CHkT9C;AGjTmC;EAAW,iBAAA;CHoT9C;AGnTmC;EAAW,iBAAA;CHsT9C;AGrTmC;EAAW,iBAAA;CHwT9C;AGvTmC;EAAW,iBAAA;CH0T9C;AGzTmC;EAAW,iBAAA;CH4T9C;AG3TmC;EAAW,iBAAA;CH8T9C;AG7TmC;EAAW,iBAAA;CHgU9C;AG/TmC;EAAW,iBAAA;CHkU9C;AGjUmC;EAAW,iBAAA;CHoU9C;AGnUmC;EAAW,iBAAA;CHsU9C;AGrUmC;EAAW,iBAAA;CHwU9C;AGvUmC;EAAW,iBAAA;CH0U9C;AGzUmC;EAAW,iBAAA;CH4U9C;AG3UmC;EAAW,iBAAA;CH8U9C;AG7UmC;EAAW,iBAAA;CHgV9C;AG/UmC;EAAW,iBAAA;CHkV9C;AGjVmC;EAAW,iBAAA;CHoV9C;AGnVmC;EAAW,iBAAA;CHsV9C;AGrVmC;EAAW,iBAAA;CHwV9C;AGvVmC;EAAW,iBAAA;CH0V9C;AGzVmC;EAAW,iBAAA;CH4V9C;AG3VmC;EAAW,iBAAA;CH8V9C;AG7VmC;EAAW,iBAAA;CHgW9C;AG/VmC;EAAW,iBAAA;CHkW9C;AGjWmC;EAAW,iBAAA;CHoW9C;AGnWmC;EAAW,iBAAA;CHsW9C;AGrWmC;EAAW,iBAAA;CHwW9C;AGvWmC;EAAW,iBAAA;CH0W9C;AGzWmC;EAAW,iBAAA;CH4W9C;AG3WmC;EAAW,iBAAA;CH8W9C;AG7WmC;EAAW,iBAAA;CHgX9C;AG/WmC;EAAW,iBAAA;CHkX9C;AGjXmC;EAAW,iBAAA;CHoX9C;AGnXmC;EAAW,iBAAA;CHsX9C;AGrXmC;EAAW,iBAAA;CHwX9C;AGvXmC;EAAW,iBAAA;CH0X9C;AGzXmC;EAAW,iBAAA;CH4X9C;AG3XmC;EAAW,iBAAA;CH8X9C;AG7XmC;EAAW,iBAAA;CHgY9C;AG/XmC;EAAW,iBAAA;CHkY9C;AGjYmC;EAAW,iBAAA;CHoY9C;AGnYmC;EAAW,iBAAA;CHsY9C;AGrYmC;EAAW,iBAAA;CHwY9C;AGvYmC;EAAW,iBAAA;CH0Y9C;AGzYmC;EAAW,iBAAA;CH4Y9C;AG3YmC;EAAW,iBAAA;CH8Y9C;AG7YmC;EAAW,iBAAA;CHgZ9C;AG/YmC;EAAW,iBAAA;CHkZ9C;AGjZmC;EAAW,iBAAA;CHoZ9C;AGnZmC;EAAW,iBAAA;CHsZ9C;AGrZmC;EAAW,iBAAA;CHwZ9C;AGvZmC;EAAW,iBAAA;CH0Z9C;AGzZmC;EAAW,iBAAA;CH4Z9C;AG3ZmC;EAAW,iBAAA;CH8Z9C;AG7ZmC;EAAW,iBAAA;CHga9C;AG/ZmC;EAAW,iBAAA;CHka9C;AGjamC;EAAW,iBAAA;CHoa9C;AGnamC;EAAW,iBAAA;CHsa9C;AGramC;EAAW,iBAAA;CHwa9C;AGvamC;EAAW,iBAAA;CH0a9C;AGzamC;EAAW,iBAAA;CH4a9C;AG3amC;EAAW,iBAAA;CH8a9C;AG7amC;EAAW,iBAAA;CHgb9C;AG/amC;EAAW,iBAAA;CHkb9C;AGjbmC;EAAW,iBAAA;CHob9C;AGnbmC;EAAW,iBAAA;CHsb9C;AGrbmC;EAAW,iBAAA;CHwb9C;AGvbmC;EAAW,iBAAA;CH0b9C;AGzbmC;EAAW,iBAAA;CH4b9C;AG3bmC;EAAW,iBAAA;CH8b9C;AG7bmC;EAAW,iBAAA;CHgc9C;AG/bmC;EAAW,iBAAA;CHkc9C;AGjcmC;EAAW,iBAAA;CHoc9C;AGncmC;EAAW,iBAAA;CHsc9C;AGrcmC;EAAW,iBAAA;CHwc9C;AGvcmC;EAAW,iBAAA;CH0c9C;AGzcmC;EAAW,iBAAA;CH4c9C;AG3cmC;EAAW,iBAAA;CH8c9C;AG7cmC;EAAW,iBAAA;CHgd9C;AG/cmC;EAAW,iBAAA;CHkd9C;AGjdmC;EAAW,iBAAA;CHod9C;AGndmC;EAAW,iBAAA;CHsd9C;AGrdmC;EAAW,iBAAA;CHwd9C;AGvdmC;EAAW,iBAAA;CH0d9C;AGzdmC;EAAW,iBAAA;CH4d9C;AG3dmC;EAAW,iBAAA;CH8d9C;AG7dmC;EAAW,iBAAA;CHge9C;AG/dmC;EAAW,iBAAA;CHke9C;AGjemC;EAAW,iBAAA;CHoe9C;AGnemC;EAAW,iBAAA;CHse9C;AGremC;EAAW,iBAAA;CHwe9C;AGvemC;EAAW,iBAAA;CH0e9C;AGzemC;EAAW,iBAAA;CH4e9C;AG3emC;EAAW,iBAAA;CH8e9C;AG7emC;EAAW,iBAAA;CHgf9C;AG/emC;EAAW,iBAAA;CHkf9C;AGjfmC;EAAW,iBAAA;CHof9C;AGnfmC;EAAW,iBAAA;CHsf9C;AGrfmC;EAAW,iBAAA;CHwf9C;AGvfmC;EAAW,iBAAA;CH0f9C;AGzfmC;EAAW,iBAAA;CH4f9C;AG3fmC;EAAW,iBAAA;CH8f9C;AG7fmC;EAAW,iBAAA;CHggB9C;AG/fmC;EAAW,iBAAA;CHkgB9C;AGjgBmC;EAAW,iBAAA;CHogB9C;AGngBmC;EAAW,iBAAA;CHsgB9C;AGrgBmC;EAAW,iBAAA;CHwgB9C;AGvgBmC;EAAW,iBAAA;CH0gB9C;AGzgBmC;EAAW,iBAAA;CH4gB9C;AG3gBmC;EAAW,iBAAA;CH8gB9C;AG7gBmC;EAAW,iBAAA;CHghB9C;AG/gBmC;EAAW,iBAAA;CHkhB9C;AGjhBmC;EAAW,iBAAA;CHohB9C;AGnhBmC;EAAW,iBAAA;CHshB9C;AGrhBmC;EAAW,iBAAA;CHwhB9C;AGvhBmC;EAAW,iBAAA;CH0hB9C;AGzhBmC;EAAW,iBAAA;CH4hB9C;AG3hBmC;EAAW,iBAAA;CH8hB9C;AG7hBmC;EAAW,iBAAA;CHgiB9C;AG/hBmC;EAAW,iBAAA;CHkiB9C;AGjiBmC;EAAW,iBAAA;CHoiB9C;AGniBmC;EAAW,iBAAA;CHsiB9C;AGriBmC;EAAW,iBAAA;CHwiB9C;AGviBmC;EAAW,iBAAA;CH0iB9C;AGziBmC;EAAW,iBAAA;CH4iB9C;AG3iBmC;EAAW,iBAAA;CH8iB9C;AG7iBmC;EAAW,iBAAA;CHgjB9C;AG/iBmC;EAAW,iBAAA;CHkjB9C;AGjjBmC;EAAW,iBAAA;CHojB9C;AGnjBmC;EAAW,iBAAA;CHsjB9C;AGrjBmC;EAAW,iBAAA;CHwjB9C;AGvjBmC;EAAW,iBAAA;CH0jB9C;AGzjBmC;EAAW,iBAAA;CH4jB9C;AG3jBmC;EAAW,iBAAA;CH8jB9C;AG7jBmC;EAAW,iBAAA;CHgkB9C;AG/jBmC;EAAW,iBAAA;CHkkB9C;AGjkBmC;EAAW,iBAAA;CHokB9C;AGnkBmC;EAAW,iBAAA;CHskB9C;AGrkBmC;EAAW,iBAAA;CHwkB9C;AGvkBmC;EAAW,iBAAA;CH0kB9C;AGzkBmC;EAAW,iBAAA;CH4kB9C;AG3kBmC;EAAW,iBAAA;CH8kB9C;AG7kBmC;EAAW,iBAAA;CHglB9C;AG/kBmC;EAAW,iBAAA;CHklB9C;AGjlBmC;EAAW,iBAAA;CHolB9C;AGnlBmC;EAAW,iBAAA;CHslB9C;AGrlBmC;EAAW,iBAAA;CHwlB9C;AGvlBmC;EAAW,iBAAA;CH0lB9C;AGzlBmC;EAAW,iBAAA;CH4lB9C;AG3lBmC;EAAW,iBAAA;CH8lB9C;AG7lBmC;EAAW,iBAAA;CHgmB9C;AG/lBmC;EAAW,iBAAA;CHkmB9C;AGjmBmC;EAAW,iBAAA;CHomB9C;AGnmBmC;EAAW,iBAAA;CHsmB9C;AGrmBmC;EAAW,iBAAA;CHwmB9C;AGvmBmC;EAAW,iBAAA;CH0mB9C;AGzmBmC;EAAW,iBAAA;CH4mB9C;AG3mBmC;EAAW,iBAAA;CH8mB9C;AG7mBmC;EAAW,iBAAA;CHgnB9C;AG/mBmC;EAAW,iBAAA;CHknB9C;AGjnBmC;EAAW,iBAAA;CHonB9C;AGnnBmC;EAAW,iBAAA;CHsnB9C;AGrnBmC;EAAW,iBAAA;CHwnB9C;AGvnBmC;EAAW,iBAAA;CH0nB9C;AGznBmC;EAAW,iBAAA;CH4nB9C;AG3nBmC;EAAW,iBAAA;CH8nB9C;AG7nBmC;EAAW,iBAAA;CHgoB9C;AG/nBmC;EAAW,iBAAA;CHkoB9C;AGjoBmC;EAAW,iBAAA;CHooB9C;AGnoBmC;EAAW,iBAAA;CHsoB9C;AGroBmC;EAAW,iBAAA;CHwoB9C;AG/nBmC;EAAW,iBAAA;CHkoB9C;AGjoBmC;EAAW,iBAAA;CHooB9C;AGnoBmC;EAAW,iBAAA;CHsoB9C;AGroBmC;EAAW,iBAAA;CHwoB9C;AGvoBmC;EAAW,iBAAA;CH0oB9C;AGzoBmC;EAAW,iBAAA;CH4oB9C;AG3oBmC;EAAW,iBAAA;CH8oB9C;AG7oBmC;EAAW,iBAAA;CHgpB9C;AG/oBmC;EAAW,iBAAA;CHkpB9C;AGjpBmC;EAAW,iBAAA;CHopB9C;AGnpBmC;EAAW,iBAAA;CHspB9C;AGrpBmC;EAAW,iBAAA;CHwpB9C;AGvpBmC;EAAW,iBAAA;CH0pB9C;AGzpBmC;EAAW,iBAAA;CH4pB9C;AG3pBmC;EAAW,iBAAA;CH8pB9C;AG7pBmC;EAAW,iBAAA;CHgqB9C;AG/pBmC;EAAW,iBAAA;CHkqB9C;AGjqBmC;EAAW,iBAAA;CHoqB9C;AGnqBmC;EAAW,iBAAA;CHsqB9C;AGrqBmC;EAAW,iBAAA;CHwqB9C;AGvqBmC;EAAW,iBAAA;CH0qB9C;AGzqBmC;EAAW,iBAAA;CH4qB9C;AG3qBmC;EAAW,iBAAA;CH8qB9C;AG7qBmC;EAAW,iBAAA;CHgrB9C;AG/qBmC;EAAW,iBAAA;CHkrB9C;AGjrBmC;EAAW,iBAAA;CHorB9C;AGnrBmC;EAAW,iBAAA;CHsrB9C;AGrrBmC;EAAW,iBAAA;CHwrB9C;AGvrBmC;EAAW,iBAAA;CH0rB9C;AGzrBmC;EAAW,iBAAA;CH4rB9C;AG3rBmC;EAAW,iBAAA;CH8rB9C;AG7rBmC;EAAW,iBAAA;CHgsB9C;AG/rBmC;EAAW,iBAAA;CHksB9C;AGjsBmC;EAAW,iBAAA;CHosB9C;AGnsBmC;EAAW,iBAAA;CHssB9C;AGrsBmC;EAAW,iBAAA;CHwsB9C;AGvsBmC;EAAW,iBAAA;CH0sB9C;AGzsBmC;EAAW,iBAAA;CH4sB9C;AG3sBmC;EAAW,iBAAA;CH8sB9C;AG7sBmC;EAAW,iBAAA;CHgtB9C;AG/sBmC;EAAW,iBAAA;CHktB9C;AGjtBmC;EAAW,iBAAA;CHotB9C;AGntBmC;EAAW,iBAAA;CHstB9C;AGrtBmC;EAAW,iBAAA;CHwtB9C;AGvtBmC;EAAW,iBAAA;CH0tB9C;AGztBmC;EAAW,iBAAA;CH4tB9C;AG3tBmC;EAAW,iBAAA;CH8tB9C;AG7tBmC;EAAW,iBAAA;CHguB9C;AG/tBmC;EAAW,iBAAA;CHkuB9C;AGjuBmC;EAAW,iBAAA;CHouB9C;AGnuBmC;EAAW,iBAAA;CHsuB9C;AGruBmC;EAAW,iBAAA;CHwuB9C;AGvuBmC;EAAW,iBAAA;CH0uB9C;AGzuBmC;EAAW,iBAAA;CH4uB9C;AG3uBmC;EAAW,iBAAA;CH8uB9C;AG7uBmC;EAAW,iBAAA;CHgvB9C;AIthCD;ECgEE,+BAAA;EACG,4BAAA;EACK,uBAAA;CLy9BT;AIxhCD;;EC6DE,+BAAA;EACG,4BAAA;EACK,uBAAA;CL+9BT;AIthCD;EACE,gBAAA;EACA,8CAAA;CJwhCD;AIrhCD;EACE,4DAAA;EACA,gBAAA;EACA,wBAAA;EACA,eAAA;EACA,uBAAA;CJuhCD;AInhCD;;;;EAIE,qBAAA;EACA,mBAAA;EACA,qBAAA;CJqhCD;AI/gCD;EACE,eAAA;EACA,sBAAA;CJihCD;AI/gCC;;EAEE,eAAA;EACA,2BAAA;CJihCH;AI9gCC;EErDA,qBAAA;EAEA,2CAAA;EACA,qBAAA;CNqkCD;AIxgCD;EACE,UAAA;CJ0gCD;AIpgCD;EACE,uBAAA;CJsgCD;AIlgCD;;;;;EGvEE,eAAA;EACA,gBAAA;EACA,aAAA;CPglCD;AItgCD;EACE,mBAAA;CJwgCD;AIlgCD;EACE,aAAA;EACA,wBAAA;EACA,uBAAA;EACA,uBAAA;EACA,mBAAA;EC6FA,yCAAA;EACK,oCAAA;EACG,iCAAA;EEvLR,sBAAA;EACA,gBAAA;EACA,aAAA;CPgmCD;AIlgCD;EACE,mBAAA;CJogCD;AI9/BD;EACE,iBAAA;EACA,oBAAA;EACA,UAAA;EACA,8BAAA;CJggCD;AIx/BD;EACE,mBAAA;EACA,WAAA;EACA,YAAA;EACA,aAAA;EACA,WAAA;EACA,iBAAA;EACA,uBAAA;EACA,UAAA;CJ0/BD;AIl/BC;;EAEE,iBAAA;EACA,YAAA;EACA,aAAA;EACA,UAAA;EACA,kBAAA;EACA,WAAA;CJo/BH;AIz+BD;EACE,gBAAA;CJ2+BD;AQloCD;;;;;;;;;;;;EAEE,qBAAA;EACA,iBAAA;EACA,iBAAA;EACA,eAAA;CR8oCD;AQnpCD;;;;;;;;;;;;;;;;;;;;;;;;EASI,oBAAA;EACA,eAAA;EACA,eAAA;CRoqCH;AQhqCD;;;;;;EAGE,iBAAA;EACA,oBAAA;CRqqCD;AQzqCD;;;;;;;;;;;;EAQI,eAAA;CR+qCH;AQ5qCD;;;;;;EAGE,iBAAA;EACA,oBAAA;CRirCD;AQrrCD;;;;;;;;;;;;EAQI,eAAA;CR2rCH;AQvrCD;;EAAU,gBAAA;CR2rCT;AQ1rCD;;EAAU,gBAAA;CR8rCT;AQ7rCD;;EAAU,gBAAA;CRisCT;AQhsCD;;EAAU,gBAAA;CRosCT;AQnsCD;;EAAU,gBAAA;CRusCT;AQtsCD;;EAAU,gBAAA;CR0sCT;AQpsCD;EACE,iBAAA;CRssCD;AQnsCD;EACE,oBAAA;EACA,gBAAA;EACA,iBAAA;EACA,iBAAA;CRqsCD;AQhsCD;EAwOA;IA1OI,gBAAA;GRssCD;CACF;AQ9rCD;;EAEE,eAAA;CRgsCD;AQ7rCD;;EAEE,0BAAA;EACA,cAAA;CR+rCD;AQ3rCD;EAAuB,iBAAA;CR8rCtB;AQ7rCD;EAAuB,kBAAA;CRgsCtB;AQ/rCD;EAAuB,mBAAA;CRksCtB;AQjsCD;EAAuB,oBAAA;CRosCtB;AQnsCD;EAAuB,oBAAA;CRssCtB;AQnsCD;EAAuB,0BAAA;CRssCtB;AQrsCD;EAAuB,0BAAA;CRwsCtB;AQvsCD;EAAuB,2BAAA;CR0sCtB;AQvsCD;EACE,eAAA;CRysCD;AQvsCD;ECrGE,eAAA;CT+yCD;AS9yCC;;EAEE,eAAA;CTgzCH;AQ3sCD;ECxGE,eAAA;CTszCD;ASrzCC;;EAEE,eAAA;CTuzCH;AQ/sCD;EC3GE,eAAA;CT6zCD;AS5zCC;;EAEE,eAAA;CT8zCH;AQntCD;EC9GE,eAAA;CTo0CD;ASn0CC;;EAEE,eAAA;CTq0CH;AQvtCD;ECjHE,eAAA;CT20CD;AS10CC;;EAEE,eAAA;CT40CH;AQvtCD;EAGE,YAAA;EE3HA,0BAAA;CVm1CD;AUl1CC;;EAEE,0BAAA;CVo1CH;AQztCD;EE9HE,0BAAA;CV01CD;AUz1CC;;EAEE,0BAAA;CV21CH;AQ7tCD;EEjIE,0BAAA;CVi2CD;AUh2CC;;EAEE,0BAAA;CVk2CH;AQjuCD;EEpIE,0BAAA;CVw2CD;AUv2CC;;EAEE,0BAAA;CVy2CH;AQruCD;EEvIE,0BAAA;CV+2CD;AU92CC;;EAEE,0BAAA;CVg3CH;AQpuCD;EACE,oBAAA;EACA,oBAAA;EACA,iCAAA;CRsuCD;AQ9tCD;;EAEE,cAAA;EACA,oBAAA;CRguCD;AQnuCD;;;;EAMI,iBAAA;CRmuCH;AQ5tCD;EACE,gBAAA;EACA,iBAAA;CR8tCD;AQ1tCD;EALE,gBAAA;EACA,iBAAA;EAMA,kBAAA;CR6tCD;AQ/tCD;EAKI,sBAAA;EACA,kBAAA;EACA,mBAAA;CR6tCH;AQxtCD;EACE,cAAA;EACA,oBAAA;CR0tCD;AQxtCD;;EAEE,wBAAA;CR0tCD;AQxtCD;EACE,kBAAA;CR0tCD;AQxtCD;EACE,eAAA;CR0tCD;AQjsCD;EA6EA;IAvFM,YAAA;IACA,aAAA;IACA,YAAA;IACA,kBAAA;IGtNJ,iBAAA;IACA,wBAAA;IACA,oBAAA;GXs6CC;EQ9nCH;IAhFM,mBAAA;GRitCH;CACF;AQxsCD;;EAGE,aAAA;EACA,kCAAA;CRysCD;AQvsCD;EACE,eAAA;EA9IqB,0BAAA;CRw1CtB;AQrsCD;EACE,mBAAA;EACA,iBAAA;EACA,kBAAA;EACA,+BAAA;CRusCD;AQlsCG;;;EACE,iBAAA;CRssCL;AQhtCD;;;EAmBI,eAAA;EACA,eAAA;EACA,wBAAA;EACA,eAAA;CRksCH;AQhsCG;;;EACE,uBAAA;CRosCL;AQ5rCD;;EAEE,oBAAA;EACA,gBAAA;EACA,gCAAA;EACA,eAAA;EACA,kBAAA;CR8rCD;AQxrCG;;;;;;EAAW,YAAA;CRgsCd;AQ/rCG;;;;;;EACE,uBAAA;CRssCL;AQhsCD;EACE,oBAAA;EACA,mBAAA;EACA,wBAAA;CRksCD;AYx+CD;;;;EAIE,+DAAA;CZ0+CD;AYt+CD;EACE,iBAAA;EACA,eAAA;EACA,eAAA;EACA,0BAAA;EACA,mBAAA;CZw+CD;AYp+CD;EACE,iBAAA;EACA,eAAA;EACA,YAAA;EACA,uBAAA;EACA,mBAAA;EACA,uDAAA;UAAA,+CAAA;CZs+CD;AY5+CD;EASI,WAAA;EACA,gBAAA;EACA,kBAAA;EACA,yBAAA;UAAA,iBAAA;CZs+CH;AYj+CD;EACE,eAAA;EACA,eAAA;EACA,iBAAA;EACA,gBAAA;EACA,wBAAA;EACA,sBAAA;EACA,sBAAA;EACA,eAAA;EACA,0BAAA;EACA,uBAAA;EACA,mBAAA;CZm+CD;AY9+CD;EAeI,WAAA;EACA,mBAAA;EACA,eAAA;EACA,sBAAA;EACA,8BAAA;EACA,iBAAA;CZk+CH;AY79CD;EACE,kBAAA;EACA,mBAAA;CZ+9CD;AazhDD;ECHE,mBAAA;EACA,kBAAA;EACA,mBAAA;EACA,oBAAA;Cd+hDD;AazhDC;EAqEF;IAvEI,aAAA;Gb+hDD;CACF;Aa3hDC;EAkEF;IApEI,aAAA;GbiiDD;CACF;Aa7hDD;EA+DA;IAjEI,cAAA;GbmiDD;CACF;Aa1hDD;ECvBE,mBAAA;EACA,kBAAA;EACA,mBAAA;EACA,oBAAA;CdojDD;AavhDD;ECvBE,mBAAA;EACA,oBAAA;CdijDD;AejjDG;EACE,mBAAA;EAEA,gBAAA;EAEA,mBAAA;EACA,oBAAA;CfijDL;AejiDG;EACE,YAAA;CfmiDL;Ae5hDC;EACE,YAAA;Cf8hDH;Ae/hDC;EACE,oBAAA;CfiiDH;AeliDC;EACE,oBAAA;CfoiDH;AeriDC;EACE,WAAA;CfuiDH;AexiDC;EACE,oBAAA;Cf0iDH;Ae3iDC;EACE,oBAAA;Cf6iDH;Ae9iDC;EACE,WAAA;CfgjDH;AejjDC;EACE,oBAAA;CfmjDH;AepjDC;EACE,oBAAA;CfsjDH;AevjDC;EACE,WAAA;CfyjDH;Ae1jDC;EACE,oBAAA;Cf4jDH;Ae7jDC;EACE,mBAAA;Cf+jDH;AejjDC;EACE,YAAA;CfmjDH;AepjDC;EACE,oBAAA;CfsjDH;AevjDC;EACE,oBAAA;CfyjDH;Ae1jDC;EACE,WAAA;Cf4jDH;Ae7jDC;EACE,oBAAA;Cf+jDH;AehkDC;EACE,oBAAA;CfkkDH;AenkDC;EACE,WAAA;CfqkDH;AetkDC;EACE,oBAAA;CfwkDH;AezkDC;EACE,oBAAA;Cf2kDH;Ae5kDC;EACE,WAAA;Cf8kDH;Ae/kDC;EACE,oBAAA;CfilDH;AellDC;EACE,mBAAA;CfolDH;AehlDC;EACE,YAAA;CfklDH;AelmDC;EACE,WAAA;CfomDH;AermDC;EACE,mBAAA;CfumDH;AexmDC;EACE,mBAAA;Cf0mDH;Ae3mDC;EACE,UAAA;Cf6mDH;Ae9mDC;EACE,mBAAA;CfgnDH;AejnDC;EACE,mBAAA;CfmnDH;AepnDC;EACE,UAAA;CfsnDH;AevnDC;EACE,mBAAA;CfynDH;Ae1nDC;EACE,mBAAA;Cf4nDH;Ae7nDC;EACE,UAAA;Cf+nDH;AehoDC;EACE,mBAAA;CfkoDH;AenoDC;EACE,kBAAA;CfqoDH;AejoDC;EACE,WAAA;CfmoDH;AernDC;EACE,kBAAA;CfunDH;AexnDC;EACE,0BAAA;Cf0nDH;Ae3nDC;EACE,0BAAA;Cf6nDH;Ae9nDC;EACE,iBAAA;CfgoDH;AejoDC;EACE,0BAAA;CfmoDH;AepoDC;EACE,0BAAA;CfsoDH;AevoDC;EACE,iBAAA;CfyoDH;Ae1oDC;EACE,0BAAA;Cf4oDH;Ae7oDC;EACE,0BAAA;Cf+oDH;AehpDC;EACE,iBAAA;CfkpDH;AenpDC;EACE,0BAAA;CfqpDH;AetpDC;EACE,yBAAA;CfwpDH;AezpDC;EACE,gBAAA;Cf2pDH;Aa3pDD;EElCI;IACE,YAAA;GfgsDH;EezrDD;IACE,YAAA;Gf2rDD;Ee5rDD;IACE,oBAAA;Gf8rDD;Ee/rDD;IACE,oBAAA;GfisDD;EelsDD;IACE,WAAA;GfosDD;EersDD;IACE,oBAAA;GfusDD;EexsDD;IACE,oBAAA;Gf0sDD;Ee3sDD;IACE,WAAA;Gf6sDD;Ee9sDD;IACE,oBAAA;GfgtDD;EejtDD;IACE,oBAAA;GfmtDD;EeptDD;IACE,WAAA;GfstDD;EevtDD;IACE,oBAAA;GfytDD;Ee1tDD;IACE,mBAAA;Gf4tDD;Ee9sDD;IACE,YAAA;GfgtDD;EejtDD;IACE,oBAAA;GfmtDD;EeptDD;IACE,oBAAA;GfstDD;EevtDD;IACE,WAAA;GfytDD;Ee1tDD;IACE,oBAAA;Gf4tDD;Ee7tDD;IACE,oBAAA;Gf+tDD;EehuDD;IACE,WAAA;GfkuDD;EenuDD;IACE,oBAAA;GfquDD;EetuDD;IACE,oBAAA;GfwuDD;EezuDD;IACE,WAAA;Gf2uDD;Ee5uDD;IACE,oBAAA;Gf8uDD;Ee/uDD;IACE,mBAAA;GfivDD;Ee7uDD;IACE,YAAA;Gf+uDD;Ee/vDD;IACE,WAAA;GfiwDD;EelwDD;IACE,mBAAA;GfowDD;EerwDD;IACE,mBAAA;GfuwDD;EexwDD;IACE,UAAA;Gf0wDD;Ee3wDD;IACE,mBAAA;Gf6wDD;Ee9wDD;IACE,mBAAA;GfgxDD;EejxDD;IACE,UAAA;GfmxDD;EepxDD;IACE,mBAAA;GfsxDD;EevxDD;IACE,mBAAA;GfyxDD;Ee1xDD;IACE,UAAA;Gf4xDD;Ee7xDD;IACE,mBAAA;Gf+xDD;EehyDD;IACE,kBAAA;GfkyDD;Ee9xDD;IACE,WAAA;GfgyDD;EelxDD;IACE,kBAAA;GfoxDD;EerxDD;IACE,0BAAA;GfuxDD;EexxDD;IACE,0BAAA;Gf0xDD;Ee3xDD;IACE,iBAAA;Gf6xDD;Ee9xDD;IACE,0BAAA;GfgyDD;EejyDD;IACE,0BAAA;GfmyDD;EepyDD;IACE,iBAAA;GfsyDD;EevyDD;IACE,0BAAA;GfyyDD;Ee1yDD;IACE,0BAAA;Gf4yDD;Ee7yDD;IACE,iBAAA;Gf+yDD;EehzDD;IACE,0BAAA;GfkzDD;EenzDD;IACE,yBAAA;GfqzDD;EetzDD;IACE,gBAAA;GfwzDD;CACF;AahzDD;EE3CI;IACE,YAAA;Gf81DH;Eev1DD;IACE,YAAA;Gfy1DD;Ee11DD;IACE,oBAAA;Gf41DD;Ee71DD;IACE,oBAAA;Gf+1DD;Eeh2DD;IACE,WAAA;Gfk2DD;Een2DD;IACE,oBAAA;Gfq2DD;Eet2DD;IACE,oBAAA;Gfw2DD;Eez2DD;IACE,WAAA;Gf22DD;Ee52DD;IACE,oBAAA;Gf82DD;Ee/2DD;IACE,oBAAA;Gfi3DD;Eel3DD;IACE,WAAA;Gfo3DD;Eer3DD;IACE,oBAAA;Gfu3DD;Eex3DD;IACE,mBAAA;Gf03DD;Ee52DD;IACE,YAAA;Gf82DD;Ee/2DD;IACE,oBAAA;Gfi3DD;Eel3DD;IACE,oBAAA;Gfo3DD;Eer3DD;IACE,WAAA;Gfu3DD;Eex3DD;IACE,oBAAA;Gf03DD;Ee33DD;IACE,oBAAA;Gf63DD;Ee93DD;IACE,WAAA;Gfg4DD;Eej4DD;IACE,oBAAA;Gfm4DD;Eep4DD;IACE,oBAAA;Gfs4DD;Eev4DD;IACE,WAAA;Gfy4DD;Ee14DD;IACE,oBAAA;Gf44DD;Ee74DD;IACE,mBAAA;Gf+4DD;Ee34DD;IACE,YAAA;Gf64DD;Ee75DD;IACE,WAAA;Gf+5DD;Eeh6DD;IACE,mBAAA;Gfk6DD;Een6DD;IACE,mBAAA;Gfq6DD;Eet6DD;IACE,UAAA;Gfw6DD;Eez6DD;IACE,mBAAA;Gf26DD;Ee56DD;IACE,mBAAA;Gf86DD;Ee/6DD;IACE,UAAA;Gfi7DD;Eel7DD;IACE,mBAAA;Gfo7DD;Eer7DD;IACE,mBAAA;Gfu7DD;Eex7DD;IACE,UAAA;Gf07DD;Ee37DD;IACE,mBAAA;Gf67DD;Ee97DD;IACE,kBAAA;Gfg8DD;Ee57DD;IACE,WAAA;Gf87DD;Eeh7DD;IACE,kBAAA;Gfk7DD;Een7DD;IACE,0BAAA;Gfq7DD;Eet7DD;IACE,0BAAA;Gfw7DD;Eez7DD;IACE,iBAAA;Gf27DD;Ee57DD;IACE,0BAAA;Gf87DD;Ee/7DD;IACE,0BAAA;Gfi8DD;Eel8DD;IACE,iBAAA;Gfo8DD;Eer8DD;IACE,0BAAA;Gfu8DD;Eex8DD;IACE,0BAAA;Gf08DD;Ee38DD;IACE,iBAAA;Gf68DD;Ee98DD;IACE,0BAAA;Gfg9DD;Eej9DD;IACE,yBAAA;Gfm9DD;Eep9DD;IACE,gBAAA;Gfs9DD;CACF;Aa38DD;EE9CI;IACE,YAAA;Gf4/DH;Eer/DD;IACE,YAAA;Gfu/DD;Eex/DD;IACE,oBAAA;Gf0/DD;Ee3/DD;IACE,oBAAA;Gf6/DD;Ee9/DD;IACE,WAAA;GfggED;EejgED;IACE,oBAAA;GfmgED;EepgED;IACE,oBAAA;GfsgED;EevgED;IACE,WAAA;GfygED;Ee1gED;IACE,oBAAA;Gf4gED;Ee7gED;IACE,oBAAA;Gf+gED;EehhED;IACE,WAAA;GfkhED;EenhED;IACE,oBAAA;GfqhED;EethED;IACE,mBAAA;GfwhED;Ee1gED;IACE,YAAA;Gf4gED;Ee7gED;IACE,oBAAA;Gf+gED;EehhED;IACE,oBAAA;GfkhED;EenhED;IACE,WAAA;GfqhED;EethED;IACE,oBAAA;GfwhED;EezhED;IACE,oBAAA;Gf2hED;Ee5hED;IACE,WAAA;Gf8hED;Ee/hED;IACE,oBAAA;GfiiED;EeliED;IACE,oBAAA;GfoiED;EeriED;IACE,WAAA;GfuiED;EexiED;IACE,oBAAA;Gf0iED;Ee3iED;IACE,mBAAA;Gf6iED;EeziED;IACE,YAAA;Gf2iED;Ee3jED;IACE,WAAA;Gf6jED;Ee9jED;IACE,mBAAA;GfgkED;EejkED;IACE,mBAAA;GfmkED;EepkED;IACE,UAAA;GfskED;EevkED;IACE,mBAAA;GfykED;Ee1kED;IACE,mBAAA;Gf4kED;Ee7kED;IACE,UAAA;Gf+kED;EehlED;IACE,mBAAA;GfklED;EenlED;IACE,mBAAA;GfqlED;EetlED;IACE,UAAA;GfwlED;EezlED;IACE,mBAAA;Gf2lED;Ee5lED;IACE,kBAAA;Gf8lED;Ee1lED;IACE,WAAA;Gf4lED;Ee9kED;IACE,kBAAA;GfglED;EejlED;IACE,0BAAA;GfmlED;EeplED;IACE,0BAAA;GfslED;EevlED;IACE,iBAAA;GfylED;Ee1lED;IACE,0BAAA;Gf4lED;Ee7lED;IACE,0BAAA;Gf+lED;EehmED;IACE,iBAAA;GfkmED;EenmED;IACE,0BAAA;GfqmED;EetmED;IACE,0BAAA;GfwmED;EezmED;IACE,iBAAA;Gf2mED;Ee5mED;IACE,0BAAA;Gf8mED;Ee/mED;IACE,yBAAA;GfinED;EelnED;IACE,gBAAA;GfonED;CACF;AgBxrED;EACE,8BAAA;ChB0rED;AgBxrED;EACE,iBAAA;EACA,oBAAA;EACA,eAAA;EACA,iBAAA;ChB0rED;AgBxrED;EACE,iBAAA;ChB0rED;AgBprED;EACE,YAAA;EACA,gBAAA;EACA,oBAAA;ChBsrED;AgBzrED;;;;;;EAWQ,aAAA;EACA,wBAAA;EACA,oBAAA;EACA,2BAAA;ChBsrEP;AgBpsED;EAoBI,uBAAA;EACA,8BAAA;ChBmrEH;AgBxsED;;;;;;EA8BQ,cAAA;ChBkrEP;AgBhtED;EAoCI,2BAAA;ChB+qEH;AgBntED;EAyCI,uBAAA;ChB6qEH;AgBtqED;;;;;;EAOQ,aAAA;ChBuqEP;AgB5pED;EACE,uBAAA;ChB8pED;AgB/pED;;;;;;EAQQ,uBAAA;ChB+pEP;AgBvqED;;EAeM,yBAAA;ChB4pEL;AgBlpED;EAEI,0BAAA;ChBmpEH;AgB1oED;EAEI,0BAAA;ChB2oEH;AgBloED;EACE,iBAAA;EACA,YAAA;EACA,sBAAA;ChBooED;AgB/nEG;;EACE,iBAAA;EACA,YAAA;EACA,oBAAA;ChBkoEL;AiB9wEC;;;;;;;;;;;;EAOI,0BAAA;CjBqxEL;AiB/wEC;;;;;EAMI,0BAAA;CjBgxEL;AiBnyEC;;;;;;;;;;;;EAOI,0BAAA;CjB0yEL;AiBpyEC;;;;;EAMI,0BAAA;CjBqyEL;AiBxzEC;;;;;;;;;;;;EAOI,0BAAA;CjB+zEL;AiBzzEC;;;;;EAMI,0BAAA;CjB0zEL;AiB70EC;;;;;;;;;;;;EAOI,0BAAA;CjBo1EL;AiB90EC;;;;;EAMI,0BAAA;CjB+0EL;AiBl2EC;;;;;;;;;;;;EAOI,0BAAA;CjBy2EL;AiBn2EC;;;;;EAMI,0BAAA;CjBo2EL;AgBltED;EACE,iBAAA;EACA,kBAAA;ChBotED;AgBvpED;EACA;IA3DI,YAAA;IACA,oBAAA;IACA,mBAAA;IACA,6CAAA;IACA,uBAAA;GhBqtED;EgB9pEH;IAnDM,iBAAA;GhBotEH;EgBjqEH;;;;;;IA1CY,oBAAA;GhBmtET;EgBzqEH;IAlCM,UAAA;GhB8sEH;EgB5qEH;;;;;;IAzBY,eAAA;GhB6sET;EgBprEH;;;;;;IArBY,gBAAA;GhBitET;EgB5rEH;;;;IARY,iBAAA;GhB0sET;CACF;AkBp6ED;EACE,WAAA;EACA,UAAA;EACA,UAAA;EAIA,aAAA;ClBm6ED;AkBh6ED;EACE,eAAA;EACA,YAAA;EACA,WAAA;EACA,oBAAA;EACA,gBAAA;EACA,qBAAA;EACA,eAAA;EACA,UAAA;EACA,iCAAA;ClBk6ED;AkB/5ED;EACE,sBAAA;EACA,gBAAA;EACA,mBAAA;EACA,kBAAA;ClBi6ED;AkBt5ED;Eb4BE,+BAAA;EACG,4BAAA;EACK,uBAAA;CL63ET;AkBt5ED;;EAEE,gBAAA;EACA,mBAAA;EACA,oBAAA;ClBw5ED;AkBr5ED;EACE,eAAA;ClBu5ED;AkBn5ED;EACE,eAAA;EACA,YAAA;ClBq5ED;AkBj5ED;;EAEE,aAAA;ClBm5ED;AkB/4ED;;;EZvEE,qBAAA;EAEA,2CAAA;EACA,qBAAA;CN09ED;AkB/4ED;EACE,eAAA;EACA,iBAAA;EACA,gBAAA;EACA,wBAAA;EACA,eAAA;ClBi5ED;AkBv3ED;EACE,eAAA;EACA,YAAA;EACA,aAAA;EACA,kBAAA;EACA,gBAAA;EACA,wBAAA;EACA,eAAA;EACA,uBAAA;EACA,uBAAA;EACA,uBAAA;EACA,mBAAA;EbxDA,yDAAA;EACQ,iDAAA;EAyHR,uFAAA;EACK,0EAAA;EACG,uEAAA;CL0zET;AmBl8EC;EACE,sBAAA;EACA,WAAA;EdUF,uFAAA;EACQ,+EAAA;CL27ET;AK15EC;EACE,YAAA;EACA,WAAA;CL45EH;AK15EC;EAA0B,YAAA;CL65E3B;AK55EC;EAAgC,YAAA;CL+5EjC;AkBn4EC;EACE,UAAA;EACA,8BAAA;ClBq4EH;AkB73EC;;;EAGE,0BAAA;EACA,WAAA;ClB+3EH;AkB53EC;;EAEE,oBAAA;ClB83EH;AkB13EC;EACE,aAAA;ClB43EH;AkBh3ED;EACE,yBAAA;ClBk3ED;AkB10ED;EAtBI;;;;IACE,kBAAA;GlBs2EH;EkBn2EC;;;;;;;;IAEE,kBAAA;GlB22EH;EkBx2EC;;;;;;;;IAEE,kBAAA;GlBg3EH;CACF;AkBt2ED;EACE,oBAAA;ClBw2ED;AkBh2ED;;EAEE,mBAAA;EACA,eAAA;EACA,iBAAA;EACA,oBAAA;ClBk2ED;AkBv2ED;;EAQI,iBAAA;EACA,mBAAA;EACA,iBAAA;EACA,oBAAA;EACA,gBAAA;ClBm2EH;AkBh2ED;;;;EAIE,mBAAA;EACA,mBAAA;EACA,mBAAA;ClBk2ED;AkB/1ED;;EAEE,iBAAA;ClBi2ED;AkB71ED;;EAEE,mBAAA;EACA,sBAAA;EACA,mBAAA;EACA,iBAAA;EACA,uBAAA;EACA,oBAAA;EACA,gBAAA;ClB+1ED;AkB71ED;;EAEE,cAAA;EACA,kBAAA;ClB+1ED;AkBt1EC;;;;;;EAGE,oBAAA;ClB21EH;AkBr1EC;;;;EAEE,oBAAA;ClBy1EH;AkBn1EC;;;;EAGI,oBAAA;ClBs1EL;AkB30ED;EAEE,iBAAA;EACA,oBAAA;EAEA,iBAAA;EACA,iBAAA;ClB20ED;AkBz0EC;;EAEE,gBAAA;EACA,iBAAA;ClB20EH;AkB9zED;ECnQE,aAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;CnBokFD;AmBlkFC;EACE,aAAA;EACA,kBAAA;CnBokFH;AmBjkFC;;EAEE,aAAA;CnBmkFH;AkB10ED;EAEI,aAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;ClB20EH;AkBj1ED;EASI,aAAA;EACA,kBAAA;ClB20EH;AkBr1ED;;EAcI,aAAA;ClB20EH;AkBz1ED;EAiBI,aAAA;EACA,iBAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;ClB20EH;AkBv0ED;EC/RE,aAAA;EACA,mBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;CnBymFD;AmBvmFC;EACE,aAAA;EACA,kBAAA;CnBymFH;AmBtmFC;;EAEE,aAAA;CnBwmFH;AkBn1ED;EAEI,aAAA;EACA,mBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;ClBo1EH;AkB11ED;EASI,aAAA;EACA,kBAAA;ClBo1EH;AkB91ED;;EAcI,aAAA;ClBo1EH;AkBl2ED;EAiBI,aAAA;EACA,iBAAA;EACA,mBAAA;EACA,gBAAA;EACA,uBAAA;ClBo1EH;AkB30ED;EAEE,mBAAA;ClB40ED;AkB90ED;EAMI,sBAAA;ClB20EH;AkBv0ED;EACE,mBAAA;EACA,OAAA;EACA,SAAA;EACA,WAAA;EACA,eAAA;EACA,YAAA;EACA,aAAA;EACA,kBAAA;EACA,mBAAA;EACA,qBAAA;ClBy0ED;AkBv0ED;;;EAGE,YAAA;EACA,aAAA;EACA,kBAAA;ClBy0ED;AkBv0ED;;;EAGE,YAAA;EACA,aAAA;EACA,kBAAA;ClBy0ED;AkBr0ED;;;;;;;;;;EC1ZI,eAAA;CnB2uFH;AkBj1ED;ECtZI,sBAAA;Ed+CF,yDAAA;EACQ,iDAAA;CL4rFT;AmB1uFG;EACE,sBAAA;Ed4CJ,0EAAA;EACQ,kEAAA;CLisFT;AkB31ED;EC5YI,eAAA;EACA,sBAAA;EACA,0BAAA;CnB0uFH;AkBh2ED;ECtYI,eAAA;CnByuFH;AkBh2ED;;;;;;;;;;EC7ZI,eAAA;CnBywFH;AkB52ED;ECzZI,sBAAA;Ed+CF,yDAAA;EACQ,iDAAA;CL0tFT;AmBxwFG;EACE,sBAAA;Ed4CJ,0EAAA;EACQ,kEAAA;CL+tFT;AkBt3ED;EC/YI,eAAA;EACA,sBAAA;EACA,0BAAA;CnBwwFH;AkB33ED;ECzYI,eAAA;CnBuwFH;AkB33ED;;;;;;;;;;EChaI,eAAA;CnBuyFH;AkBv4ED;EC5ZI,sBAAA;Ed+CF,yDAAA;EACQ,iDAAA;CLwvFT;AmBtyFG;EACE,sBAAA;Ed4CJ,0EAAA;EACQ,kEAAA;CL6vFT;AkBj5ED;EClZI,eAAA;EACA,sBAAA;EACA,0BAAA;CnBsyFH;AkBt5ED;EC5YI,eAAA;CnBqyFH;AkBl5EC;EACE,UAAA;ClBo5EH;AkBl5EC;EACE,OAAA;ClBo5EH;AkB14ED;EACE,eAAA;EACA,gBAAA;EACA,oBAAA;EACA,eAAA;ClB44ED;AkBzzED;EAwEA;IAtIM,sBAAA;IACA,iBAAA;IACA,uBAAA;GlB23EH;EkBvvEH;IA/HM,sBAAA;IACA,YAAA;IACA,uBAAA;GlBy3EH;EkB5vEH;IAxHM,sBAAA;GlBu3EH;EkB/vEH;IApHM,sBAAA;IACA,uBAAA;GlBs3EH;EkBnwEH;;;IA9GQ,YAAA;GlBs3EL;EkBxwEH;IAxGM,YAAA;GlBm3EH;EkB3wEH;IApGM,iBAAA;IACA,uBAAA;GlBk3EH;EkB/wEH;;IA5FM,sBAAA;IACA,cAAA;IACA,iBAAA;IACA,uBAAA;GlB+2EH;EkBtxEH;;IAtFQ,gBAAA;GlBg3EL;EkB1xEH;;IAjFM,mBAAA;IACA,eAAA;GlB+2EH;EkB/xEH;IA3EM,OAAA;GlB62EH;CACF;AkBn2ED;;;;EASI,cAAA;EACA,iBAAA;EACA,iBAAA;ClBg2EH;AkB32ED;;EAiBI,iBAAA;ClB81EH;AkB/2ED;EJthBE,mBAAA;EACA,oBAAA;Cdw4FD;AkB50EC;EAyBF;IAnCM,kBAAA;IACA,iBAAA;IACA,iBAAA;GlB01EH;CACF;AkB13ED;EAwCI,YAAA;ClBq1EH;AkBv0EC;EAUF;IAdQ,kBAAA;IACA,gBAAA;GlB+0EL;CACF;AkBr0EC;EAEF;IANQ,iBAAA;IACA,gBAAA;GlB60EL;CACF;AoBt6FD;EACE,sBAAA;EACA,iBAAA;EACA,oBAAA;EACA,mBAAA;EACA,uBAAA;EACA,+BAAA;MAAA,2BAAA;EACA,gBAAA;EACA,uBAAA;EACA,8BAAA;EACA,oBAAA;EC0CA,kBAAA;EACA,gBAAA;EACA,wBAAA;EACA,mBAAA;EhB+JA,0BAAA;EACG,uBAAA;EACC,sBAAA;EACI,kBAAA;CLiuFT;AoBz6FG;;;;;;EdrBF,qBAAA;EAEA,2CAAA;EACA,qBAAA;CNq8FD;AoB76FC;;;EAGE,YAAA;EACA,sBAAA;CpB+6FH;AoB56FC;;EAEE,WAAA;EACA,uBAAA;Ef2BF,yDAAA;EACQ,iDAAA;CLo5FT;AoB56FC;;;EAGE,oBAAA;EE7CF,cAAA;EAGA,0BAAA;EjB8DA,yBAAA;EACQ,iBAAA;CL65FT;AoB56FG;;EAEE,qBAAA;CpB86FL;AoBr6FD;EC3DE,YAAA;EACA,uBAAA;EACA,mBAAA;CrBm+FD;AqBj+FC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBm+FP;AqBj+FC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBm+FP;AqBj+FC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBm+FP;AqBj+FG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBy+FT;AqBt+FC;;;EAGE,uBAAA;CrBw+FH;AqBn+FG;;;;;;;;;EAGE,uBAAA;EACI,mBAAA;CrB2+FT;AoB19FD;ECZI,YAAA;EACA,uBAAA;CrBy+FH;AoB39FD;EC9DE,YAAA;EACA,0BAAA;EACA,sBAAA;CrB4hGD;AqB1hGC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB4hGP;AqB1hGC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB4hGP;AqB1hGC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB4hGP;AqB1hGG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBkiGT;AqB/hGC;;;EAGE,uBAAA;CrBiiGH;AqB5hGG;;;;;;;;;EAGE,0BAAA;EACI,sBAAA;CrBoiGT;AoBhhGD;ECfI,eAAA;EACA,uBAAA;CrBkiGH;AoBhhGD;EClEE,YAAA;EACA,0BAAA;EACA,sBAAA;CrBqlGD;AqBnlGC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBqlGP;AqBnlGC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBqlGP;AqBnlGC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBqlGP;AqBnlGG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB2lGT;AqBxlGC;;;EAGE,uBAAA;CrB0lGH;AqBrlGG;;;;;;;;;EAGE,0BAAA;EACI,sBAAA;CrB6lGT;AoBrkGD;ECnBI,eAAA;EACA,uBAAA;CrB2lGH;AoBrkGD;ECtEE,YAAA;EACA,0BAAA;EACA,sBAAA;CrB8oGD;AqB5oGC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB8oGP;AqB5oGC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB8oGP;AqB5oGC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB8oGP;AqB5oGG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBopGT;AqBjpGC;;;EAGE,uBAAA;CrBmpGH;AqB9oGG;;;;;;;;;EAGE,0BAAA;EACI,sBAAA;CrBspGT;AoB1nGD;ECvBI,eAAA;EACA,uBAAA;CrBopGH;AoB1nGD;EC1EE,YAAA;EACA,0BAAA;EACA,sBAAA;CrBusGD;AqBrsGC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBusGP;AqBrsGC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBusGP;AqBrsGC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBusGP;AqBrsGG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrB6sGT;AqB1sGC;;;EAGE,uBAAA;CrB4sGH;AqBvsGG;;;;;;;;;EAGE,0BAAA;EACI,sBAAA;CrB+sGT;AoB/qGD;EC3BI,eAAA;EACA,uBAAA;CrB6sGH;AoB/qGD;EC9EE,YAAA;EACA,0BAAA;EACA,sBAAA;CrBgwGD;AqB9vGC;;EAEE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBgwGP;AqB9vGC;EACE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBgwGP;AqB9vGC;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBgwGP;AqB9vGG;;;;;;;;;EAGE,YAAA;EACA,0BAAA;EACI,sBAAA;CrBswGT;AqBnwGC;;;EAGE,uBAAA;CrBqwGH;AqBhwGG;;;;;;;;;EAGE,0BAAA;EACI,sBAAA;CrBwwGT;AoBpuGD;EC/BI,eAAA;EACA,uBAAA;CrBswGH;AoB/tGD;EACE,eAAA;EACA,oBAAA;EACA,iBAAA;CpBiuGD;AoB/tGC;;;;;EAKE,8BAAA;EfnCF,yBAAA;EACQ,iBAAA;CLqwGT;AoBhuGC;;;;EAIE,0BAAA;CpBkuGH;AoBhuGC;;EAEE,eAAA;EACA,2BAAA;EACA,8BAAA;CpBkuGH;AoB9tGG;;;;EAEE,eAAA;EACA,sBAAA;CpBkuGL;AoBztGD;;ECxEE,mBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;CrBqyGD;AoB5tGD;;EC5EE,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;CrB4yGD;AoB/tGD;;EChFE,iBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;CrBmzGD;AoB9tGD;EACE,eAAA;EACA,YAAA;CpBguGD;AoB5tGD;EACE,gBAAA;CpB8tGD;AoBvtGC;;;EACE,YAAA;CpB2tGH;AuBr3GD;EACE,WAAA;ElBoLA,yCAAA;EACK,oCAAA;EACG,iCAAA;CLosGT;AuBx3GC;EACE,WAAA;CvB03GH;AuBt3GD;EACE,cAAA;CvBw3GD;AuBt3GC;EAAY,eAAA;CvBy3Gb;AuBx3GC;EAAY,mBAAA;CvB23Gb;AuB13GC;EAAY,yBAAA;CvB63Gb;AuB13GD;EACE,mBAAA;EACA,UAAA;EACA,iBAAA;ElBuKA,gDAAA;EACQ,2CAAA;KAAA,wCAAA;EAOR,mCAAA;EACQ,8BAAA;KAAA,2BAAA;EAGR,yCAAA;EACQ,oCAAA;KAAA,iCAAA;CL8sGT;AwBx5GD;EACE,sBAAA;EACA,SAAA;EACA,UAAA;EACA,iBAAA;EACA,uBAAA;EACA,uBAAA;EACA,yBAAA;EACA,oCAAA;EACA,mCAAA;CxB05GD;AwBt5GD;;EAEE,mBAAA;CxBw5GD;AwBp5GD;EACE,WAAA;CxBs5GD;AwBl5GD;EACE,mBAAA;EACA,UAAA;EACA,QAAA;EACA,cAAA;EACA,cAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,gBAAA;EACA,iBAAA;EACA,gBAAA;EACA,iBAAA;EACA,uBAAA;EACA,uBAAA;EACA,sCAAA;EACA,mBAAA;EnBsBA,oDAAA;EACQ,4CAAA;EmBrBR,qCAAA;UAAA,6BAAA;CxBq5GD;AwBh5GC;EACE,SAAA;EACA,WAAA;CxBk5GH;AwB36GD;ECzBE,YAAA;EACA,cAAA;EACA,iBAAA;EACA,0BAAA;CzBu8GD;AwBj7GD;EAmCI,eAAA;EACA,kBAAA;EACA,YAAA;EACA,oBAAA;EACA,wBAAA;EACA,eAAA;EACA,oBAAA;CxBi5GH;AwB34GC;;EAEE,sBAAA;EACA,eAAA;EACA,0BAAA;CxB64GH;AwBv4GC;;;EAGE,YAAA;EACA,sBAAA;EACA,WAAA;EACA,0BAAA;CxBy4GH;AwBh4GC;;;EAGE,eAAA;CxBk4GH;AwB93GC;;EAEE,sBAAA;EACA,8BAAA;EACA,uBAAA;EE3GF,oEAAA;EF6GE,oBAAA;CxBg4GH;AwB33GD;EAGI,eAAA;CxB23GH;AwB93GD;EAQI,WAAA;CxBy3GH;AwBj3GD;EACE,WAAA;EACA,SAAA;CxBm3GD;AwB32GD;EACE,QAAA;EACA,YAAA;CxB62GD;AwBz2GD;EACE,eAAA;EACA,kBAAA;EACA,gBAAA;EACA,wBAAA;EACA,eAAA;EACA,oBAAA;CxB22GD;AwBv2GD;EACE,gBAAA;EACA,QAAA;EACA,SAAA;EACA,UAAA;EACA,OAAA;EACA,aAAA;CxBy2GD;AwBr2GD;EACE,SAAA;EACA,WAAA;CxBu2GD;AwB/1GD;;EAII,cAAA;EACA,0BAAA;EACA,4BAAA;EACA,YAAA;CxB+1GH;AwBt2GD;;EAWI,UAAA;EACA,aAAA;EACA,mBAAA;CxB+1GH;AwB10GD;EAXE;IApEA,WAAA;IACA,SAAA;GxB65GC;EwB11GD;IA1DA,QAAA;IACA,YAAA;GxBu5GC;CACF;A2BviHD;;EAEE,mBAAA;EACA,sBAAA;EACA,uBAAA;C3ByiHD;A2B7iHD;;EAMI,mBAAA;EACA,YAAA;C3B2iHH;A2BziHG;;;;;;;;EAIE,WAAA;C3B+iHL;A2BziHD;;;;EAKI,kBAAA;C3B0iHH;A2BriHD;EACE,kBAAA;C3BuiHD;A2BxiHD;;;EAOI,YAAA;C3BsiHH;A2B7iHD;;;EAYI,iBAAA;C3BsiHH;A2BliHD;EACE,iBAAA;C3BoiHD;A2BhiHD;EACE,eAAA;C3BkiHD;A2BjiHC;EClDA,8BAAA;EACG,2BAAA;C5BslHJ;A2BhiHD;;EC/CE,6BAAA;EACG,0BAAA;C5BmlHJ;A2B/hHD;EACE,YAAA;C3BiiHD;A2B/hHD;EACE,iBAAA;C3BiiHD;A2B/hHD;;ECnEE,8BAAA;EACG,2BAAA;C5BsmHJ;A2B9hHD;ECjEE,6BAAA;EACG,0BAAA;C5BkmHJ;A2B7hHD;;EAEE,WAAA;C3B+hHD;A2B9gHD;EACE,kBAAA;EACA,mBAAA;C3BghHD;A2B9gHD;EACE,mBAAA;EACA,oBAAA;C3BghHD;A2B3gHD;EtB/CE,yDAAA;EACQ,iDAAA;CL6jHT;A2B3gHC;EtBnDA,yBAAA;EACQ,iBAAA;CLikHT;A2BxgHD;EACE,eAAA;C3B0gHD;A2BvgHD;EACE,wBAAA;EACA,uBAAA;C3BygHD;A2BtgHD;EACE,wBAAA;C3BwgHD;A2BjgHD;;;EAII,eAAA;EACA,YAAA;EACA,YAAA;EACA,gBAAA;C3BkgHH;A2BzgHD;EAcM,YAAA;C3B8/GL;A2B5gHD;;;;EAsBI,iBAAA;EACA,eAAA;C3B4/GH;A2Bv/GC;EACE,iBAAA;C3By/GH;A2Bv/GC;EC3KA,6BAAA;EACC,4BAAA;EAOD,8BAAA;EACC,6BAAA;C5B+pHF;A2Bz/GC;EC/KA,2BAAA;EACC,0BAAA;EAOD,gCAAA;EACC,+BAAA;C5BqqHF;A2B1/GD;EACE,iBAAA;C3B4/GD;A2B1/GD;;EC/KE,8BAAA;EACC,6BAAA;C5B6qHF;A2Bz/GD;EC7LE,2BAAA;EACC,0BAAA;C5ByrHF;A2Br/GD;EACE,eAAA;EACA,YAAA;EACA,oBAAA;EACA,0BAAA;C3Bu/GD;A2B3/GD;;EAOI,YAAA;EACA,oBAAA;EACA,UAAA;C3Bw/GH;A2BjgHD;EAYI,YAAA;C3Bw/GH;A2BpgHD;EAgBI,WAAA;C3Bu/GH;A2Bt+GD;;;;EAKM,mBAAA;EACA,uBAAA;EACA,qBAAA;C3Bu+GL;A6BjtHD;EACE,mBAAA;EACA,eAAA;EACA,0BAAA;C7BmtHD;A6BhtHC;EACE,YAAA;EACA,gBAAA;EACA,iBAAA;C7BktHH;A6B3tHD;EAeI,mBAAA;EACA,WAAA;EAKA,YAAA;EAEA,YAAA;EACA,iBAAA;C7B0sHH;A6BxsHG;EACE,WAAA;C7B0sHL;A6BhsHD;;;EV0BE,aAAA;EACA,mBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;CnB2qHD;AmBzqHC;;;EACE,aAAA;EACA,kBAAA;CnB6qHH;AmB1qHC;;;;;;EAEE,aAAA;CnBgrHH;A6BltHD;;;EVqBE,aAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;CnBksHD;AmBhsHC;;;EACE,aAAA;EACA,kBAAA;CnBosHH;AmBjsHC;;;;;;EAEE,aAAA;CnBusHH;A6BhuHD;;;EAGE,oBAAA;C7BkuHD;A6BhuHC;;;EACE,iBAAA;C7BouHH;A6BhuHD;;EAEE,UAAA;EACA,oBAAA;EACA,uBAAA;C7BkuHD;A6B7tHD;EACE,kBAAA;EACA,gBAAA;EACA,oBAAA;EACA,eAAA;EACA,eAAA;EACA,mBAAA;EACA,0BAAA;EACA,uBAAA;EACA,mBAAA;C7B+tHD;A6B5tHC;EACE,kBAAA;EACA,gBAAA;EACA,mBAAA;C7B8tHH;A6B5tHC;EACE,mBAAA;EACA,gBAAA;EACA,mBAAA;C7B8tHH;A6BlvHD;;EA0BI,cAAA;C7B4tHH;A6BvtHD;;;;;;;EDpGE,8BAAA;EACG,2BAAA;C5Bo0HJ;A6BxtHD;EACE,gBAAA;C7B0tHD;A6BxtHD;;;;;;;EDxGE,6BAAA;EACG,0BAAA;C5By0HJ;A6BztHD;EACE,eAAA;C7B2tHD;A6BttHD;EACE,mBAAA;EAGA,aAAA;EACA,oBAAA;C7BstHD;A6B3tHD;EAUI,mBAAA;C7BotHH;A6B9tHD;EAYM,kBAAA;C7BqtHL;A6BltHG;;;EAGE,WAAA;C7BotHL;A6B/sHC;;EAGI,mBAAA;C7BgtHL;A6B7sHC;;EAGI,WAAA;EACA,kBAAA;C7B8sHL;A8B72HD;EACE,iBAAA;EACA,gBAAA;EACA,iBAAA;C9B+2HD;A8Bl3HD;EAOI,mBAAA;EACA,eAAA;C9B82HH;A8Bt3HD;EAWM,mBAAA;EACA,eAAA;EACA,mBAAA;C9B82HL;A8B72HK;;EAEE,sBAAA;EACA,0BAAA;C9B+2HP;A8B12HG;EACE,eAAA;C9B42HL;A8B12HK;;EAEE,eAAA;EACA,sBAAA;EACA,8BAAA;EACA,oBAAA;C9B42HP;A8Br2HG;;;EAGE,0BAAA;EACA,sBAAA;C9Bu2HL;A8Bh5HD;ELHE,YAAA;EACA,cAAA;EACA,iBAAA;EACA,0BAAA;CzBs5HD;A8Bt5HD;EA0DI,gBAAA;C9B+1HH;A8Bt1HD;EACE,8BAAA;C9Bw1HD;A8Bz1HD;EAGI,YAAA;EAEA,oBAAA;C9Bw1HH;A8B71HD;EASM,kBAAA;EACA,wBAAA;EACA,8BAAA;EACA,2BAAA;C9Bu1HL;A8Bt1HK;EACE,mCAAA;C9Bw1HP;A8Bl1HK;;;EAGE,eAAA;EACA,uBAAA;EACA,uBAAA;EACA,iCAAA;EACA,gBAAA;C9Bo1HP;A8B/0HC;EAqDA,YAAA;EA8BA,iBAAA;C9BgwHD;A8Bn1HC;EAwDE,YAAA;C9B8xHH;A8Bt1HC;EA0DI,mBAAA;EACA,mBAAA;C9B+xHL;A8B11HC;EAgEE,UAAA;EACA,WAAA;C9B6xHH;A8BjxHD;EA0DA;IAjEM,oBAAA;IACA,UAAA;G9B4xHH;E8B5tHH;IA9DQ,iBAAA;G9B6xHL;CACF;A8Bv2HC;EAuFE,gBAAA;EACA,mBAAA;C9BmxHH;A8B32HC;;;EA8FE,uBAAA;C9BkxHH;A8BpwHD;EA2BA;IApCM,8BAAA;IACA,2BAAA;G9BixHH;E8B9uHH;;;IA9BM,0BAAA;G9BixHH;CACF;A8Bl3HD;EAEI,YAAA;C9Bm3HH;A8Br3HD;EAMM,mBAAA;C9Bk3HL;A8Bx3HD;EASM,iBAAA;C9Bk3HL;A8B72HK;;;EAGE,YAAA;EACA,0BAAA;C9B+2HP;A8Bv2HD;EAEI,YAAA;C9Bw2HH;A8B12HD;EAIM,gBAAA;EACA,eAAA;C9By2HL;A8B71HD;EACE,YAAA;C9B+1HD;A8Bh2HD;EAII,YAAA;C9B+1HH;A8Bn2HD;EAMM,mBAAA;EACA,mBAAA;C9Bg2HL;A8Bv2HD;EAYI,UAAA;EACA,WAAA;C9B81HH;A8Bl1HD;EA0DA;IAjEM,oBAAA;IACA,UAAA;G9B61HH;E8B7xHH;IA9DQ,iBAAA;G9B81HL;CACF;A8Bt1HD;EACE,iBAAA;C9Bw1HD;A8Bz1HD;EAKI,gBAAA;EACA,mBAAA;C9Bu1HH;A8B71HD;;;EAYI,uBAAA;C9Bs1HH;A8Bx0HD;EA2BA;IApCM,8BAAA;IACA,2BAAA;G9Bq1HH;E8BlzHH;;;IA9BM,0BAAA;G9Bq1HH;CACF;A8B50HD;EAEI,cAAA;C9B60HH;A8B/0HD;EAKI,eAAA;C9B60HH;A8Bp0HD;EAEE,iBAAA;EF3OA,2BAAA;EACC,0BAAA;C5BijIF;A+B3iID;EACE,mBAAA;EACA,iBAAA;EACA,oBAAA;EACA,8BAAA;C/B6iID;A+BriID;EA8nBA;IAhoBI,mBAAA;G/B2iID;CACF;A+B5hID;EAgnBA;IAlnBI,YAAA;G/BkiID;CACF;A+BphID;EACE,oBAAA;EACA,oBAAA;EACA,mBAAA;EACA,kCAAA;EACA,2DAAA;UAAA,mDAAA;EAEA,kCAAA;C/BqhID;A+BnhIC;EACE,iBAAA;C/BqhIH;A+Bz/HD;EA6jBA;IArlBI,YAAA;IACA,cAAA;IACA,yBAAA;YAAA,iBAAA;G/BqhID;E+BnhIC;IACE,0BAAA;IACA,wBAAA;IACA,kBAAA;IACA,6BAAA;G/BqhIH;E+BlhIC;IACE,oBAAA;G/BohIH;E+B/gIC;;;IAGE,gBAAA;IACA,iBAAA;G/BihIH;CACF;A+B7gID;;EAGI,kBAAA;C/B8gIH;A+BzgIC;EAmjBF;;IArjBM,kBAAA;G/BghIH;CACF;A+BvgID;;;;EAII,oBAAA;EACA,mBAAA;C/BygIH;A+BngIC;EAgiBF;;;;IAniBM,gBAAA;IACA,eAAA;G/B6gIH;CACF;A+BjgID;EACE,cAAA;EACA,sBAAA;C/BmgID;A+B9/HD;EA8gBA;IAhhBI,iBAAA;G/BogID;CACF;A+BhgID;;EAEE,gBAAA;EACA,SAAA;EACA,QAAA;EACA,cAAA;C/BkgID;A+B5/HD;EAggBA;;IAlgBI,iBAAA;G/BmgID;CACF;A+BjgID;EACE,OAAA;EACA,sBAAA;C/BmgID;A+BjgID;EACE,UAAA;EACA,iBAAA;EACA,sBAAA;C/BmgID;A+B7/HD;EACE,YAAA;EACA,mBAAA;EACA,gBAAA;EACA,kBAAA;EACA,aAAA;C/B+/HD;A+B7/HC;;EAEE,sBAAA;C/B+/HH;A+BxgID;EAaI,eAAA;C/B8/HH;A+Br/HD;EALI;;IAEE,mBAAA;G/B6/HH;CACF;A+Bn/HD;EACE,mBAAA;EACA,aAAA;EACA,mBAAA;EACA,kBAAA;EC9LA,gBAAA;EACA,mBAAA;ED+LA,8BAAA;EACA,uBAAA;EACA,8BAAA;EACA,mBAAA;C/Bs/HD;A+Bl/HC;EACE,WAAA;C/Bo/HH;A+BlgID;EAmBI,eAAA;EACA,YAAA;EACA,YAAA;EACA,mBAAA;C/Bk/HH;A+BxgID;EAyBI,gBAAA;C/Bk/HH;A+B5+HD;EAqbA;IAvbI,cAAA;G/Bk/HD;CACF;A+Bz+HD;EACE,oBAAA;C/B2+HD;A+B5+HD;EAII,kBAAA;EACA,qBAAA;EACA,kBAAA;C/B2+HH;A+B/8HC;EA2YF;IAjaM,iBAAA;IACA,YAAA;IACA,YAAA;IACA,cAAA;IACA,8BAAA;IACA,UAAA;IACA,yBAAA;YAAA,iBAAA;G/By+HH;E+B9kHH;;IAxZQ,2BAAA;G/B0+HL;E+BllHH;IArZQ,kBAAA;G/B0+HL;E+Bz+HK;;IAEE,uBAAA;G/B2+HP;CACF;A+Bz9HD;EA+XA;IA1YI,YAAA;IACA,UAAA;G/Bw+HD;E+B/lHH;IAtYM,YAAA;G/Bw+HH;E+BlmHH;IApYQ,kBAAA;IACA,qBAAA;G/By+HL;CACF;A+B99HD;EACE,mBAAA;EACA,oBAAA;EACA,mBAAA;EACA,kCAAA;EACA,qCAAA;E1B9NA,6FAAA;EACQ,qFAAA;E2B/DR,gBAAA;EACA,mBAAA;ChC+vID;AkBzuHD;EAwEA;IAtIM,sBAAA;IACA,iBAAA;IACA,uBAAA;GlB2yHH;EkBvqHH;IA/HM,sBAAA;IACA,YAAA;IACA,uBAAA;GlByyHH;EkB5qHH;IAxHM,sBAAA;GlBuyHH;EkB/qHH;IApHM,sBAAA;IACA,uBAAA;GlBsyHH;EkBnrHH;;;IA9GQ,YAAA;GlBsyHL;EkBxrHH;IAxGM,YAAA;GlBmyHH;EkB3rHH;IApGM,iBAAA;IACA,uBAAA;GlBkyHH;EkB/rHH;;IA5FM,sBAAA;IACA,cAAA;IACA,iBAAA;IACA,uBAAA;GlB+xHH;EkBtsHH;;IAtFQ,gBAAA;GlBgyHL;EkB1sHH;;IAjFM,mBAAA;IACA,eAAA;GlB+xHH;EkB/sHH;IA3EM,OAAA;GlB6xHH;CACF;A+BvgIC;EAmWF;IAzWM,mBAAA;G/BihIH;E+B/gIG;IACE,iBAAA;G/BihIL;CACF;A+BhgID;EAoVA;IA5VI,YAAA;IACA,UAAA;IACA,eAAA;IACA,gBAAA;IACA,eAAA;IACA,kBAAA;I1BzPF,yBAAA;IACQ,iBAAA;GLswIP;CACF;A+BtgID;EACE,cAAA;EHpUA,2BAAA;EACC,0BAAA;C5B60IF;A+BtgID;EACE,iBAAA;EHzUA,6BAAA;EACC,4BAAA;EAOD,8BAAA;EACC,6BAAA;C5B40IF;A+BlgID;EChVE,gBAAA;EACA,mBAAA;ChCq1ID;A+BngIC;ECnVA,iBAAA;EACA,oBAAA;ChCy1ID;A+BpgIC;ECtVA,iBAAA;EACA,oBAAA;ChC61ID;A+B9/HD;EChWE,iBAAA;EACA,oBAAA;ChCi2ID;A+B1/HD;EAsSA;IA1SI,YAAA;IACA,kBAAA;IACA,mBAAA;G/BkgID;CACF;A+Br+HD;EAhBE;IExWA,uBAAA;GjCi2IC;E+Bx/HD;IE5WA,wBAAA;IF8WE,oBAAA;G/B0/HD;E+B5/HD;IAKI,gBAAA;G/B0/HH;CACF;A+Bj/HD;EACE,0BAAA;EACA,sBAAA;C/Bm/HD;A+Br/HD;EAKI,YAAA;C/Bm/HH;A+Bl/HG;;EAEE,eAAA;EACA,8BAAA;C/Bo/HL;A+B7/HD;EAcI,YAAA;C/Bk/HH;A+BhgID;EAmBM,YAAA;C/Bg/HL;A+B9+HK;;EAEE,YAAA;EACA,8BAAA;C/Bg/HP;A+B5+HK;;;EAGE,YAAA;EACA,0BAAA;C/B8+HP;A+B1+HK;;;EAGE,YAAA;EACA,8BAAA;C/B4+HP;A+BphID;EA8CI,mBAAA;C/By+HH;A+Bx+HG;;EAEE,uBAAA;C/B0+HL;A+B3hID;EAoDM,uBAAA;C/B0+HL;A+B9hID;;EA0DI,sBAAA;C/Bw+HH;A+Bj+HK;;;EAGE,0BAAA;EACA,YAAA;C/Bm+HP;A+Bl8HC;EAoKF;IA7LU,YAAA;G/B+9HP;E+B99HO;;IAEE,YAAA;IACA,8BAAA;G/Bg+HT;E+B59HO;;;IAGE,YAAA;IACA,0BAAA;G/B89HT;E+B19HO;;;IAGE,YAAA;IACA,8BAAA;G/B49HT;CACF;A+B9jID;EA8GI,YAAA;C/Bm9HH;A+Bl9HG;EACE,YAAA;C/Bo9HL;A+BpkID;EAqHI,YAAA;C/Bk9HH;A+Bj9HG;;EAEE,YAAA;C/Bm9HL;A+B/8HK;;;;EAEE,YAAA;C/Bm9HP;A+B38HD;EACE,uBAAA;EACA,sBAAA;C/B68HD;A+B/8HD;EAKI,eAAA;C/B68HH;A+B58HG;;EAEE,YAAA;EACA,8BAAA;C/B88HL;A+Bv9HD;EAcI,eAAA;C/B48HH;A+B19HD;EAmBM,eAAA;C/B08HL;A+Bx8HK;;EAEE,YAAA;EACA,8BAAA;C/B08HP;A+Bt8HK;;;EAGE,YAAA;EACA,0BAAA;C/Bw8HP;A+Bp8HK;;;EAGE,YAAA;EACA,8BAAA;C/Bs8HP;A+B9+HD;EA+CI,mBAAA;C/Bk8HH;A+Bj8HG;;EAEE,uBAAA;C/Bm8HL;A+Br/HD;EAqDM,uBAAA;C/Bm8HL;A+Bx/HD;;EA2DI,sBAAA;C/Bi8HH;A+B37HK;;;EAGE,0BAAA;EACA,YAAA;C/B67HP;A+Bt5HC;EAwBF;IAvDU,sBAAA;G/By7HP;E+Bl4HH;IApDU,0BAAA;G/By7HP;E+Br4HH;IAjDU,eAAA;G/By7HP;E+Bx7HO;;IAEE,YAAA;IACA,8BAAA;G/B07HT;E+Bt7HO;;;IAGE,YAAA;IACA,0BAAA;G/Bw7HT;E+Bp7HO;;;IAGE,YAAA;IACA,8BAAA;G/Bs7HT;CACF;A+B9hID;EA+GI,eAAA;C/Bk7HH;A+Bj7HG;EACE,YAAA;C/Bm7HL;A+BpiID;EAsHI,eAAA;C/Bi7HH;A+Bh7HG;;EAEE,YAAA;C/Bk7HL;A+B96HK;;;;EAEE,YAAA;C/Bk7HP;AkC5jJD;EACE,kBAAA;EACA,oBAAA;EACA,iBAAA;EACA,0BAAA;EACA,mBAAA;ClC8jJD;AkCnkJD;EAQI,sBAAA;ClC8jJH;AkCtkJD;EAWM,kBAAA;EACA,eAAA;EACA,YAAA;ClC8jJL;AkC3kJD;EAkBI,eAAA;ClC4jJH;AmChlJD;EACE,sBAAA;EACA,gBAAA;EACA,eAAA;EACA,mBAAA;CnCklJD;AmCtlJD;EAOI,gBAAA;CnCklJH;AmCzlJD;;EAUM,mBAAA;EACA,YAAA;EACA,kBAAA;EACA,wBAAA;EACA,sBAAA;EACA,eAAA;EACA,uBAAA;EACA,uBAAA;EACA,kBAAA;CnCmlJL;AmCjlJG;;EAGI,eAAA;EPXN,+BAAA;EACG,4BAAA;C5B8lJJ;AmChlJG;;EPvBF,gCAAA;EACG,6BAAA;C5B2mJJ;AmC3kJG;;;;EAEE,WAAA;EACA,eAAA;EACA,0BAAA;EACA,mBAAA;CnC+kJL;AmCzkJG;;;;;;EAGE,WAAA;EACA,YAAA;EACA,0BAAA;EACA,sBAAA;EACA,gBAAA;CnC8kJL;AmCroJD;;;;;;EAkEM,eAAA;EACA,uBAAA;EACA,mBAAA;EACA,oBAAA;CnC2kJL;AmClkJD;;EC3EM,mBAAA;EACA,gBAAA;EACA,uBAAA;CpCipJL;AoC/oJG;;ERKF,+BAAA;EACG,4BAAA;C5B8oJJ;AoC9oJG;;ERTF,gCAAA;EACG,6BAAA;C5B2pJJ;AmC7kJD;;EChFM,kBAAA;EACA,gBAAA;EACA,iBAAA;CpCiqJL;AoC/pJG;;ERKF,+BAAA;EACG,4BAAA;C5B8pJJ;AoC9pJG;;ERTF,gCAAA;EACG,6BAAA;C5B2qJJ;AqC9qJD;EACE,gBAAA;EACA,eAAA;EACA,iBAAA;EACA,mBAAA;CrCgrJD;AqCprJD;EAOI,gBAAA;CrCgrJH;AqCvrJD;;EAUM,sBAAA;EACA,kBAAA;EACA,uBAAA;EACA,uBAAA;EACA,oBAAA;CrCirJL;AqC/rJD;;EAmBM,sBAAA;EACA,0BAAA;CrCgrJL;AqCpsJD;;EA2BM,aAAA;CrC6qJL;AqCxsJD;;EAkCM,YAAA;CrC0qJL;AqC5sJD;;;;EA2CM,eAAA;EACA,uBAAA;EACA,oBAAA;CrCuqJL;AsCrtJD;EACE,gBAAA;EACA,wBAAA;EACA,eAAA;EACA,kBAAA;EACA,eAAA;EACA,YAAA;EACA,mBAAA;EACA,oBAAA;EACA,yBAAA;EACA,qBAAA;CtCutJD;AsCntJG;;EAEE,YAAA;EACA,sBAAA;EACA,gBAAA;CtCqtJL;AsChtJC;EACE,cAAA;CtCktJH;AsC9sJC;EACE,mBAAA;EACA,UAAA;CtCgtJH;AsCzsJD;ECtCE,0BAAA;CvCkvJD;AuC/uJG;;EAEE,0BAAA;CvCivJL;AsC5sJD;EC1CE,0BAAA;CvCyvJD;AuCtvJG;;EAEE,0BAAA;CvCwvJL;AsC/sJD;EC9CE,0BAAA;CvCgwJD;AuC7vJG;;EAEE,0BAAA;CvC+vJL;AsCltJD;EClDE,0BAAA;CvCuwJD;AuCpwJG;;EAEE,0BAAA;CvCswJL;AsCrtJD;ECtDE,0BAAA;CvC8wJD;AuC3wJG;;EAEE,0BAAA;CvC6wJL;AsCxtJD;EC1DE,0BAAA;CvCqxJD;AuClxJG;;EAEE,0BAAA;CvCoxJL;AwCtxJD;EACE,sBAAA;EACA,gBAAA;EACA,iBAAA;EACA,gBAAA;EACA,kBAAA;EACA,YAAA;EACA,eAAA;EACA,uBAAA;EACA,oBAAA;EACA,mBAAA;EACA,0BAAA;EACA,oBAAA;CxCwxJD;AwCrxJC;EACE,cAAA;CxCuxJH;AwCnxJC;EACE,mBAAA;EACA,UAAA;CxCqxJH;AwClxJC;;EAEE,OAAA;EACA,iBAAA;CxCoxJH;AwC/wJG;;EAEE,YAAA;EACA,sBAAA;EACA,gBAAA;CxCixJL;AwC5wJC;;EAEE,eAAA;EACA,uBAAA;CxC8wJH;AwC3wJC;EACE,aAAA;CxC6wJH;AwC1wJC;EACE,kBAAA;CxC4wJH;AwCzwJC;EACE,iBAAA;CxC2wJH;AyCr0JD;EACE,kBAAA;EACA,qBAAA;EACA,oBAAA;EACA,eAAA;EACA,0BAAA;CzCu0JD;AyC50JD;;EASI,eAAA;CzCu0JH;AyCh1JD;EAaI,oBAAA;EACA,gBAAA;EACA,iBAAA;CzCs0JH;AyCr1JD;EAmBI,0BAAA;CzCq0JH;AyCl0JC;;EAEE,mBAAA;EACA,mBAAA;EACA,oBAAA;CzCo0JH;AyC91JD;EA8BI,gBAAA;CzCm0JH;AyCjzJD;EACA;IAfI,kBAAA;IACA,qBAAA;GzCm0JD;EyCj0JC;;IAEE,mBAAA;IACA,oBAAA;GzCm0JH;EyC1zJH;;IAJM,gBAAA;GzCk0JH;CACF;A0C/2JD;EACE,eAAA;EACA,aAAA;EACA,oBAAA;EACA,wBAAA;EACA,uBAAA;EACA,uBAAA;EACA,mBAAA;ErCiLA,4CAAA;EACK,uCAAA;EACG,oCAAA;CLisJT;A0C33JD;;EAaI,kBAAA;EACA,mBAAA;C1Ck3JH;A0C92JC;;;EAGE,sBAAA;C1Cg3JH;A0Cr4JD;EA0BI,aAAA;EACA,eAAA;C1C82JH;A2Cv4JD;EACE,cAAA;EACA,oBAAA;EACA,8BAAA;EACA,mBAAA;C3Cy4JD;A2C74JD;EAQI,cAAA;EAEA,eAAA;C3Cu4JH;A2Cj5JD;EAeI,kBAAA;C3Cq4JH;A2Cp5JD;;EAqBI,iBAAA;C3Cm4JH;A2Cx5JD;EAyBI,gBAAA;C3Ck4JH;A2C13JD;;EAEE,oBAAA;C3C43JD;A2C93JD;;EAMI,mBAAA;EACA,UAAA;EACA,aAAA;EACA,eAAA;C3C43JH;A2Cp3JD;ECvDE,0BAAA;EACA,sBAAA;EACA,eAAA;C5C86JD;A2Cz3JD;EClDI,0BAAA;C5C86JH;A2C53JD;EC/CI,eAAA;C5C86JH;A2C33JD;EC3DE,0BAAA;EACA,sBAAA;EACA,eAAA;C5Cy7JD;A2Ch4JD;ECtDI,0BAAA;C5Cy7JH;A2Cn4JD;ECnDI,eAAA;C5Cy7JH;A2Cl4JD;EC/DE,0BAAA;EACA,sBAAA;EACA,eAAA;C5Co8JD;A2Cv4JD;EC1DI,0BAAA;C5Co8JH;A2C14JD;ECvDI,eAAA;C5Co8JH;A2Cz4JD;ECnEE,0BAAA;EACA,sBAAA;EACA,eAAA;C5C+8JD;A2C94JD;EC9DI,0BAAA;C5C+8JH;A2Cj5JD;EC3DI,eAAA;C5C+8JH;A6Cj9JD;EACE;IAAQ,4BAAA;G7Co9JP;E6Cn9JD;IAAQ,yBAAA;G7Cs9JP;CACF;A6Cn9JD;EACE;IAAQ,4BAAA;G7Cs9JP;E6Cr9JD;IAAQ,yBAAA;G7Cw9JP;CACF;A6C39JD;EACE;IAAQ,4BAAA;G7Cs9JP;E6Cr9JD;IAAQ,yBAAA;G7Cw9JP;CACF;A6Cj9JD;EACE,iBAAA;EACA,aAAA;EACA,oBAAA;EACA,0BAAA;EACA,mBAAA;ExCsCA,uDAAA;EACQ,+CAAA;CL86JT;A6Ch9JD;EACE,YAAA;EACA,UAAA;EACA,aAAA;EACA,gBAAA;EACA,kBAAA;EACA,YAAA;EACA,mBAAA;EACA,0BAAA;ExCyBA,uDAAA;EACQ,+CAAA;EAyHR,oCAAA;EACK,+BAAA;EACG,4BAAA;CLk0JT;A6C78JD;;ECCI,8MAAA;EACA,yMAAA;EACA,sMAAA;EDAF,mCAAA;UAAA,2BAAA;C7Ci9JD;A6C18JD;;ExC5CE,2DAAA;EACK,sDAAA;EACG,mDAAA;CL0/JT;A6Cv8JD;EErEE,0BAAA;C/C+gKD;A+C5gKC;EDgDE,8MAAA;EACA,yMAAA;EACA,sMAAA;C9C+9JH;A6C38JD;EEzEE,0BAAA;C/CuhKD;A+CphKC;EDgDE,8MAAA;EACA,yMAAA;EACA,sMAAA;C9Cu+JH;A6C/8JD;EE7EE,0BAAA;C/C+hKD;A+C5hKC;EDgDE,8MAAA;EACA,yMAAA;EACA,sMAAA;C9C++JH;A6Cn9JD;EEjFE,0BAAA;C/CuiKD;A+CpiKC;EDgDE,8MAAA;EACA,yMAAA;EACA,sMAAA;C9Cu/JH;AgD/iKD;EAEE,iBAAA;ChDgjKD;AgD9iKC;EACE,cAAA;ChDgjKH;AgD5iKD;;EAEE,QAAA;EACA,iBAAA;ChD8iKD;AgD3iKD;EACE,eAAA;ChD6iKD;AgD1iKD;EACE,eAAA;ChD4iKD;AgDziKC;EACE,gBAAA;ChD2iKH;AgDviKD;;EAEE,mBAAA;ChDyiKD;AgDtiKD;;EAEE,oBAAA;ChDwiKD;AgDriKD;;;EAGE,oBAAA;EACA,oBAAA;ChDuiKD;AgDpiKD;EACE,uBAAA;ChDsiKD;AgDniKD;EACE,uBAAA;ChDqiKD;AgDjiKD;EACE,cAAA;EACA,mBAAA;ChDmiKD;AgD7hKD;EACE,gBAAA;EACA,iBAAA;ChD+hKD;AiDtlKD;EAEE,oBAAA;EACA,gBAAA;CjDulKD;AiD/kKD;EACE,mBAAA;EACA,eAAA;EACA,mBAAA;EAEA,oBAAA;EACA,uBAAA;EACA,uBAAA;CjDglKD;AiD7kKC;ErB3BA,6BAAA;EACC,4BAAA;C5B2mKF;AiD9kKC;EACE,iBAAA;ErBvBF,gCAAA;EACC,+BAAA;C5BwmKF;AiDvkKD;;EAEE,YAAA;CjDykKD;AiD3kKD;;EAKI,YAAA;CjD0kKH;AiDtkKC;;;;EAEE,sBAAA;EACA,YAAA;EACA,0BAAA;CjD0kKH;AiDtkKD;EACE,YAAA;EACA,iBAAA;CjDwkKD;AiDnkKC;;;EAGE,0BAAA;EACA,eAAA;EACA,oBAAA;CjDqkKH;AiD1kKC;;;EASI,eAAA;CjDskKL;AiD/kKC;;;EAYI,eAAA;CjDwkKL;AiDnkKC;;;EAGE,WAAA;EACA,YAAA;EACA,0BAAA;EACA,sBAAA;CjDqkKH;AiD3kKC;;;;;;;;;EAYI,eAAA;CjD0kKL;AiDtlKC;;;EAeI,eAAA;CjD4kKL;AkD9qKC;EACE,eAAA;EACA,0BAAA;ClDgrKH;AkD9qKG;;EAEE,eAAA;ClDgrKL;AkDlrKG;;EAKI,eAAA;ClDirKP;AkD9qKK;;;;EAEE,eAAA;EACA,0BAAA;ClDkrKP;AkDhrKK;;;;;;EAGE,YAAA;EACA,0BAAA;EACA,sBAAA;ClDqrKP;AkD3sKC;EACE,eAAA;EACA,0BAAA;ClD6sKH;AkD3sKG;;EAEE,eAAA;ClD6sKL;AkD/sKG;;EAKI,eAAA;ClD8sKP;AkD3sKK;;;;EAEE,eAAA;EACA,0BAAA;ClD+sKP;AkD7sKK;;;;;;EAGE,YAAA;EACA,0BAAA;EACA,sBAAA;ClDktKP;AkDxuKC;EACE,eAAA;EACA,0BAAA;ClD0uKH;AkDxuKG;;EAEE,eAAA;ClD0uKL;AkD5uKG;;EAKI,eAAA;ClD2uKP;AkDxuKK;;;;EAEE,eAAA;EACA,0BAAA;ClD4uKP;AkD1uKK;;;;;;EAGE,YAAA;EACA,0BAAA;EACA,sBAAA;ClD+uKP;AkDrwKC;EACE,eAAA;EACA,0BAAA;ClDuwKH;AkDrwKG;;EAEE,eAAA;ClDuwKL;AkDzwKG;;EAKI,eAAA;ClDwwKP;AkDrwKK;;;;EAEE,eAAA;EACA,0BAAA;ClDywKP;AkDvwKK;;;;;;EAGE,YAAA;EACA,0BAAA;EACA,sBAAA;ClD4wKP;AiD3qKD;EACE,cAAA;EACA,mBAAA;CjD6qKD;AiD3qKD;EACE,iBAAA;EACA,iBAAA;CjD6qKD;AmDvyKD;EACE,oBAAA;EACA,uBAAA;EACA,8BAAA;EACA,mBAAA;E9C0DA,kDAAA;EACQ,0CAAA;CLgvKT;AmDtyKD;EACE,cAAA;CnDwyKD;AmDnyKD;EACE,mBAAA;EACA,qCAAA;EvBpBA,6BAAA;EACC,4BAAA;C5B0zKF;AmDzyKD;EAMI,eAAA;CnDsyKH;AmDjyKD;EACE,cAAA;EACA,iBAAA;EACA,gBAAA;EACA,eAAA;CnDmyKD;AmDvyKD;;;;;EAWI,eAAA;CnDmyKH;AmD9xKD;EACE,mBAAA;EACA,0BAAA;EACA,2BAAA;EvBxCA,gCAAA;EACC,+BAAA;C5By0KF;AmDxxKD;;EAGI,iBAAA;CnDyxKH;AmD5xKD;;EAMM,oBAAA;EACA,iBAAA;CnD0xKL;AmDtxKG;;EAEI,cAAA;EvBvEN,6BAAA;EACC,4BAAA;C5Bg2KF;AmDpxKG;;EAEI,iBAAA;EvBvEN,gCAAA;EACC,+BAAA;C5B81KF;AmD7yKD;EvB1DE,2BAAA;EACC,0BAAA;C5B02KF;AmDhxKD;EAEI,oBAAA;CnDixKH;AmD9wKD;EACE,oBAAA;CnDgxKD;AmDxwKD;;;EAII,iBAAA;CnDywKH;AmD7wKD;;;EAOM,mBAAA;EACA,oBAAA;CnD2wKL;AmDnxKD;;EvBzGE,6BAAA;EACC,4BAAA;C5Bg4KF;AmDxxKD;;;;EAmBQ,4BAAA;EACA,6BAAA;CnD2wKP;AmD/xKD;;;;;;;;EAwBU,4BAAA;CnDixKT;AmDzyKD;;;;;;;;EA4BU,6BAAA;CnDuxKT;AmDnzKD;;EvBjGE,gCAAA;EACC,+BAAA;C5Bw5KF;AmDxzKD;;;;EAyCQ,+BAAA;EACA,gCAAA;CnDqxKP;AmD/zKD;;;;;;;;EA8CU,+BAAA;CnD2xKT;AmDz0KD;;;;;;;;EAkDU,gCAAA;CnDiyKT;AmDn1KD;;;;EA2DI,2BAAA;CnD8xKH;AmDz1KD;;EA+DI,cAAA;CnD8xKH;AmD71KD;;EAmEI,UAAA;CnD8xKH;AmDj2KD;;;;;;;;;;;;EA0EU,eAAA;CnDqyKT;AmD/2KD;;;;;;;;;;;;EA8EU,gBAAA;CnD+yKT;AmD73KD;;;;;;;;EAuFU,iBAAA;CnDgzKT;AmDv4KD;;;;;;;;EAgGU,iBAAA;CnDizKT;AmDj5KD;EAsGI,UAAA;EACA,iBAAA;CnD8yKH;AmDpyKD;EACE,oBAAA;CnDsyKD;AmDvyKD;EAKI,iBAAA;EACA,mBAAA;CnDqyKH;AmD3yKD;EASM,gBAAA;CnDqyKL;AmD9yKD;EAcI,iBAAA;CnDmyKH;AmDjzKD;;EAkBM,2BAAA;CnDmyKL;AmDrzKD;EAuBI,cAAA;CnDiyKH;AmDxzKD;EAyBM,8BAAA;CnDkyKL;AmD3xKD;EC1PE,mBAAA;CpDwhLD;AoDthLC;EACE,eAAA;EACA,0BAAA;EACA,mBAAA;CpDwhLH;AoD3hLC;EAMI,uBAAA;CpDwhLL;AoD9hLC;EASI,eAAA;EACA,0BAAA;CpDwhLL;AoDrhLC;EAEI,0BAAA;CpDshLL;AmD1yKD;EC7PE,sBAAA;CpD0iLD;AoDxiLC;EACE,YAAA;EACA,0BAAA;EACA,sBAAA;CpD0iLH;AoD7iLC;EAMI,0BAAA;CpD0iLL;AoDhjLC;EASI,eAAA;EACA,uBAAA;CpD0iLL;AoDviLC;EAEI,6BAAA;CpDwiLL;AmDzzKD;EChQE,sBAAA;CpD4jLD;AoD1jLC;EACE,eAAA;EACA,0BAAA;EACA,sBAAA;CpD4jLH;AoD/jLC;EAMI,0BAAA;CpD4jLL;AoDlkLC;EASI,eAAA;EACA,0BAAA;CpD4jLL;AoDzjLC;EAEI,6BAAA;CpD0jLL;AmDx0KD;ECnQE,sBAAA;CpD8kLD;AoD5kLC;EACE,eAAA;EACA,0BAAA;EACA,sBAAA;CpD8kLH;AoDjlLC;EAMI,0BAAA;CpD8kLL;AoDplLC;EASI,eAAA;EACA,0BAAA;CpD8kLL;AoD3kLC;EAEI,6BAAA;CpD4kLL;AmDv1KD;ECtQE,sBAAA;CpDgmLD;AoD9lLC;EACE,eAAA;EACA,0BAAA;EACA,sBAAA;CpDgmLH;AoDnmLC;EAMI,0BAAA;CpDgmLL;AoDtmLC;EASI,eAAA;EACA,0BAAA;CpDgmLL;AoD7lLC;EAEI,6BAAA;CpD8lLL;AmDt2KD;ECzQE,sBAAA;CpDknLD;AoDhnLC;EACE,eAAA;EACA,0BAAA;EACA,sBAAA;CpDknLH;AoDrnLC;EAMI,0BAAA;CpDknLL;AoDxnLC;EASI,eAAA;EACA,0BAAA;CpDknLL;AoD/mLC;EAEI,6BAAA;CpDgnLL;AqDhoLD;EACE,mBAAA;EACA,eAAA;EACA,UAAA;EACA,WAAA;EACA,iBAAA;CrDkoLD;AqDvoLD;;;;;EAYI,mBAAA;EACA,OAAA;EACA,QAAA;EACA,UAAA;EACA,aAAA;EACA,YAAA;EACA,UAAA;CrDkoLH;AqD7nLD;EACE,uBAAA;CrD+nLD;AqD3nLD;EACE,oBAAA;CrD6nLD;AsDxpLD;EACE,iBAAA;EACA,cAAA;EACA,oBAAA;EACA,0BAAA;EACA,0BAAA;EACA,mBAAA;EjDwDA,wDAAA;EACQ,gDAAA;CLmmLT;AsDlqLD;EASI,mBAAA;EACA,kCAAA;CtD4pLH;AsDvpLD;EACE,cAAA;EACA,mBAAA;CtDypLD;AsDvpLD;EACE,aAAA;EACA,mBAAA;CtDypLD;AuD/qLD;EACE,aAAA;EACA,gBAAA;EACA,kBAAA;EACA,eAAA;EACA,YAAA;EACA,0BAAA;EjCRA,aAAA;EAGA,0BAAA;CtBwrLD;AuDhrLC;;EAEE,YAAA;EACA,sBAAA;EACA,gBAAA;EjCfF,aAAA;EAGA,0BAAA;CtBgsLD;AuD5qLC;EACE,WAAA;EACA,gBAAA;EACA,wBAAA;EACA,UAAA;EACA,yBAAA;CvD8qLH;AwDnsLD;EACE,iBAAA;CxDqsLD;AwDjsLD;EACE,cAAA;EACA,iBAAA;EACA,gBAAA;EACA,OAAA;EACA,SAAA;EACA,UAAA;EACA,QAAA;EACA,cAAA;EACA,kCAAA;EAIA,WAAA;CxDgsLD;AwD7rLC;EnD+GA,sCAAA;EACI,kCAAA;EACC,iCAAA;EACG,8BAAA;EAkER,oDAAA;EAEK,0CAAA;EACG,oCAAA;CLghLT;AwDnsLC;EnD2GA,mCAAA;EACI,+BAAA;EACC,8BAAA;EACG,2BAAA;CL2lLT;AwDvsLD;EACE,mBAAA;EACA,iBAAA;CxDysLD;AwDrsLD;EACE,mBAAA;EACA,YAAA;EACA,aAAA;CxDusLD;AwDnsLD;EACE,mBAAA;EACA,uBAAA;EACA,uBAAA;EACA,qCAAA;EACA,mBAAA;EnDaA,iDAAA;EACQ,yCAAA;EmDZR,qCAAA;UAAA,6BAAA;EAEA,WAAA;CxDqsLD;AwDjsLD;EACE,gBAAA;EACA,OAAA;EACA,SAAA;EACA,UAAA;EACA,QAAA;EACA,cAAA;EACA,uBAAA;CxDmsLD;AwDjsLC;ElCrEA,WAAA;EAGA,yBAAA;CtBuwLD;AwDpsLC;ElCtEA,aAAA;EAGA,0BAAA;CtB2wLD;AwDnsLD;EACE,cAAA;EACA,iCAAA;CxDqsLD;AwDjsLD;EACE,iBAAA;CxDmsLD;AwD/rLD;EACE,UAAA;EACA,wBAAA;CxDisLD;AwD5rLD;EACE,mBAAA;EACA,cAAA;CxD8rLD;AwD1rLD;EACE,cAAA;EACA,kBAAA;EACA,8BAAA;CxD4rLD;AwD/rLD;EAQI,iBAAA;EACA,iBAAA;CxD0rLH;AwDnsLD;EAaI,kBAAA;CxDyrLH;AwDtsLD;EAiBI,eAAA;CxDwrLH;AwDnrLD;EACE,mBAAA;EACA,aAAA;EACA,YAAA;EACA,aAAA;EACA,iBAAA;CxDqrLD;AwDnqLD;EAZE;IACE,aAAA;IACA,kBAAA;GxDkrLD;EwDhrLD;InDvEA,kDAAA;IACQ,0CAAA;GL0vLP;EwD/qLD;IAAY,aAAA;GxDkrLX;CACF;AwD7qLD;EAFE;IAAY,aAAA;GxDmrLX;CACF;AyDl0LD;EACE,mBAAA;EACA,cAAA;EACA,eAAA;ECRA,4DAAA;EAEA,mBAAA;EACA,oBAAA;EACA,uBAAA;EACA,iBAAA;EACA,wBAAA;EACA,iBAAA;EACA,kBAAA;EACA,sBAAA;EACA,kBAAA;EACA,qBAAA;EACA,oBAAA;EACA,mBAAA;EACA,qBAAA;EACA,kBAAA;EDHA,gBAAA;EnCVA,WAAA;EAGA,yBAAA;CtBy1LD;AyD90LC;EnCdA,aAAA;EAGA,0BAAA;CtB61LD;AyDj1LC;EAAW,iBAAA;EAAmB,eAAA;CzDq1L/B;AyDp1LC;EAAW,iBAAA;EAAmB,eAAA;CzDw1L/B;AyDv1LC;EAAW,gBAAA;EAAmB,eAAA;CzD21L/B;AyD11LC;EAAW,kBAAA;EAAmB,eAAA;CzD81L/B;AyD11LD;EACE,iBAAA;EACA,iBAAA;EACA,YAAA;EACA,mBAAA;EACA,uBAAA;EACA,mBAAA;CzD41LD;AyDx1LD;EACE,mBAAA;EACA,SAAA;EACA,UAAA;EACA,0BAAA;EACA,oBAAA;CzD01LD;AyDt1LC;EACE,UAAA;EACA,UAAA;EACA,kBAAA;EACA,wBAAA;EACA,uBAAA;CzDw1LH;AyDt1LC;EACE,UAAA;EACA,WAAA;EACA,oBAAA;EACA,wBAAA;EACA,uBAAA;CzDw1LH;AyDt1LC;EACE,UAAA;EACA,UAAA;EACA,oBAAA;EACA,wBAAA;EACA,uBAAA;CzDw1LH;AyDt1LC;EACE,SAAA;EACA,QAAA;EACA,iBAAA;EACA,4BAAA;EACA,yBAAA;CzDw1LH;AyDt1LC;EACE,SAAA;EACA,SAAA;EACA,iBAAA;EACA,4BAAA;EACA,wBAAA;CzDw1LH;AyDt1LC;EACE,OAAA;EACA,UAAA;EACA,kBAAA;EACA,wBAAA;EACA,0BAAA;CzDw1LH;AyDt1LC;EACE,OAAA;EACA,WAAA;EACA,iBAAA;EACA,wBAAA;EACA,0BAAA;CzDw1LH;AyDt1LC;EACE,OAAA;EACA,UAAA;EACA,iBAAA;EACA,wBAAA;EACA,0BAAA;CzDw1LH;A2Dr7LD;EACE,mBAAA;EACA,OAAA;EACA,QAAA;EACA,cAAA;EACA,cAAA;EACA,iBAAA;EACA,aAAA;EDXA,4DAAA;EAEA,mBAAA;EACA,oBAAA;EACA,uBAAA;EACA,iBAAA;EACA,wBAAA;EACA,iBAAA;EACA,kBAAA;EACA,sBAAA;EACA,kBAAA;EACA,qBAAA;EACA,oBAAA;EACA,mBAAA;EACA,qBAAA;EACA,kBAAA;ECAA,gBAAA;EAEA,uBAAA;EACA,qCAAA;UAAA,6BAAA;EACA,uBAAA;EACA,qCAAA;EACA,mBAAA;EtD8CA,kDAAA;EACQ,0CAAA;CLq5LT;A2Dh8LC;EAAY,kBAAA;C3Dm8Lb;A2Dl8LC;EAAY,kBAAA;C3Dq8Lb;A2Dp8LC;EAAY,iBAAA;C3Du8Lb;A2Dt8LC;EAAY,mBAAA;C3Dy8Lb;A2Dt8LD;EACE,UAAA;EACA,kBAAA;EACA,gBAAA;EACA,0BAAA;EACA,iCAAA;EACA,2BAAA;C3Dw8LD;A2Dr8LD;EACE,kBAAA;C3Du8LD;A2D/7LC;;EAEE,mBAAA;EACA,eAAA;EACA,SAAA;EACA,UAAA;EACA,0BAAA;EACA,oBAAA;C3Di8LH;A2D97LD;EACE,mBAAA;C3Dg8LD;A2D97LD;EACE,mBAAA;EACA,YAAA;C3Dg8LD;A2D57LC;EACE,UAAA;EACA,mBAAA;EACA,uBAAA;EACA,0BAAA;EACA,sCAAA;EACA,cAAA;C3D87LH;A2D77LG;EACE,aAAA;EACA,YAAA;EACA,mBAAA;EACA,uBAAA;EACA,uBAAA;C3D+7LL;A2D57LC;EACE,SAAA;EACA,YAAA;EACA,kBAAA;EACA,qBAAA;EACA,4BAAA;EACA,wCAAA;C3D87LH;A2D77LG;EACE,aAAA;EACA,UAAA;EACA,cAAA;EACA,qBAAA;EACA,yBAAA;C3D+7LL;A2D57LC;EACE,UAAA;EACA,mBAAA;EACA,oBAAA;EACA,6BAAA;EACA,yCAAA;EACA,WAAA;C3D87LH;A2D77LG;EACE,aAAA;EACA,SAAA;EACA,mBAAA;EACA,oBAAA;EACA,0BAAA;C3D+7LL;A2D37LC;EACE,SAAA;EACA,aAAA;EACA,kBAAA;EACA,sBAAA;EACA,2BAAA;EACA,uCAAA;C3D67LH;A2D57LG;EACE,aAAA;EACA,WAAA;EACA,sBAAA;EACA,wBAAA;EACA,cAAA;C3D87LL;A4DvjMD;EACE,mBAAA;C5DyjMD;A4DtjMD;EACE,mBAAA;EACA,iBAAA;EACA,YAAA;C5DwjMD;A4D3jMD;EAMI,cAAA;EACA,mBAAA;EvD6KF,0CAAA;EACK,qCAAA;EACG,kCAAA;CL44LT;A4DlkMD;;EAcM,eAAA;C5DwjML;A4D9hMC;EA4NF;IvD3DE,uDAAA;IAEK,6CAAA;IACG,uCAAA;IA7JR,oCAAA;IAEQ,4BAAA;IA+GR,4BAAA;IAEQ,oBAAA;GLi7LP;E4D5jMG;;IvDmHJ,2CAAA;IACQ,mCAAA;IuDjHF,QAAA;G5D+jML;E4D7jMG;;IvD8GJ,4CAAA;IACQ,oCAAA;IuD5GF,QAAA;G5DgkML;E4D9jMG;;;IvDyGJ,wCAAA;IACQ,gCAAA;IuDtGF,QAAA;G5DikML;CACF;A4DvmMD;;;EA6CI,eAAA;C5D+jMH;A4D5mMD;EAiDI,QAAA;C5D8jMH;A4D/mMD;;EAsDI,mBAAA;EACA,OAAA;EACA,YAAA;C5D6jMH;A4DrnMD;EA4DI,WAAA;C5D4jMH;A4DxnMD;EA+DI,YAAA;C5D4jMH;A4D3nMD;;EAmEI,QAAA;C5D4jMH;A4D/nMD;EAuEI,YAAA;C5D2jMH;A4DloMD;EA0EI,WAAA;C5D2jMH;A4DnjMD;EACE,mBAAA;EACA,OAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EtC9FA,aAAA;EAGA,0BAAA;EsC6FA,gBAAA;EACA,YAAA;EACA,mBAAA;EACA,0CAAA;EACA,mCAAA;C5DsjMD;A4DjjMC;EdnGE,mGAAA;EACA,8FAAA;EACA,qHAAA;EAAA,+FAAA;EACA,4BAAA;EACA,uHAAA;C9CupMH;A4DrjMC;EACE,WAAA;EACA,SAAA;EdxGA,mGAAA;EACA,8FAAA;EACA,qHAAA;EAAA,+FAAA;EACA,4BAAA;EACA,uHAAA;C9CgqMH;A4DvjMC;;EAEE,WAAA;EACA,YAAA;EACA,sBAAA;EtCvHF,aAAA;EAGA,0BAAA;CtB+qMD;A4DzlMD;;;;EAuCI,mBAAA;EACA,SAAA;EACA,kBAAA;EACA,WAAA;EACA,sBAAA;C5DwjMH;A4DnmMD;;EA+CI,UAAA;EACA,mBAAA;C5DwjMH;A4DxmMD;;EAoDI,WAAA;EACA,oBAAA;C5DwjMH;A4D7mMD;;EAyDI,YAAA;EACA,aAAA;EACA,eAAA;EACA,mBAAA;C5DwjMH;A4DnjMG;EACE,iBAAA;C5DqjML;A4DjjMG;EACE,iBAAA;C5DmjML;A4DziMD;EACE,mBAAA;EACA,aAAA;EACA,UAAA;EACA,YAAA;EACA,WAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,mBAAA;C5D2iMD;A4DpjMD;EAYI,sBAAA;EACA,YAAA;EACA,aAAA;EACA,YAAA;EACA,oBAAA;EACA,uBAAA;EACA,oBAAA;EACA,gBAAA;EAWA,0BAAA;EACA,mCAAA;C5DiiMH;A4DhkMD;EAkCI,UAAA;EACA,YAAA;EACA,aAAA;EACA,uBAAA;C5DiiMH;A4D1hMD;EACE,mBAAA;EACA,UAAA;EACA,WAAA;EACA,aAAA;EACA,YAAA;EACA,kBAAA;EACA,qBAAA;EACA,YAAA;EACA,mBAAA;EACA,0CAAA;C5D4hMD;A4D3hMC;EACE,kBAAA;C5D6hMH;A4Dp/LD;EAhCE;;;;IAKI,YAAA;IACA,aAAA;IACA,kBAAA;IACA,gBAAA;G5DshMH;E4D9hMD;;IAYI,mBAAA;G5DshMH;E4DliMD;;IAgBI,oBAAA;G5DshMH;E4DjhMD;IACE,UAAA;IACA,WAAA;IACA,qBAAA;G5DmhMD;E4D/gMD;IACE,aAAA;G5DihMD;CACF;A6DhxMC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEE,aAAA;EACA,eAAA;C7DgzMH;A6D9yMC;;;;;;;;;;;;;;;;EACE,YAAA;C7D+zMH;AiCv0MD;E6BRE,eAAA;EACA,kBAAA;EACA,mBAAA;C9Dk1MD;AiCz0MD;EACE,wBAAA;CjC20MD;AiCz0MD;EACE,uBAAA;CjC20MD;AiCn0MD;EACE,yBAAA;CjCq0MD;AiCn0MD;EACE,0BAAA;CjCq0MD;AiCn0MD;EACE,mBAAA;CjCq0MD;AiCn0MD;E8BzBE,YAAA;EACA,mBAAA;EACA,kBAAA;EACA,8BAAA;EACA,UAAA;C/D+1MD;AiCj0MD;EACE,yBAAA;CjCm0MD;AiC5zMD;EACE,gBAAA;CjC8zMD;AgE/1MD;EACE,oBAAA;ChEi2MD;AgE31MD;;;;ECdE,yBAAA;CjE+2MD;AgE11MD;;;;;;;;;;;;EAYE,yBAAA;ChE41MD;AgEr1MD;EA6IA;IC7LE,0BAAA;GjEy4MC;EiEx4MD;IAAU,0BAAA;GjE24MT;EiE14MD;IAAU,8BAAA;GjE64MT;EiE54MD;;IACU,+BAAA;GjE+4MT;CACF;AgE/1MD;EAwIA;IA1II,0BAAA;GhEq2MD;CACF;AgE/1MD;EAmIA;IArII,2BAAA;GhEq2MD;CACF;AgE/1MD;EA8HA;IAhII,iCAAA;GhEq2MD;CACF;AgE91MD;EAwHA;IC7LE,0BAAA;GjEu6MC;EiEt6MD;IAAU,0BAAA;GjEy6MT;EiEx6MD;IAAU,8BAAA;GjE26MT;EiE16MD;;IACU,+BAAA;GjE66MT;CACF;AgEx2MD;EAmHA;IArHI,0BAAA;GhE82MD;CACF;AgEx2MD;EA8GA;IAhHI,2BAAA;GhE82MD;CACF;AgEx2MD;EAyGA;IA3GI,iCAAA;GhE82MD;CACF;AgEv2MD;EAmGA;IC7LE,0BAAA;GjEq8MC;EiEp8MD;IAAU,0BAAA;GjEu8MT;EiEt8MD;IAAU,8BAAA;GjEy8MT;EiEx8MD;;IACU,+BAAA;GjE28MT;CACF;AgEj3MD;EA8FA;IAhGI,0BAAA;GhEu3MD;CACF;AgEj3MD;EAyFA;IA3FI,2BAAA;GhEu3MD;CACF;AgEj3MD;EAoFA;IAtFI,iCAAA;GhEu3MD;CACF;AgEh3MD;EA8EA;IC7LE,0BAAA;GjEm+MC;EiEl+MD;IAAU,0BAAA;GjEq+MT;EiEp+MD;IAAU,8BAAA;GjEu+MT;EiEt+MD;;IACU,+BAAA;GjEy+MT;CACF;AgE13MD;EAyEA;IA3EI,0BAAA;GhEg4MD;CACF;AgE13MD;EAoEA;IAtEI,2BAAA;GhEg4MD;CACF;AgE13MD;EA+DA;IAjEI,iCAAA;GhEg4MD;CACF;AgEz3MD;EAyDA;ICrLE,yBAAA;GjEy/MC;CACF;AgEz3MD;EAoDA;ICrLE,yBAAA;GjE8/MC;CACF;AgEz3MD;EA+CA;ICrLE,yBAAA;GjEmgNC;CACF;AgEz3MD;EA0CA;ICrLE,yBAAA;GjEwgNC;CACF;AgEt3MD;ECnJE,yBAAA;CjE4gND;AgEn3MD;EA4BA;IC7LE,0BAAA;GjEwhNC;EiEvhND;IAAU,0BAAA;GjE0hNT;EiEzhND;IAAU,8BAAA;GjE4hNT;EiE3hND;;IACU,+BAAA;GjE8hNT;CACF;AgEj4MD;EACE,yBAAA;ChEm4MD;AgE93MD;EAqBA;IAvBI,0BAAA;GhEo4MD;CACF;AgEl4MD;EACE,yBAAA;ChEo4MD;AgE/3MD;EAcA;IAhBI,2BAAA;GhEq4MD;CACF;AgEn4MD;EACE,yBAAA;ChEq4MD;AgEh4MD;EAOA;IATI,iCAAA;GhEs4MD;CACF;AgE/3MD;EACA;ICrLE,yBAAA;GjEujNC;CACF","file":"bootstrap.css","sourcesContent":["/*!\n * Bootstrap v3.3.6 (http://getbootstrap.com)\n * Copyright 2011-2015 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */\nhtml {\n font-family: sans-serif;\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n}\nbody {\n margin: 0;\n}\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n display: block;\n}\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block;\n vertical-align: baseline;\n}\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n[hidden],\ntemplate {\n display: none;\n}\na {\n background-color: transparent;\n}\na:active,\na:hover {\n outline: 0;\n}\nabbr[title] {\n border-bottom: 1px dotted;\n}\nb,\nstrong {\n font-weight: bold;\n}\ndfn {\n font-style: italic;\n}\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\nmark {\n background: #ff0;\n color: #000;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsup {\n top: -0.5em;\n}\nsub {\n bottom: -0.25em;\n}\nimg {\n border: 0;\n}\nsvg:not(:root) {\n overflow: hidden;\n}\nfigure {\n margin: 1em 40px;\n}\nhr {\n box-sizing: content-box;\n height: 0;\n}\npre {\n overflow: auto;\n}\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n color: inherit;\n font: inherit;\n margin: 0;\n}\nbutton {\n overflow: visible;\n}\nbutton,\nselect {\n text-transform: none;\n}\nbutton,\nhtml input[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button;\n cursor: pointer;\n}\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\ninput {\n line-height: normal;\n}\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\ninput[type=\"search\"] {\n -webkit-appearance: textfield;\n box-sizing: content-box;\n}\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\nlegend {\n border: 0;\n padding: 0;\n}\ntextarea {\n overflow: auto;\n}\noptgroup {\n font-weight: bold;\n}\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\ntd,\nth {\n padding: 0;\n}\n/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */\n@media print {\n *,\n *:before,\n *:after {\n background: transparent !important;\n color: #000 !important;\n box-shadow: none !important;\n text-shadow: none !important;\n }\n a,\n a:visited {\n text-decoration: underline;\n }\n a[href]:after {\n content: \" (\" attr(href) \")\";\n }\n abbr[title]:after {\n content: \" (\" attr(title) \")\";\n }\n a[href^=\"#\"]:after,\n a[href^=\"javascript:\"]:after {\n content: \"\";\n }\n pre,\n blockquote {\n border: 1px solid #999;\n page-break-inside: avoid;\n }\n thead {\n display: table-header-group;\n }\n tr,\n img {\n page-break-inside: avoid;\n }\n img {\n max-width: 100% !important;\n }\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n h2,\n h3 {\n page-break-after: avoid;\n }\n .navbar {\n display: none;\n }\n .btn > .caret,\n .dropup > .btn > .caret {\n border-top-color: #000 !important;\n }\n .label {\n border: 1px solid #000;\n }\n .table {\n border-collapse: collapse !important;\n }\n .table td,\n .table th {\n background-color: #fff !important;\n }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #ddd !important;\n }\n}\n@font-face {\n font-family: 'Glyphicons Halflings';\n src: url('../fonts/glyphicons-halflings-regular.eot');\n src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');\n}\n.glyphicon {\n position: relative;\n top: 1px;\n display: inline-block;\n font-family: 'Glyphicons Halflings';\n font-style: normal;\n font-weight: normal;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n.glyphicon-asterisk:before {\n content: \"\\002a\";\n}\n.glyphicon-plus:before {\n content: \"\\002b\";\n}\n.glyphicon-euro:before,\n.glyphicon-eur:before {\n content: \"\\20ac\";\n}\n.glyphicon-minus:before {\n content: \"\\2212\";\n}\n.glyphicon-cloud:before {\n content: \"\\2601\";\n}\n.glyphicon-envelope:before {\n content: \"\\2709\";\n}\n.glyphicon-pencil:before {\n content: \"\\270f\";\n}\n.glyphicon-glass:before {\n content: \"\\e001\";\n}\n.glyphicon-music:before {\n content: \"\\e002\";\n}\n.glyphicon-search:before {\n content: \"\\e003\";\n}\n.glyphicon-heart:before {\n content: \"\\e005\";\n}\n.glyphicon-star:before {\n content: \"\\e006\";\n}\n.glyphicon-star-empty:before {\n content: \"\\e007\";\n}\n.glyphicon-user:before {\n content: \"\\e008\";\n}\n.glyphicon-film:before {\n content: \"\\e009\";\n}\n.glyphicon-th-large:before {\n content: \"\\e010\";\n}\n.glyphicon-th:before {\n content: \"\\e011\";\n}\n.glyphicon-th-list:before {\n content: \"\\e012\";\n}\n.glyphicon-ok:before {\n content: \"\\e013\";\n}\n.glyphicon-remove:before {\n content: \"\\e014\";\n}\n.glyphicon-zoom-in:before {\n content: \"\\e015\";\n}\n.glyphicon-zoom-out:before {\n content: \"\\e016\";\n}\n.glyphicon-off:before {\n content: \"\\e017\";\n}\n.glyphicon-signal:before {\n content: \"\\e018\";\n}\n.glyphicon-cog:before {\n content: \"\\e019\";\n}\n.glyphicon-trash:before {\n content: \"\\e020\";\n}\n.glyphicon-home:before {\n content: \"\\e021\";\n}\n.glyphicon-file:before {\n content: \"\\e022\";\n}\n.glyphicon-time:before {\n content: \"\\e023\";\n}\n.glyphicon-road:before {\n content: \"\\e024\";\n}\n.glyphicon-download-alt:before {\n content: \"\\e025\";\n}\n.glyphicon-download:before {\n content: \"\\e026\";\n}\n.glyphicon-upload:before {\n content: \"\\e027\";\n}\n.glyphicon-inbox:before {\n content: \"\\e028\";\n}\n.glyphicon-play-circle:before {\n content: \"\\e029\";\n}\n.glyphicon-repeat:before {\n content: \"\\e030\";\n}\n.glyphicon-refresh:before {\n content: \"\\e031\";\n}\n.glyphicon-list-alt:before {\n content: \"\\e032\";\n}\n.glyphicon-lock:before {\n content: \"\\e033\";\n}\n.glyphicon-flag:before {\n content: \"\\e034\";\n}\n.glyphicon-headphones:before {\n content: \"\\e035\";\n}\n.glyphicon-volume-off:before {\n content: \"\\e036\";\n}\n.glyphicon-volume-down:before {\n content: \"\\e037\";\n}\n.glyphicon-volume-up:before {\n content: \"\\e038\";\n}\n.glyphicon-qrcode:before {\n content: \"\\e039\";\n}\n.glyphicon-barcode:before {\n content: \"\\e040\";\n}\n.glyphicon-tag:before {\n content: \"\\e041\";\n}\n.glyphicon-tags:before {\n content: \"\\e042\";\n}\n.glyphicon-book:before {\n content: \"\\e043\";\n}\n.glyphicon-bookmark:before {\n content: \"\\e044\";\n}\n.glyphicon-print:before {\n content: \"\\e045\";\n}\n.glyphicon-camera:before {\n content: \"\\e046\";\n}\n.glyphicon-font:before {\n content: \"\\e047\";\n}\n.glyphicon-bold:before {\n content: \"\\e048\";\n}\n.glyphicon-italic:before {\n content: \"\\e049\";\n}\n.glyphicon-text-height:before {\n content: \"\\e050\";\n}\n.glyphicon-text-width:before {\n content: \"\\e051\";\n}\n.glyphicon-align-left:before {\n content: \"\\e052\";\n}\n.glyphicon-align-center:before {\n content: \"\\e053\";\n}\n.glyphicon-align-right:before {\n content: \"\\e054\";\n}\n.glyphicon-align-justify:before {\n content: \"\\e055\";\n}\n.glyphicon-list:before {\n content: \"\\e056\";\n}\n.glyphicon-indent-left:before {\n content: \"\\e057\";\n}\n.glyphicon-indent-right:before {\n content: \"\\e058\";\n}\n.glyphicon-facetime-video:before {\n content: \"\\e059\";\n}\n.glyphicon-picture:before {\n content: \"\\e060\";\n}\n.glyphicon-map-marker:before {\n content: \"\\e062\";\n}\n.glyphicon-adjust:before {\n content: \"\\e063\";\n}\n.glyphicon-tint:before {\n content: \"\\e064\";\n}\n.glyphicon-edit:before {\n content: \"\\e065\";\n}\n.glyphicon-share:before {\n content: \"\\e066\";\n}\n.glyphicon-check:before {\n content: \"\\e067\";\n}\n.glyphicon-move:before {\n content: \"\\e068\";\n}\n.glyphicon-step-backward:before {\n content: \"\\e069\";\n}\n.glyphicon-fast-backward:before {\n content: \"\\e070\";\n}\n.glyphicon-backward:before {\n content: \"\\e071\";\n}\n.glyphicon-play:before {\n content: \"\\e072\";\n}\n.glyphicon-pause:before {\n content: \"\\e073\";\n}\n.glyphicon-stop:before {\n content: \"\\e074\";\n}\n.glyphicon-forward:before {\n content: \"\\e075\";\n}\n.glyphicon-fast-forward:before {\n content: \"\\e076\";\n}\n.glyphicon-step-forward:before {\n content: \"\\e077\";\n}\n.glyphicon-eject:before {\n content: \"\\e078\";\n}\n.glyphicon-chevron-left:before {\n content: \"\\e079\";\n}\n.glyphicon-chevron-right:before {\n content: \"\\e080\";\n}\n.glyphicon-plus-sign:before {\n content: \"\\e081\";\n}\n.glyphicon-minus-sign:before {\n content: \"\\e082\";\n}\n.glyphicon-remove-sign:before {\n content: \"\\e083\";\n}\n.glyphicon-ok-sign:before {\n content: \"\\e084\";\n}\n.glyphicon-question-sign:before {\n content: \"\\e085\";\n}\n.glyphicon-info-sign:before {\n content: \"\\e086\";\n}\n.glyphicon-screenshot:before {\n content: \"\\e087\";\n}\n.glyphicon-remove-circle:before {\n content: \"\\e088\";\n}\n.glyphicon-ok-circle:before {\n content: \"\\e089\";\n}\n.glyphicon-ban-circle:before {\n content: \"\\e090\";\n}\n.glyphicon-arrow-left:before {\n content: \"\\e091\";\n}\n.glyphicon-arrow-right:before {\n content: \"\\e092\";\n}\n.glyphicon-arrow-up:before {\n content: \"\\e093\";\n}\n.glyphicon-arrow-down:before {\n content: \"\\e094\";\n}\n.glyphicon-share-alt:before {\n content: \"\\e095\";\n}\n.glyphicon-resize-full:before {\n content: \"\\e096\";\n}\n.glyphicon-resize-small:before {\n content: \"\\e097\";\n}\n.glyphicon-exclamation-sign:before {\n content: \"\\e101\";\n}\n.glyphicon-gift:before {\n content: \"\\e102\";\n}\n.glyphicon-leaf:before {\n content: \"\\e103\";\n}\n.glyphicon-fire:before {\n content: \"\\e104\";\n}\n.glyphicon-eye-open:before {\n content: \"\\e105\";\n}\n.glyphicon-eye-close:before {\n content: \"\\e106\";\n}\n.glyphicon-warning-sign:before {\n content: \"\\e107\";\n}\n.glyphicon-plane:before {\n content: \"\\e108\";\n}\n.glyphicon-calendar:before {\n content: \"\\e109\";\n}\n.glyphicon-random:before {\n content: \"\\e110\";\n}\n.glyphicon-comment:before {\n content: \"\\e111\";\n}\n.glyphicon-magnet:before {\n content: \"\\e112\";\n}\n.glyphicon-chevron-up:before {\n content: \"\\e113\";\n}\n.glyphicon-chevron-down:before {\n content: \"\\e114\";\n}\n.glyphicon-retweet:before {\n content: \"\\e115\";\n}\n.glyphicon-shopping-cart:before {\n content: \"\\e116\";\n}\n.glyphicon-folder-close:before {\n content: \"\\e117\";\n}\n.glyphicon-folder-open:before {\n content: \"\\e118\";\n}\n.glyphicon-resize-vertical:before {\n content: \"\\e119\";\n}\n.glyphicon-resize-horizontal:before {\n content: \"\\e120\";\n}\n.glyphicon-hdd:before {\n content: \"\\e121\";\n}\n.glyphicon-bullhorn:before {\n content: \"\\e122\";\n}\n.glyphicon-bell:before {\n content: \"\\e123\";\n}\n.glyphicon-certificate:before {\n content: \"\\e124\";\n}\n.glyphicon-thumbs-up:before {\n content: \"\\e125\";\n}\n.glyphicon-thumbs-down:before {\n content: \"\\e126\";\n}\n.glyphicon-hand-right:before {\n content: \"\\e127\";\n}\n.glyphicon-hand-left:before {\n content: \"\\e128\";\n}\n.glyphicon-hand-up:before {\n content: \"\\e129\";\n}\n.glyphicon-hand-down:before {\n content: \"\\e130\";\n}\n.glyphicon-circle-arrow-right:before {\n content: \"\\e131\";\n}\n.glyphicon-circle-arrow-left:before {\n content: \"\\e132\";\n}\n.glyphicon-circle-arrow-up:before {\n content: \"\\e133\";\n}\n.glyphicon-circle-arrow-down:before {\n content: \"\\e134\";\n}\n.glyphicon-globe:before {\n content: \"\\e135\";\n}\n.glyphicon-wrench:before {\n content: \"\\e136\";\n}\n.glyphicon-tasks:before {\n content: \"\\e137\";\n}\n.glyphicon-filter:before {\n content: \"\\e138\";\n}\n.glyphicon-briefcase:before {\n content: \"\\e139\";\n}\n.glyphicon-fullscreen:before {\n content: \"\\e140\";\n}\n.glyphicon-dashboard:before {\n content: \"\\e141\";\n}\n.glyphicon-paperclip:before {\n content: \"\\e142\";\n}\n.glyphicon-heart-empty:before {\n content: \"\\e143\";\n}\n.glyphicon-link:before {\n content: \"\\e144\";\n}\n.glyphicon-phone:before {\n content: \"\\e145\";\n}\n.glyphicon-pushpin:before {\n content: \"\\e146\";\n}\n.glyphicon-usd:before {\n content: \"\\e148\";\n}\n.glyphicon-gbp:before {\n content: \"\\e149\";\n}\n.glyphicon-sort:before {\n content: \"\\e150\";\n}\n.glyphicon-sort-by-alphabet:before {\n content: \"\\e151\";\n}\n.glyphicon-sort-by-alphabet-alt:before {\n content: \"\\e152\";\n}\n.glyphicon-sort-by-order:before {\n content: \"\\e153\";\n}\n.glyphicon-sort-by-order-alt:before {\n content: \"\\e154\";\n}\n.glyphicon-sort-by-attributes:before {\n content: \"\\e155\";\n}\n.glyphicon-sort-by-attributes-alt:before {\n content: \"\\e156\";\n}\n.glyphicon-unchecked:before {\n content: \"\\e157\";\n}\n.glyphicon-expand:before {\n content: \"\\e158\";\n}\n.glyphicon-collapse-down:before {\n content: \"\\e159\";\n}\n.glyphicon-collapse-up:before {\n content: \"\\e160\";\n}\n.glyphicon-log-in:before {\n content: \"\\e161\";\n}\n.glyphicon-flash:before {\n content: \"\\e162\";\n}\n.glyphicon-log-out:before {\n content: \"\\e163\";\n}\n.glyphicon-new-window:before {\n content: \"\\e164\";\n}\n.glyphicon-record:before {\n content: \"\\e165\";\n}\n.glyphicon-save:before {\n content: \"\\e166\";\n}\n.glyphicon-open:before {\n content: \"\\e167\";\n}\n.glyphicon-saved:before {\n content: \"\\e168\";\n}\n.glyphicon-import:before {\n content: \"\\e169\";\n}\n.glyphicon-export:before {\n content: \"\\e170\";\n}\n.glyphicon-send:before {\n content: \"\\e171\";\n}\n.glyphicon-floppy-disk:before {\n content: \"\\e172\";\n}\n.glyphicon-floppy-saved:before {\n content: \"\\e173\";\n}\n.glyphicon-floppy-remove:before {\n content: \"\\e174\";\n}\n.glyphicon-floppy-save:before {\n content: \"\\e175\";\n}\n.glyphicon-floppy-open:before {\n content: \"\\e176\";\n}\n.glyphicon-credit-card:before {\n content: \"\\e177\";\n}\n.glyphicon-transfer:before {\n content: \"\\e178\";\n}\n.glyphicon-cutlery:before {\n content: \"\\e179\";\n}\n.glyphicon-header:before {\n content: \"\\e180\";\n}\n.glyphicon-compressed:before {\n content: \"\\e181\";\n}\n.glyphicon-earphone:before {\n content: \"\\e182\";\n}\n.glyphicon-phone-alt:before {\n content: \"\\e183\";\n}\n.glyphicon-tower:before {\n content: \"\\e184\";\n}\n.glyphicon-stats:before {\n content: \"\\e185\";\n}\n.glyphicon-sd-video:before {\n content: \"\\e186\";\n}\n.glyphicon-hd-video:before {\n content: \"\\e187\";\n}\n.glyphicon-subtitles:before {\n content: \"\\e188\";\n}\n.glyphicon-sound-stereo:before {\n content: \"\\e189\";\n}\n.glyphicon-sound-dolby:before {\n content: \"\\e190\";\n}\n.glyphicon-sound-5-1:before {\n content: \"\\e191\";\n}\n.glyphicon-sound-6-1:before {\n content: \"\\e192\";\n}\n.glyphicon-sound-7-1:before {\n content: \"\\e193\";\n}\n.glyphicon-copyright-mark:before {\n content: \"\\e194\";\n}\n.glyphicon-registration-mark:before {\n content: \"\\e195\";\n}\n.glyphicon-cloud-download:before {\n content: \"\\e197\";\n}\n.glyphicon-cloud-upload:before {\n content: \"\\e198\";\n}\n.glyphicon-tree-conifer:before {\n content: \"\\e199\";\n}\n.glyphicon-tree-deciduous:before {\n content: \"\\e200\";\n}\n.glyphicon-cd:before {\n content: \"\\e201\";\n}\n.glyphicon-save-file:before {\n content: \"\\e202\";\n}\n.glyphicon-open-file:before {\n content: \"\\e203\";\n}\n.glyphicon-level-up:before {\n content: \"\\e204\";\n}\n.glyphicon-copy:before {\n content: \"\\e205\";\n}\n.glyphicon-paste:before {\n content: \"\\e206\";\n}\n.glyphicon-alert:before {\n content: \"\\e209\";\n}\n.glyphicon-equalizer:before {\n content: \"\\e210\";\n}\n.glyphicon-king:before {\n content: \"\\e211\";\n}\n.glyphicon-queen:before {\n content: \"\\e212\";\n}\n.glyphicon-pawn:before {\n content: \"\\e213\";\n}\n.glyphicon-bishop:before {\n content: \"\\e214\";\n}\n.glyphicon-knight:before {\n content: \"\\e215\";\n}\n.glyphicon-baby-formula:before {\n content: \"\\e216\";\n}\n.glyphicon-tent:before {\n content: \"\\26fa\";\n}\n.glyphicon-blackboard:before {\n content: \"\\e218\";\n}\n.glyphicon-bed:before {\n content: \"\\e219\";\n}\n.glyphicon-apple:before {\n content: \"\\f8ff\";\n}\n.glyphicon-erase:before {\n content: \"\\e221\";\n}\n.glyphicon-hourglass:before {\n content: \"\\231b\";\n}\n.glyphicon-lamp:before {\n content: \"\\e223\";\n}\n.glyphicon-duplicate:before {\n content: \"\\e224\";\n}\n.glyphicon-piggy-bank:before {\n content: \"\\e225\";\n}\n.glyphicon-scissors:before {\n content: \"\\e226\";\n}\n.glyphicon-bitcoin:before {\n content: \"\\e227\";\n}\n.glyphicon-btc:before {\n content: \"\\e227\";\n}\n.glyphicon-xbt:before {\n content: \"\\e227\";\n}\n.glyphicon-yen:before {\n content: \"\\00a5\";\n}\n.glyphicon-jpy:before {\n content: \"\\00a5\";\n}\n.glyphicon-ruble:before {\n content: \"\\20bd\";\n}\n.glyphicon-rub:before {\n content: \"\\20bd\";\n}\n.glyphicon-scale:before {\n content: \"\\e230\";\n}\n.glyphicon-ice-lolly:before {\n content: \"\\e231\";\n}\n.glyphicon-ice-lolly-tasted:before {\n content: \"\\e232\";\n}\n.glyphicon-education:before {\n content: \"\\e233\";\n}\n.glyphicon-option-horizontal:before {\n content: \"\\e234\";\n}\n.glyphicon-option-vertical:before {\n content: \"\\e235\";\n}\n.glyphicon-menu-hamburger:before {\n content: \"\\e236\";\n}\n.glyphicon-modal-window:before {\n content: \"\\e237\";\n}\n.glyphicon-oil:before {\n content: \"\\e238\";\n}\n.glyphicon-grain:before {\n content: \"\\e239\";\n}\n.glyphicon-sunglasses:before {\n content: \"\\e240\";\n}\n.glyphicon-text-size:before {\n content: \"\\e241\";\n}\n.glyphicon-text-color:before {\n content: \"\\e242\";\n}\n.glyphicon-text-background:before {\n content: \"\\e243\";\n}\n.glyphicon-object-align-top:before {\n content: \"\\e244\";\n}\n.glyphicon-object-align-bottom:before {\n content: \"\\e245\";\n}\n.glyphicon-object-align-horizontal:before {\n content: \"\\e246\";\n}\n.glyphicon-object-align-left:before {\n content: \"\\e247\";\n}\n.glyphicon-object-align-vertical:before {\n content: \"\\e248\";\n}\n.glyphicon-object-align-right:before {\n content: \"\\e249\";\n}\n.glyphicon-triangle-right:before {\n content: \"\\e250\";\n}\n.glyphicon-triangle-left:before {\n content: \"\\e251\";\n}\n.glyphicon-triangle-bottom:before {\n content: \"\\e252\";\n}\n.glyphicon-triangle-top:before {\n content: \"\\e253\";\n}\n.glyphicon-console:before {\n content: \"\\e254\";\n}\n.glyphicon-superscript:before {\n content: \"\\e255\";\n}\n.glyphicon-subscript:before {\n content: \"\\e256\";\n}\n.glyphicon-menu-left:before {\n content: \"\\e257\";\n}\n.glyphicon-menu-right:before {\n content: \"\\e258\";\n}\n.glyphicon-menu-down:before {\n content: \"\\e259\";\n}\n.glyphicon-menu-up:before {\n content: \"\\e260\";\n}\n* {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\n*:before,\n*:after {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\nhtml {\n font-size: 10px;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\nbody {\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 14px;\n line-height: 1.42857143;\n color: #333333;\n background-color: #fff;\n}\ninput,\nbutton,\nselect,\ntextarea {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\na {\n color: #337ab7;\n text-decoration: none;\n}\na:hover,\na:focus {\n color: #23527c;\n text-decoration: underline;\n}\na:focus {\n outline: thin dotted;\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px;\n}\nfigure {\n margin: 0;\n}\nimg {\n vertical-align: middle;\n}\n.img-responsive,\n.thumbnail > img,\n.thumbnail a > img,\n.carousel-inner > .item > img,\n.carousel-inner > .item > a > img {\n display: block;\n max-width: 100%;\n height: auto;\n}\n.img-rounded {\n border-radius: 6px;\n}\n.img-thumbnail {\n padding: 4px;\n line-height: 1.42857143;\n background-color: #fff;\n border: 1px solid #ddd;\n border-radius: 4px;\n -webkit-transition: all 0.2s ease-in-out;\n -o-transition: all 0.2s ease-in-out;\n transition: all 0.2s ease-in-out;\n display: inline-block;\n max-width: 100%;\n height: auto;\n}\n.img-circle {\n border-radius: 50%;\n}\nhr {\n margin-top: 20px;\n margin-bottom: 20px;\n border: 0;\n border-top: 1px solid #eeeeee;\n}\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: -1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0;\n}\n.sr-only-focusable:active,\n.sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n clip: auto;\n}\n[role=\"button\"] {\n cursor: pointer;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\n.h1,\n.h2,\n.h3,\n.h4,\n.h5,\n.h6 {\n font-family: inherit;\n font-weight: 500;\n line-height: 1.1;\n color: inherit;\n}\nh1 small,\nh2 small,\nh3 small,\nh4 small,\nh5 small,\nh6 small,\n.h1 small,\n.h2 small,\n.h3 small,\n.h4 small,\n.h5 small,\n.h6 small,\nh1 .small,\nh2 .small,\nh3 .small,\nh4 .small,\nh5 .small,\nh6 .small,\n.h1 .small,\n.h2 .small,\n.h3 .small,\n.h4 .small,\n.h5 .small,\n.h6 .small {\n font-weight: normal;\n line-height: 1;\n color: #777777;\n}\nh1,\n.h1,\nh2,\n.h2,\nh3,\n.h3 {\n margin-top: 20px;\n margin-bottom: 10px;\n}\nh1 small,\n.h1 small,\nh2 small,\n.h2 small,\nh3 small,\n.h3 small,\nh1 .small,\n.h1 .small,\nh2 .small,\n.h2 .small,\nh3 .small,\n.h3 .small {\n font-size: 65%;\n}\nh4,\n.h4,\nh5,\n.h5,\nh6,\n.h6 {\n margin-top: 10px;\n margin-bottom: 10px;\n}\nh4 small,\n.h4 small,\nh5 small,\n.h5 small,\nh6 small,\n.h6 small,\nh4 .small,\n.h4 .small,\nh5 .small,\n.h5 .small,\nh6 .small,\n.h6 .small {\n font-size: 75%;\n}\nh1,\n.h1 {\n font-size: 36px;\n}\nh2,\n.h2 {\n font-size: 30px;\n}\nh3,\n.h3 {\n font-size: 24px;\n}\nh4,\n.h4 {\n font-size: 18px;\n}\nh5,\n.h5 {\n font-size: 14px;\n}\nh6,\n.h6 {\n font-size: 12px;\n}\np {\n margin: 0 0 10px;\n}\n.lead {\n margin-bottom: 20px;\n font-size: 16px;\n font-weight: 300;\n line-height: 1.4;\n}\n@media (min-width: 768px) {\n .lead {\n font-size: 21px;\n }\n}\nsmall,\n.small {\n font-size: 85%;\n}\nmark,\n.mark {\n background-color: #fcf8e3;\n padding: .2em;\n}\n.text-left {\n text-align: left;\n}\n.text-right {\n text-align: right;\n}\n.text-center {\n text-align: center;\n}\n.text-justify {\n text-align: justify;\n}\n.text-nowrap {\n white-space: nowrap;\n}\n.text-lowercase {\n text-transform: lowercase;\n}\n.text-uppercase {\n text-transform: uppercase;\n}\n.text-capitalize {\n text-transform: capitalize;\n}\n.text-muted {\n color: #777777;\n}\n.text-primary {\n color: #337ab7;\n}\na.text-primary:hover,\na.text-primary:focus {\n color: #286090;\n}\n.text-success {\n color: #3c763d;\n}\na.text-success:hover,\na.text-success:focus {\n color: #2b542c;\n}\n.text-info {\n color: #31708f;\n}\na.text-info:hover,\na.text-info:focus {\n color: #245269;\n}\n.text-warning {\n color: #8a6d3b;\n}\na.text-warning:hover,\na.text-warning:focus {\n color: #66512c;\n}\n.text-danger {\n color: #a94442;\n}\na.text-danger:hover,\na.text-danger:focus {\n color: #843534;\n}\n.bg-primary {\n color: #fff;\n background-color: #337ab7;\n}\na.bg-primary:hover,\na.bg-primary:focus {\n background-color: #286090;\n}\n.bg-success {\n background-color: #dff0d8;\n}\na.bg-success:hover,\na.bg-success:focus {\n background-color: #c1e2b3;\n}\n.bg-info {\n background-color: #d9edf7;\n}\na.bg-info:hover,\na.bg-info:focus {\n background-color: #afd9ee;\n}\n.bg-warning {\n background-color: #fcf8e3;\n}\na.bg-warning:hover,\na.bg-warning:focus {\n background-color: #f7ecb5;\n}\n.bg-danger {\n background-color: #f2dede;\n}\na.bg-danger:hover,\na.bg-danger:focus {\n background-color: #e4b9b9;\n}\n.page-header {\n padding-bottom: 9px;\n margin: 40px 0 20px;\n border-bottom: 1px solid #eeeeee;\n}\nul,\nol {\n margin-top: 0;\n margin-bottom: 10px;\n}\nul ul,\nol ul,\nul ol,\nol ol {\n margin-bottom: 0;\n}\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n.list-inline {\n padding-left: 0;\n list-style: none;\n margin-left: -5px;\n}\n.list-inline > li {\n display: inline-block;\n padding-left: 5px;\n padding-right: 5px;\n}\ndl {\n margin-top: 0;\n margin-bottom: 20px;\n}\ndt,\ndd {\n line-height: 1.42857143;\n}\ndt {\n font-weight: bold;\n}\ndd {\n margin-left: 0;\n}\n@media (min-width: 768px) {\n .dl-horizontal dt {\n float: left;\n width: 160px;\n clear: left;\n text-align: right;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n .dl-horizontal dd {\n margin-left: 180px;\n }\n}\nabbr[title],\nabbr[data-original-title] {\n cursor: help;\n border-bottom: 1px dotted #777777;\n}\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\nblockquote {\n padding: 10px 20px;\n margin: 0 0 20px;\n font-size: 17.5px;\n border-left: 5px solid #eeeeee;\n}\nblockquote p:last-child,\nblockquote ul:last-child,\nblockquote ol:last-child {\n margin-bottom: 0;\n}\nblockquote footer,\nblockquote small,\nblockquote .small {\n display: block;\n font-size: 80%;\n line-height: 1.42857143;\n color: #777777;\n}\nblockquote footer:before,\nblockquote small:before,\nblockquote .small:before {\n content: '\\2014 \\00A0';\n}\n.blockquote-reverse,\nblockquote.pull-right {\n padding-right: 15px;\n padding-left: 0;\n border-right: 5px solid #eeeeee;\n border-left: 0;\n text-align: right;\n}\n.blockquote-reverse footer:before,\nblockquote.pull-right footer:before,\n.blockquote-reverse small:before,\nblockquote.pull-right small:before,\n.blockquote-reverse .small:before,\nblockquote.pull-right .small:before {\n content: '';\n}\n.blockquote-reverse footer:after,\nblockquote.pull-right footer:after,\n.blockquote-reverse small:after,\nblockquote.pull-right small:after,\n.blockquote-reverse .small:after,\nblockquote.pull-right .small:after {\n content: '\\00A0 \\2014';\n}\naddress {\n margin-bottom: 20px;\n font-style: normal;\n line-height: 1.42857143;\n}\ncode,\nkbd,\npre,\nsamp {\n font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n}\ncode {\n padding: 2px 4px;\n font-size: 90%;\n color: #c7254e;\n background-color: #f9f2f4;\n border-radius: 4px;\n}\nkbd {\n padding: 2px 4px;\n font-size: 90%;\n color: #fff;\n background-color: #333;\n border-radius: 3px;\n box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\nkbd kbd {\n padding: 0;\n font-size: 100%;\n font-weight: bold;\n box-shadow: none;\n}\npre {\n display: block;\n padding: 9.5px;\n margin: 0 0 10px;\n font-size: 13px;\n line-height: 1.42857143;\n word-break: break-all;\n word-wrap: break-word;\n color: #333333;\n background-color: #f5f5f5;\n border: 1px solid #ccc;\n border-radius: 4px;\n}\npre code {\n padding: 0;\n font-size: inherit;\n color: inherit;\n white-space: pre-wrap;\n background-color: transparent;\n border-radius: 0;\n}\n.pre-scrollable {\n max-height: 340px;\n overflow-y: scroll;\n}\n.container {\n margin-right: auto;\n margin-left: auto;\n padding-left: 15px;\n padding-right: 15px;\n}\n@media (min-width: 768px) {\n .container {\n width: 750px;\n }\n}\n@media (min-width: 992px) {\n .container {\n width: 970px;\n }\n}\n@media (min-width: 1200px) {\n .container {\n width: 1170px;\n }\n}\n.container-fluid {\n margin-right: auto;\n margin-left: auto;\n padding-left: 15px;\n padding-right: 15px;\n}\n.row {\n margin-left: -15px;\n margin-right: -15px;\n}\n.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {\n position: relative;\n min-height: 1px;\n padding-left: 15px;\n padding-right: 15px;\n}\n.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {\n float: left;\n}\n.col-xs-12 {\n width: 100%;\n}\n.col-xs-11 {\n width: 91.66666667%;\n}\n.col-xs-10 {\n width: 83.33333333%;\n}\n.col-xs-9 {\n width: 75%;\n}\n.col-xs-8 {\n width: 66.66666667%;\n}\n.col-xs-7 {\n width: 58.33333333%;\n}\n.col-xs-6 {\n width: 50%;\n}\n.col-xs-5 {\n width: 41.66666667%;\n}\n.col-xs-4 {\n width: 33.33333333%;\n}\n.col-xs-3 {\n width: 25%;\n}\n.col-xs-2 {\n width: 16.66666667%;\n}\n.col-xs-1 {\n width: 8.33333333%;\n}\n.col-xs-pull-12 {\n right: 100%;\n}\n.col-xs-pull-11 {\n right: 91.66666667%;\n}\n.col-xs-pull-10 {\n right: 83.33333333%;\n}\n.col-xs-pull-9 {\n right: 75%;\n}\n.col-xs-pull-8 {\n right: 66.66666667%;\n}\n.col-xs-pull-7 {\n right: 58.33333333%;\n}\n.col-xs-pull-6 {\n right: 50%;\n}\n.col-xs-pull-5 {\n right: 41.66666667%;\n}\n.col-xs-pull-4 {\n right: 33.33333333%;\n}\n.col-xs-pull-3 {\n right: 25%;\n}\n.col-xs-pull-2 {\n right: 16.66666667%;\n}\n.col-xs-pull-1 {\n right: 8.33333333%;\n}\n.col-xs-pull-0 {\n right: auto;\n}\n.col-xs-push-12 {\n left: 100%;\n}\n.col-xs-push-11 {\n left: 91.66666667%;\n}\n.col-xs-push-10 {\n left: 83.33333333%;\n}\n.col-xs-push-9 {\n left: 75%;\n}\n.col-xs-push-8 {\n left: 66.66666667%;\n}\n.col-xs-push-7 {\n left: 58.33333333%;\n}\n.col-xs-push-6 {\n left: 50%;\n}\n.col-xs-push-5 {\n left: 41.66666667%;\n}\n.col-xs-push-4 {\n left: 33.33333333%;\n}\n.col-xs-push-3 {\n left: 25%;\n}\n.col-xs-push-2 {\n left: 16.66666667%;\n}\n.col-xs-push-1 {\n left: 8.33333333%;\n}\n.col-xs-push-0 {\n left: auto;\n}\n.col-xs-offset-12 {\n margin-left: 100%;\n}\n.col-xs-offset-11 {\n margin-left: 91.66666667%;\n}\n.col-xs-offset-10 {\n margin-left: 83.33333333%;\n}\n.col-xs-offset-9 {\n margin-left: 75%;\n}\n.col-xs-offset-8 {\n margin-left: 66.66666667%;\n}\n.col-xs-offset-7 {\n margin-left: 58.33333333%;\n}\n.col-xs-offset-6 {\n margin-left: 50%;\n}\n.col-xs-offset-5 {\n margin-left: 41.66666667%;\n}\n.col-xs-offset-4 {\n margin-left: 33.33333333%;\n}\n.col-xs-offset-3 {\n margin-left: 25%;\n}\n.col-xs-offset-2 {\n margin-left: 16.66666667%;\n}\n.col-xs-offset-1 {\n margin-left: 8.33333333%;\n}\n.col-xs-offset-0 {\n margin-left: 0%;\n}\n@media (min-width: 768px) {\n .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {\n float: left;\n }\n .col-sm-12 {\n width: 100%;\n }\n .col-sm-11 {\n width: 91.66666667%;\n }\n .col-sm-10 {\n width: 83.33333333%;\n }\n .col-sm-9 {\n width: 75%;\n }\n .col-sm-8 {\n width: 66.66666667%;\n }\n .col-sm-7 {\n width: 58.33333333%;\n }\n .col-sm-6 {\n width: 50%;\n }\n .col-sm-5 {\n width: 41.66666667%;\n }\n .col-sm-4 {\n width: 33.33333333%;\n }\n .col-sm-3 {\n width: 25%;\n }\n .col-sm-2 {\n width: 16.66666667%;\n }\n .col-sm-1 {\n width: 8.33333333%;\n }\n .col-sm-pull-12 {\n right: 100%;\n }\n .col-sm-pull-11 {\n right: 91.66666667%;\n }\n .col-sm-pull-10 {\n right: 83.33333333%;\n }\n .col-sm-pull-9 {\n right: 75%;\n }\n .col-sm-pull-8 {\n right: 66.66666667%;\n }\n .col-sm-pull-7 {\n right: 58.33333333%;\n }\n .col-sm-pull-6 {\n right: 50%;\n }\n .col-sm-pull-5 {\n right: 41.66666667%;\n }\n .col-sm-pull-4 {\n right: 33.33333333%;\n }\n .col-sm-pull-3 {\n right: 25%;\n }\n .col-sm-pull-2 {\n right: 16.66666667%;\n }\n .col-sm-pull-1 {\n right: 8.33333333%;\n }\n .col-sm-pull-0 {\n right: auto;\n }\n .col-sm-push-12 {\n left: 100%;\n }\n .col-sm-push-11 {\n left: 91.66666667%;\n }\n .col-sm-push-10 {\n left: 83.33333333%;\n }\n .col-sm-push-9 {\n left: 75%;\n }\n .col-sm-push-8 {\n left: 66.66666667%;\n }\n .col-sm-push-7 {\n left: 58.33333333%;\n }\n .col-sm-push-6 {\n left: 50%;\n }\n .col-sm-push-5 {\n left: 41.66666667%;\n }\n .col-sm-push-4 {\n left: 33.33333333%;\n }\n .col-sm-push-3 {\n left: 25%;\n }\n .col-sm-push-2 {\n left: 16.66666667%;\n }\n .col-sm-push-1 {\n left: 8.33333333%;\n }\n .col-sm-push-0 {\n left: auto;\n }\n .col-sm-offset-12 {\n margin-left: 100%;\n }\n .col-sm-offset-11 {\n margin-left: 91.66666667%;\n }\n .col-sm-offset-10 {\n margin-left: 83.33333333%;\n }\n .col-sm-offset-9 {\n margin-left: 75%;\n }\n .col-sm-offset-8 {\n margin-left: 66.66666667%;\n }\n .col-sm-offset-7 {\n margin-left: 58.33333333%;\n }\n .col-sm-offset-6 {\n margin-left: 50%;\n }\n .col-sm-offset-5 {\n margin-left: 41.66666667%;\n }\n .col-sm-offset-4 {\n margin-left: 33.33333333%;\n }\n .col-sm-offset-3 {\n margin-left: 25%;\n }\n .col-sm-offset-2 {\n margin-left: 16.66666667%;\n }\n .col-sm-offset-1 {\n margin-left: 8.33333333%;\n }\n .col-sm-offset-0 {\n margin-left: 0%;\n }\n}\n@media (min-width: 992px) {\n .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {\n float: left;\n }\n .col-md-12 {\n width: 100%;\n }\n .col-md-11 {\n width: 91.66666667%;\n }\n .col-md-10 {\n width: 83.33333333%;\n }\n .col-md-9 {\n width: 75%;\n }\n .col-md-8 {\n width: 66.66666667%;\n }\n .col-md-7 {\n width: 58.33333333%;\n }\n .col-md-6 {\n width: 50%;\n }\n .col-md-5 {\n width: 41.66666667%;\n }\n .col-md-4 {\n width: 33.33333333%;\n }\n .col-md-3 {\n width: 25%;\n }\n .col-md-2 {\n width: 16.66666667%;\n }\n .col-md-1 {\n width: 8.33333333%;\n }\n .col-md-pull-12 {\n right: 100%;\n }\n .col-md-pull-11 {\n right: 91.66666667%;\n }\n .col-md-pull-10 {\n right: 83.33333333%;\n }\n .col-md-pull-9 {\n right: 75%;\n }\n .col-md-pull-8 {\n right: 66.66666667%;\n }\n .col-md-pull-7 {\n right: 58.33333333%;\n }\n .col-md-pull-6 {\n right: 50%;\n }\n .col-md-pull-5 {\n right: 41.66666667%;\n }\n .col-md-pull-4 {\n right: 33.33333333%;\n }\n .col-md-pull-3 {\n right: 25%;\n }\n .col-md-pull-2 {\n right: 16.66666667%;\n }\n .col-md-pull-1 {\n right: 8.33333333%;\n }\n .col-md-pull-0 {\n right: auto;\n }\n .col-md-push-12 {\n left: 100%;\n }\n .col-md-push-11 {\n left: 91.66666667%;\n }\n .col-md-push-10 {\n left: 83.33333333%;\n }\n .col-md-push-9 {\n left: 75%;\n }\n .col-md-push-8 {\n left: 66.66666667%;\n }\n .col-md-push-7 {\n left: 58.33333333%;\n }\n .col-md-push-6 {\n left: 50%;\n }\n .col-md-push-5 {\n left: 41.66666667%;\n }\n .col-md-push-4 {\n left: 33.33333333%;\n }\n .col-md-push-3 {\n left: 25%;\n }\n .col-md-push-2 {\n left: 16.66666667%;\n }\n .col-md-push-1 {\n left: 8.33333333%;\n }\n .col-md-push-0 {\n left: auto;\n }\n .col-md-offset-12 {\n margin-left: 100%;\n }\n .col-md-offset-11 {\n margin-left: 91.66666667%;\n }\n .col-md-offset-10 {\n margin-left: 83.33333333%;\n }\n .col-md-offset-9 {\n margin-left: 75%;\n }\n .col-md-offset-8 {\n margin-left: 66.66666667%;\n }\n .col-md-offset-7 {\n margin-left: 58.33333333%;\n }\n .col-md-offset-6 {\n margin-left: 50%;\n }\n .col-md-offset-5 {\n margin-left: 41.66666667%;\n }\n .col-md-offset-4 {\n margin-left: 33.33333333%;\n }\n .col-md-offset-3 {\n margin-left: 25%;\n }\n .col-md-offset-2 {\n margin-left: 16.66666667%;\n }\n .col-md-offset-1 {\n margin-left: 8.33333333%;\n }\n .col-md-offset-0 {\n margin-left: 0%;\n }\n}\n@media (min-width: 1200px) {\n .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {\n float: left;\n }\n .col-lg-12 {\n width: 100%;\n }\n .col-lg-11 {\n width: 91.66666667%;\n }\n .col-lg-10 {\n width: 83.33333333%;\n }\n .col-lg-9 {\n width: 75%;\n }\n .col-lg-8 {\n width: 66.66666667%;\n }\n .col-lg-7 {\n width: 58.33333333%;\n }\n .col-lg-6 {\n width: 50%;\n }\n .col-lg-5 {\n width: 41.66666667%;\n }\n .col-lg-4 {\n width: 33.33333333%;\n }\n .col-lg-3 {\n width: 25%;\n }\n .col-lg-2 {\n width: 16.66666667%;\n }\n .col-lg-1 {\n width: 8.33333333%;\n }\n .col-lg-pull-12 {\n right: 100%;\n }\n .col-lg-pull-11 {\n right: 91.66666667%;\n }\n .col-lg-pull-10 {\n right: 83.33333333%;\n }\n .col-lg-pull-9 {\n right: 75%;\n }\n .col-lg-pull-8 {\n right: 66.66666667%;\n }\n .col-lg-pull-7 {\n right: 58.33333333%;\n }\n .col-lg-pull-6 {\n right: 50%;\n }\n .col-lg-pull-5 {\n right: 41.66666667%;\n }\n .col-lg-pull-4 {\n right: 33.33333333%;\n }\n .col-lg-pull-3 {\n right: 25%;\n }\n .col-lg-pull-2 {\n right: 16.66666667%;\n }\n .col-lg-pull-1 {\n right: 8.33333333%;\n }\n .col-lg-pull-0 {\n right: auto;\n }\n .col-lg-push-12 {\n left: 100%;\n }\n .col-lg-push-11 {\n left: 91.66666667%;\n }\n .col-lg-push-10 {\n left: 83.33333333%;\n }\n .col-lg-push-9 {\n left: 75%;\n }\n .col-lg-push-8 {\n left: 66.66666667%;\n }\n .col-lg-push-7 {\n left: 58.33333333%;\n }\n .col-lg-push-6 {\n left: 50%;\n }\n .col-lg-push-5 {\n left: 41.66666667%;\n }\n .col-lg-push-4 {\n left: 33.33333333%;\n }\n .col-lg-push-3 {\n left: 25%;\n }\n .col-lg-push-2 {\n left: 16.66666667%;\n }\n .col-lg-push-1 {\n left: 8.33333333%;\n }\n .col-lg-push-0 {\n left: auto;\n }\n .col-lg-offset-12 {\n margin-left: 100%;\n }\n .col-lg-offset-11 {\n margin-left: 91.66666667%;\n }\n .col-lg-offset-10 {\n margin-left: 83.33333333%;\n }\n .col-lg-offset-9 {\n margin-left: 75%;\n }\n .col-lg-offset-8 {\n margin-left: 66.66666667%;\n }\n .col-lg-offset-7 {\n margin-left: 58.33333333%;\n }\n .col-lg-offset-6 {\n margin-left: 50%;\n }\n .col-lg-offset-5 {\n margin-left: 41.66666667%;\n }\n .col-lg-offset-4 {\n margin-left: 33.33333333%;\n }\n .col-lg-offset-3 {\n margin-left: 25%;\n }\n .col-lg-offset-2 {\n margin-left: 16.66666667%;\n }\n .col-lg-offset-1 {\n margin-left: 8.33333333%;\n }\n .col-lg-offset-0 {\n margin-left: 0%;\n }\n}\ntable {\n background-color: transparent;\n}\ncaption {\n padding-top: 8px;\n padding-bottom: 8px;\n color: #777777;\n text-align: left;\n}\nth {\n text-align: left;\n}\n.table {\n width: 100%;\n max-width: 100%;\n margin-bottom: 20px;\n}\n.table > thead > tr > th,\n.table > tbody > tr > th,\n.table > tfoot > tr > th,\n.table > thead > tr > td,\n.table > tbody > tr > td,\n.table > tfoot > tr > td {\n padding: 8px;\n line-height: 1.42857143;\n vertical-align: top;\n border-top: 1px solid #ddd;\n}\n.table > thead > tr > th {\n vertical-align: bottom;\n border-bottom: 2px solid #ddd;\n}\n.table > caption + thead > tr:first-child > th,\n.table > colgroup + thead > tr:first-child > th,\n.table > thead:first-child > tr:first-child > th,\n.table > caption + thead > tr:first-child > td,\n.table > colgroup + thead > tr:first-child > td,\n.table > thead:first-child > tr:first-child > td {\n border-top: 0;\n}\n.table > tbody + tbody {\n border-top: 2px solid #ddd;\n}\n.table .table {\n background-color: #fff;\n}\n.table-condensed > thead > tr > th,\n.table-condensed > tbody > tr > th,\n.table-condensed > tfoot > tr > th,\n.table-condensed > thead > tr > td,\n.table-condensed > tbody > tr > td,\n.table-condensed > tfoot > tr > td {\n padding: 5px;\n}\n.table-bordered {\n border: 1px solid #ddd;\n}\n.table-bordered > thead > tr > th,\n.table-bordered > tbody > tr > th,\n.table-bordered > tfoot > tr > th,\n.table-bordered > thead > tr > td,\n.table-bordered > tbody > tr > td,\n.table-bordered > tfoot > tr > td {\n border: 1px solid #ddd;\n}\n.table-bordered > thead > tr > th,\n.table-bordered > thead > tr > td {\n border-bottom-width: 2px;\n}\n.table-striped > tbody > tr:nth-of-type(odd) {\n background-color: #f9f9f9;\n}\n.table-hover > tbody > tr:hover {\n background-color: #f5f5f5;\n}\ntable col[class*=\"col-\"] {\n position: static;\n float: none;\n display: table-column;\n}\ntable td[class*=\"col-\"],\ntable th[class*=\"col-\"] {\n position: static;\n float: none;\n display: table-cell;\n}\n.table > thead > tr > td.active,\n.table > tbody > tr > td.active,\n.table > tfoot > tr > td.active,\n.table > thead > tr > th.active,\n.table > tbody > tr > th.active,\n.table > tfoot > tr > th.active,\n.table > thead > tr.active > td,\n.table > tbody > tr.active > td,\n.table > tfoot > tr.active > td,\n.table > thead > tr.active > th,\n.table > tbody > tr.active > th,\n.table > tfoot > tr.active > th {\n background-color: #f5f5f5;\n}\n.table-hover > tbody > tr > td.active:hover,\n.table-hover > tbody > tr > th.active:hover,\n.table-hover > tbody > tr.active:hover > td,\n.table-hover > tbody > tr:hover > .active,\n.table-hover > tbody > tr.active:hover > th {\n background-color: #e8e8e8;\n}\n.table > thead > tr > td.success,\n.table > tbody > tr > td.success,\n.table > tfoot > tr > td.success,\n.table > thead > tr > th.success,\n.table > tbody > tr > th.success,\n.table > tfoot > tr > th.success,\n.table > thead > tr.success > td,\n.table > tbody > tr.success > td,\n.table > tfoot > tr.success > td,\n.table > thead > tr.success > th,\n.table > tbody > tr.success > th,\n.table > tfoot > tr.success > th {\n background-color: #dff0d8;\n}\n.table-hover > tbody > tr > td.success:hover,\n.table-hover > tbody > tr > th.success:hover,\n.table-hover > tbody > tr.success:hover > td,\n.table-hover > tbody > tr:hover > .success,\n.table-hover > tbody > tr.success:hover > th {\n background-color: #d0e9c6;\n}\n.table > thead > tr > td.info,\n.table > tbody > tr > td.info,\n.table > tfoot > tr > td.info,\n.table > thead > tr > th.info,\n.table > tbody > tr > th.info,\n.table > tfoot > tr > th.info,\n.table > thead > tr.info > td,\n.table > tbody > tr.info > td,\n.table > tfoot > tr.info > td,\n.table > thead > tr.info > th,\n.table > tbody > tr.info > th,\n.table > tfoot > tr.info > th {\n background-color: #d9edf7;\n}\n.table-hover > tbody > tr > td.info:hover,\n.table-hover > tbody > tr > th.info:hover,\n.table-hover > tbody > tr.info:hover > td,\n.table-hover > tbody > tr:hover > .info,\n.table-hover > tbody > tr.info:hover > th {\n background-color: #c4e3f3;\n}\n.table > thead > tr > td.warning,\n.table > tbody > tr > td.warning,\n.table > tfoot > tr > td.warning,\n.table > thead > tr > th.warning,\n.table > tbody > tr > th.warning,\n.table > tfoot > tr > th.warning,\n.table > thead > tr.warning > td,\n.table > tbody > tr.warning > td,\n.table > tfoot > tr.warning > td,\n.table > thead > tr.warning > th,\n.table > tbody > tr.warning > th,\n.table > tfoot > tr.warning > th {\n background-color: #fcf8e3;\n}\n.table-hover > tbody > tr > td.warning:hover,\n.table-hover > tbody > tr > th.warning:hover,\n.table-hover > tbody > tr.warning:hover > td,\n.table-hover > tbody > tr:hover > .warning,\n.table-hover > tbody > tr.warning:hover > th {\n background-color: #faf2cc;\n}\n.table > thead > tr > td.danger,\n.table > tbody > tr > td.danger,\n.table > tfoot > tr > td.danger,\n.table > thead > tr > th.danger,\n.table > tbody > tr > th.danger,\n.table > tfoot > tr > th.danger,\n.table > thead > tr.danger > td,\n.table > tbody > tr.danger > td,\n.table > tfoot > tr.danger > td,\n.table > thead > tr.danger > th,\n.table > tbody > tr.danger > th,\n.table > tfoot > tr.danger > th {\n background-color: #f2dede;\n}\n.table-hover > tbody > tr > td.danger:hover,\n.table-hover > tbody > tr > th.danger:hover,\n.table-hover > tbody > tr.danger:hover > td,\n.table-hover > tbody > tr:hover > .danger,\n.table-hover > tbody > tr.danger:hover > th {\n background-color: #ebcccc;\n}\n.table-responsive {\n overflow-x: auto;\n min-height: 0.01%;\n}\n@media screen and (max-width: 767px) {\n .table-responsive {\n width: 100%;\n margin-bottom: 15px;\n overflow-y: hidden;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n border: 1px solid #ddd;\n }\n .table-responsive > .table {\n margin-bottom: 0;\n }\n .table-responsive > .table > thead > tr > th,\n .table-responsive > .table > tbody > tr > th,\n .table-responsive > .table > tfoot > tr > th,\n .table-responsive > .table > thead > tr > td,\n .table-responsive > .table > tbody > tr > td,\n .table-responsive > .table > tfoot > tr > td {\n white-space: nowrap;\n }\n .table-responsive > .table-bordered {\n border: 0;\n }\n .table-responsive > .table-bordered > thead > tr > th:first-child,\n .table-responsive > .table-bordered > tbody > tr > th:first-child,\n .table-responsive > .table-bordered > tfoot > tr > th:first-child,\n .table-responsive > .table-bordered > thead > tr > td:first-child,\n .table-responsive > .table-bordered > tbody > tr > td:first-child,\n .table-responsive > .table-bordered > tfoot > tr > td:first-child {\n border-left: 0;\n }\n .table-responsive > .table-bordered > thead > tr > th:last-child,\n .table-responsive > .table-bordered > tbody > tr > th:last-child,\n .table-responsive > .table-bordered > tfoot > tr > th:last-child,\n .table-responsive > .table-bordered > thead > tr > td:last-child,\n .table-responsive > .table-bordered > tbody > tr > td:last-child,\n .table-responsive > .table-bordered > tfoot > tr > td:last-child {\n border-right: 0;\n }\n .table-responsive > .table-bordered > tbody > tr:last-child > th,\n .table-responsive > .table-bordered > tfoot > tr:last-child > th,\n .table-responsive > .table-bordered > tbody > tr:last-child > td,\n .table-responsive > .table-bordered > tfoot > tr:last-child > td {\n border-bottom: 0;\n }\n}\nfieldset {\n padding: 0;\n margin: 0;\n border: 0;\n min-width: 0;\n}\nlegend {\n display: block;\n width: 100%;\n padding: 0;\n margin-bottom: 20px;\n font-size: 21px;\n line-height: inherit;\n color: #333333;\n border: 0;\n border-bottom: 1px solid #e5e5e5;\n}\nlabel {\n display: inline-block;\n max-width: 100%;\n margin-bottom: 5px;\n font-weight: bold;\n}\ninput[type=\"search\"] {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n margin: 4px 0 0;\n margin-top: 1px \\9;\n line-height: normal;\n}\ninput[type=\"file\"] {\n display: block;\n}\ninput[type=\"range\"] {\n display: block;\n width: 100%;\n}\nselect[multiple],\nselect[size] {\n height: auto;\n}\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n outline: thin dotted;\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px;\n}\noutput {\n display: block;\n padding-top: 7px;\n font-size: 14px;\n line-height: 1.42857143;\n color: #555555;\n}\n.form-control {\n display: block;\n width: 100%;\n height: 34px;\n padding: 6px 12px;\n font-size: 14px;\n line-height: 1.42857143;\n color: #555555;\n background-color: #fff;\n background-image: none;\n border: 1px solid #ccc;\n border-radius: 4px;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n}\n.form-control:focus {\n border-color: #66afe9;\n outline: 0;\n -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);\n box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);\n}\n.form-control::-moz-placeholder {\n color: #999;\n opacity: 1;\n}\n.form-control:-ms-input-placeholder {\n color: #999;\n}\n.form-control::-webkit-input-placeholder {\n color: #999;\n}\n.form-control::-ms-expand {\n border: 0;\n background-color: transparent;\n}\n.form-control[disabled],\n.form-control[readonly],\nfieldset[disabled] .form-control {\n background-color: #eeeeee;\n opacity: 1;\n}\n.form-control[disabled],\nfieldset[disabled] .form-control {\n cursor: not-allowed;\n}\ntextarea.form-control {\n height: auto;\n}\ninput[type=\"search\"] {\n -webkit-appearance: none;\n}\n@media screen and (-webkit-min-device-pixel-ratio: 0) {\n input[type=\"date\"].form-control,\n input[type=\"time\"].form-control,\n input[type=\"datetime-local\"].form-control,\n input[type=\"month\"].form-control {\n line-height: 34px;\n }\n input[type=\"date\"].input-sm,\n input[type=\"time\"].input-sm,\n input[type=\"datetime-local\"].input-sm,\n input[type=\"month\"].input-sm,\n .input-group-sm input[type=\"date\"],\n .input-group-sm input[type=\"time\"],\n .input-group-sm input[type=\"datetime-local\"],\n .input-group-sm input[type=\"month\"] {\n line-height: 30px;\n }\n input[type=\"date\"].input-lg,\n input[type=\"time\"].input-lg,\n input[type=\"datetime-local\"].input-lg,\n input[type=\"month\"].input-lg,\n .input-group-lg input[type=\"date\"],\n .input-group-lg input[type=\"time\"],\n .input-group-lg input[type=\"datetime-local\"],\n .input-group-lg input[type=\"month\"] {\n line-height: 46px;\n }\n}\n.form-group {\n margin-bottom: 15px;\n}\n.radio,\n.checkbox {\n position: relative;\n display: block;\n margin-top: 10px;\n margin-bottom: 10px;\n}\n.radio label,\n.checkbox label {\n min-height: 20px;\n padding-left: 20px;\n margin-bottom: 0;\n font-weight: normal;\n cursor: pointer;\n}\n.radio input[type=\"radio\"],\n.radio-inline input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"],\n.checkbox-inline input[type=\"checkbox\"] {\n position: absolute;\n margin-left: -20px;\n margin-top: 4px \\9;\n}\n.radio + .radio,\n.checkbox + .checkbox {\n margin-top: -5px;\n}\n.radio-inline,\n.checkbox-inline {\n position: relative;\n display: inline-block;\n padding-left: 20px;\n margin-bottom: 0;\n vertical-align: middle;\n font-weight: normal;\n cursor: pointer;\n}\n.radio-inline + .radio-inline,\n.checkbox-inline + .checkbox-inline {\n margin-top: 0;\n margin-left: 10px;\n}\ninput[type=\"radio\"][disabled],\ninput[type=\"checkbox\"][disabled],\ninput[type=\"radio\"].disabled,\ninput[type=\"checkbox\"].disabled,\nfieldset[disabled] input[type=\"radio\"],\nfieldset[disabled] input[type=\"checkbox\"] {\n cursor: not-allowed;\n}\n.radio-inline.disabled,\n.checkbox-inline.disabled,\nfieldset[disabled] .radio-inline,\nfieldset[disabled] .checkbox-inline {\n cursor: not-allowed;\n}\n.radio.disabled label,\n.checkbox.disabled label,\nfieldset[disabled] .radio label,\nfieldset[disabled] .checkbox label {\n cursor: not-allowed;\n}\n.form-control-static {\n padding-top: 7px;\n padding-bottom: 7px;\n margin-bottom: 0;\n min-height: 34px;\n}\n.form-control-static.input-lg,\n.form-control-static.input-sm {\n padding-left: 0;\n padding-right: 0;\n}\n.input-sm {\n height: 30px;\n padding: 5px 10px;\n font-size: 12px;\n line-height: 1.5;\n border-radius: 3px;\n}\nselect.input-sm {\n height: 30px;\n line-height: 30px;\n}\ntextarea.input-sm,\nselect[multiple].input-sm {\n height: auto;\n}\n.form-group-sm .form-control {\n height: 30px;\n padding: 5px 10px;\n font-size: 12px;\n line-height: 1.5;\n border-radius: 3px;\n}\n.form-group-sm select.form-control {\n height: 30px;\n line-height: 30px;\n}\n.form-group-sm textarea.form-control,\n.form-group-sm select[multiple].form-control {\n height: auto;\n}\n.form-group-sm .form-control-static {\n height: 30px;\n min-height: 32px;\n padding: 6px 10px;\n font-size: 12px;\n line-height: 1.5;\n}\n.input-lg {\n height: 46px;\n padding: 10px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n border-radius: 6px;\n}\nselect.input-lg {\n height: 46px;\n line-height: 46px;\n}\ntextarea.input-lg,\nselect[multiple].input-lg {\n height: auto;\n}\n.form-group-lg .form-control {\n height: 46px;\n padding: 10px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n border-radius: 6px;\n}\n.form-group-lg select.form-control {\n height: 46px;\n line-height: 46px;\n}\n.form-group-lg textarea.form-control,\n.form-group-lg select[multiple].form-control {\n height: auto;\n}\n.form-group-lg .form-control-static {\n height: 46px;\n min-height: 38px;\n padding: 11px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n}\n.has-feedback {\n position: relative;\n}\n.has-feedback .form-control {\n padding-right: 42.5px;\n}\n.form-control-feedback {\n position: absolute;\n top: 0;\n right: 0;\n z-index: 2;\n display: block;\n width: 34px;\n height: 34px;\n line-height: 34px;\n text-align: center;\n pointer-events: none;\n}\n.input-lg + .form-control-feedback,\n.input-group-lg + .form-control-feedback,\n.form-group-lg .form-control + .form-control-feedback {\n width: 46px;\n height: 46px;\n line-height: 46px;\n}\n.input-sm + .form-control-feedback,\n.input-group-sm + .form-control-feedback,\n.form-group-sm .form-control + .form-control-feedback {\n width: 30px;\n height: 30px;\n line-height: 30px;\n}\n.has-success .help-block,\n.has-success .control-label,\n.has-success .radio,\n.has-success .checkbox,\n.has-success .radio-inline,\n.has-success .checkbox-inline,\n.has-success.radio label,\n.has-success.checkbox label,\n.has-success.radio-inline label,\n.has-success.checkbox-inline label {\n color: #3c763d;\n}\n.has-success .form-control {\n border-color: #3c763d;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-success .form-control:focus {\n border-color: #2b542c;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;\n}\n.has-success .input-group-addon {\n color: #3c763d;\n border-color: #3c763d;\n background-color: #dff0d8;\n}\n.has-success .form-control-feedback {\n color: #3c763d;\n}\n.has-warning .help-block,\n.has-warning .control-label,\n.has-warning .radio,\n.has-warning .checkbox,\n.has-warning .radio-inline,\n.has-warning .checkbox-inline,\n.has-warning.radio label,\n.has-warning.checkbox label,\n.has-warning.radio-inline label,\n.has-warning.checkbox-inline label {\n color: #8a6d3b;\n}\n.has-warning .form-control {\n border-color: #8a6d3b;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-warning .form-control:focus {\n border-color: #66512c;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;\n}\n.has-warning .input-group-addon {\n color: #8a6d3b;\n border-color: #8a6d3b;\n background-color: #fcf8e3;\n}\n.has-warning .form-control-feedback {\n color: #8a6d3b;\n}\n.has-error .help-block,\n.has-error .control-label,\n.has-error .radio,\n.has-error .checkbox,\n.has-error .radio-inline,\n.has-error .checkbox-inline,\n.has-error.radio label,\n.has-error.checkbox label,\n.has-error.radio-inline label,\n.has-error.checkbox-inline label {\n color: #a94442;\n}\n.has-error .form-control {\n border-color: #a94442;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-error .form-control:focus {\n border-color: #843534;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;\n}\n.has-error .input-group-addon {\n color: #a94442;\n border-color: #a94442;\n background-color: #f2dede;\n}\n.has-error .form-control-feedback {\n color: #a94442;\n}\n.has-feedback label ~ .form-control-feedback {\n top: 25px;\n}\n.has-feedback label.sr-only ~ .form-control-feedback {\n top: 0;\n}\n.help-block {\n display: block;\n margin-top: 5px;\n margin-bottom: 10px;\n color: #737373;\n}\n@media (min-width: 768px) {\n .form-inline .form-group {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .form-inline .form-control-static {\n display: inline-block;\n }\n .form-inline .input-group {\n display: inline-table;\n vertical-align: middle;\n }\n .form-inline .input-group .input-group-addon,\n .form-inline .input-group .input-group-btn,\n .form-inline .input-group .form-control {\n width: auto;\n }\n .form-inline .input-group > .form-control {\n width: 100%;\n }\n .form-inline .control-label {\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .radio,\n .form-inline .checkbox {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .radio label,\n .form-inline .checkbox label {\n padding-left: 0;\n }\n .form-inline .radio input[type=\"radio\"],\n .form-inline .checkbox input[type=\"checkbox\"] {\n position: relative;\n margin-left: 0;\n }\n .form-inline .has-feedback .form-control-feedback {\n top: 0;\n }\n}\n.form-horizontal .radio,\n.form-horizontal .checkbox,\n.form-horizontal .radio-inline,\n.form-horizontal .checkbox-inline {\n margin-top: 0;\n margin-bottom: 0;\n padding-top: 7px;\n}\n.form-horizontal .radio,\n.form-horizontal .checkbox {\n min-height: 27px;\n}\n.form-horizontal .form-group {\n margin-left: -15px;\n margin-right: -15px;\n}\n@media (min-width: 768px) {\n .form-horizontal .control-label {\n text-align: right;\n margin-bottom: 0;\n padding-top: 7px;\n }\n}\n.form-horizontal .has-feedback .form-control-feedback {\n right: 15px;\n}\n@media (min-width: 768px) {\n .form-horizontal .form-group-lg .control-label {\n padding-top: 11px;\n font-size: 18px;\n }\n}\n@media (min-width: 768px) {\n .form-horizontal .form-group-sm .control-label {\n padding-top: 6px;\n font-size: 12px;\n }\n}\n.btn {\n display: inline-block;\n margin-bottom: 0;\n font-weight: normal;\n text-align: center;\n vertical-align: middle;\n touch-action: manipulation;\n cursor: pointer;\n background-image: none;\n border: 1px solid transparent;\n white-space: nowrap;\n padding: 6px 12px;\n font-size: 14px;\n line-height: 1.42857143;\n border-radius: 4px;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.btn:focus,\n.btn:active:focus,\n.btn.active:focus,\n.btn.focus,\n.btn:active.focus,\n.btn.active.focus {\n outline: thin dotted;\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px;\n}\n.btn:hover,\n.btn:focus,\n.btn.focus {\n color: #333;\n text-decoration: none;\n}\n.btn:active,\n.btn.active {\n outline: 0;\n background-image: none;\n -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn.disabled,\n.btn[disabled],\nfieldset[disabled] .btn {\n cursor: not-allowed;\n opacity: 0.65;\n filter: alpha(opacity=65);\n -webkit-box-shadow: none;\n box-shadow: none;\n}\na.btn.disabled,\nfieldset[disabled] a.btn {\n pointer-events: none;\n}\n.btn-default {\n color: #333;\n background-color: #fff;\n border-color: #ccc;\n}\n.btn-default:focus,\n.btn-default.focus {\n color: #333;\n background-color: #e6e6e6;\n border-color: #8c8c8c;\n}\n.btn-default:hover {\n color: #333;\n background-color: #e6e6e6;\n border-color: #adadad;\n}\n.btn-default:active,\n.btn-default.active,\n.open > .dropdown-toggle.btn-default {\n color: #333;\n background-color: #e6e6e6;\n border-color: #adadad;\n}\n.btn-default:active:hover,\n.btn-default.active:hover,\n.open > .dropdown-toggle.btn-default:hover,\n.btn-default:active:focus,\n.btn-default.active:focus,\n.open > .dropdown-toggle.btn-default:focus,\n.btn-default:active.focus,\n.btn-default.active.focus,\n.open > .dropdown-toggle.btn-default.focus {\n color: #333;\n background-color: #d4d4d4;\n border-color: #8c8c8c;\n}\n.btn-default:active,\n.btn-default.active,\n.open > .dropdown-toggle.btn-default {\n background-image: none;\n}\n.btn-default.disabled:hover,\n.btn-default[disabled]:hover,\nfieldset[disabled] .btn-default:hover,\n.btn-default.disabled:focus,\n.btn-default[disabled]:focus,\nfieldset[disabled] .btn-default:focus,\n.btn-default.disabled.focus,\n.btn-default[disabled].focus,\nfieldset[disabled] .btn-default.focus {\n background-color: #fff;\n border-color: #ccc;\n}\n.btn-default .badge {\n color: #fff;\n background-color: #333;\n}\n.btn-primary {\n color: #fff;\n background-color: #337ab7;\n border-color: #2e6da4;\n}\n.btn-primary:focus,\n.btn-primary.focus {\n color: #fff;\n background-color: #286090;\n border-color: #122b40;\n}\n.btn-primary:hover {\n color: #fff;\n background-color: #286090;\n border-color: #204d74;\n}\n.btn-primary:active,\n.btn-primary.active,\n.open > .dropdown-toggle.btn-primary {\n color: #fff;\n background-color: #286090;\n border-color: #204d74;\n}\n.btn-primary:active:hover,\n.btn-primary.active:hover,\n.open > .dropdown-toggle.btn-primary:hover,\n.btn-primary:active:focus,\n.btn-primary.active:focus,\n.open > .dropdown-toggle.btn-primary:focus,\n.btn-primary:active.focus,\n.btn-primary.active.focus,\n.open > .dropdown-toggle.btn-primary.focus {\n color: #fff;\n background-color: #204d74;\n border-color: #122b40;\n}\n.btn-primary:active,\n.btn-primary.active,\n.open > .dropdown-toggle.btn-primary {\n background-image: none;\n}\n.btn-primary.disabled:hover,\n.btn-primary[disabled]:hover,\nfieldset[disabled] .btn-primary:hover,\n.btn-primary.disabled:focus,\n.btn-primary[disabled]:focus,\nfieldset[disabled] .btn-primary:focus,\n.btn-primary.disabled.focus,\n.btn-primary[disabled].focus,\nfieldset[disabled] .btn-primary.focus {\n background-color: #337ab7;\n border-color: #2e6da4;\n}\n.btn-primary .badge {\n color: #337ab7;\n background-color: #fff;\n}\n.btn-success {\n color: #fff;\n background-color: #5cb85c;\n border-color: #4cae4c;\n}\n.btn-success:focus,\n.btn-success.focus {\n color: #fff;\n background-color: #449d44;\n border-color: #255625;\n}\n.btn-success:hover {\n color: #fff;\n background-color: #449d44;\n border-color: #398439;\n}\n.btn-success:active,\n.btn-success.active,\n.open > .dropdown-toggle.btn-success {\n color: #fff;\n background-color: #449d44;\n border-color: #398439;\n}\n.btn-success:active:hover,\n.btn-success.active:hover,\n.open > .dropdown-toggle.btn-success:hover,\n.btn-success:active:focus,\n.btn-success.active:focus,\n.open > .dropdown-toggle.btn-success:focus,\n.btn-success:active.focus,\n.btn-success.active.focus,\n.open > .dropdown-toggle.btn-success.focus {\n color: #fff;\n background-color: #398439;\n border-color: #255625;\n}\n.btn-success:active,\n.btn-success.active,\n.open > .dropdown-toggle.btn-success {\n background-image: none;\n}\n.btn-success.disabled:hover,\n.btn-success[disabled]:hover,\nfieldset[disabled] .btn-success:hover,\n.btn-success.disabled:focus,\n.btn-success[disabled]:focus,\nfieldset[disabled] .btn-success:focus,\n.btn-success.disabled.focus,\n.btn-success[disabled].focus,\nfieldset[disabled] .btn-success.focus {\n background-color: #5cb85c;\n border-color: #4cae4c;\n}\n.btn-success .badge {\n color: #5cb85c;\n background-color: #fff;\n}\n.btn-info {\n color: #fff;\n background-color: #5bc0de;\n border-color: #46b8da;\n}\n.btn-info:focus,\n.btn-info.focus {\n color: #fff;\n background-color: #31b0d5;\n border-color: #1b6d85;\n}\n.btn-info:hover {\n color: #fff;\n background-color: #31b0d5;\n border-color: #269abc;\n}\n.btn-info:active,\n.btn-info.active,\n.open > .dropdown-toggle.btn-info {\n color: #fff;\n background-color: #31b0d5;\n border-color: #269abc;\n}\n.btn-info:active:hover,\n.btn-info.active:hover,\n.open > .dropdown-toggle.btn-info:hover,\n.btn-info:active:focus,\n.btn-info.active:focus,\n.open > .dropdown-toggle.btn-info:focus,\n.btn-info:active.focus,\n.btn-info.active.focus,\n.open > .dropdown-toggle.btn-info.focus {\n color: #fff;\n background-color: #269abc;\n border-color: #1b6d85;\n}\n.btn-info:active,\n.btn-info.active,\n.open > .dropdown-toggle.btn-info {\n background-image: none;\n}\n.btn-info.disabled:hover,\n.btn-info[disabled]:hover,\nfieldset[disabled] .btn-info:hover,\n.btn-info.disabled:focus,\n.btn-info[disabled]:focus,\nfieldset[disabled] .btn-info:focus,\n.btn-info.disabled.focus,\n.btn-info[disabled].focus,\nfieldset[disabled] .btn-info.focus {\n background-color: #5bc0de;\n border-color: #46b8da;\n}\n.btn-info .badge {\n color: #5bc0de;\n background-color: #fff;\n}\n.btn-warning {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #eea236;\n}\n.btn-warning:focus,\n.btn-warning.focus {\n color: #fff;\n background-color: #ec971f;\n border-color: #985f0d;\n}\n.btn-warning:hover {\n color: #fff;\n background-color: #ec971f;\n border-color: #d58512;\n}\n.btn-warning:active,\n.btn-warning.active,\n.open > .dropdown-toggle.btn-warning {\n color: #fff;\n background-color: #ec971f;\n border-color: #d58512;\n}\n.btn-warning:active:hover,\n.btn-warning.active:hover,\n.open > .dropdown-toggle.btn-warning:hover,\n.btn-warning:active:focus,\n.btn-warning.active:focus,\n.open > .dropdown-toggle.btn-warning:focus,\n.btn-warning:active.focus,\n.btn-warning.active.focus,\n.open > .dropdown-toggle.btn-warning.focus {\n color: #fff;\n background-color: #d58512;\n border-color: #985f0d;\n}\n.btn-warning:active,\n.btn-warning.active,\n.open > .dropdown-toggle.btn-warning {\n background-image: none;\n}\n.btn-warning.disabled:hover,\n.btn-warning[disabled]:hover,\nfieldset[disabled] .btn-warning:hover,\n.btn-warning.disabled:focus,\n.btn-warning[disabled]:focus,\nfieldset[disabled] .btn-warning:focus,\n.btn-warning.disabled.focus,\n.btn-warning[disabled].focus,\nfieldset[disabled] .btn-warning.focus {\n background-color: #f0ad4e;\n border-color: #eea236;\n}\n.btn-warning .badge {\n color: #f0ad4e;\n background-color: #fff;\n}\n.btn-danger {\n color: #fff;\n background-color: #d9534f;\n border-color: #d43f3a;\n}\n.btn-danger:focus,\n.btn-danger.focus {\n color: #fff;\n background-color: #c9302c;\n border-color: #761c19;\n}\n.btn-danger:hover {\n color: #fff;\n background-color: #c9302c;\n border-color: #ac2925;\n}\n.btn-danger:active,\n.btn-danger.active,\n.open > .dropdown-toggle.btn-danger {\n color: #fff;\n background-color: #c9302c;\n border-color: #ac2925;\n}\n.btn-danger:active:hover,\n.btn-danger.active:hover,\n.open > .dropdown-toggle.btn-danger:hover,\n.btn-danger:active:focus,\n.btn-danger.active:focus,\n.open > .dropdown-toggle.btn-danger:focus,\n.btn-danger:active.focus,\n.btn-danger.active.focus,\n.open > .dropdown-toggle.btn-danger.focus {\n color: #fff;\n background-color: #ac2925;\n border-color: #761c19;\n}\n.btn-danger:active,\n.btn-danger.active,\n.open > .dropdown-toggle.btn-danger {\n background-image: none;\n}\n.btn-danger.disabled:hover,\n.btn-danger[disabled]:hover,\nfieldset[disabled] .btn-danger:hover,\n.btn-danger.disabled:focus,\n.btn-danger[disabled]:focus,\nfieldset[disabled] .btn-danger:focus,\n.btn-danger.disabled.focus,\n.btn-danger[disabled].focus,\nfieldset[disabled] .btn-danger.focus {\n background-color: #d9534f;\n border-color: #d43f3a;\n}\n.btn-danger .badge {\n color: #d9534f;\n background-color: #fff;\n}\n.btn-link {\n color: #337ab7;\n font-weight: normal;\n border-radius: 0;\n}\n.btn-link,\n.btn-link:active,\n.btn-link.active,\n.btn-link[disabled],\nfieldset[disabled] .btn-link {\n background-color: transparent;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.btn-link,\n.btn-link:hover,\n.btn-link:focus,\n.btn-link:active {\n border-color: transparent;\n}\n.btn-link:hover,\n.btn-link:focus {\n color: #23527c;\n text-decoration: underline;\n background-color: transparent;\n}\n.btn-link[disabled]:hover,\nfieldset[disabled] .btn-link:hover,\n.btn-link[disabled]:focus,\nfieldset[disabled] .btn-link:focus {\n color: #777777;\n text-decoration: none;\n}\n.btn-lg,\n.btn-group-lg > .btn {\n padding: 10px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n border-radius: 6px;\n}\n.btn-sm,\n.btn-group-sm > .btn {\n padding: 5px 10px;\n font-size: 12px;\n line-height: 1.5;\n border-radius: 3px;\n}\n.btn-xs,\n.btn-group-xs > .btn {\n padding: 1px 5px;\n font-size: 12px;\n line-height: 1.5;\n border-radius: 3px;\n}\n.btn-block {\n display: block;\n width: 100%;\n}\n.btn-block + .btn-block {\n margin-top: 5px;\n}\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n width: 100%;\n}\n.fade {\n opacity: 0;\n -webkit-transition: opacity 0.15s linear;\n -o-transition: opacity 0.15s linear;\n transition: opacity 0.15s linear;\n}\n.fade.in {\n opacity: 1;\n}\n.collapse {\n display: none;\n}\n.collapse.in {\n display: block;\n}\ntr.collapse.in {\n display: table-row;\n}\ntbody.collapse.in {\n display: table-row-group;\n}\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n -webkit-transition-property: height, visibility;\n transition-property: height, visibility;\n -webkit-transition-duration: 0.35s;\n transition-duration: 0.35s;\n -webkit-transition-timing-function: ease;\n transition-timing-function: ease;\n}\n.caret {\n display: inline-block;\n width: 0;\n height: 0;\n margin-left: 2px;\n vertical-align: middle;\n border-top: 4px dashed;\n border-top: 4px solid \\9;\n border-right: 4px solid transparent;\n border-left: 4px solid transparent;\n}\n.dropup,\n.dropdown {\n position: relative;\n}\n.dropdown-toggle:focus {\n outline: 0;\n}\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n list-style: none;\n font-size: 14px;\n text-align: left;\n background-color: #fff;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 4px;\n -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);\n box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);\n background-clip: padding-box;\n}\n.dropdown-menu.pull-right {\n right: 0;\n left: auto;\n}\n.dropdown-menu .divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n}\n.dropdown-menu > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: 1.42857143;\n color: #333333;\n white-space: nowrap;\n}\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n text-decoration: none;\n color: #262626;\n background-color: #f5f5f5;\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n color: #fff;\n text-decoration: none;\n outline: 0;\n background-color: #337ab7;\n}\n.dropdown-menu > .disabled > a,\n.dropdown-menu > .disabled > a:hover,\n.dropdown-menu > .disabled > a:focus {\n color: #777777;\n}\n.dropdown-menu > .disabled > a:hover,\n.dropdown-menu > .disabled > a:focus {\n text-decoration: none;\n background-color: transparent;\n background-image: none;\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n cursor: not-allowed;\n}\n.open > .dropdown-menu {\n display: block;\n}\n.open > a {\n outline: 0;\n}\n.dropdown-menu-right {\n left: auto;\n right: 0;\n}\n.dropdown-menu-left {\n left: 0;\n right: auto;\n}\n.dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: 12px;\n line-height: 1.42857143;\n color: #777777;\n white-space: nowrap;\n}\n.dropdown-backdrop {\n position: fixed;\n left: 0;\n right: 0;\n bottom: 0;\n top: 0;\n z-index: 990;\n}\n.pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n}\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n border-top: 0;\n border-bottom: 4px dashed;\n border-bottom: 4px solid \\9;\n content: \"\";\n}\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n}\n@media (min-width: 768px) {\n .navbar-right .dropdown-menu {\n left: auto;\n right: 0;\n }\n .navbar-right .dropdown-menu-left {\n left: 0;\n right: auto;\n }\n}\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-block;\n vertical-align: middle;\n}\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n position: relative;\n float: left;\n}\n.btn-group > .btn:hover,\n.btn-group-vertical > .btn:hover,\n.btn-group > .btn:focus,\n.btn-group-vertical > .btn:focus,\n.btn-group > .btn:active,\n.btn-group-vertical > .btn:active,\n.btn-group > .btn.active,\n.btn-group-vertical > .btn.active {\n z-index: 2;\n}\n.btn-group .btn + .btn,\n.btn-group .btn + .btn-group,\n.btn-group .btn-group + .btn,\n.btn-group .btn-group + .btn-group {\n margin-left: -1px;\n}\n.btn-toolbar {\n margin-left: -5px;\n}\n.btn-toolbar .btn,\n.btn-toolbar .btn-group,\n.btn-toolbar .input-group {\n float: left;\n}\n.btn-toolbar > .btn,\n.btn-toolbar > .btn-group,\n.btn-toolbar > .input-group {\n margin-left: 5px;\n}\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n border-radius: 0;\n}\n.btn-group > .btn:first-child {\n margin-left: 0;\n}\n.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n}\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n}\n.btn-group > .btn-group {\n float: left;\n}\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0;\n}\n.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n}\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n}\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n outline: 0;\n}\n.btn-group > .btn + .dropdown-toggle {\n padding-left: 8px;\n padding-right: 8px;\n}\n.btn-group > .btn-lg + .dropdown-toggle {\n padding-left: 12px;\n padding-right: 12px;\n}\n.btn-group.open .dropdown-toggle {\n -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn-group.open .dropdown-toggle.btn-link {\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.btn .caret {\n margin-left: 0;\n}\n.btn-lg .caret {\n border-width: 5px 5px 0;\n border-bottom-width: 0;\n}\n.dropup .btn-lg .caret {\n border-width: 0 5px 5px;\n}\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group,\n.btn-group-vertical > .btn-group > .btn {\n display: block;\n float: none;\n width: 100%;\n max-width: 100%;\n}\n.btn-group-vertical > .btn-group > .btn {\n float: none;\n}\n.btn-group-vertical > .btn + .btn,\n.btn-group-vertical > .btn + .btn-group,\n.btn-group-vertical > .btn-group + .btn,\n.btn-group-vertical > .btn-group + .btn-group {\n margin-top: -1px;\n margin-left: 0;\n}\n.btn-group-vertical > .btn:not(:first-child):not(:last-child) {\n border-radius: 0;\n}\n.btn-group-vertical > .btn:first-child:not(:last-child) {\n border-top-right-radius: 4px;\n border-top-left-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n.btn-group-vertical > .btn:last-child:not(:first-child) {\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n border-bottom-right-radius: 4px;\n border-bottom-left-radius: 4px;\n}\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0;\n}\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n.btn-group-justified {\n display: table;\n width: 100%;\n table-layout: fixed;\n border-collapse: separate;\n}\n.btn-group-justified > .btn,\n.btn-group-justified > .btn-group {\n float: none;\n display: table-cell;\n width: 1%;\n}\n.btn-group-justified > .btn-group .btn {\n width: 100%;\n}\n.btn-group-justified > .btn-group .dropdown-menu {\n left: auto;\n}\n[data-toggle=\"buttons\"] > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn input[type=\"checkbox\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none;\n}\n.input-group {\n position: relative;\n display: table;\n border-collapse: separate;\n}\n.input-group[class*=\"col-\"] {\n float: none;\n padding-left: 0;\n padding-right: 0;\n}\n.input-group .form-control {\n position: relative;\n z-index: 2;\n float: left;\n width: 100%;\n margin-bottom: 0;\n}\n.input-group .form-control:focus {\n z-index: 3;\n}\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n height: 46px;\n padding: 10px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n border-radius: 6px;\n}\nselect.input-group-lg > .form-control,\nselect.input-group-lg > .input-group-addon,\nselect.input-group-lg > .input-group-btn > .btn {\n height: 46px;\n line-height: 46px;\n}\ntextarea.input-group-lg > .form-control,\ntextarea.input-group-lg > .input-group-addon,\ntextarea.input-group-lg > .input-group-btn > .btn,\nselect[multiple].input-group-lg > .form-control,\nselect[multiple].input-group-lg > .input-group-addon,\nselect[multiple].input-group-lg > .input-group-btn > .btn {\n height: auto;\n}\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n height: 30px;\n padding: 5px 10px;\n font-size: 12px;\n line-height: 1.5;\n border-radius: 3px;\n}\nselect.input-group-sm > .form-control,\nselect.input-group-sm > .input-group-addon,\nselect.input-group-sm > .input-group-btn > .btn {\n height: 30px;\n line-height: 30px;\n}\ntextarea.input-group-sm > .form-control,\ntextarea.input-group-sm > .input-group-addon,\ntextarea.input-group-sm > .input-group-btn > .btn,\nselect[multiple].input-group-sm > .form-control,\nselect[multiple].input-group-sm > .input-group-addon,\nselect[multiple].input-group-sm > .input-group-btn > .btn {\n height: auto;\n}\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n display: table-cell;\n}\n.input-group-addon:not(:first-child):not(:last-child),\n.input-group-btn:not(:first-child):not(:last-child),\n.input-group .form-control:not(:first-child):not(:last-child) {\n border-radius: 0;\n}\n.input-group-addon,\n.input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n}\n.input-group-addon {\n padding: 6px 12px;\n font-size: 14px;\n font-weight: normal;\n line-height: 1;\n color: #555555;\n text-align: center;\n background-color: #eeeeee;\n border: 1px solid #ccc;\n border-radius: 4px;\n}\n.input-group-addon.input-sm {\n padding: 5px 10px;\n font-size: 12px;\n border-radius: 3px;\n}\n.input-group-addon.input-lg {\n padding: 10px 16px;\n font-size: 18px;\n border-radius: 6px;\n}\n.input-group-addon input[type=\"radio\"],\n.input-group-addon input[type=\"checkbox\"] {\n margin-top: 0;\n}\n.input-group .form-control:first-child,\n.input-group-addon:first-child,\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group > .btn,\n.input-group-btn:first-child > .dropdown-toggle,\n.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n}\n.input-group-addon:first-child {\n border-right: 0;\n}\n.input-group .form-control:last-child,\n.input-group-addon:last-child,\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group > .btn,\n.input-group-btn:last-child > .dropdown-toggle,\n.input-group-btn:first-child > .btn:not(:first-child),\n.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n}\n.input-group-addon:last-child {\n border-left: 0;\n}\n.input-group-btn {\n position: relative;\n font-size: 0;\n white-space: nowrap;\n}\n.input-group-btn > .btn {\n position: relative;\n}\n.input-group-btn > .btn + .btn {\n margin-left: -1px;\n}\n.input-group-btn > .btn:hover,\n.input-group-btn > .btn:focus,\n.input-group-btn > .btn:active {\n z-index: 2;\n}\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group {\n margin-right: -1px;\n}\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group {\n z-index: 2;\n margin-left: -1px;\n}\n.nav {\n margin-bottom: 0;\n padding-left: 0;\n list-style: none;\n}\n.nav > li {\n position: relative;\n display: block;\n}\n.nav > li > a {\n position: relative;\n display: block;\n padding: 10px 15px;\n}\n.nav > li > a:hover,\n.nav > li > a:focus {\n text-decoration: none;\n background-color: #eeeeee;\n}\n.nav > li.disabled > a {\n color: #777777;\n}\n.nav > li.disabled > a:hover,\n.nav > li.disabled > a:focus {\n color: #777777;\n text-decoration: none;\n background-color: transparent;\n cursor: not-allowed;\n}\n.nav .open > a,\n.nav .open > a:hover,\n.nav .open > a:focus {\n background-color: #eeeeee;\n border-color: #337ab7;\n}\n.nav .nav-divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n}\n.nav > li > a > img {\n max-width: none;\n}\n.nav-tabs {\n border-bottom: 1px solid #ddd;\n}\n.nav-tabs > li {\n float: left;\n margin-bottom: -1px;\n}\n.nav-tabs > li > a {\n margin-right: 2px;\n line-height: 1.42857143;\n border: 1px solid transparent;\n border-radius: 4px 4px 0 0;\n}\n.nav-tabs > li > a:hover {\n border-color: #eeeeee #eeeeee #ddd;\n}\n.nav-tabs > li.active > a,\n.nav-tabs > li.active > a:hover,\n.nav-tabs > li.active > a:focus {\n color: #555555;\n background-color: #fff;\n border: 1px solid #ddd;\n border-bottom-color: transparent;\n cursor: default;\n}\n.nav-tabs.nav-justified {\n width: 100%;\n border-bottom: 0;\n}\n.nav-tabs.nav-justified > li {\n float: none;\n}\n.nav-tabs.nav-justified > li > a {\n text-align: center;\n margin-bottom: 5px;\n}\n.nav-tabs.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n}\n@media (min-width: 768px) {\n .nav-tabs.nav-justified > li {\n display: table-cell;\n width: 1%;\n }\n .nav-tabs.nav-justified > li > a {\n margin-bottom: 0;\n }\n}\n.nav-tabs.nav-justified > li > a {\n margin-right: 0;\n border-radius: 4px;\n}\n.nav-tabs.nav-justified > .active > a,\n.nav-tabs.nav-justified > .active > a:hover,\n.nav-tabs.nav-justified > .active > a:focus {\n border: 1px solid #ddd;\n}\n@media (min-width: 768px) {\n .nav-tabs.nav-justified > li > a {\n border-bottom: 1px solid #ddd;\n border-radius: 4px 4px 0 0;\n }\n .nav-tabs.nav-justified > .active > a,\n .nav-tabs.nav-justified > .active > a:hover,\n .nav-tabs.nav-justified > .active > a:focus {\n border-bottom-color: #fff;\n }\n}\n.nav-pills > li {\n float: left;\n}\n.nav-pills > li > a {\n border-radius: 4px;\n}\n.nav-pills > li + li {\n margin-left: 2px;\n}\n.nav-pills > li.active > a,\n.nav-pills > li.active > a:hover,\n.nav-pills > li.active > a:focus {\n color: #fff;\n background-color: #337ab7;\n}\n.nav-stacked > li {\n float: none;\n}\n.nav-stacked > li + li {\n margin-top: 2px;\n margin-left: 0;\n}\n.nav-justified {\n width: 100%;\n}\n.nav-justified > li {\n float: none;\n}\n.nav-justified > li > a {\n text-align: center;\n margin-bottom: 5px;\n}\n.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n}\n@media (min-width: 768px) {\n .nav-justified > li {\n display: table-cell;\n width: 1%;\n }\n .nav-justified > li > a {\n margin-bottom: 0;\n }\n}\n.nav-tabs-justified {\n border-bottom: 0;\n}\n.nav-tabs-justified > li > a {\n margin-right: 0;\n border-radius: 4px;\n}\n.nav-tabs-justified > .active > a,\n.nav-tabs-justified > .active > a:hover,\n.nav-tabs-justified > .active > a:focus {\n border: 1px solid #ddd;\n}\n@media (min-width: 768px) {\n .nav-tabs-justified > li > a {\n border-bottom: 1px solid #ddd;\n border-radius: 4px 4px 0 0;\n }\n .nav-tabs-justified > .active > a,\n .nav-tabs-justified > .active > a:hover,\n .nav-tabs-justified > .active > a:focus {\n border-bottom-color: #fff;\n }\n}\n.tab-content > .tab-pane {\n display: none;\n}\n.tab-content > .active {\n display: block;\n}\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n.navbar {\n position: relative;\n min-height: 50px;\n margin-bottom: 20px;\n border: 1px solid transparent;\n}\n@media (min-width: 768px) {\n .navbar {\n border-radius: 4px;\n }\n}\n@media (min-width: 768px) {\n .navbar-header {\n float: left;\n }\n}\n.navbar-collapse {\n overflow-x: visible;\n padding-right: 15px;\n padding-left: 15px;\n border-top: 1px solid transparent;\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);\n -webkit-overflow-scrolling: touch;\n}\n.navbar-collapse.in {\n overflow-y: auto;\n}\n@media (min-width: 768px) {\n .navbar-collapse {\n width: auto;\n border-top: 0;\n box-shadow: none;\n }\n .navbar-collapse.collapse {\n display: block !important;\n height: auto !important;\n padding-bottom: 0;\n overflow: visible !important;\n }\n .navbar-collapse.in {\n overflow-y: visible;\n }\n .navbar-fixed-top .navbar-collapse,\n .navbar-static-top .navbar-collapse,\n .navbar-fixed-bottom .navbar-collapse {\n padding-left: 0;\n padding-right: 0;\n }\n}\n.navbar-fixed-top .navbar-collapse,\n.navbar-fixed-bottom .navbar-collapse {\n max-height: 340px;\n}\n@media (max-device-width: 480px) and (orientation: landscape) {\n .navbar-fixed-top .navbar-collapse,\n .navbar-fixed-bottom .navbar-collapse {\n max-height: 200px;\n }\n}\n.container > .navbar-header,\n.container-fluid > .navbar-header,\n.container > .navbar-collapse,\n.container-fluid > .navbar-collapse {\n margin-right: -15px;\n margin-left: -15px;\n}\n@media (min-width: 768px) {\n .container > .navbar-header,\n .container-fluid > .navbar-header,\n .container > .navbar-collapse,\n .container-fluid > .navbar-collapse {\n margin-right: 0;\n margin-left: 0;\n }\n}\n.navbar-static-top {\n z-index: 1000;\n border-width: 0 0 1px;\n}\n@media (min-width: 768px) {\n .navbar-static-top {\n border-radius: 0;\n }\n}\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n position: fixed;\n right: 0;\n left: 0;\n z-index: 1030;\n}\n@media (min-width: 768px) {\n .navbar-fixed-top,\n .navbar-fixed-bottom {\n border-radius: 0;\n }\n}\n.navbar-fixed-top {\n top: 0;\n border-width: 0 0 1px;\n}\n.navbar-fixed-bottom {\n bottom: 0;\n margin-bottom: 0;\n border-width: 1px 0 0;\n}\n.navbar-brand {\n float: left;\n padding: 15px 15px;\n font-size: 18px;\n line-height: 20px;\n height: 50px;\n}\n.navbar-brand:hover,\n.navbar-brand:focus {\n text-decoration: none;\n}\n.navbar-brand > img {\n display: block;\n}\n@media (min-width: 768px) {\n .navbar > .container .navbar-brand,\n .navbar > .container-fluid .navbar-brand {\n margin-left: -15px;\n }\n}\n.navbar-toggle {\n position: relative;\n float: right;\n margin-right: 15px;\n padding: 9px 10px;\n margin-top: 8px;\n margin-bottom: 8px;\n background-color: transparent;\n background-image: none;\n border: 1px solid transparent;\n border-radius: 4px;\n}\n.navbar-toggle:focus {\n outline: 0;\n}\n.navbar-toggle .icon-bar {\n display: block;\n width: 22px;\n height: 2px;\n border-radius: 1px;\n}\n.navbar-toggle .icon-bar + .icon-bar {\n margin-top: 4px;\n}\n@media (min-width: 768px) {\n .navbar-toggle {\n display: none;\n }\n}\n.navbar-nav {\n margin: 7.5px -15px;\n}\n.navbar-nav > li > a {\n padding-top: 10px;\n padding-bottom: 10px;\n line-height: 20px;\n}\n@media (max-width: 767px) {\n .navbar-nav .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n box-shadow: none;\n }\n .navbar-nav .open .dropdown-menu > li > a,\n .navbar-nav .open .dropdown-menu .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n .navbar-nav .open .dropdown-menu > li > a {\n line-height: 20px;\n }\n .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-nav .open .dropdown-menu > li > a:focus {\n background-image: none;\n }\n}\n@media (min-width: 768px) {\n .navbar-nav {\n float: left;\n margin: 0;\n }\n .navbar-nav > li {\n float: left;\n }\n .navbar-nav > li > a {\n padding-top: 15px;\n padding-bottom: 15px;\n }\n}\n.navbar-form {\n margin-left: -15px;\n margin-right: -15px;\n padding: 10px 15px;\n border-top: 1px solid transparent;\n border-bottom: 1px solid transparent;\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);\n margin-top: 8px;\n margin-bottom: 8px;\n}\n@media (min-width: 768px) {\n .navbar-form .form-group {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .navbar-form .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .navbar-form .form-control-static {\n display: inline-block;\n }\n .navbar-form .input-group {\n display: inline-table;\n vertical-align: middle;\n }\n .navbar-form .input-group .input-group-addon,\n .navbar-form .input-group .input-group-btn,\n .navbar-form .input-group .form-control {\n width: auto;\n }\n .navbar-form .input-group > .form-control {\n width: 100%;\n }\n .navbar-form .control-label {\n margin-bottom: 0;\n vertical-align: middle;\n }\n .navbar-form .radio,\n .navbar-form .checkbox {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .navbar-form .radio label,\n .navbar-form .checkbox label {\n padding-left: 0;\n }\n .navbar-form .radio input[type=\"radio\"],\n .navbar-form .checkbox input[type=\"checkbox\"] {\n position: relative;\n margin-left: 0;\n }\n .navbar-form .has-feedback .form-control-feedback {\n top: 0;\n }\n}\n@media (max-width: 767px) {\n .navbar-form .form-group {\n margin-bottom: 5px;\n }\n .navbar-form .form-group:last-child {\n margin-bottom: 0;\n }\n}\n@media (min-width: 768px) {\n .navbar-form {\n width: auto;\n border: 0;\n margin-left: 0;\n margin-right: 0;\n padding-top: 0;\n padding-bottom: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n }\n}\n.navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n border-top-right-radius: 4px;\n border-top-left-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n.navbar-btn {\n margin-top: 8px;\n margin-bottom: 8px;\n}\n.navbar-btn.btn-sm {\n margin-top: 10px;\n margin-bottom: 10px;\n}\n.navbar-btn.btn-xs {\n margin-top: 14px;\n margin-bottom: 14px;\n}\n.navbar-text {\n margin-top: 15px;\n margin-bottom: 15px;\n}\n@media (min-width: 768px) {\n .navbar-text {\n float: left;\n margin-left: 15px;\n margin-right: 15px;\n }\n}\n@media (min-width: 768px) {\n .navbar-left {\n float: left !important;\n }\n .navbar-right {\n float: right !important;\n margin-right: -15px;\n }\n .navbar-right ~ .navbar-right {\n margin-right: 0;\n }\n}\n.navbar-default {\n background-color: #f8f8f8;\n border-color: #e7e7e7;\n}\n.navbar-default .navbar-brand {\n color: #777;\n}\n.navbar-default .navbar-brand:hover,\n.navbar-default .navbar-brand:focus {\n color: #5e5e5e;\n background-color: transparent;\n}\n.navbar-default .navbar-text {\n color: #777;\n}\n.navbar-default .navbar-nav > li > a {\n color: #777;\n}\n.navbar-default .navbar-nav > li > a:hover,\n.navbar-default .navbar-nav > li > a:focus {\n color: #333;\n background-color: transparent;\n}\n.navbar-default .navbar-nav > .active > a,\n.navbar-default .navbar-nav > .active > a:hover,\n.navbar-default .navbar-nav > .active > a:focus {\n color: #555;\n background-color: #e7e7e7;\n}\n.navbar-default .navbar-nav > .disabled > a,\n.navbar-default .navbar-nav > .disabled > a:hover,\n.navbar-default .navbar-nav > .disabled > a:focus {\n color: #ccc;\n background-color: transparent;\n}\n.navbar-default .navbar-toggle {\n border-color: #ddd;\n}\n.navbar-default .navbar-toggle:hover,\n.navbar-default .navbar-toggle:focus {\n background-color: #ddd;\n}\n.navbar-default .navbar-toggle .icon-bar {\n background-color: #888;\n}\n.navbar-default .navbar-collapse,\n.navbar-default .navbar-form {\n border-color: #e7e7e7;\n}\n.navbar-default .navbar-nav > .open > a,\n.navbar-default .navbar-nav > .open > a:hover,\n.navbar-default .navbar-nav > .open > a:focus {\n background-color: #e7e7e7;\n color: #555;\n}\n@media (max-width: 767px) {\n .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n color: #777;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #333;\n background-color: transparent;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #555;\n background-color: #e7e7e7;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #ccc;\n background-color: transparent;\n }\n}\n.navbar-default .navbar-link {\n color: #777;\n}\n.navbar-default .navbar-link:hover {\n color: #333;\n}\n.navbar-default .btn-link {\n color: #777;\n}\n.navbar-default .btn-link:hover,\n.navbar-default .btn-link:focus {\n color: #333;\n}\n.navbar-default .btn-link[disabled]:hover,\nfieldset[disabled] .navbar-default .btn-link:hover,\n.navbar-default .btn-link[disabled]:focus,\nfieldset[disabled] .navbar-default .btn-link:focus {\n color: #ccc;\n}\n.navbar-inverse {\n background-color: #222;\n border-color: #080808;\n}\n.navbar-inverse .navbar-brand {\n color: #9d9d9d;\n}\n.navbar-inverse .navbar-brand:hover,\n.navbar-inverse .navbar-brand:focus {\n color: #fff;\n background-color: transparent;\n}\n.navbar-inverse .navbar-text {\n color: #9d9d9d;\n}\n.navbar-inverse .navbar-nav > li > a {\n color: #9d9d9d;\n}\n.navbar-inverse .navbar-nav > li > a:hover,\n.navbar-inverse .navbar-nav > li > a:focus {\n color: #fff;\n background-color: transparent;\n}\n.navbar-inverse .navbar-nav > .active > a,\n.navbar-inverse .navbar-nav > .active > a:hover,\n.navbar-inverse .navbar-nav > .active > a:focus {\n color: #fff;\n background-color: #080808;\n}\n.navbar-inverse .navbar-nav > .disabled > a,\n.navbar-inverse .navbar-nav > .disabled > a:hover,\n.navbar-inverse .navbar-nav > .disabled > a:focus {\n color: #444;\n background-color: transparent;\n}\n.navbar-inverse .navbar-toggle {\n border-color: #333;\n}\n.navbar-inverse .navbar-toggle:hover,\n.navbar-inverse .navbar-toggle:focus {\n background-color: #333;\n}\n.navbar-inverse .navbar-toggle .icon-bar {\n background-color: #fff;\n}\n.navbar-inverse .navbar-collapse,\n.navbar-inverse .navbar-form {\n border-color: #101010;\n}\n.navbar-inverse .navbar-nav > .open > a,\n.navbar-inverse .navbar-nav > .open > a:hover,\n.navbar-inverse .navbar-nav > .open > a:focus {\n background-color: #080808;\n color: #fff;\n}\n@media (max-width: 767px) {\n .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n border-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n color: #9d9d9d;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #fff;\n background-color: transparent;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #444;\n background-color: transparent;\n }\n}\n.navbar-inverse .navbar-link {\n color: #9d9d9d;\n}\n.navbar-inverse .navbar-link:hover {\n color: #fff;\n}\n.navbar-inverse .btn-link {\n color: #9d9d9d;\n}\n.navbar-inverse .btn-link:hover,\n.navbar-inverse .btn-link:focus {\n color: #fff;\n}\n.navbar-inverse .btn-link[disabled]:hover,\nfieldset[disabled] .navbar-inverse .btn-link:hover,\n.navbar-inverse .btn-link[disabled]:focus,\nfieldset[disabled] .navbar-inverse .btn-link:focus {\n color: #444;\n}\n.breadcrumb {\n padding: 8px 15px;\n margin-bottom: 20px;\n list-style: none;\n background-color: #f5f5f5;\n border-radius: 4px;\n}\n.breadcrumb > li {\n display: inline-block;\n}\n.breadcrumb > li + li:before {\n content: \"/\\00a0\";\n padding: 0 5px;\n color: #ccc;\n}\n.breadcrumb > .active {\n color: #777777;\n}\n.pagination {\n display: inline-block;\n padding-left: 0;\n margin: 20px 0;\n border-radius: 4px;\n}\n.pagination > li {\n display: inline;\n}\n.pagination > li > a,\n.pagination > li > span {\n position: relative;\n float: left;\n padding: 6px 12px;\n line-height: 1.42857143;\n text-decoration: none;\n color: #337ab7;\n background-color: #fff;\n border: 1px solid #ddd;\n margin-left: -1px;\n}\n.pagination > li:first-child > a,\n.pagination > li:first-child > span {\n margin-left: 0;\n border-bottom-left-radius: 4px;\n border-top-left-radius: 4px;\n}\n.pagination > li:last-child > a,\n.pagination > li:last-child > span {\n border-bottom-right-radius: 4px;\n border-top-right-radius: 4px;\n}\n.pagination > li > a:hover,\n.pagination > li > span:hover,\n.pagination > li > a:focus,\n.pagination > li > span:focus {\n z-index: 2;\n color: #23527c;\n background-color: #eeeeee;\n border-color: #ddd;\n}\n.pagination > .active > a,\n.pagination > .active > span,\n.pagination > .active > a:hover,\n.pagination > .active > span:hover,\n.pagination > .active > a:focus,\n.pagination > .active > span:focus {\n z-index: 3;\n color: #fff;\n background-color: #337ab7;\n border-color: #337ab7;\n cursor: default;\n}\n.pagination > .disabled > span,\n.pagination > .disabled > span:hover,\n.pagination > .disabled > span:focus,\n.pagination > .disabled > a,\n.pagination > .disabled > a:hover,\n.pagination > .disabled > a:focus {\n color: #777777;\n background-color: #fff;\n border-color: #ddd;\n cursor: not-allowed;\n}\n.pagination-lg > li > a,\n.pagination-lg > li > span {\n padding: 10px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n}\n.pagination-lg > li:first-child > a,\n.pagination-lg > li:first-child > span {\n border-bottom-left-radius: 6px;\n border-top-left-radius: 6px;\n}\n.pagination-lg > li:last-child > a,\n.pagination-lg > li:last-child > span {\n border-bottom-right-radius: 6px;\n border-top-right-radius: 6px;\n}\n.pagination-sm > li > a,\n.pagination-sm > li > span {\n padding: 5px 10px;\n font-size: 12px;\n line-height: 1.5;\n}\n.pagination-sm > li:first-child > a,\n.pagination-sm > li:first-child > span {\n border-bottom-left-radius: 3px;\n border-top-left-radius: 3px;\n}\n.pagination-sm > li:last-child > a,\n.pagination-sm > li:last-child > span {\n border-bottom-right-radius: 3px;\n border-top-right-radius: 3px;\n}\n.pager {\n padding-left: 0;\n margin: 20px 0;\n list-style: none;\n text-align: center;\n}\n.pager li {\n display: inline;\n}\n.pager li > a,\n.pager li > span {\n display: inline-block;\n padding: 5px 14px;\n background-color: #fff;\n border: 1px solid #ddd;\n border-radius: 15px;\n}\n.pager li > a:hover,\n.pager li > a:focus {\n text-decoration: none;\n background-color: #eeeeee;\n}\n.pager .next > a,\n.pager .next > span {\n float: right;\n}\n.pager .previous > a,\n.pager .previous > span {\n float: left;\n}\n.pager .disabled > a,\n.pager .disabled > a:hover,\n.pager .disabled > a:focus,\n.pager .disabled > span {\n color: #777777;\n background-color: #fff;\n cursor: not-allowed;\n}\n.label {\n display: inline;\n padding: .2em .6em .3em;\n font-size: 75%;\n font-weight: bold;\n line-height: 1;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: .25em;\n}\na.label:hover,\na.label:focus {\n color: #fff;\n text-decoration: none;\n cursor: pointer;\n}\n.label:empty {\n display: none;\n}\n.btn .label {\n position: relative;\n top: -1px;\n}\n.label-default {\n background-color: #777777;\n}\n.label-default[href]:hover,\n.label-default[href]:focus {\n background-color: #5e5e5e;\n}\n.label-primary {\n background-color: #337ab7;\n}\n.label-primary[href]:hover,\n.label-primary[href]:focus {\n background-color: #286090;\n}\n.label-success {\n background-color: #5cb85c;\n}\n.label-success[href]:hover,\n.label-success[href]:focus {\n background-color: #449d44;\n}\n.label-info {\n background-color: #5bc0de;\n}\n.label-info[href]:hover,\n.label-info[href]:focus {\n background-color: #31b0d5;\n}\n.label-warning {\n background-color: #f0ad4e;\n}\n.label-warning[href]:hover,\n.label-warning[href]:focus {\n background-color: #ec971f;\n}\n.label-danger {\n background-color: #d9534f;\n}\n.label-danger[href]:hover,\n.label-danger[href]:focus {\n background-color: #c9302c;\n}\n.badge {\n display: inline-block;\n min-width: 10px;\n padding: 3px 7px;\n font-size: 12px;\n font-weight: bold;\n color: #fff;\n line-height: 1;\n vertical-align: middle;\n white-space: nowrap;\n text-align: center;\n background-color: #777777;\n border-radius: 10px;\n}\n.badge:empty {\n display: none;\n}\n.btn .badge {\n position: relative;\n top: -1px;\n}\n.btn-xs .badge,\n.btn-group-xs > .btn .badge {\n top: 0;\n padding: 1px 5px;\n}\na.badge:hover,\na.badge:focus {\n color: #fff;\n text-decoration: none;\n cursor: pointer;\n}\n.list-group-item.active > .badge,\n.nav-pills > .active > a > .badge {\n color: #337ab7;\n background-color: #fff;\n}\n.list-group-item > .badge {\n float: right;\n}\n.list-group-item > .badge + .badge {\n margin-right: 5px;\n}\n.nav-pills > li > a > .badge {\n margin-left: 3px;\n}\n.jumbotron {\n padding-top: 30px;\n padding-bottom: 30px;\n margin-bottom: 30px;\n color: inherit;\n background-color: #eeeeee;\n}\n.jumbotron h1,\n.jumbotron .h1 {\n color: inherit;\n}\n.jumbotron p {\n margin-bottom: 15px;\n font-size: 21px;\n font-weight: 200;\n}\n.jumbotron > hr {\n border-top-color: #d5d5d5;\n}\n.container .jumbotron,\n.container-fluid .jumbotron {\n border-radius: 6px;\n padding-left: 15px;\n padding-right: 15px;\n}\n.jumbotron .container {\n max-width: 100%;\n}\n@media screen and (min-width: 768px) {\n .jumbotron {\n padding-top: 48px;\n padding-bottom: 48px;\n }\n .container .jumbotron,\n .container-fluid .jumbotron {\n padding-left: 60px;\n padding-right: 60px;\n }\n .jumbotron h1,\n .jumbotron .h1 {\n font-size: 63px;\n }\n}\n.thumbnail {\n display: block;\n padding: 4px;\n margin-bottom: 20px;\n line-height: 1.42857143;\n background-color: #fff;\n border: 1px solid #ddd;\n border-radius: 4px;\n -webkit-transition: border 0.2s ease-in-out;\n -o-transition: border 0.2s ease-in-out;\n transition: border 0.2s ease-in-out;\n}\n.thumbnail > img,\n.thumbnail a > img {\n margin-left: auto;\n margin-right: auto;\n}\na.thumbnail:hover,\na.thumbnail:focus,\na.thumbnail.active {\n border-color: #337ab7;\n}\n.thumbnail .caption {\n padding: 9px;\n color: #333333;\n}\n.alert {\n padding: 15px;\n margin-bottom: 20px;\n border: 1px solid transparent;\n border-radius: 4px;\n}\n.alert h4 {\n margin-top: 0;\n color: inherit;\n}\n.alert .alert-link {\n font-weight: bold;\n}\n.alert > p,\n.alert > ul {\n margin-bottom: 0;\n}\n.alert > p + p {\n margin-top: 5px;\n}\n.alert-dismissable,\n.alert-dismissible {\n padding-right: 35px;\n}\n.alert-dismissable .close,\n.alert-dismissible .close {\n position: relative;\n top: -2px;\n right: -21px;\n color: inherit;\n}\n.alert-success {\n background-color: #dff0d8;\n border-color: #d6e9c6;\n color: #3c763d;\n}\n.alert-success hr {\n border-top-color: #c9e2b3;\n}\n.alert-success .alert-link {\n color: #2b542c;\n}\n.alert-info {\n background-color: #d9edf7;\n border-color: #bce8f1;\n color: #31708f;\n}\n.alert-info hr {\n border-top-color: #a6e1ec;\n}\n.alert-info .alert-link {\n color: #245269;\n}\n.alert-warning {\n background-color: #fcf8e3;\n border-color: #faebcc;\n color: #8a6d3b;\n}\n.alert-warning hr {\n border-top-color: #f7e1b5;\n}\n.alert-warning .alert-link {\n color: #66512c;\n}\n.alert-danger {\n background-color: #f2dede;\n border-color: #ebccd1;\n color: #a94442;\n}\n.alert-danger hr {\n border-top-color: #e4b9c0;\n}\n.alert-danger .alert-link {\n color: #843534;\n}\n@-webkit-keyframes progress-bar-stripes {\n from {\n background-position: 40px 0;\n }\n to {\n background-position: 0 0;\n }\n}\n@keyframes progress-bar-stripes {\n from {\n background-position: 40px 0;\n }\n to {\n background-position: 0 0;\n }\n}\n.progress {\n overflow: hidden;\n height: 20px;\n margin-bottom: 20px;\n background-color: #f5f5f5;\n border-radius: 4px;\n -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n.progress-bar {\n float: left;\n width: 0%;\n height: 100%;\n font-size: 12px;\n line-height: 20px;\n color: #fff;\n text-align: center;\n background-color: #337ab7;\n -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n -webkit-transition: width 0.6s ease;\n -o-transition: width 0.6s ease;\n transition: width 0.6s ease;\n}\n.progress-striped .progress-bar,\n.progress-bar-striped {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 40px 40px;\n}\n.progress.active .progress-bar,\n.progress-bar.active {\n -webkit-animation: progress-bar-stripes 2s linear infinite;\n -o-animation: progress-bar-stripes 2s linear infinite;\n animation: progress-bar-stripes 2s linear infinite;\n}\n.progress-bar-success {\n background-color: #5cb85c;\n}\n.progress-striped .progress-bar-success {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n.progress-bar-info {\n background-color: #5bc0de;\n}\n.progress-striped .progress-bar-info {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n.progress-bar-warning {\n background-color: #f0ad4e;\n}\n.progress-striped .progress-bar-warning {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n.progress-bar-danger {\n background-color: #d9534f;\n}\n.progress-striped .progress-bar-danger {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n.media {\n margin-top: 15px;\n}\n.media:first-child {\n margin-top: 0;\n}\n.media,\n.media-body {\n zoom: 1;\n overflow: hidden;\n}\n.media-body {\n width: 10000px;\n}\n.media-object {\n display: block;\n}\n.media-object.img-thumbnail {\n max-width: none;\n}\n.media-right,\n.media > .pull-right {\n padding-left: 10px;\n}\n.media-left,\n.media > .pull-left {\n padding-right: 10px;\n}\n.media-left,\n.media-right,\n.media-body {\n display: table-cell;\n vertical-align: top;\n}\n.media-middle {\n vertical-align: middle;\n}\n.media-bottom {\n vertical-align: bottom;\n}\n.media-heading {\n margin-top: 0;\n margin-bottom: 5px;\n}\n.media-list {\n padding-left: 0;\n list-style: none;\n}\n.list-group {\n margin-bottom: 20px;\n padding-left: 0;\n}\n.list-group-item {\n position: relative;\n display: block;\n padding: 10px 15px;\n margin-bottom: -1px;\n background-color: #fff;\n border: 1px solid #ddd;\n}\n.list-group-item:first-child {\n border-top-right-radius: 4px;\n border-top-left-radius: 4px;\n}\n.list-group-item:last-child {\n margin-bottom: 0;\n border-bottom-right-radius: 4px;\n border-bottom-left-radius: 4px;\n}\na.list-group-item,\nbutton.list-group-item {\n color: #555;\n}\na.list-group-item .list-group-item-heading,\nbutton.list-group-item .list-group-item-heading {\n color: #333;\n}\na.list-group-item:hover,\nbutton.list-group-item:hover,\na.list-group-item:focus,\nbutton.list-group-item:focus {\n text-decoration: none;\n color: #555;\n background-color: #f5f5f5;\n}\nbutton.list-group-item {\n width: 100%;\n text-align: left;\n}\n.list-group-item.disabled,\n.list-group-item.disabled:hover,\n.list-group-item.disabled:focus {\n background-color: #eeeeee;\n color: #777777;\n cursor: not-allowed;\n}\n.list-group-item.disabled .list-group-item-heading,\n.list-group-item.disabled:hover .list-group-item-heading,\n.list-group-item.disabled:focus .list-group-item-heading {\n color: inherit;\n}\n.list-group-item.disabled .list-group-item-text,\n.list-group-item.disabled:hover .list-group-item-text,\n.list-group-item.disabled:focus .list-group-item-text {\n color: #777777;\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n z-index: 2;\n color: #fff;\n background-color: #337ab7;\n border-color: #337ab7;\n}\n.list-group-item.active .list-group-item-heading,\n.list-group-item.active:hover .list-group-item-heading,\n.list-group-item.active:focus .list-group-item-heading,\n.list-group-item.active .list-group-item-heading > small,\n.list-group-item.active:hover .list-group-item-heading > small,\n.list-group-item.active:focus .list-group-item-heading > small,\n.list-group-item.active .list-group-item-heading > .small,\n.list-group-item.active:hover .list-group-item-heading > .small,\n.list-group-item.active:focus .list-group-item-heading > .small {\n color: inherit;\n}\n.list-group-item.active .list-group-item-text,\n.list-group-item.active:hover .list-group-item-text,\n.list-group-item.active:focus .list-group-item-text {\n color: #c7ddef;\n}\n.list-group-item-success {\n color: #3c763d;\n background-color: #dff0d8;\n}\na.list-group-item-success,\nbutton.list-group-item-success {\n color: #3c763d;\n}\na.list-group-item-success .list-group-item-heading,\nbutton.list-group-item-success .list-group-item-heading {\n color: inherit;\n}\na.list-group-item-success:hover,\nbutton.list-group-item-success:hover,\na.list-group-item-success:focus,\nbutton.list-group-item-success:focus {\n color: #3c763d;\n background-color: #d0e9c6;\n}\na.list-group-item-success.active,\nbutton.list-group-item-success.active,\na.list-group-item-success.active:hover,\nbutton.list-group-item-success.active:hover,\na.list-group-item-success.active:focus,\nbutton.list-group-item-success.active:focus {\n color: #fff;\n background-color: #3c763d;\n border-color: #3c763d;\n}\n.list-group-item-info {\n color: #31708f;\n background-color: #d9edf7;\n}\na.list-group-item-info,\nbutton.list-group-item-info {\n color: #31708f;\n}\na.list-group-item-info .list-group-item-heading,\nbutton.list-group-item-info .list-group-item-heading {\n color: inherit;\n}\na.list-group-item-info:hover,\nbutton.list-group-item-info:hover,\na.list-group-item-info:focus,\nbutton.list-group-item-info:focus {\n color: #31708f;\n background-color: #c4e3f3;\n}\na.list-group-item-info.active,\nbutton.list-group-item-info.active,\na.list-group-item-info.active:hover,\nbutton.list-group-item-info.active:hover,\na.list-group-item-info.active:focus,\nbutton.list-group-item-info.active:focus {\n color: #fff;\n background-color: #31708f;\n border-color: #31708f;\n}\n.list-group-item-warning {\n color: #8a6d3b;\n background-color: #fcf8e3;\n}\na.list-group-item-warning,\nbutton.list-group-item-warning {\n color: #8a6d3b;\n}\na.list-group-item-warning .list-group-item-heading,\nbutton.list-group-item-warning .list-group-item-heading {\n color: inherit;\n}\na.list-group-item-warning:hover,\nbutton.list-group-item-warning:hover,\na.list-group-item-warning:focus,\nbutton.list-group-item-warning:focus {\n color: #8a6d3b;\n background-color: #faf2cc;\n}\na.list-group-item-warning.active,\nbutton.list-group-item-warning.active,\na.list-group-item-warning.active:hover,\nbutton.list-group-item-warning.active:hover,\na.list-group-item-warning.active:focus,\nbutton.list-group-item-warning.active:focus {\n color: #fff;\n background-color: #8a6d3b;\n border-color: #8a6d3b;\n}\n.list-group-item-danger {\n color: #a94442;\n background-color: #f2dede;\n}\na.list-group-item-danger,\nbutton.list-group-item-danger {\n color: #a94442;\n}\na.list-group-item-danger .list-group-item-heading,\nbutton.list-group-item-danger .list-group-item-heading {\n color: inherit;\n}\na.list-group-item-danger:hover,\nbutton.list-group-item-danger:hover,\na.list-group-item-danger:focus,\nbutton.list-group-item-danger:focus {\n color: #a94442;\n background-color: #ebcccc;\n}\na.list-group-item-danger.active,\nbutton.list-group-item-danger.active,\na.list-group-item-danger.active:hover,\nbutton.list-group-item-danger.active:hover,\na.list-group-item-danger.active:focus,\nbutton.list-group-item-danger.active:focus {\n color: #fff;\n background-color: #a94442;\n border-color: #a94442;\n}\n.list-group-item-heading {\n margin-top: 0;\n margin-bottom: 5px;\n}\n.list-group-item-text {\n margin-bottom: 0;\n line-height: 1.3;\n}\n.panel {\n margin-bottom: 20px;\n background-color: #fff;\n border: 1px solid transparent;\n border-radius: 4px;\n -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n.panel-body {\n padding: 15px;\n}\n.panel-heading {\n padding: 10px 15px;\n border-bottom: 1px solid transparent;\n border-top-right-radius: 3px;\n border-top-left-radius: 3px;\n}\n.panel-heading > .dropdown .dropdown-toggle {\n color: inherit;\n}\n.panel-title {\n margin-top: 0;\n margin-bottom: 0;\n font-size: 16px;\n color: inherit;\n}\n.panel-title > a,\n.panel-title > small,\n.panel-title > .small,\n.panel-title > small > a,\n.panel-title > .small > a {\n color: inherit;\n}\n.panel-footer {\n padding: 10px 15px;\n background-color: #f5f5f5;\n border-top: 1px solid #ddd;\n border-bottom-right-radius: 3px;\n border-bottom-left-radius: 3px;\n}\n.panel > .list-group,\n.panel > .panel-collapse > .list-group {\n margin-bottom: 0;\n}\n.panel > .list-group .list-group-item,\n.panel > .panel-collapse > .list-group .list-group-item {\n border-width: 1px 0;\n border-radius: 0;\n}\n.panel > .list-group:first-child .list-group-item:first-child,\n.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {\n border-top: 0;\n border-top-right-radius: 3px;\n border-top-left-radius: 3px;\n}\n.panel > .list-group:last-child .list-group-item:last-child,\n.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {\n border-bottom: 0;\n border-bottom-right-radius: 3px;\n border-bottom-left-radius: 3px;\n}\n.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n.panel-heading + .list-group .list-group-item:first-child {\n border-top-width: 0;\n}\n.list-group + .panel-footer {\n border-top-width: 0;\n}\n.panel > .table,\n.panel > .table-responsive > .table,\n.panel > .panel-collapse > .table {\n margin-bottom: 0;\n}\n.panel > .table caption,\n.panel > .table-responsive > .table caption,\n.panel > .panel-collapse > .table caption {\n padding-left: 15px;\n padding-right: 15px;\n}\n.panel > .table:first-child,\n.panel > .table-responsive:first-child > .table:first-child {\n border-top-right-radius: 3px;\n border-top-left-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {\n border-top-left-radius: 3px;\n border-top-right-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,\n.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {\n border-top-left-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,\n.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {\n border-top-right-radius: 3px;\n}\n.panel > .table:last-child,\n.panel > .table-responsive:last-child > .table:last-child {\n border-bottom-right-radius: 3px;\n border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {\n border-bottom-left-radius: 3px;\n border-bottom-right-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,\n.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {\n border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,\n.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {\n border-bottom-right-radius: 3px;\n}\n.panel > .panel-body + .table,\n.panel > .panel-body + .table-responsive,\n.panel > .table + .panel-body,\n.panel > .table-responsive + .panel-body {\n border-top: 1px solid #ddd;\n}\n.panel > .table > tbody:first-child > tr:first-child th,\n.panel > .table > tbody:first-child > tr:first-child td {\n border-top: 0;\n}\n.panel > .table-bordered,\n.panel > .table-responsive > .table-bordered {\n border: 0;\n}\n.panel > .table-bordered > thead > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,\n.panel > .table-bordered > tbody > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,\n.panel > .table-bordered > tfoot > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,\n.panel > .table-bordered > thead > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,\n.panel > .table-bordered > tbody > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,\n.panel > .table-bordered > tfoot > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {\n border-left: 0;\n}\n.panel > .table-bordered > thead > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,\n.panel > .table-bordered > tbody > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,\n.panel > .table-bordered > tfoot > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,\n.panel > .table-bordered > thead > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,\n.panel > .table-bordered > tbody > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,\n.panel > .table-bordered > tfoot > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {\n border-right: 0;\n}\n.panel > .table-bordered > thead > tr:first-child > td,\n.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,\n.panel > .table-bordered > tbody > tr:first-child > td,\n.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,\n.panel > .table-bordered > thead > tr:first-child > th,\n.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,\n.panel > .table-bordered > tbody > tr:first-child > th,\n.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {\n border-bottom: 0;\n}\n.panel > .table-bordered > tbody > tr:last-child > td,\n.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,\n.panel > .table-bordered > tfoot > tr:last-child > td,\n.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,\n.panel > .table-bordered > tbody > tr:last-child > th,\n.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,\n.panel > .table-bordered > tfoot > tr:last-child > th,\n.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {\n border-bottom: 0;\n}\n.panel > .table-responsive {\n border: 0;\n margin-bottom: 0;\n}\n.panel-group {\n margin-bottom: 20px;\n}\n.panel-group .panel {\n margin-bottom: 0;\n border-radius: 4px;\n}\n.panel-group .panel + .panel {\n margin-top: 5px;\n}\n.panel-group .panel-heading {\n border-bottom: 0;\n}\n.panel-group .panel-heading + .panel-collapse > .panel-body,\n.panel-group .panel-heading + .panel-collapse > .list-group {\n border-top: 1px solid #ddd;\n}\n.panel-group .panel-footer {\n border-top: 0;\n}\n.panel-group .panel-footer + .panel-collapse .panel-body {\n border-bottom: 1px solid #ddd;\n}\n.panel-default {\n border-color: #ddd;\n}\n.panel-default > .panel-heading {\n color: #333333;\n background-color: #f5f5f5;\n border-color: #ddd;\n}\n.panel-default > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #ddd;\n}\n.panel-default > .panel-heading .badge {\n color: #f5f5f5;\n background-color: #333333;\n}\n.panel-default > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #ddd;\n}\n.panel-primary {\n border-color: #337ab7;\n}\n.panel-primary > .panel-heading {\n color: #fff;\n background-color: #337ab7;\n border-color: #337ab7;\n}\n.panel-primary > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #337ab7;\n}\n.panel-primary > .panel-heading .badge {\n color: #337ab7;\n background-color: #fff;\n}\n.panel-primary > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #337ab7;\n}\n.panel-success {\n border-color: #d6e9c6;\n}\n.panel-success > .panel-heading {\n color: #3c763d;\n background-color: #dff0d8;\n border-color: #d6e9c6;\n}\n.panel-success > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #d6e9c6;\n}\n.panel-success > .panel-heading .badge {\n color: #dff0d8;\n background-color: #3c763d;\n}\n.panel-success > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #d6e9c6;\n}\n.panel-info {\n border-color: #bce8f1;\n}\n.panel-info > .panel-heading {\n color: #31708f;\n background-color: #d9edf7;\n border-color: #bce8f1;\n}\n.panel-info > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #bce8f1;\n}\n.panel-info > .panel-heading .badge {\n color: #d9edf7;\n background-color: #31708f;\n}\n.panel-info > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #bce8f1;\n}\n.panel-warning {\n border-color: #faebcc;\n}\n.panel-warning > .panel-heading {\n color: #8a6d3b;\n background-color: #fcf8e3;\n border-color: #faebcc;\n}\n.panel-warning > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #faebcc;\n}\n.panel-warning > .panel-heading .badge {\n color: #fcf8e3;\n background-color: #8a6d3b;\n}\n.panel-warning > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #faebcc;\n}\n.panel-danger {\n border-color: #ebccd1;\n}\n.panel-danger > .panel-heading {\n color: #a94442;\n background-color: #f2dede;\n border-color: #ebccd1;\n}\n.panel-danger > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #ebccd1;\n}\n.panel-danger > .panel-heading .badge {\n color: #f2dede;\n background-color: #a94442;\n}\n.panel-danger > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #ebccd1;\n}\n.embed-responsive {\n position: relative;\n display: block;\n height: 0;\n padding: 0;\n overflow: hidden;\n}\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n height: 100%;\n width: 100%;\n border: 0;\n}\n.embed-responsive-16by9 {\n padding-bottom: 56.25%;\n}\n.embed-responsive-4by3 {\n padding-bottom: 75%;\n}\n.well {\n min-height: 20px;\n padding: 19px;\n margin-bottom: 20px;\n background-color: #f5f5f5;\n border: 1px solid #e3e3e3;\n border-radius: 4px;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n.well blockquote {\n border-color: #ddd;\n border-color: rgba(0, 0, 0, 0.15);\n}\n.well-lg {\n padding: 24px;\n border-radius: 6px;\n}\n.well-sm {\n padding: 9px;\n border-radius: 3px;\n}\n.close {\n float: right;\n font-size: 21px;\n font-weight: bold;\n line-height: 1;\n color: #000;\n text-shadow: 0 1px 0 #fff;\n opacity: 0.2;\n filter: alpha(opacity=20);\n}\n.close:hover,\n.close:focus {\n color: #000;\n text-decoration: none;\n cursor: pointer;\n opacity: 0.5;\n filter: alpha(opacity=50);\n}\nbutton.close {\n padding: 0;\n cursor: pointer;\n background: transparent;\n border: 0;\n -webkit-appearance: none;\n}\n.modal-open {\n overflow: hidden;\n}\n.modal {\n display: none;\n overflow: hidden;\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1050;\n -webkit-overflow-scrolling: touch;\n outline: 0;\n}\n.modal.fade .modal-dialog {\n -webkit-transform: translate(0, -25%);\n -ms-transform: translate(0, -25%);\n -o-transform: translate(0, -25%);\n transform: translate(0, -25%);\n -webkit-transition: -webkit-transform 0.3s ease-out;\n -moz-transition: -moz-transform 0.3s ease-out;\n -o-transition: -o-transform 0.3s ease-out;\n transition: transform 0.3s ease-out;\n}\n.modal.in .modal-dialog {\n -webkit-transform: translate(0, 0);\n -ms-transform: translate(0, 0);\n -o-transform: translate(0, 0);\n transform: translate(0, 0);\n}\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 10px;\n}\n.modal-content {\n position: relative;\n background-color: #fff;\n border: 1px solid #999;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 6px;\n -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\n box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\n background-clip: padding-box;\n outline: 0;\n}\n.modal-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1040;\n background-color: #000;\n}\n.modal-backdrop.fade {\n opacity: 0;\n filter: alpha(opacity=0);\n}\n.modal-backdrop.in {\n opacity: 0.5;\n filter: alpha(opacity=50);\n}\n.modal-header {\n padding: 15px;\n border-bottom: 1px solid #e5e5e5;\n}\n.modal-header .close {\n margin-top: -2px;\n}\n.modal-title {\n margin: 0;\n line-height: 1.42857143;\n}\n.modal-body {\n position: relative;\n padding: 15px;\n}\n.modal-footer {\n padding: 15px;\n text-align: right;\n border-top: 1px solid #e5e5e5;\n}\n.modal-footer .btn + .btn {\n margin-left: 5px;\n margin-bottom: 0;\n}\n.modal-footer .btn-group .btn + .btn {\n margin-left: -1px;\n}\n.modal-footer .btn-block + .btn-block {\n margin-left: 0;\n}\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n@media (min-width: 768px) {\n .modal-dialog {\n width: 600px;\n margin: 30px auto;\n }\n .modal-content {\n -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n }\n .modal-sm {\n width: 300px;\n }\n}\n@media (min-width: 992px) {\n .modal-lg {\n width: 900px;\n }\n}\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n line-break: auto;\n line-height: 1.42857143;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n white-space: normal;\n word-break: normal;\n word-spacing: normal;\n word-wrap: normal;\n font-size: 12px;\n opacity: 0;\n filter: alpha(opacity=0);\n}\n.tooltip.in {\n opacity: 0.9;\n filter: alpha(opacity=90);\n}\n.tooltip.top {\n margin-top: -3px;\n padding: 5px 0;\n}\n.tooltip.right {\n margin-left: 3px;\n padding: 0 5px;\n}\n.tooltip.bottom {\n margin-top: 3px;\n padding: 5px 0;\n}\n.tooltip.left {\n margin-left: -3px;\n padding: 0 5px;\n}\n.tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 4px;\n}\n.tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n}\n.tooltip.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n}\n.tooltip.top-left .tooltip-arrow {\n bottom: 0;\n right: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n}\n.tooltip.top-right .tooltip-arrow {\n bottom: 0;\n left: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000;\n}\n.tooltip.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -5px;\n border-width: 5px 5px 5px 0;\n border-right-color: #000;\n}\n.tooltip.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -5px;\n border-width: 5px 0 5px 5px;\n border-left-color: #000;\n}\n.tooltip.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n}\n.tooltip.bottom-left .tooltip-arrow {\n top: 0;\n right: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n}\n.tooltip.bottom-right .tooltip-arrow {\n top: 0;\n left: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n}\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1060;\n display: none;\n max-width: 276px;\n padding: 1px;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n line-break: auto;\n line-height: 1.42857143;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n white-space: normal;\n word-break: normal;\n word-spacing: normal;\n word-wrap: normal;\n font-size: 14px;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ccc;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 6px;\n -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n}\n.popover.top {\n margin-top: -10px;\n}\n.popover.right {\n margin-left: 10px;\n}\n.popover.bottom {\n margin-top: 10px;\n}\n.popover.left {\n margin-left: -10px;\n}\n.popover-title {\n margin: 0;\n padding: 8px 14px;\n font-size: 14px;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n border-radius: 5px 5px 0 0;\n}\n.popover-content {\n padding: 9px 14px;\n}\n.popover > .arrow,\n.popover > .arrow:after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n}\n.popover > .arrow {\n border-width: 11px;\n}\n.popover > .arrow:after {\n border-width: 10px;\n content: \"\";\n}\n.popover.top > .arrow {\n left: 50%;\n margin-left: -11px;\n border-bottom-width: 0;\n border-top-color: #999999;\n border-top-color: rgba(0, 0, 0, 0.25);\n bottom: -11px;\n}\n.popover.top > .arrow:after {\n content: \" \";\n bottom: 1px;\n margin-left: -10px;\n border-bottom-width: 0;\n border-top-color: #fff;\n}\n.popover.right > .arrow {\n top: 50%;\n left: -11px;\n margin-top: -11px;\n border-left-width: 0;\n border-right-color: #999999;\n border-right-color: rgba(0, 0, 0, 0.25);\n}\n.popover.right > .arrow:after {\n content: \" \";\n left: 1px;\n bottom: -10px;\n border-left-width: 0;\n border-right-color: #fff;\n}\n.popover.bottom > .arrow {\n left: 50%;\n margin-left: -11px;\n border-top-width: 0;\n border-bottom-color: #999999;\n border-bottom-color: rgba(0, 0, 0, 0.25);\n top: -11px;\n}\n.popover.bottom > .arrow:after {\n content: \" \";\n top: 1px;\n margin-left: -10px;\n border-top-width: 0;\n border-bottom-color: #fff;\n}\n.popover.left > .arrow {\n top: 50%;\n right: -11px;\n margin-top: -11px;\n border-right-width: 0;\n border-left-color: #999999;\n border-left-color: rgba(0, 0, 0, 0.25);\n}\n.popover.left > .arrow:after {\n content: \" \";\n right: 1px;\n border-right-width: 0;\n border-left-color: #fff;\n bottom: -10px;\n}\n.carousel {\n position: relative;\n}\n.carousel-inner {\n position: relative;\n overflow: hidden;\n width: 100%;\n}\n.carousel-inner > .item {\n display: none;\n position: relative;\n -webkit-transition: 0.6s ease-in-out left;\n -o-transition: 0.6s ease-in-out left;\n transition: 0.6s ease-in-out left;\n}\n.carousel-inner > .item > img,\n.carousel-inner > .item > a > img {\n line-height: 1;\n}\n@media all and (transform-3d), (-webkit-transform-3d) {\n .carousel-inner > .item {\n -webkit-transition: -webkit-transform 0.6s ease-in-out;\n -moz-transition: -moz-transform 0.6s ease-in-out;\n -o-transition: -o-transform 0.6s ease-in-out;\n transition: transform 0.6s ease-in-out;\n -webkit-backface-visibility: hidden;\n -moz-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-perspective: 1000px;\n -moz-perspective: 1000px;\n perspective: 1000px;\n }\n .carousel-inner > .item.next,\n .carousel-inner > .item.active.right {\n -webkit-transform: translate3d(100%, 0, 0);\n transform: translate3d(100%, 0, 0);\n left: 0;\n }\n .carousel-inner > .item.prev,\n .carousel-inner > .item.active.left {\n -webkit-transform: translate3d(-100%, 0, 0);\n transform: translate3d(-100%, 0, 0);\n left: 0;\n }\n .carousel-inner > .item.next.left,\n .carousel-inner > .item.prev.right,\n .carousel-inner > .item.active {\n -webkit-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n left: 0;\n }\n}\n.carousel-inner > .active,\n.carousel-inner > .next,\n.carousel-inner > .prev {\n display: block;\n}\n.carousel-inner > .active {\n left: 0;\n}\n.carousel-inner > .next,\n.carousel-inner > .prev {\n position: absolute;\n top: 0;\n width: 100%;\n}\n.carousel-inner > .next {\n left: 100%;\n}\n.carousel-inner > .prev {\n left: -100%;\n}\n.carousel-inner > .next.left,\n.carousel-inner > .prev.right {\n left: 0;\n}\n.carousel-inner > .active.left {\n left: -100%;\n}\n.carousel-inner > .active.right {\n left: 100%;\n}\n.carousel-control {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 15%;\n opacity: 0.5;\n filter: alpha(opacity=50);\n font-size: 20px;\n color: #fff;\n text-align: center;\n text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n background-color: rgba(0, 0, 0, 0);\n}\n.carousel-control.left {\n background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);\n}\n.carousel-control.right {\n left: auto;\n right: 0;\n background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);\n}\n.carousel-control:hover,\n.carousel-control:focus {\n outline: 0;\n color: #fff;\n text-decoration: none;\n opacity: 0.9;\n filter: alpha(opacity=90);\n}\n.carousel-control .icon-prev,\n.carousel-control .icon-next,\n.carousel-control .glyphicon-chevron-left,\n.carousel-control .glyphicon-chevron-right {\n position: absolute;\n top: 50%;\n margin-top: -10px;\n z-index: 5;\n display: inline-block;\n}\n.carousel-control .icon-prev,\n.carousel-control .glyphicon-chevron-left {\n left: 50%;\n margin-left: -10px;\n}\n.carousel-control .icon-next,\n.carousel-control .glyphicon-chevron-right {\n right: 50%;\n margin-right: -10px;\n}\n.carousel-control .icon-prev,\n.carousel-control .icon-next {\n width: 20px;\n height: 20px;\n line-height: 1;\n font-family: serif;\n}\n.carousel-control .icon-prev:before {\n content: '\\2039';\n}\n.carousel-control .icon-next:before {\n content: '\\203a';\n}\n.carousel-indicators {\n position: absolute;\n bottom: 10px;\n left: 50%;\n z-index: 15;\n width: 60%;\n margin-left: -30%;\n padding-left: 0;\n list-style: none;\n text-align: center;\n}\n.carousel-indicators li {\n display: inline-block;\n width: 10px;\n height: 10px;\n margin: 1px;\n text-indent: -999px;\n border: 1px solid #fff;\n border-radius: 10px;\n cursor: pointer;\n background-color: #000 \\9;\n background-color: rgba(0, 0, 0, 0);\n}\n.carousel-indicators .active {\n margin: 0;\n width: 12px;\n height: 12px;\n background-color: #fff;\n}\n.carousel-caption {\n position: absolute;\n left: 15%;\n right: 15%;\n bottom: 20px;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: #fff;\n text-align: center;\n text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n}\n.carousel-caption .btn {\n text-shadow: none;\n}\n@media screen and (min-width: 768px) {\n .carousel-control .glyphicon-chevron-left,\n .carousel-control .glyphicon-chevron-right,\n .carousel-control .icon-prev,\n .carousel-control .icon-next {\n width: 30px;\n height: 30px;\n margin-top: -10px;\n font-size: 30px;\n }\n .carousel-control .glyphicon-chevron-left,\n .carousel-control .icon-prev {\n margin-left: -10px;\n }\n .carousel-control .glyphicon-chevron-right,\n .carousel-control .icon-next {\n margin-right: -10px;\n }\n .carousel-caption {\n left: 20%;\n right: 20%;\n padding-bottom: 30px;\n }\n .carousel-indicators {\n bottom: 20px;\n }\n}\n.clearfix:before,\n.clearfix:after,\n.dl-horizontal dd:before,\n.dl-horizontal dd:after,\n.container:before,\n.container:after,\n.container-fluid:before,\n.container-fluid:after,\n.row:before,\n.row:after,\n.form-horizontal .form-group:before,\n.form-horizontal .form-group:after,\n.btn-toolbar:before,\n.btn-toolbar:after,\n.btn-group-vertical > .btn-group:before,\n.btn-group-vertical > .btn-group:after,\n.nav:before,\n.nav:after,\n.navbar:before,\n.navbar:after,\n.navbar-header:before,\n.navbar-header:after,\n.navbar-collapse:before,\n.navbar-collapse:after,\n.pager:before,\n.pager:after,\n.panel-body:before,\n.panel-body:after,\n.modal-header:before,\n.modal-header:after,\n.modal-footer:before,\n.modal-footer:after {\n content: \" \";\n display: table;\n}\n.clearfix:after,\n.dl-horizontal dd:after,\n.container:after,\n.container-fluid:after,\n.row:after,\n.form-horizontal .form-group:after,\n.btn-toolbar:after,\n.btn-group-vertical > .btn-group:after,\n.nav:after,\n.navbar:after,\n.navbar-header:after,\n.navbar-collapse:after,\n.pager:after,\n.panel-body:after,\n.modal-header:after,\n.modal-footer:after {\n clear: both;\n}\n.center-block {\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n.pull-right {\n float: right !important;\n}\n.pull-left {\n float: left !important;\n}\n.hide {\n display: none !important;\n}\n.show {\n display: block !important;\n}\n.invisible {\n visibility: hidden;\n}\n.text-hide {\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n.hidden {\n display: none !important;\n}\n.affix {\n position: fixed;\n}\n@-ms-viewport {\n width: device-width;\n}\n.visible-xs,\n.visible-sm,\n.visible-md,\n.visible-lg {\n display: none !important;\n}\n.visible-xs-block,\n.visible-xs-inline,\n.visible-xs-inline-block,\n.visible-sm-block,\n.visible-sm-inline,\n.visible-sm-inline-block,\n.visible-md-block,\n.visible-md-inline,\n.visible-md-inline-block,\n.visible-lg-block,\n.visible-lg-inline,\n.visible-lg-inline-block {\n display: none !important;\n}\n@media (max-width: 767px) {\n .visible-xs {\n display: block !important;\n }\n table.visible-xs {\n display: table !important;\n }\n tr.visible-xs {\n display: table-row !important;\n }\n th.visible-xs,\n td.visible-xs {\n display: table-cell !important;\n }\n}\n@media (max-width: 767px) {\n .visible-xs-block {\n display: block !important;\n }\n}\n@media (max-width: 767px) {\n .visible-xs-inline {\n display: inline !important;\n }\n}\n@media (max-width: 767px) {\n .visible-xs-inline-block {\n display: inline-block !important;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .visible-sm {\n display: block !important;\n }\n table.visible-sm {\n display: table !important;\n }\n tr.visible-sm {\n display: table-row !important;\n }\n th.visible-sm,\n td.visible-sm {\n display: table-cell !important;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .visible-sm-block {\n display: block !important;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .visible-sm-inline {\n display: inline !important;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .visible-sm-inline-block {\n display: inline-block !important;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .visible-md {\n display: block !important;\n }\n table.visible-md {\n display: table !important;\n }\n tr.visible-md {\n display: table-row !important;\n }\n th.visible-md,\n td.visible-md {\n display: table-cell !important;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .visible-md-block {\n display: block !important;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .visible-md-inline {\n display: inline !important;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .visible-md-inline-block {\n display: inline-block !important;\n }\n}\n@media (min-width: 1200px) {\n .visible-lg {\n display: block !important;\n }\n table.visible-lg {\n display: table !important;\n }\n tr.visible-lg {\n display: table-row !important;\n }\n th.visible-lg,\n td.visible-lg {\n display: table-cell !important;\n }\n}\n@media (min-width: 1200px) {\n .visible-lg-block {\n display: block !important;\n }\n}\n@media (min-width: 1200px) {\n .visible-lg-inline {\n display: inline !important;\n }\n}\n@media (min-width: 1200px) {\n .visible-lg-inline-block {\n display: inline-block !important;\n }\n}\n@media (max-width: 767px) {\n .hidden-xs {\n display: none !important;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .hidden-sm {\n display: none !important;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .hidden-md {\n display: none !important;\n }\n}\n@media (min-width: 1200px) {\n .hidden-lg {\n display: none !important;\n }\n}\n.visible-print {\n display: none !important;\n}\n@media print {\n .visible-print {\n display: block !important;\n }\n table.visible-print {\n display: table !important;\n }\n tr.visible-print {\n display: table-row !important;\n }\n th.visible-print,\n td.visible-print {\n display: table-cell !important;\n }\n}\n.visible-print-block {\n display: none !important;\n}\n@media print {\n .visible-print-block {\n display: block !important;\n }\n}\n.visible-print-inline {\n display: none !important;\n}\n@media print {\n .visible-print-inline {\n display: inline !important;\n }\n}\n.visible-print-inline-block {\n display: none !important;\n}\n@media print {\n .visible-print-inline-block {\n display: inline-block !important;\n }\n}\n@media print {\n .hidden-print {\n display: none !important;\n }\n}\n/*# sourceMappingURL=bootstrap.css.map */","/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */\n\n//\n// 1. Set default font family to sans-serif.\n// 2. Prevent iOS and IE text size adjust after device orientation change,\n// without disabling user zoom.\n//\n\nhtml {\n font-family: sans-serif; // 1\n -ms-text-size-adjust: 100%; // 2\n -webkit-text-size-adjust: 100%; // 2\n}\n\n//\n// Remove default margin.\n//\n\nbody {\n margin: 0;\n}\n\n// HTML5 display definitions\n// ==========================================================================\n\n//\n// Correct `block` display not defined for any HTML5 element in IE 8/9.\n// Correct `block` display not defined for `details` or `summary` in IE 10/11\n// and Firefox.\n// Correct `block` display not defined for `main` in IE 11.\n//\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n display: block;\n}\n\n//\n// 1. Correct `inline-block` display not defined in IE 8/9.\n// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n//\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block; // 1\n vertical-align: baseline; // 2\n}\n\n//\n// Prevent modern browsers from displaying `audio` without controls.\n// Remove excess height in iOS 5 devices.\n//\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n//\n// Address `[hidden]` styling not present in IE 8/9/10.\n// Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.\n//\n\n[hidden],\ntemplate {\n display: none;\n}\n\n// Links\n// ==========================================================================\n\n//\n// Remove the gray background color from active links in IE 10.\n//\n\na {\n background-color: transparent;\n}\n\n//\n// Improve readability of focused elements when they are also in an\n// active/hover state.\n//\n\na:active,\na:hover {\n outline: 0;\n}\n\n// Text-level semantics\n// ==========================================================================\n\n//\n// Address styling not present in IE 8/9/10/11, Safari, and Chrome.\n//\n\nabbr[title] {\n border-bottom: 1px dotted;\n}\n\n//\n// Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\n//\n\nb,\nstrong {\n font-weight: bold;\n}\n\n//\n// Address styling not present in Safari and Chrome.\n//\n\ndfn {\n font-style: italic;\n}\n\n//\n// Address variable `h1` font-size and margin within `section` and `article`\n// contexts in Firefox 4+, Safari, and Chrome.\n//\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n//\n// Address styling not present in IE 8/9.\n//\n\nmark {\n background: #ff0;\n color: #000;\n}\n\n//\n// Address inconsistent and variable font size in all browsers.\n//\n\nsmall {\n font-size: 80%;\n}\n\n//\n// Prevent `sub` and `sup` affecting `line-height` in all browsers.\n//\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n// Embedded content\n// ==========================================================================\n\n//\n// Remove border when inside `a` element in IE 8/9/10.\n//\n\nimg {\n border: 0;\n}\n\n//\n// Correct overflow not hidden in IE 9/10/11.\n//\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n// Grouping content\n// ==========================================================================\n\n//\n// Address margin not present in IE 8/9 and Safari.\n//\n\nfigure {\n margin: 1em 40px;\n}\n\n//\n// Address differences between Firefox and other browsers.\n//\n\nhr {\n box-sizing: content-box;\n height: 0;\n}\n\n//\n// Contain overflow in all browsers.\n//\n\npre {\n overflow: auto;\n}\n\n//\n// Address odd `em`-unit font size rendering in all browsers.\n//\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\n// Forms\n// ==========================================================================\n\n//\n// Known limitation: by default, Chrome and Safari on OS X allow very limited\n// styling of `select`, unless a `border` property is set.\n//\n\n//\n// 1. Correct color not being inherited.\n// Known issue: affects color of disabled elements.\n// 2. Correct font properties not being inherited.\n// 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n//\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n color: inherit; // 1\n font: inherit; // 2\n margin: 0; // 3\n}\n\n//\n// Address `overflow` set to `hidden` in IE 8/9/10/11.\n//\n\nbutton {\n overflow: visible;\n}\n\n//\n// Address inconsistent `text-transform` inheritance for `button` and `select`.\n// All other form control elements do not inherit `text-transform` values.\n// Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.\n// Correct `select` style inheritance in Firefox.\n//\n\nbutton,\nselect {\n text-transform: none;\n}\n\n//\n// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n// and `video` controls.\n// 2. Correct inability to style clickable `input` types in iOS.\n// 3. Improve usability and consistency of cursor style between image-type\n// `input` and others.\n//\n\nbutton,\nhtml input[type=\"button\"], // 1\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button; // 2\n cursor: pointer; // 3\n}\n\n//\n// Re-set default cursor for disabled elements.\n//\n\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n//\n// Remove inner padding and border in Firefox 4+.\n//\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n//\n// Address Firefox 4+ setting `line-height` on `input` using `!important` in\n// the UA stylesheet.\n//\n\ninput {\n line-height: normal;\n}\n\n//\n// It's recommended that you don't attempt to style these elements.\n// Firefox's implementation doesn't respect box-sizing, padding, or width.\n//\n// 1. Address box sizing set to `content-box` in IE 8/9/10.\n// 2. Remove excess padding in IE 8/9/10.\n//\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box; // 1\n padding: 0; // 2\n}\n\n//\n// Fix the cursor style for Chrome's increment/decrement buttons. For certain\n// `font-size` values of the `input`, it causes the cursor style of the\n// decrement button to change from `default` to `text`.\n//\n\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n//\n// 1. Address `appearance` set to `searchfield` in Safari and Chrome.\n// 2. Address `box-sizing` set to `border-box` in Safari and Chrome.\n//\n\ninput[type=\"search\"] {\n -webkit-appearance: textfield; // 1\n box-sizing: content-box; //2\n}\n\n//\n// Remove inner padding and search cancel button in Safari and Chrome on OS X.\n// Safari (but not Chrome) clips the cancel button when the search input has\n// padding (and `textfield` appearance).\n//\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// Define consistent border, margin, and padding.\n//\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n//\n// 1. Correct `color` not being inherited in IE 8/9/10/11.\n// 2. Remove padding so people aren't caught out if they zero out fieldsets.\n//\n\nlegend {\n border: 0; // 1\n padding: 0; // 2\n}\n\n//\n// Remove default vertical scrollbar in IE 8/9/10/11.\n//\n\ntextarea {\n overflow: auto;\n}\n\n//\n// Don't inherit the `font-weight` (applied by a rule above).\n// NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n//\n\noptgroup {\n font-weight: bold;\n}\n\n// Tables\n// ==========================================================================\n\n//\n// Remove most spacing between table cells.\n//\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n","/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */\n\n// ==========================================================================\n// Print styles.\n// Inlined to avoid the additional HTTP request: h5bp.com/r\n// ==========================================================================\n\n@media print {\n *,\n *:before,\n *:after {\n background: transparent !important;\n color: #000 !important; // Black prints faster: h5bp.com/s\n box-shadow: none !important;\n text-shadow: none !important;\n }\n\n a,\n a:visited {\n text-decoration: underline;\n }\n\n a[href]:after {\n content: \" (\" attr(href) \")\";\n }\n\n abbr[title]:after {\n content: \" (\" attr(title) \")\";\n }\n\n // Don't show links that are fragment identifiers,\n // or use the `javascript:` pseudo protocol\n a[href^=\"#\"]:after,\n a[href^=\"javascript:\"]:after {\n content: \"\";\n }\n\n pre,\n blockquote {\n border: 1px solid #999;\n page-break-inside: avoid;\n }\n\n thead {\n display: table-header-group; // h5bp.com/t\n }\n\n tr,\n img {\n page-break-inside: avoid;\n }\n\n img {\n max-width: 100% !important;\n }\n\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n\n h2,\n h3 {\n page-break-after: avoid;\n }\n\n // Bootstrap specific changes start\n\n // Bootstrap components\n .navbar {\n display: none;\n }\n .btn,\n .dropup > .btn {\n > .caret {\n border-top-color: #000 !important;\n }\n }\n .label {\n border: 1px solid #000;\n }\n\n .table {\n border-collapse: collapse !important;\n\n td,\n th {\n background-color: #fff !important;\n }\n }\n .table-bordered {\n th,\n td {\n border: 1px solid #ddd !important;\n }\n }\n\n // Bootstrap specific changes end\n}\n","//\n// Glyphicons for Bootstrap\n//\n// Since icons are fonts, they can be placed anywhere text is placed and are\n// thus automatically sized to match the surrounding child. To use, create an\n// inline element with the appropriate classes, like so:\n//\n//
Star\n\n// Import the fonts\n@font-face {\n font-family: 'Glyphicons Halflings';\n src: url('@{icon-font-path}@{icon-font-name}.eot');\n src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),\n url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),\n url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),\n url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),\n url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');\n}\n\n// Catchall baseclass\n.glyphicon {\n position: relative;\n top: 1px;\n display: inline-block;\n font-family: 'Glyphicons Halflings';\n font-style: normal;\n font-weight: normal;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n// Individual icons\n.glyphicon-asterisk { &:before { content: \"\\002a\"; } }\n.glyphicon-plus { &:before { content: \"\\002b\"; } }\n.glyphicon-euro,\n.glyphicon-eur { &:before { content: \"\\20ac\"; } }\n.glyphicon-minus { &:before { content: \"\\2212\"; } }\n.glyphicon-cloud { &:before { content: \"\\2601\"; } }\n.glyphicon-envelope { &:before { content: \"\\2709\"; } }\n.glyphicon-pencil { &:before { content: \"\\270f\"; } }\n.glyphicon-glass { &:before { content: \"\\e001\"; } }\n.glyphicon-music { &:before { content: \"\\e002\"; } }\n.glyphicon-search { &:before { content: \"\\e003\"; } }\n.glyphicon-heart { &:before { content: \"\\e005\"; } }\n.glyphicon-star { &:before { content: \"\\e006\"; } }\n.glyphicon-star-empty { &:before { content: \"\\e007\"; } }\n.glyphicon-user { &:before { content: \"\\e008\"; } }\n.glyphicon-film { &:before { content: \"\\e009\"; } }\n.glyphicon-th-large { &:before { content: \"\\e010\"; } }\n.glyphicon-th { &:before { content: \"\\e011\"; } }\n.glyphicon-th-list { &:before { content: \"\\e012\"; } }\n.glyphicon-ok { &:before { content: \"\\e013\"; } }\n.glyphicon-remove { &:before { content: \"\\e014\"; } }\n.glyphicon-zoom-in { &:before { content: \"\\e015\"; } }\n.glyphicon-zoom-out { &:before { content: \"\\e016\"; } }\n.glyphicon-off { &:before { content: \"\\e017\"; } }\n.glyphicon-signal { &:before { content: \"\\e018\"; } }\n.glyphicon-cog { &:before { content: \"\\e019\"; } }\n.glyphicon-trash { &:before { content: \"\\e020\"; } }\n.glyphicon-home { &:before { content: \"\\e021\"; } }\n.glyphicon-file { &:before { content: \"\\e022\"; } }\n.glyphicon-time { &:before { content: \"\\e023\"; } }\n.glyphicon-road { &:before { content: \"\\e024\"; } }\n.glyphicon-download-alt { &:before { content: \"\\e025\"; } }\n.glyphicon-download { &:before { content: \"\\e026\"; } }\n.glyphicon-upload { &:before { content: \"\\e027\"; } }\n.glyphicon-inbox { &:before { content: \"\\e028\"; } }\n.glyphicon-play-circle { &:before { content: \"\\e029\"; } }\n.glyphicon-repeat { &:before { content: \"\\e030\"; } }\n.glyphicon-refresh { &:before { content: \"\\e031\"; } }\n.glyphicon-list-alt { &:before { content: \"\\e032\"; } }\n.glyphicon-lock { &:before { content: \"\\e033\"; } }\n.glyphicon-flag { &:before { content: \"\\e034\"; } }\n.glyphicon-headphones { &:before { content: \"\\e035\"; } }\n.glyphicon-volume-off { &:before { content: \"\\e036\"; } }\n.glyphicon-volume-down { &:before { content: \"\\e037\"; } }\n.glyphicon-volume-up { &:before { content: \"\\e038\"; } }\n.glyphicon-qrcode { &:before { content: \"\\e039\"; } }\n.glyphicon-barcode { &:before { content: \"\\e040\"; } }\n.glyphicon-tag { &:before { content: \"\\e041\"; } }\n.glyphicon-tags { &:before { content: \"\\e042\"; } }\n.glyphicon-book { &:before { content: \"\\e043\"; } }\n.glyphicon-bookmark { &:before { content: \"\\e044\"; } }\n.glyphicon-print { &:before { content: \"\\e045\"; } }\n.glyphicon-camera { &:before { content: \"\\e046\"; } }\n.glyphicon-font { &:before { content: \"\\e047\"; } }\n.glyphicon-bold { &:before { content: \"\\e048\"; } }\n.glyphicon-italic { &:before { content: \"\\e049\"; } }\n.glyphicon-text-height { &:before { content: \"\\e050\"; } }\n.glyphicon-text-width { &:before { content: \"\\e051\"; } }\n.glyphicon-align-left { &:before { content: \"\\e052\"; } }\n.glyphicon-align-center { &:before { content: \"\\e053\"; } }\n.glyphicon-align-right { &:before { content: \"\\e054\"; } }\n.glyphicon-align-justify { &:before { content: \"\\e055\"; } }\n.glyphicon-list { &:before { content: \"\\e056\"; } }\n.glyphicon-indent-left { &:before { content: \"\\e057\"; } }\n.glyphicon-indent-right { &:before { content: \"\\e058\"; } }\n.glyphicon-facetime-video { &:before { content: \"\\e059\"; } }\n.glyphicon-picture { &:before { content: \"\\e060\"; } }\n.glyphicon-map-marker { &:before { content: \"\\e062\"; } }\n.glyphicon-adjust { &:before { content: \"\\e063\"; } }\n.glyphicon-tint { &:before { content: \"\\e064\"; } }\n.glyphicon-edit { &:before { content: \"\\e065\"; } }\n.glyphicon-share { &:before { content: \"\\e066\"; } }\n.glyphicon-check { &:before { content: \"\\e067\"; } }\n.glyphicon-move { &:before { content: \"\\e068\"; } }\n.glyphicon-step-backward { &:before { content: \"\\e069\"; } }\n.glyphicon-fast-backward { &:before { content: \"\\e070\"; } }\n.glyphicon-backward { &:before { content: \"\\e071\"; } }\n.glyphicon-play { &:before { content: \"\\e072\"; } }\n.glyphicon-pause { &:before { content: \"\\e073\"; } }\n.glyphicon-stop { &:before { content: \"\\e074\"; } }\n.glyphicon-forward { &:before { content: \"\\e075\"; } }\n.glyphicon-fast-forward { &:before { content: \"\\e076\"; } }\n.glyphicon-step-forward { &:before { content: \"\\e077\"; } }\n.glyphicon-eject { &:before { content: \"\\e078\"; } }\n.glyphicon-chevron-left { &:before { content: \"\\e079\"; } }\n.glyphicon-chevron-right { &:before { content: \"\\e080\"; } }\n.glyphicon-plus-sign { &:before { content: \"\\e081\"; } }\n.glyphicon-minus-sign { &:before { content: \"\\e082\"; } }\n.glyphicon-remove-sign { &:before { content: \"\\e083\"; } }\n.glyphicon-ok-sign { &:before { content: \"\\e084\"; } }\n.glyphicon-question-sign { &:before { content: \"\\e085\"; } }\n.glyphicon-info-sign { &:before { content: \"\\e086\"; } }\n.glyphicon-screenshot { &:before { content: \"\\e087\"; } }\n.glyphicon-remove-circle { &:before { content: \"\\e088\"; } }\n.glyphicon-ok-circle { &:before { content: \"\\e089\"; } }\n.glyphicon-ban-circle { &:before { content: \"\\e090\"; } }\n.glyphicon-arrow-left { &:before { content: \"\\e091\"; } }\n.glyphicon-arrow-right { &:before { content: \"\\e092\"; } }\n.glyphicon-arrow-up { &:before { content: \"\\e093\"; } }\n.glyphicon-arrow-down { &:before { content: \"\\e094\"; } }\n.glyphicon-share-alt { &:before { content: \"\\e095\"; } }\n.glyphicon-resize-full { &:before { content: \"\\e096\"; } }\n.glyphicon-resize-small { &:before { content: \"\\e097\"; } }\n.glyphicon-exclamation-sign { &:before { content: \"\\e101\"; } }\n.glyphicon-gift { &:before { content: \"\\e102\"; } }\n.glyphicon-leaf { &:before { content: \"\\e103\"; } }\n.glyphicon-fire { &:before { content: \"\\e104\"; } }\n.glyphicon-eye-open { &:before { content: \"\\e105\"; } }\n.glyphicon-eye-close { &:before { content: \"\\e106\"; } }\n.glyphicon-warning-sign { &:before { content: \"\\e107\"; } }\n.glyphicon-plane { &:before { content: \"\\e108\"; } }\n.glyphicon-calendar { &:before { content: \"\\e109\"; } }\n.glyphicon-random { &:before { content: \"\\e110\"; } }\n.glyphicon-comment { &:before { content: \"\\e111\"; } }\n.glyphicon-magnet { &:before { content: \"\\e112\"; } }\n.glyphicon-chevron-up { &:before { content: \"\\e113\"; } }\n.glyphicon-chevron-down { &:before { content: \"\\e114\"; } }\n.glyphicon-retweet { &:before { content: \"\\e115\"; } }\n.glyphicon-shopping-cart { &:before { content: \"\\e116\"; } }\n.glyphicon-folder-close { &:before { content: \"\\e117\"; } }\n.glyphicon-folder-open { &:before { content: \"\\e118\"; } }\n.glyphicon-resize-vertical { &:before { content: \"\\e119\"; } }\n.glyphicon-resize-horizontal { &:before { content: \"\\e120\"; } }\n.glyphicon-hdd { &:before { content: \"\\e121\"; } }\n.glyphicon-bullhorn { &:before { content: \"\\e122\"; } }\n.glyphicon-bell { &:before { content: \"\\e123\"; } }\n.glyphicon-certificate { &:before { content: \"\\e124\"; } }\n.glyphicon-thumbs-up { &:before { content: \"\\e125\"; } }\n.glyphicon-thumbs-down { &:before { content: \"\\e126\"; } }\n.glyphicon-hand-right { &:before { content: \"\\e127\"; } }\n.glyphicon-hand-left { &:before { content: \"\\e128\"; } }\n.glyphicon-hand-up { &:before { content: \"\\e129\"; } }\n.glyphicon-hand-down { &:before { content: \"\\e130\"; } }\n.glyphicon-circle-arrow-right { &:before { content: \"\\e131\"; } }\n.glyphicon-circle-arrow-left { &:before { content: \"\\e132\"; } }\n.glyphicon-circle-arrow-up { &:before { content: \"\\e133\"; } }\n.glyphicon-circle-arrow-down { &:before { content: \"\\e134\"; } }\n.glyphicon-globe { &:before { content: \"\\e135\"; } }\n.glyphicon-wrench { &:before { content: \"\\e136\"; } }\n.glyphicon-tasks { &:before { content: \"\\e137\"; } }\n.glyphicon-filter { &:before { content: \"\\e138\"; } }\n.glyphicon-briefcase { &:before { content: \"\\e139\"; } }\n.glyphicon-fullscreen { &:before { content: \"\\e140\"; } }\n.glyphicon-dashboard { &:before { content: \"\\e141\"; } }\n.glyphicon-paperclip { &:before { content: \"\\e142\"; } }\n.glyphicon-heart-empty { &:before { content: \"\\e143\"; } }\n.glyphicon-link { &:before { content: \"\\e144\"; } }\n.glyphicon-phone { &:before { content: \"\\e145\"; } }\n.glyphicon-pushpin { &:before { content: \"\\e146\"; } }\n.glyphicon-usd { &:before { content: \"\\e148\"; } }\n.glyphicon-gbp { &:before { content: \"\\e149\"; } }\n.glyphicon-sort { &:before { content: \"\\e150\"; } }\n.glyphicon-sort-by-alphabet { &:before { content: \"\\e151\"; } }\n.glyphicon-sort-by-alphabet-alt { &:before { content: \"\\e152\"; } }\n.glyphicon-sort-by-order { &:before { content: \"\\e153\"; } }\n.glyphicon-sort-by-order-alt { &:before { content: \"\\e154\"; } }\n.glyphicon-sort-by-attributes { &:before { content: \"\\e155\"; } }\n.glyphicon-sort-by-attributes-alt { &:before { content: \"\\e156\"; } }\n.glyphicon-unchecked { &:before { content: \"\\e157\"; } }\n.glyphicon-expand { &:before { content: \"\\e158\"; } }\n.glyphicon-collapse-down { &:before { content: \"\\e159\"; } }\n.glyphicon-collapse-up { &:before { content: \"\\e160\"; } }\n.glyphicon-log-in { &:before { content: \"\\e161\"; } }\n.glyphicon-flash { &:before { content: \"\\e162\"; } }\n.glyphicon-log-out { &:before { content: \"\\e163\"; } }\n.glyphicon-new-window { &:before { content: \"\\e164\"; } }\n.glyphicon-record { &:before { content: \"\\e165\"; } }\n.glyphicon-save { &:before { content: \"\\e166\"; } }\n.glyphicon-open { &:before { content: \"\\e167\"; } }\n.glyphicon-saved { &:before { content: \"\\e168\"; } }\n.glyphicon-import { &:before { content: \"\\e169\"; } }\n.glyphicon-export { &:before { content: \"\\e170\"; } }\n.glyphicon-send { &:before { content: \"\\e171\"; } }\n.glyphicon-floppy-disk { &:before { content: \"\\e172\"; } }\n.glyphicon-floppy-saved { &:before { content: \"\\e173\"; } }\n.glyphicon-floppy-remove { &:before { content: \"\\e174\"; } }\n.glyphicon-floppy-save { &:before { content: \"\\e175\"; } }\n.glyphicon-floppy-open { &:before { content: \"\\e176\"; } }\n.glyphicon-credit-card { &:before { content: \"\\e177\"; } }\n.glyphicon-transfer { &:before { content: \"\\e178\"; } }\n.glyphicon-cutlery { &:before { content: \"\\e179\"; } }\n.glyphicon-header { &:before { content: \"\\e180\"; } }\n.glyphicon-compressed { &:before { content: \"\\e181\"; } }\n.glyphicon-earphone { &:before { content: \"\\e182\"; } }\n.glyphicon-phone-alt { &:before { content: \"\\e183\"; } }\n.glyphicon-tower { &:before { content: \"\\e184\"; } }\n.glyphicon-stats { &:before { content: \"\\e185\"; } }\n.glyphicon-sd-video { &:before { content: \"\\e186\"; } }\n.glyphicon-hd-video { &:before { content: \"\\e187\"; } }\n.glyphicon-subtitles { &:before { content: \"\\e188\"; } }\n.glyphicon-sound-stereo { &:before { content: \"\\e189\"; } }\n.glyphicon-sound-dolby { &:before { content: \"\\e190\"; } }\n.glyphicon-sound-5-1 { &:before { content: \"\\e191\"; } }\n.glyphicon-sound-6-1 { &:before { content: \"\\e192\"; } }\n.glyphicon-sound-7-1 { &:before { content: \"\\e193\"; } }\n.glyphicon-copyright-mark { &:before { content: \"\\e194\"; } }\n.glyphicon-registration-mark { &:before { content: \"\\e195\"; } }\n.glyphicon-cloud-download { &:before { content: \"\\e197\"; } }\n.glyphicon-cloud-upload { &:before { content: \"\\e198\"; } }\n.glyphicon-tree-conifer { &:before { content: \"\\e199\"; } }\n.glyphicon-tree-deciduous { &:before { content: \"\\e200\"; } }\n.glyphicon-cd { &:before { content: \"\\e201\"; } }\n.glyphicon-save-file { &:before { content: \"\\e202\"; } }\n.glyphicon-open-file { &:before { content: \"\\e203\"; } }\n.glyphicon-level-up { &:before { content: \"\\e204\"; } }\n.glyphicon-copy { &:before { content: \"\\e205\"; } }\n.glyphicon-paste { &:before { content: \"\\e206\"; } }\n// The following 2 Glyphicons are omitted for the time being because\n// they currently use Unicode codepoints that are outside the\n// Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle\n// non-BMP codepoints in CSS string escapes, and thus can't display these two icons.\n// Notably, the bug affects some older versions of the Android Browser.\n// More info: https://github.com/twbs/bootstrap/issues/10106\n// .glyphicon-door { &:before { content: \"\\1f6aa\"; } }\n// .glyphicon-key { &:before { content: \"\\1f511\"; } }\n.glyphicon-alert { &:before { content: \"\\e209\"; } }\n.glyphicon-equalizer { &:before { content: \"\\e210\"; } }\n.glyphicon-king { &:before { content: \"\\e211\"; } }\n.glyphicon-queen { &:before { content: \"\\e212\"; } }\n.glyphicon-pawn { &:before { content: \"\\e213\"; } }\n.glyphicon-bishop { &:before { content: \"\\e214\"; } }\n.glyphicon-knight { &:before { content: \"\\e215\"; } }\n.glyphicon-baby-formula { &:before { content: \"\\e216\"; } }\n.glyphicon-tent { &:before { content: \"\\26fa\"; } }\n.glyphicon-blackboard { &:before { content: \"\\e218\"; } }\n.glyphicon-bed { &:before { content: \"\\e219\"; } }\n.glyphicon-apple { &:before { content: \"\\f8ff\"; } }\n.glyphicon-erase { &:before { content: \"\\e221\"; } }\n.glyphicon-hourglass { &:before { content: \"\\231b\"; } }\n.glyphicon-lamp { &:before { content: \"\\e223\"; } }\n.glyphicon-duplicate { &:before { content: \"\\e224\"; } }\n.glyphicon-piggy-bank { &:before { content: \"\\e225\"; } }\n.glyphicon-scissors { &:before { content: \"\\e226\"; } }\n.glyphicon-bitcoin { &:before { content: \"\\e227\"; } }\n.glyphicon-btc { &:before { content: \"\\e227\"; } }\n.glyphicon-xbt { &:before { content: \"\\e227\"; } }\n.glyphicon-yen { &:before { content: \"\\00a5\"; } }\n.glyphicon-jpy { &:before { content: \"\\00a5\"; } }\n.glyphicon-ruble { &:before { content: \"\\20bd\"; } }\n.glyphicon-rub { &:before { content: \"\\20bd\"; } }\n.glyphicon-scale { &:before { content: \"\\e230\"; } }\n.glyphicon-ice-lolly { &:before { content: \"\\e231\"; } }\n.glyphicon-ice-lolly-tasted { &:before { content: \"\\e232\"; } }\n.glyphicon-education { &:before { content: \"\\e233\"; } }\n.glyphicon-option-horizontal { &:before { content: \"\\e234\"; } }\n.glyphicon-option-vertical { &:before { content: \"\\e235\"; } }\n.glyphicon-menu-hamburger { &:before { content: \"\\e236\"; } }\n.glyphicon-modal-window { &:before { content: \"\\e237\"; } }\n.glyphicon-oil { &:before { content: \"\\e238\"; } }\n.glyphicon-grain { &:before { content: \"\\e239\"; } }\n.glyphicon-sunglasses { &:before { content: \"\\e240\"; } }\n.glyphicon-text-size { &:before { content: \"\\e241\"; } }\n.glyphicon-text-color { &:before { content: \"\\e242\"; } }\n.glyphicon-text-background { &:before { content: \"\\e243\"; } }\n.glyphicon-object-align-top { &:before { content: \"\\e244\"; } }\n.glyphicon-object-align-bottom { &:before { content: \"\\e245\"; } }\n.glyphicon-object-align-horizontal{ &:before { content: \"\\e246\"; } }\n.glyphicon-object-align-left { &:before { content: \"\\e247\"; } }\n.glyphicon-object-align-vertical { &:before { content: \"\\e248\"; } }\n.glyphicon-object-align-right { &:before { content: \"\\e249\"; } }\n.glyphicon-triangle-right { &:before { content: \"\\e250\"; } }\n.glyphicon-triangle-left { &:before { content: \"\\e251\"; } }\n.glyphicon-triangle-bottom { &:before { content: \"\\e252\"; } }\n.glyphicon-triangle-top { &:before { content: \"\\e253\"; } }\n.glyphicon-console { &:before { content: \"\\e254\"; } }\n.glyphicon-superscript { &:before { content: \"\\e255\"; } }\n.glyphicon-subscript { &:before { content: \"\\e256\"; } }\n.glyphicon-menu-left { &:before { content: \"\\e257\"; } }\n.glyphicon-menu-right { &:before { content: \"\\e258\"; } }\n.glyphicon-menu-down { &:before { content: \"\\e259\"; } }\n.glyphicon-menu-up { &:before { content: \"\\e260\"; } }\n","//\n// Scaffolding\n// --------------------------------------------------\n\n\n// Reset the box-sizing\n//\n// Heads up! This reset may cause conflicts with some third-party widgets.\n// For recommendations on resolving such conflicts, see\n// http://getbootstrap.com/getting-started/#third-box-sizing\n* {\n .box-sizing(border-box);\n}\n*:before,\n*:after {\n .box-sizing(border-box);\n}\n\n\n// Body reset\n\nhtml {\n font-size: 10px;\n -webkit-tap-highlight-color: rgba(0,0,0,0);\n}\n\nbody {\n font-family: @font-family-base;\n font-size: @font-size-base;\n line-height: @line-height-base;\n color: @text-color;\n background-color: @body-bg;\n}\n\n// Reset fonts for relevant elements\ninput,\nbutton,\nselect,\ntextarea {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\n\n// Links\n\na {\n color: @link-color;\n text-decoration: none;\n\n &:hover,\n &:focus {\n color: @link-hover-color;\n text-decoration: @link-hover-decoration;\n }\n\n &:focus {\n .tab-focus();\n }\n}\n\n\n// Figures\n//\n// We reset this here because previously Normalize had no `figure` margins. This\n// ensures we don't break anyone's use of the element.\n\nfigure {\n margin: 0;\n}\n\n\n// Images\n\nimg {\n vertical-align: middle;\n}\n\n// Responsive images (ensure images don't scale beyond their parents)\n.img-responsive {\n .img-responsive();\n}\n\n// Rounded corners\n.img-rounded {\n border-radius: @border-radius-large;\n}\n\n// Image thumbnails\n//\n// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.\n.img-thumbnail {\n padding: @thumbnail-padding;\n line-height: @line-height-base;\n background-color: @thumbnail-bg;\n border: 1px solid @thumbnail-border;\n border-radius: @thumbnail-border-radius;\n .transition(all .2s ease-in-out);\n\n // Keep them at most 100% wide\n .img-responsive(inline-block);\n}\n\n// Perfect circle\n.img-circle {\n border-radius: 50%; // set radius in percents\n}\n\n\n// Horizontal rules\n\nhr {\n margin-top: @line-height-computed;\n margin-bottom: @line-height-computed;\n border: 0;\n border-top: 1px solid @hr-border;\n}\n\n\n// Only display content to screen readers\n//\n// See: http://a11yproject.com/posts/how-to-hide-content/\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: -1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0,0,0,0);\n border: 0;\n}\n\n// Use in conjunction with .sr-only to only display content when it's focused.\n// Useful for \"Skip to main content\" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1\n// Credit: HTML5 Boilerplate\n\n.sr-only-focusable {\n &:active,\n &:focus {\n position: static;\n width: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n clip: auto;\n }\n}\n\n\n// iOS \"clickable elements\" fix for role=\"button\"\n//\n// Fixes \"clickability\" issue (and more generally, the firing of events such as focus as well)\n// for traditionally non-focusable elements with role=\"button\"\n// see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n\n[role=\"button\"] {\n cursor: pointer;\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They have been removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n.animation(@animation) {\n -webkit-animation: @animation;\n -o-animation: @animation;\n animation: @animation;\n}\n.animation-name(@name) {\n -webkit-animation-name: @name;\n animation-name: @name;\n}\n.animation-duration(@duration) {\n -webkit-animation-duration: @duration;\n animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n -webkit-animation-timing-function: @timing-function;\n animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n -webkit-animation-delay: @delay;\n animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n -webkit-animation-iteration-count: @iteration-count;\n animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n -webkit-animation-direction: @direction;\n animation-direction: @direction;\n}\n.animation-fill-mode(@fill-mode) {\n -webkit-animation-fill-mode: @fill-mode;\n animation-fill-mode: @fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n.backface-visibility(@visibility) {\n -webkit-backface-visibility: @visibility;\n -moz-backface-visibility: @visibility;\n backface-visibility: @visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n.box-shadow(@shadow) {\n -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n box-shadow: @shadow;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n -webkit-box-sizing: @boxmodel;\n -moz-box-sizing: @boxmodel;\n box-sizing: @boxmodel;\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n -webkit-column-count: @column-count;\n -moz-column-count: @column-count;\n column-count: @column-count;\n -webkit-column-gap: @column-gap;\n -moz-column-gap: @column-gap;\n column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n word-wrap: break-word;\n -webkit-hyphens: @mode;\n -moz-hyphens: @mode;\n -ms-hyphens: @mode; // IE10+\n -o-hyphens: @mode;\n hyphens: @mode;\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n // Firefox\n &::-moz-placeholder {\n color: @color;\n opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526\n }\n &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n &::-webkit-input-placeholder { color: @color; } // Safari and Chrome\n}\n\n// Transformations\n.scale(@ratio) {\n -webkit-transform: scale(@ratio);\n -ms-transform: scale(@ratio); // IE9 only\n -o-transform: scale(@ratio);\n transform: scale(@ratio);\n}\n.scale(@ratioX; @ratioY) {\n -webkit-transform: scale(@ratioX, @ratioY);\n -ms-transform: scale(@ratioX, @ratioY); // IE9 only\n -o-transform: scale(@ratioX, @ratioY);\n transform: scale(@ratioX, @ratioY);\n}\n.scaleX(@ratio) {\n -webkit-transform: scaleX(@ratio);\n -ms-transform: scaleX(@ratio); // IE9 only\n -o-transform: scaleX(@ratio);\n transform: scaleX(@ratio);\n}\n.scaleY(@ratio) {\n -webkit-transform: scaleY(@ratio);\n -ms-transform: scaleY(@ratio); // IE9 only\n -o-transform: scaleY(@ratio);\n transform: scaleY(@ratio);\n}\n.skew(@x; @y) {\n -webkit-transform: skewX(@x) skewY(@y);\n -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n -o-transform: skewX(@x) skewY(@y);\n transform: skewX(@x) skewY(@y);\n}\n.translate(@x; @y) {\n -webkit-transform: translate(@x, @y);\n -ms-transform: translate(@x, @y); // IE9 only\n -o-transform: translate(@x, @y);\n transform: translate(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n -webkit-transform: translate3d(@x, @y, @z);\n transform: translate3d(@x, @y, @z);\n}\n.rotate(@degrees) {\n -webkit-transform: rotate(@degrees);\n -ms-transform: rotate(@degrees); // IE9 only\n -o-transform: rotate(@degrees);\n transform: rotate(@degrees);\n}\n.rotateX(@degrees) {\n -webkit-transform: rotateX(@degrees);\n -ms-transform: rotateX(@degrees); // IE9 only\n -o-transform: rotateX(@degrees);\n transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n -webkit-transform: rotateY(@degrees);\n -ms-transform: rotateY(@degrees); // IE9 only\n -o-transform: rotateY(@degrees);\n transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n -webkit-perspective: @perspective;\n -moz-perspective: @perspective;\n perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n -webkit-perspective-origin: @perspective;\n -moz-perspective-origin: @perspective;\n perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n -webkit-transform-origin: @origin;\n -moz-transform-origin: @origin;\n -ms-transform-origin: @origin; // IE9 only\n transform-origin: @origin;\n}\n\n\n// Transitions\n\n.transition(@transition) {\n -webkit-transition: @transition;\n -o-transition: @transition;\n transition: @transition;\n}\n.transition-property(@transition-property) {\n -webkit-transition-property: @transition-property;\n transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n -webkit-transition-delay: @transition-delay;\n transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n -webkit-transition-duration: @transition-duration;\n transition-duration: @transition-duration;\n}\n.transition-timing-function(@timing-function) {\n -webkit-transition-timing-function: @timing-function;\n transition-timing-function: @timing-function;\n}\n.transition-transform(@transition) {\n -webkit-transition: -webkit-transform @transition;\n -moz-transition: -moz-transform @transition;\n -o-transition: -o-transform @transition;\n transition: transform @transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n.user-select(@select) {\n -webkit-user-select: @select;\n -moz-user-select: @select;\n -ms-user-select: @select; // IE10+\n user-select: @select;\n}\n","// WebKit-style focus\n\n.tab-focus() {\n // Default\n outline: thin dotted;\n // WebKit\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n.img-responsive(@display: block) {\n display: @display;\n max-width: 100%; // Part 1: Set a maximum relative to the parent\n height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching\n}\n\n\n// Retina image\n//\n// Short retina mixin for setting background-image and -size. Note that the\n// spelling of `min--moz-device-pixel-ratio` is intentional.\n.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {\n background-image: url(\"@{file-1x}\");\n\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and ( min--moz-device-pixel-ratio: 2),\n only screen and ( -o-min-device-pixel-ratio: 2/1),\n only screen and ( min-device-pixel-ratio: 2),\n only screen and ( min-resolution: 192dpi),\n only screen and ( min-resolution: 2dppx) {\n background-image: url(\"@{file-2x}\");\n background-size: @width-1x @height-1x;\n }\n}\n","//\n// Typography\n// --------------------------------------------------\n\n\n// Headings\n// -------------------------\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n font-family: @headings-font-family;\n font-weight: @headings-font-weight;\n line-height: @headings-line-height;\n color: @headings-color;\n\n small,\n .small {\n font-weight: normal;\n line-height: 1;\n color: @headings-small-color;\n }\n}\n\nh1, .h1,\nh2, .h2,\nh3, .h3 {\n margin-top: @line-height-computed;\n margin-bottom: (@line-height-computed / 2);\n\n small,\n .small {\n font-size: 65%;\n }\n}\nh4, .h4,\nh5, .h5,\nh6, .h6 {\n margin-top: (@line-height-computed / 2);\n margin-bottom: (@line-height-computed / 2);\n\n small,\n .small {\n font-size: 75%;\n }\n}\n\nh1, .h1 { font-size: @font-size-h1; }\nh2, .h2 { font-size: @font-size-h2; }\nh3, .h3 { font-size: @font-size-h3; }\nh4, .h4 { font-size: @font-size-h4; }\nh5, .h5 { font-size: @font-size-h5; }\nh6, .h6 { font-size: @font-size-h6; }\n\n\n// Body text\n// -------------------------\n\np {\n margin: 0 0 (@line-height-computed / 2);\n}\n\n.lead {\n margin-bottom: @line-height-computed;\n font-size: floor((@font-size-base * 1.15));\n font-weight: 300;\n line-height: 1.4;\n\n @media (min-width: @screen-sm-min) {\n font-size: (@font-size-base * 1.5);\n }\n}\n\n\n// Emphasis & misc\n// -------------------------\n\n// Ex: (12px small font / 14px base font) * 100% = about 85%\nsmall,\n.small {\n font-size: floor((100% * @font-size-small / @font-size-base));\n}\n\nmark,\n.mark {\n background-color: @state-warning-bg;\n padding: .2em;\n}\n\n// Alignment\n.text-left { text-align: left; }\n.text-right { text-align: right; }\n.text-center { text-align: center; }\n.text-justify { text-align: justify; }\n.text-nowrap { white-space: nowrap; }\n\n// Transformation\n.text-lowercase { text-transform: lowercase; }\n.text-uppercase { text-transform: uppercase; }\n.text-capitalize { text-transform: capitalize; }\n\n// Contextual colors\n.text-muted {\n color: @text-muted;\n}\n.text-primary {\n .text-emphasis-variant(@brand-primary);\n}\n.text-success {\n .text-emphasis-variant(@state-success-text);\n}\n.text-info {\n .text-emphasis-variant(@state-info-text);\n}\n.text-warning {\n .text-emphasis-variant(@state-warning-text);\n}\n.text-danger {\n .text-emphasis-variant(@state-danger-text);\n}\n\n// Contextual backgrounds\n// For now we'll leave these alongside the text classes until v4 when we can\n// safely shift things around (per SemVer rules).\n.bg-primary {\n // Given the contrast here, this is the only class to have its color inverted\n // automatically.\n color: #fff;\n .bg-variant(@brand-primary);\n}\n.bg-success {\n .bg-variant(@state-success-bg);\n}\n.bg-info {\n .bg-variant(@state-info-bg);\n}\n.bg-warning {\n .bg-variant(@state-warning-bg);\n}\n.bg-danger {\n .bg-variant(@state-danger-bg);\n}\n\n\n// Page header\n// -------------------------\n\n.page-header {\n padding-bottom: ((@line-height-computed / 2) - 1);\n margin: (@line-height-computed * 2) 0 @line-height-computed;\n border-bottom: 1px solid @page-header-border-color;\n}\n\n\n// Lists\n// -------------------------\n\n// Unordered and Ordered lists\nul,\nol {\n margin-top: 0;\n margin-bottom: (@line-height-computed / 2);\n ul,\n ol {\n margin-bottom: 0;\n }\n}\n\n// List options\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n .list-unstyled();\n margin-left: -5px;\n\n > li {\n display: inline-block;\n padding-left: 5px;\n padding-right: 5px;\n }\n}\n\n// Description Lists\ndl {\n margin-top: 0; // Remove browser default\n margin-bottom: @line-height-computed;\n}\ndt,\ndd {\n line-height: @line-height-base;\n}\ndt {\n font-weight: bold;\n}\ndd {\n margin-left: 0; // Undo browser default\n}\n\n// Horizontal description lists\n//\n// Defaults to being stacked without any of the below styles applied, until the\n// grid breakpoint is reached (default of ~768px).\n\n.dl-horizontal {\n dd {\n &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present\n }\n\n @media (min-width: @dl-horizontal-breakpoint) {\n dt {\n float: left;\n width: (@dl-horizontal-offset - 20);\n clear: left;\n text-align: right;\n .text-overflow();\n }\n dd {\n margin-left: @dl-horizontal-offset;\n }\n }\n}\n\n\n// Misc\n// -------------------------\n\n// Abbreviations and acronyms\nabbr[title],\n// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257\nabbr[data-original-title] {\n cursor: help;\n border-bottom: 1px dotted @abbr-border-color;\n}\n.initialism {\n font-size: 90%;\n .text-uppercase();\n}\n\n// Blockquotes\nblockquote {\n padding: (@line-height-computed / 2) @line-height-computed;\n margin: 0 0 @line-height-computed;\n font-size: @blockquote-font-size;\n border-left: 5px solid @blockquote-border-color;\n\n p,\n ul,\n ol {\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n // Note: Deprecated small and .small as of v3.1.0\n // Context: https://github.com/twbs/bootstrap/issues/11660\n footer,\n small,\n .small {\n display: block;\n font-size: 80%; // back to default font-size\n line-height: @line-height-base;\n color: @blockquote-small-color;\n\n &:before {\n content: '\\2014 \\00A0'; // em dash, nbsp\n }\n }\n}\n\n// Opposite alignment of blockquote\n//\n// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.\n.blockquote-reverse,\nblockquote.pull-right {\n padding-right: 15px;\n padding-left: 0;\n border-right: 5px solid @blockquote-border-color;\n border-left: 0;\n text-align: right;\n\n // Account for citation\n footer,\n small,\n .small {\n &:before { content: ''; }\n &:after {\n content: '\\00A0 \\2014'; // nbsp, em dash\n }\n }\n}\n\n// Addresses\naddress {\n margin-bottom: @line-height-computed;\n font-style: normal;\n line-height: @line-height-base;\n}\n","// Typography\n\n.text-emphasis-variant(@color) {\n color: @color;\n a&:hover,\n a&:focus {\n color: darken(@color, 10%);\n }\n}\n","// Contextual backgrounds\n\n.bg-variant(@color) {\n background-color: @color;\n a&:hover,\n a&:focus {\n background-color: darken(@color, 10%);\n }\n}\n","// Text overflow\n// Requires inline-block or block for proper styling\n\n.text-overflow() {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n","//\n// Code (inline and block)\n// --------------------------------------------------\n\n\n// Inline and block code styles\ncode,\nkbd,\npre,\nsamp {\n font-family: @font-family-monospace;\n}\n\n// Inline code\ncode {\n padding: 2px 4px;\n font-size: 90%;\n color: @code-color;\n background-color: @code-bg;\n border-radius: @border-radius-base;\n}\n\n// User input typically entered via keyboard\nkbd {\n padding: 2px 4px;\n font-size: 90%;\n color: @kbd-color;\n background-color: @kbd-bg;\n border-radius: @border-radius-small;\n box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);\n\n kbd {\n padding: 0;\n font-size: 100%;\n font-weight: bold;\n box-shadow: none;\n }\n}\n\n// Blocks of code\npre {\n display: block;\n padding: ((@line-height-computed - 1) / 2);\n margin: 0 0 (@line-height-computed / 2);\n font-size: (@font-size-base - 1); // 14px to 13px\n line-height: @line-height-base;\n word-break: break-all;\n word-wrap: break-word;\n color: @pre-color;\n background-color: @pre-bg;\n border: 1px solid @pre-border-color;\n border-radius: @border-radius-base;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n padding: 0;\n font-size: inherit;\n color: inherit;\n white-space: pre-wrap;\n background-color: transparent;\n border-radius: 0;\n }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n max-height: @pre-scrollable-max-height;\n overflow-y: scroll;\n}\n","//\n// Grid system\n// --------------------------------------------------\n\n\n// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n.container {\n .container-fixed();\n\n @media (min-width: @screen-sm-min) {\n width: @container-sm;\n }\n @media (min-width: @screen-md-min) {\n width: @container-md;\n }\n @media (min-width: @screen-lg-min) {\n width: @container-lg;\n }\n}\n\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but without any defined\n// width for fluid, full width layouts.\n\n.container-fluid {\n .container-fixed();\n}\n\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n.row {\n .make-row();\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n.make-grid-columns();\n\n\n// Extra small grid\n//\n// Columns, offsets, pushes, and pulls for extra small devices like\n// smartphones.\n\n.make-grid(xs);\n\n\n// Small grid\n//\n// Columns, offsets, pushes, and pulls for the small device range, from phones\n// to tablets.\n\n@media (min-width: @screen-sm-min) {\n .make-grid(sm);\n}\n\n\n// Medium grid\n//\n// Columns, offsets, pushes, and pulls for the desktop device range.\n\n@media (min-width: @screen-md-min) {\n .make-grid(md);\n}\n\n\n// Large grid\n//\n// Columns, offsets, pushes, and pulls for the large desktop device range.\n\n@media (min-width: @screen-lg-min) {\n .make-grid(lg);\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n// Centered container element\n.container-fixed(@gutter: @grid-gutter-width) {\n margin-right: auto;\n margin-left: auto;\n padding-left: floor((@gutter / 2));\n padding-right: ceil((@gutter / 2));\n &:extend(.clearfix all);\n}\n\n// Creates a wrapper for a series of columns\n.make-row(@gutter: @grid-gutter-width) {\n margin-left: ceil((@gutter / -2));\n margin-right: floor((@gutter / -2));\n &:extend(.clearfix all);\n}\n\n// Generate the extra small columns\n.make-xs-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n float: left;\n width: percentage((@columns / @grid-columns));\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n}\n.make-xs-column-offset(@columns) {\n margin-left: percentage((@columns / @grid-columns));\n}\n.make-xs-column-push(@columns) {\n left: percentage((@columns / @grid-columns));\n}\n.make-xs-column-pull(@columns) {\n right: percentage((@columns / @grid-columns));\n}\n\n// Generate the small columns\n.make-sm-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-sm-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-offset(@columns) {\n @media (min-width: @screen-sm-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-push(@columns) {\n @media (min-width: @screen-sm-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-pull(@columns) {\n @media (min-width: @screen-sm-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n\n// Generate the medium columns\n.make-md-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-md-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-offset(@columns) {\n @media (min-width: @screen-md-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-push(@columns) {\n @media (min-width: @screen-md-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-pull(@columns) {\n @media (min-width: @screen-md-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n\n// Generate the large columns\n.make-lg-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-lg-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-offset(@columns) {\n @media (min-width: @screen-lg-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-push(@columns) {\n @media (min-width: @screen-lg-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-pull(@columns) {\n @media (min-width: @screen-lg-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n","// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `@grid-columns`.\n\n.make-grid-columns() {\n // Common styles for all sizes of grid columns, widths 1-12\n .col(@index) { // initial\n @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n .col((@index + 1), @item);\n }\n .col(@index, @list) when (@index =< @grid-columns) { // general; \"=<\" isn't a typo\n @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n .col((@index + 1), ~\"@{list}, @{item}\");\n }\n .col(@index, @list) when (@index > @grid-columns) { // terminal\n @{list} {\n position: relative;\n // Prevent columns from collapsing when empty\n min-height: 1px;\n // Inner gutter via padding\n padding-left: ceil((@grid-gutter-width / 2));\n padding-right: floor((@grid-gutter-width / 2));\n }\n }\n .col(1); // kickstart it\n}\n\n.float-grid-columns(@class) {\n .col(@index) { // initial\n @item: ~\".col-@{class}-@{index}\";\n .col((@index + 1), @item);\n }\n .col(@index, @list) when (@index =< @grid-columns) { // general\n @item: ~\".col-@{class}-@{index}\";\n .col((@index + 1), ~\"@{list}, @{item}\");\n }\n .col(@index, @list) when (@index > @grid-columns) { // terminal\n @{list} {\n float: left;\n }\n }\n .col(1); // kickstart it\n}\n\n.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) {\n .col-@{class}-@{index} {\n width: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) and (@index > 0) {\n .col-@{class}-push-@{index} {\n left: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) and (@index = 0) {\n .col-@{class}-push-0 {\n left: auto;\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) {\n .col-@{class}-pull-@{index} {\n right: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) {\n .col-@{class}-pull-0 {\n right: auto;\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = offset) {\n .col-@{class}-offset-@{index} {\n margin-left: percentage((@index / @grid-columns));\n }\n}\n\n// Basic looping in LESS\n.loop-grid-columns(@index, @class, @type) when (@index >= 0) {\n .calc-grid-column(@index, @class, @type);\n // next iteration\n .loop-grid-columns((@index - 1), @class, @type);\n}\n\n// Create grid for specific class\n.make-grid(@class) {\n .float-grid-columns(@class);\n .loop-grid-columns(@grid-columns, @class, width);\n .loop-grid-columns(@grid-columns, @class, pull);\n .loop-grid-columns(@grid-columns, @class, push);\n .loop-grid-columns(@grid-columns, @class, offset);\n}\n","//\n// Tables\n// --------------------------------------------------\n\n\ntable {\n background-color: @table-bg;\n}\ncaption {\n padding-top: @table-cell-padding;\n padding-bottom: @table-cell-padding;\n color: @text-muted;\n text-align: left;\n}\nth {\n text-align: left;\n}\n\n\n// Baseline styles\n\n.table {\n width: 100%;\n max-width: 100%;\n margin-bottom: @line-height-computed;\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n padding: @table-cell-padding;\n line-height: @line-height-base;\n vertical-align: top;\n border-top: 1px solid @table-border-color;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n vertical-align: bottom;\n border-bottom: 2px solid @table-border-color;\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid @table-border-color;\n }\n\n // Nesting\n .table {\n background-color: @body-bg;\n }\n}\n\n\n// Condensed table w/ half padding\n\n.table-condensed {\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n padding: @table-condensed-cell-padding;\n }\n }\n }\n}\n\n\n// Bordered version\n//\n// Add borders all around the table and between all the columns.\n\n.table-bordered {\n border: 1px solid @table-border-color;\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n border: 1px solid @table-border-color;\n }\n }\n }\n > thead > tr {\n > th,\n > td {\n border-bottom-width: 2px;\n }\n }\n}\n\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n.table-striped {\n > tbody > tr:nth-of-type(odd) {\n background-color: @table-bg-accent;\n }\n}\n\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n > tbody > tr:hover {\n background-color: @table-bg-hover;\n }\n}\n\n\n// Table cell sizing\n//\n// Reset default table behavior\n\ntable col[class*=\"col-\"] {\n position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)\n float: none;\n display: table-column;\n}\ntable {\n td,\n th {\n &[class*=\"col-\"] {\n position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)\n float: none;\n display: table-cell;\n }\n }\n}\n\n\n// Table backgrounds\n//\n// Exact selectors below required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n// Generate the contextual variants\n.table-row-variant(active; @table-bg-active);\n.table-row-variant(success; @state-success-bg);\n.table-row-variant(info; @state-info-bg);\n.table-row-variant(warning; @state-warning-bg);\n.table-row-variant(danger; @state-danger-bg);\n\n\n// Responsive tables\n//\n// Wrap your tables in `.table-responsive` and we'll make them mobile friendly\n// by enabling horizontal scrolling. Only applies <768px. Everything above that\n// will display normally.\n\n.table-responsive {\n overflow-x: auto;\n min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)\n\n @media screen and (max-width: @screen-xs-max) {\n width: 100%;\n margin-bottom: (@line-height-computed * 0.75);\n overflow-y: hidden;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n border: 1px solid @table-border-color;\n\n // Tighten up spacing\n > .table {\n margin-bottom: 0;\n\n // Ensure the content doesn't wrap\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n white-space: nowrap;\n }\n }\n }\n }\n\n // Special overrides for the bordered tables\n > .table-bordered {\n border: 0;\n\n // Nuke the appropriate borders so that the parent can handle them\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th:first-child,\n > td:first-child {\n border-left: 0;\n }\n > th:last-child,\n > td:last-child {\n border-right: 0;\n }\n }\n }\n\n // Only nuke the last row's bottom-border in `tbody` and `tfoot` since\n // chances are there will be only one `tr` in a `thead` and that would\n // remove the border altogether.\n > tbody,\n > tfoot {\n > tr:last-child {\n > th,\n > td {\n border-bottom: 0;\n }\n }\n }\n\n }\n }\n}\n","// Tables\n\n.table-row-variant(@state; @background) {\n // Exact selectors below required to override `.table-striped` and prevent\n // inheritance to nested tables.\n .table > thead > tr,\n .table > tbody > tr,\n .table > tfoot > tr {\n > td.@{state},\n > th.@{state},\n &.@{state} > td,\n &.@{state} > th {\n background-color: @background;\n }\n }\n\n // Hover states for `.table-hover`\n // Note: this is not available for cells or rows within `thead` or `tfoot`.\n .table-hover > tbody > tr {\n > td.@{state}:hover,\n > th.@{state}:hover,\n &.@{state}:hover > td,\n &:hover > .@{state},\n &.@{state}:hover > th {\n background-color: darken(@background, 5%);\n }\n }\n}\n","//\n// Forms\n// --------------------------------------------------\n\n\n// Normalize non-controls\n//\n// Restyle and baseline non-control form elements.\n\nfieldset {\n padding: 0;\n margin: 0;\n border: 0;\n // Chrome and Firefox set a `min-width: min-content;` on fieldsets,\n // so we reset that to ensure it behaves more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359.\n min-width: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n padding: 0;\n margin-bottom: @line-height-computed;\n font-size: (@font-size-base * 1.5);\n line-height: inherit;\n color: @legend-color;\n border: 0;\n border-bottom: 1px solid @legend-border-color;\n}\n\nlabel {\n display: inline-block;\n max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)\n margin-bottom: 5px;\n font-weight: bold;\n}\n\n\n// Normalize form controls\n//\n// While most of our form styles require extra classes, some basic normalization\n// is required to ensure optimum display with or without those classes to better\n// address browser inconsistencies.\n\n// Override content-box in Normalize (* isn't specific enough)\ninput[type=\"search\"] {\n .box-sizing(border-box);\n}\n\n// Position radios and checkboxes better\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n margin: 4px 0 0;\n margin-top: 1px \\9; // IE8-9\n line-height: normal;\n}\n\ninput[type=\"file\"] {\n display: block;\n}\n\n// Make range inputs behave like textual form controls\ninput[type=\"range\"] {\n display: block;\n width: 100%;\n}\n\n// Make multiple select elements height not fixed\nselect[multiple],\nselect[size] {\n height: auto;\n}\n\n// Focus for file, radio, and checkbox\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n .tab-focus();\n}\n\n// Adjust output element\noutput {\n display: block;\n padding-top: (@padding-base-vertical + 1);\n font-size: @font-size-base;\n line-height: @line-height-base;\n color: @input-color;\n}\n\n\n// Common form controls\n//\n// Shared size and type resets for form controls. Apply `.form-control` to any\n// of the following form controls:\n//\n// select\n// textarea\n// input[type=\"text\"]\n// input[type=\"password\"]\n// input[type=\"datetime\"]\n// input[type=\"datetime-local\"]\n// input[type=\"date\"]\n// input[type=\"month\"]\n// input[type=\"time\"]\n// input[type=\"week\"]\n// input[type=\"number\"]\n// input[type=\"email\"]\n// input[type=\"url\"]\n// input[type=\"search\"]\n// input[type=\"tel\"]\n// input[type=\"color\"]\n\n.form-control {\n display: block;\n width: 100%;\n height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)\n padding: @padding-base-vertical @padding-base-horizontal;\n font-size: @font-size-base;\n line-height: @line-height-base;\n color: @input-color;\n background-color: @input-bg;\n background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n border: 1px solid @input-border;\n border-radius: @input-border-radius; // Note: This has no effect on s in CSS.\n .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));\n .transition(~\"border-color ease-in-out .15s, box-shadow ease-in-out .15s\");\n\n // Customize the `:focus` state to imitate native WebKit styles.\n .form-control-focus();\n\n // Placeholder\n .placeholder();\n\n // Unstyle the caret on ``\n// element gets special love because it's special, and that's a fact!\n.input-size(@input-height; @padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n height: @input-height;\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n line-height: @line-height;\n border-radius: @border-radius;\n\n select& {\n height: @input-height;\n line-height: @input-height;\n }\n\n textarea&,\n select[multiple]& {\n height: auto;\n }\n}\n","//\n// Buttons\n// --------------------------------------------------\n\n\n// Base styles\n// --------------------------------------------------\n\n.btn {\n display: inline-block;\n margin-bottom: 0; // For input.btn\n font-weight: @btn-font-weight;\n text-align: center;\n vertical-align: middle;\n touch-action: manipulation;\n cursor: pointer;\n background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n border: 1px solid transparent;\n white-space: nowrap;\n .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base);\n .user-select(none);\n\n &,\n &:active,\n &.active {\n &:focus,\n &.focus {\n .tab-focus();\n }\n }\n\n &:hover,\n &:focus,\n &.focus {\n color: @btn-default-color;\n text-decoration: none;\n }\n\n &:active,\n &.active {\n outline: 0;\n background-image: none;\n .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n }\n\n &.disabled,\n &[disabled],\n fieldset[disabled] & {\n cursor: @cursor-disabled;\n .opacity(.65);\n .box-shadow(none);\n }\n\n a& {\n &.disabled,\n fieldset[disabled] & {\n pointer-events: none; // Future-proof disabling of clicks on `` elements\n }\n }\n}\n\n\n// Alternate buttons\n// --------------------------------------------------\n\n.btn-default {\n .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);\n}\n.btn-primary {\n .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);\n}\n// Success appears as green\n.btn-success {\n .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);\n}\n// Info appears as blue-green\n.btn-info {\n .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);\n}\n// Warning appears as orange\n.btn-warning {\n .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);\n}\n// Danger and error appear as red\n.btn-danger {\n .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);\n}\n\n\n// Link buttons\n// -------------------------\n\n// Make a button look and behave like a link\n.btn-link {\n color: @link-color;\n font-weight: normal;\n border-radius: 0;\n\n &,\n &:active,\n &.active,\n &[disabled],\n fieldset[disabled] & {\n background-color: transparent;\n .box-shadow(none);\n }\n &,\n &:hover,\n &:focus,\n &:active {\n border-color: transparent;\n }\n &:hover,\n &:focus {\n color: @link-hover-color;\n text-decoration: @link-hover-decoration;\n background-color: transparent;\n }\n &[disabled],\n fieldset[disabled] & {\n &:hover,\n &:focus {\n color: @btn-link-disabled-color;\n text-decoration: none;\n }\n }\n}\n\n\n// Button Sizes\n// --------------------------------------------------\n\n.btn-lg {\n // line-height: ensure even-numbered height of button next to large input\n .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @btn-border-radius-large);\n}\n.btn-sm {\n // line-height: ensure proper height of button next to small input\n .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small);\n}\n.btn-xs {\n .button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small);\n}\n\n\n// Block button\n// --------------------------------------------------\n\n.btn-block {\n display: block;\n width: 100%;\n}\n\n// Vertically space out multiple block buttons\n.btn-block + .btn-block {\n margin-top: 5px;\n}\n\n// Specificity overrides\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"] {\n &.btn-block {\n width: 100%;\n }\n}\n","// Button variants\n//\n// Easily pump out default styles, as well as :hover, :focus, :active,\n// and disabled options for all buttons\n\n.button-variant(@color; @background; @border) {\n color: @color;\n background-color: @background;\n border-color: @border;\n\n &:focus,\n &.focus {\n color: @color;\n background-color: darken(@background, 10%);\n border-color: darken(@border, 25%);\n }\n &:hover {\n color: @color;\n background-color: darken(@background, 10%);\n border-color: darken(@border, 12%);\n }\n &:active,\n &.active,\n .open > .dropdown-toggle& {\n color: @color;\n background-color: darken(@background, 10%);\n border-color: darken(@border, 12%);\n\n &:hover,\n &:focus,\n &.focus {\n color: @color;\n background-color: darken(@background, 17%);\n border-color: darken(@border, 25%);\n }\n }\n &:active,\n &.active,\n .open > .dropdown-toggle& {\n background-image: none;\n }\n &.disabled,\n &[disabled],\n fieldset[disabled] & {\n &:hover,\n &:focus,\n &.focus {\n background-color: @background;\n border-color: @border;\n }\n }\n\n .badge {\n color: @background;\n background-color: @color;\n }\n}\n\n// Button sizes\n.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n line-height: @line-height;\n border-radius: @border-radius;\n}\n","// Opacity\n\n.opacity(@opacity) {\n opacity: @opacity;\n // IE8 filter\n @opacity-ie: (@opacity * 100);\n filter: ~\"alpha(opacity=@{opacity-ie})\";\n}\n","//\n// Component animations\n// --------------------------------------------------\n\n// Heads up!\n//\n// We don't use the `.opacity()` mixin here since it causes a bug with text\n// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.\n\n.fade {\n opacity: 0;\n .transition(opacity .15s linear);\n &.in {\n opacity: 1;\n }\n}\n\n.collapse {\n display: none;\n\n &.in { display: block; }\n tr&.in { display: table-row; }\n tbody&.in { display: table-row-group; }\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n .transition-property(~\"height, visibility\");\n .transition-duration(.35s);\n .transition-timing-function(ease);\n}\n","//\n// Dropdown menus\n// --------------------------------------------------\n\n\n// Dropdown arrow/caret\n.caret {\n display: inline-block;\n width: 0;\n height: 0;\n margin-left: 2px;\n vertical-align: middle;\n border-top: @caret-width-base dashed;\n border-top: @caret-width-base solid ~\"\\9\"; // IE8\n border-right: @caret-width-base solid transparent;\n border-left: @caret-width-base solid transparent;\n}\n\n// The dropdown wrapper (div)\n.dropup,\n.dropdown {\n position: relative;\n}\n\n// Prevent the focus on the dropdown toggle when closing dropdowns\n.dropdown-toggle:focus {\n outline: 0;\n}\n\n// The dropdown menu (ul)\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: @zindex-dropdown;\n display: none; // none by default, but block on \"open\" of the menu\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0; // override default ul\n list-style: none;\n font-size: @font-size-base;\n text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)\n background-color: @dropdown-bg;\n border: 1px solid @dropdown-fallback-border; // IE8 fallback\n border: 1px solid @dropdown-border;\n border-radius: @border-radius-base;\n .box-shadow(0 6px 12px rgba(0,0,0,.175));\n background-clip: padding-box;\n\n // Aligns the dropdown menu to right\n //\n // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`\n &.pull-right {\n right: 0;\n left: auto;\n }\n\n // Dividers (basically an hr) within the dropdown\n .divider {\n .nav-divider(@dropdown-divider-bg);\n }\n\n // Links within the dropdown menu\n > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: @line-height-base;\n color: @dropdown-link-color;\n white-space: nowrap; // prevent links from randomly breaking onto new lines\n }\n}\n\n// Hover/Focus state\n.dropdown-menu > li > a {\n &:hover,\n &:focus {\n text-decoration: none;\n color: @dropdown-link-hover-color;\n background-color: @dropdown-link-hover-bg;\n }\n}\n\n// Active state\n.dropdown-menu > .active > a {\n &,\n &:hover,\n &:focus {\n color: @dropdown-link-active-color;\n text-decoration: none;\n outline: 0;\n background-color: @dropdown-link-active-bg;\n }\n}\n\n// Disabled state\n//\n// Gray out text and ensure the hover/focus state remains gray\n\n.dropdown-menu > .disabled > a {\n &,\n &:hover,\n &:focus {\n color: @dropdown-link-disabled-color;\n }\n\n // Nuke hover/focus effects\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: transparent;\n background-image: none; // Remove CSS gradient\n .reset-filter();\n cursor: @cursor-disabled;\n }\n}\n\n// Open state for the dropdown\n.open {\n // Show the menu\n > .dropdown-menu {\n display: block;\n }\n\n // Remove the outline when :focus is triggered\n > a {\n outline: 0;\n }\n}\n\n// Menu positioning\n//\n// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown\n// menu with the parent.\n.dropdown-menu-right {\n left: auto; // Reset the default from `.dropdown-menu`\n right: 0;\n}\n// With v3, we enabled auto-flipping if you have a dropdown within a right\n// aligned nav component. To enable the undoing of that, we provide an override\n// to restore the default dropdown menu alignment.\n//\n// This is only for left-aligning a dropdown menu within a `.navbar-right` or\n// `.pull-right` nav component.\n.dropdown-menu-left {\n left: 0;\n right: auto;\n}\n\n// Dropdown section headers\n.dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: @font-size-small;\n line-height: @line-height-base;\n color: @dropdown-header-color;\n white-space: nowrap; // as with > li > a\n}\n\n// Backdrop to catch body clicks on mobile, etc.\n.dropdown-backdrop {\n position: fixed;\n left: 0;\n right: 0;\n bottom: 0;\n top: 0;\n z-index: (@zindex-dropdown - 10);\n}\n\n// Right aligned dropdowns\n.pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n}\n\n// Allow for dropdowns to go bottom up (aka, dropup-menu)\n//\n// Just add .dropup after the standard .dropdown class and you're set, bro.\n// TODO: abstract this so that the navbar fixed styles are not placed here?\n\n.dropup,\n.navbar-fixed-bottom .dropdown {\n // Reverse the caret\n .caret {\n border-top: 0;\n border-bottom: @caret-width-base dashed;\n border-bottom: @caret-width-base solid ~\"\\9\"; // IE8\n content: \"\";\n }\n // Different positioning for bottom up menu\n .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n }\n}\n\n\n// Component alignment\n//\n// Reiterate per navbar.less and the modified component alignment there.\n\n@media (min-width: @grid-float-breakpoint) {\n .navbar-right {\n .dropdown-menu {\n .dropdown-menu-right();\n }\n // Necessary for overrides of the default right aligned menu.\n // Will remove come v4 in all likelihood.\n .dropdown-menu-left {\n .dropdown-menu-left();\n }\n }\n}\n","// Horizontal dividers\n//\n// Dividers (basically an hr) within dropdowns and nav lists\n\n.nav-divider(@color: #e5e5e5) {\n height: 1px;\n margin: ((@line-height-computed / 2) - 1) 0;\n overflow: hidden;\n background-color: @color;\n}\n","// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n\n.reset-filter() {\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n","//\n// Button groups\n// --------------------------------------------------\n\n// Make the div behave like a button\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-block;\n vertical-align: middle; // match .btn alignment given font-size hack above\n > .btn {\n position: relative;\n float: left;\n // Bring the \"active\" button to the front\n &:hover,\n &:focus,\n &:active,\n &.active {\n z-index: 2;\n }\n }\n}\n\n// Prevent double borders when buttons are next to each other\n.btn-group {\n .btn + .btn,\n .btn + .btn-group,\n .btn-group + .btn,\n .btn-group + .btn-group {\n margin-left: -1px;\n }\n}\n\n// Optional: Group multiple button groups together for a toolbar\n.btn-toolbar {\n margin-left: -5px; // Offset the first child's margin\n &:extend(.clearfix all);\n\n .btn,\n .btn-group,\n .input-group {\n float: left;\n }\n > .btn,\n > .btn-group,\n > .input-group {\n margin-left: 5px;\n }\n}\n\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n border-radius: 0;\n}\n\n// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match\n.btn-group > .btn:first-child {\n margin-left: 0;\n &:not(:last-child):not(.dropdown-toggle) {\n .border-right-radius(0);\n }\n}\n// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n .border-left-radius(0);\n}\n\n// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)\n.btn-group > .btn-group {\n float: left;\n}\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0;\n}\n.btn-group > .btn-group:first-child:not(:last-child) {\n > .btn:last-child,\n > .dropdown-toggle {\n .border-right-radius(0);\n }\n}\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {\n .border-left-radius(0);\n}\n\n// On active and open, don't show outline\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n outline: 0;\n}\n\n\n// Sizing\n//\n// Remix the default button sizing classes into new ones for easier manipulation.\n\n.btn-group-xs > .btn { &:extend(.btn-xs); }\n.btn-group-sm > .btn { &:extend(.btn-sm); }\n.btn-group-lg > .btn { &:extend(.btn-lg); }\n\n\n// Split button dropdowns\n// ----------------------\n\n// Give the line between buttons some depth\n.btn-group > .btn + .dropdown-toggle {\n padding-left: 8px;\n padding-right: 8px;\n}\n.btn-group > .btn-lg + .dropdown-toggle {\n padding-left: 12px;\n padding-right: 12px;\n}\n\n// The clickable button for toggling the menu\n// Remove the gradient and set the same inset shadow as the :active state\n.btn-group.open .dropdown-toggle {\n .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n\n // Show no shadow for `.btn-link` since it has no other button styles.\n &.btn-link {\n .box-shadow(none);\n }\n}\n\n\n// Reposition the caret\n.btn .caret {\n margin-left: 0;\n}\n// Carets in other button sizes\n.btn-lg .caret {\n border-width: @caret-width-large @caret-width-large 0;\n border-bottom-width: 0;\n}\n// Upside down carets for .dropup\n.dropup .btn-lg .caret {\n border-width: 0 @caret-width-large @caret-width-large;\n}\n\n\n// Vertical button groups\n// ----------------------\n\n.btn-group-vertical {\n > .btn,\n > .btn-group,\n > .btn-group > .btn {\n display: block;\n float: none;\n width: 100%;\n max-width: 100%;\n }\n\n // Clear floats so dropdown menus can be properly placed\n > .btn-group {\n &:extend(.clearfix all);\n > .btn {\n float: none;\n }\n }\n\n > .btn + .btn,\n > .btn + .btn-group,\n > .btn-group + .btn,\n > .btn-group + .btn-group {\n margin-top: -1px;\n margin-left: 0;\n }\n}\n\n.btn-group-vertical > .btn {\n &:not(:first-child):not(:last-child) {\n border-radius: 0;\n }\n &:first-child:not(:last-child) {\n .border-top-radius(@btn-border-radius-base);\n .border-bottom-radius(0);\n }\n &:last-child:not(:first-child) {\n .border-top-radius(0);\n .border-bottom-radius(@btn-border-radius-base);\n }\n}\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0;\n}\n.btn-group-vertical > .btn-group:first-child:not(:last-child) {\n > .btn:last-child,\n > .dropdown-toggle {\n .border-bottom-radius(0);\n }\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n .border-top-radius(0);\n}\n\n\n// Justified button groups\n// ----------------------\n\n.btn-group-justified {\n display: table;\n width: 100%;\n table-layout: fixed;\n border-collapse: separate;\n > .btn,\n > .btn-group {\n float: none;\n display: table-cell;\n width: 1%;\n }\n > .btn-group .btn {\n width: 100%;\n }\n\n > .btn-group .dropdown-menu {\n left: auto;\n }\n}\n\n\n// Checkbox and radio options\n//\n// In order to support the browser's form validation feedback, powered by the\n// `required` attribute, we have to \"hide\" the inputs via `clip`. We cannot use\n// `display: none;` or `visibility: hidden;` as that also hides the popover.\n// Simply visually hiding the inputs via `opacity` would leave them clickable in\n// certain cases which is prevented by using `clip` and `pointer-events`.\n// This way, we ensure a DOM element is visible to position the popover from.\n//\n// See https://github.com/twbs/bootstrap/pull/12794 and\n// https://github.com/twbs/bootstrap/pull/14559 for more information.\n\n[data-toggle=\"buttons\"] {\n > .btn,\n > .btn-group > .btn {\n input[type=\"radio\"],\n input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0,0,0,0);\n pointer-events: none;\n }\n }\n}\n","// Single side border-radius\n\n.border-top-radius(@radius) {\n border-top-right-radius: @radius;\n border-top-left-radius: @radius;\n}\n.border-right-radius(@radius) {\n border-bottom-right-radius: @radius;\n border-top-right-radius: @radius;\n}\n.border-bottom-radius(@radius) {\n border-bottom-right-radius: @radius;\n border-bottom-left-radius: @radius;\n}\n.border-left-radius(@radius) {\n border-bottom-left-radius: @radius;\n border-top-left-radius: @radius;\n}\n","//\n// Input groups\n// --------------------------------------------------\n\n// Base styles\n// -------------------------\n.input-group {\n position: relative; // For dropdowns\n display: table;\n border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table\n\n // Undo padding and float of grid classes\n &[class*=\"col-\"] {\n float: none;\n padding-left: 0;\n padding-right: 0;\n }\n\n .form-control {\n // Ensure that the input is always above the *appended* addon button for\n // proper border colors.\n position: relative;\n z-index: 2;\n\n // IE9 fubars the placeholder attribute in text inputs and the arrows on\n // select elements in input groups. To fix it, we float the input. Details:\n // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855\n float: left;\n\n width: 100%;\n margin-bottom: 0;\n \n &:focus {\n z-index: 3;\n }\n }\n}\n\n// Sizing options\n//\n// Remix the default form control sizing classes into new ones for easier\n// manipulation.\n\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n .input-lg();\n}\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n .input-sm();\n}\n\n\n// Display as table-cell\n// -------------------------\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n display: table-cell;\n\n &:not(:first-child):not(:last-child) {\n border-radius: 0;\n }\n}\n// Addon and addon wrapper for buttons\n.input-group-addon,\n.input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle; // Match the inputs\n}\n\n// Text input groups\n// -------------------------\n.input-group-addon {\n padding: @padding-base-vertical @padding-base-horizontal;\n font-size: @font-size-base;\n font-weight: normal;\n line-height: 1;\n color: @input-color;\n text-align: center;\n background-color: @input-group-addon-bg;\n border: 1px solid @input-group-addon-border-color;\n border-radius: @input-border-radius;\n\n // Sizing\n &.input-sm {\n padding: @padding-small-vertical @padding-small-horizontal;\n font-size: @font-size-small;\n border-radius: @input-border-radius-small;\n }\n &.input-lg {\n padding: @padding-large-vertical @padding-large-horizontal;\n font-size: @font-size-large;\n border-radius: @input-border-radius-large;\n }\n\n // Nuke default margins from checkboxes and radios to vertically center within.\n input[type=\"radio\"],\n input[type=\"checkbox\"] {\n margin-top: 0;\n }\n}\n\n// Reset rounded corners\n.input-group .form-control:first-child,\n.input-group-addon:first-child,\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group > .btn,\n.input-group-btn:first-child > .dropdown-toggle,\n.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {\n .border-right-radius(0);\n}\n.input-group-addon:first-child {\n border-right: 0;\n}\n.input-group .form-control:last-child,\n.input-group-addon:last-child,\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group > .btn,\n.input-group-btn:last-child > .dropdown-toggle,\n.input-group-btn:first-child > .btn:not(:first-child),\n.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {\n .border-left-radius(0);\n}\n.input-group-addon:last-child {\n border-left: 0;\n}\n\n// Button input groups\n// -------------------------\n.input-group-btn {\n position: relative;\n // Jankily prevent input button groups from wrapping with `white-space` and\n // `font-size` in combination with `inline-block` on buttons.\n font-size: 0;\n white-space: nowrap;\n\n // Negative margin for spacing, position for bringing hovered/focused/actived\n // element above the siblings.\n > .btn {\n position: relative;\n + .btn {\n margin-left: -1px;\n }\n // Bring the \"active\" button to the front\n &:hover,\n &:focus,\n &:active {\n z-index: 2;\n }\n }\n\n // Negative margin to only have a 1px border between the two\n &:first-child {\n > .btn,\n > .btn-group {\n margin-right: -1px;\n }\n }\n &:last-child {\n > .btn,\n > .btn-group {\n z-index: 2;\n margin-left: -1px;\n }\n }\n}\n","//\n// Navs\n// --------------------------------------------------\n\n\n// Base class\n// --------------------------------------------------\n\n.nav {\n margin-bottom: 0;\n padding-left: 0; // Override default ul/ol\n list-style: none;\n &:extend(.clearfix all);\n\n > li {\n position: relative;\n display: block;\n\n > a {\n position: relative;\n display: block;\n padding: @nav-link-padding;\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: @nav-link-hover-bg;\n }\n }\n\n // Disabled state sets text to gray and nukes hover/tab effects\n &.disabled > a {\n color: @nav-disabled-link-color;\n\n &:hover,\n &:focus {\n color: @nav-disabled-link-hover-color;\n text-decoration: none;\n background-color: transparent;\n cursor: @cursor-disabled;\n }\n }\n }\n\n // Open dropdowns\n .open > a {\n &,\n &:hover,\n &:focus {\n background-color: @nav-link-hover-bg;\n border-color: @link-color;\n }\n }\n\n // Nav dividers (deprecated with v3.0.1)\n //\n // This should have been removed in v3 with the dropping of `.nav-list`, but\n // we missed it. We don't currently support this anywhere, but in the interest\n // of maintaining backward compatibility in case you use it, it's deprecated.\n .nav-divider {\n .nav-divider();\n }\n\n // Prevent IE8 from misplacing imgs\n //\n // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989\n > li > a > img {\n max-width: none;\n }\n}\n\n\n// Tabs\n// -------------------------\n\n// Give the tabs something to sit on\n.nav-tabs {\n border-bottom: 1px solid @nav-tabs-border-color;\n > li {\n float: left;\n // Make the list-items overlay the bottom border\n margin-bottom: -1px;\n\n // Actual tabs (as links)\n > a {\n margin-right: 2px;\n line-height: @line-height-base;\n border: 1px solid transparent;\n border-radius: @border-radius-base @border-radius-base 0 0;\n &:hover {\n border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color;\n }\n }\n\n // Active state, and its :hover to override normal :hover\n &.active > a {\n &,\n &:hover,\n &:focus {\n color: @nav-tabs-active-link-hover-color;\n background-color: @nav-tabs-active-link-hover-bg;\n border: 1px solid @nav-tabs-active-link-hover-border-color;\n border-bottom-color: transparent;\n cursor: default;\n }\n }\n }\n // pulling this in mainly for less shorthand\n &.nav-justified {\n .nav-justified();\n .nav-tabs-justified();\n }\n}\n\n\n// Pills\n// -------------------------\n.nav-pills {\n > li {\n float: left;\n\n // Links rendered as pills\n > a {\n border-radius: @nav-pills-border-radius;\n }\n + li {\n margin-left: 2px;\n }\n\n // Active state\n &.active > a {\n &,\n &:hover,\n &:focus {\n color: @nav-pills-active-link-hover-color;\n background-color: @nav-pills-active-link-hover-bg;\n }\n }\n }\n}\n\n\n// Stacked pills\n.nav-stacked {\n > li {\n float: none;\n + li {\n margin-top: 2px;\n margin-left: 0; // no need for this gap between nav items\n }\n }\n}\n\n\n// Nav variations\n// --------------------------------------------------\n\n// Justified nav links\n// -------------------------\n\n.nav-justified {\n width: 100%;\n\n > li {\n float: none;\n > a {\n text-align: center;\n margin-bottom: 5px;\n }\n }\n\n > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n\n @media (min-width: @screen-sm-min) {\n > li {\n display: table-cell;\n width: 1%;\n > a {\n margin-bottom: 0;\n }\n }\n }\n}\n\n// Move borders to anchors instead of bottom of list\n//\n// Mixin for adding on top the shared `.nav-justified` styles for our tabs\n.nav-tabs-justified {\n border-bottom: 0;\n\n > li > a {\n // Override margin from .nav-tabs\n margin-right: 0;\n border-radius: @border-radius-base;\n }\n\n > .active > a,\n > .active > a:hover,\n > .active > a:focus {\n border: 1px solid @nav-tabs-justified-link-border-color;\n }\n\n @media (min-width: @screen-sm-min) {\n > li > a {\n border-bottom: 1px solid @nav-tabs-justified-link-border-color;\n border-radius: @border-radius-base @border-radius-base 0 0;\n }\n > .active > a,\n > .active > a:hover,\n > .active > a:focus {\n border-bottom-color: @nav-tabs-justified-active-link-border-color;\n }\n }\n}\n\n\n// Tabbable tabs\n// -------------------------\n\n// Hide tabbable panes to start, show them when `.active`\n.tab-content {\n > .tab-pane {\n display: none;\n }\n > .active {\n display: block;\n }\n}\n\n\n// Dropdowns\n// -------------------------\n\n// Specific dropdowns\n.nav-tabs .dropdown-menu {\n // make dropdown border overlap tab border\n margin-top: -1px;\n // Remove the top rounded corners here since there is a hard edge above the menu\n .border-top-radius(0);\n}\n","//\n// Navbars\n// --------------------------------------------------\n\n\n// Wrapper and base class\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.navbar {\n position: relative;\n min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)\n margin-bottom: @navbar-margin-bottom;\n border: 1px solid transparent;\n\n // Prevent floats from breaking the navbar\n &:extend(.clearfix all);\n\n @media (min-width: @grid-float-breakpoint) {\n border-radius: @navbar-border-radius;\n }\n}\n\n\n// Navbar heading\n//\n// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy\n// styling of responsive aspects.\n\n.navbar-header {\n &:extend(.clearfix all);\n\n @media (min-width: @grid-float-breakpoint) {\n float: left;\n }\n}\n\n\n// Navbar collapse (body)\n//\n// Group your navbar content into this for easy collapsing and expanding across\n// various device sizes. By default, this content is collapsed when <768px, but\n// will expand past that for a horizontal display.\n//\n// To start (on mobile devices) the navbar links, forms, and buttons are stacked\n// vertically and include a `max-height` to overflow in case you have too much\n// content for the user's viewport.\n\n.navbar-collapse {\n overflow-x: visible;\n padding-right: @navbar-padding-horizontal;\n padding-left: @navbar-padding-horizontal;\n border-top: 1px solid transparent;\n box-shadow: inset 0 1px 0 rgba(255,255,255,.1);\n &:extend(.clearfix all);\n -webkit-overflow-scrolling: touch;\n\n &.in {\n overflow-y: auto;\n }\n\n @media (min-width: @grid-float-breakpoint) {\n width: auto;\n border-top: 0;\n box-shadow: none;\n\n &.collapse {\n display: block !important;\n height: auto !important;\n padding-bottom: 0; // Override default setting\n overflow: visible !important;\n }\n\n &.in {\n overflow-y: visible;\n }\n\n // Undo the collapse side padding for navbars with containers to ensure\n // alignment of right-aligned contents.\n .navbar-fixed-top &,\n .navbar-static-top &,\n .navbar-fixed-bottom & {\n padding-left: 0;\n padding-right: 0;\n }\n }\n}\n\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n .navbar-collapse {\n max-height: @navbar-collapse-max-height;\n\n @media (max-device-width: @screen-xs-min) and (orientation: landscape) {\n max-height: 200px;\n }\n }\n}\n\n\n// Both navbar header and collapse\n//\n// When a container is present, change the behavior of the header and collapse.\n\n.container,\n.container-fluid {\n > .navbar-header,\n > .navbar-collapse {\n margin-right: -@navbar-padding-horizontal;\n margin-left: -@navbar-padding-horizontal;\n\n @media (min-width: @grid-float-breakpoint) {\n margin-right: 0;\n margin-left: 0;\n }\n }\n}\n\n\n//\n// Navbar alignment options\n//\n// Display the navbar across the entirety of the page or fixed it to the top or\n// bottom of the page.\n\n// Static top (unfixed, but 100% wide) navbar\n.navbar-static-top {\n z-index: @zindex-navbar;\n border-width: 0 0 1px;\n\n @media (min-width: @grid-float-breakpoint) {\n border-radius: 0;\n }\n}\n\n// Fix the top/bottom navbars when screen real estate supports it\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n position: fixed;\n right: 0;\n left: 0;\n z-index: @zindex-navbar-fixed;\n\n // Undo the rounded corners\n @media (min-width: @grid-float-breakpoint) {\n border-radius: 0;\n }\n}\n.navbar-fixed-top {\n top: 0;\n border-width: 0 0 1px;\n}\n.navbar-fixed-bottom {\n bottom: 0;\n margin-bottom: 0; // override .navbar defaults\n border-width: 1px 0 0;\n}\n\n\n// Brand/project name\n\n.navbar-brand {\n float: left;\n padding: @navbar-padding-vertical @navbar-padding-horizontal;\n font-size: @font-size-large;\n line-height: @line-height-computed;\n height: @navbar-height;\n\n &:hover,\n &:focus {\n text-decoration: none;\n }\n\n > img {\n display: block;\n }\n\n @media (min-width: @grid-float-breakpoint) {\n .navbar > .container &,\n .navbar > .container-fluid & {\n margin-left: -@navbar-padding-horizontal;\n }\n }\n}\n\n\n// Navbar toggle\n//\n// Custom button for toggling the `.navbar-collapse`, powered by the collapse\n// JavaScript plugin.\n\n.navbar-toggle {\n position: relative;\n float: right;\n margin-right: @navbar-padding-horizontal;\n padding: 9px 10px;\n .navbar-vertical-align(34px);\n background-color: transparent;\n background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n border: 1px solid transparent;\n border-radius: @border-radius-base;\n\n // We remove the `outline` here, but later compensate by attaching `:hover`\n // styles to `:focus`.\n &:focus {\n outline: 0;\n }\n\n // Bars\n .icon-bar {\n display: block;\n width: 22px;\n height: 2px;\n border-radius: 1px;\n }\n .icon-bar + .icon-bar {\n margin-top: 4px;\n }\n\n @media (min-width: @grid-float-breakpoint) {\n display: none;\n }\n}\n\n\n// Navbar nav links\n//\n// Builds on top of the `.nav` components with its own modifier class to make\n// the nav the full height of the horizontal nav (above 768px).\n\n.navbar-nav {\n margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;\n\n > li > a {\n padding-top: 10px;\n padding-bottom: 10px;\n line-height: @line-height-computed;\n }\n\n @media (max-width: @grid-float-breakpoint-max) {\n // Dropdowns get custom display when collapsed\n .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n box-shadow: none;\n > li > a,\n .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n > li > a {\n line-height: @line-height-computed;\n &:hover,\n &:focus {\n background-image: none;\n }\n }\n }\n }\n\n // Uncollapse the nav\n @media (min-width: @grid-float-breakpoint) {\n float: left;\n margin: 0;\n\n > li {\n float: left;\n > a {\n padding-top: @navbar-padding-vertical;\n padding-bottom: @navbar-padding-vertical;\n }\n }\n }\n}\n\n\n// Navbar form\n//\n// Extension of the `.form-inline` with some extra flavor for optimum display in\n// our navbars.\n\n.navbar-form {\n margin-left: -@navbar-padding-horizontal;\n margin-right: -@navbar-padding-horizontal;\n padding: 10px @navbar-padding-horizontal;\n border-top: 1px solid transparent;\n border-bottom: 1px solid transparent;\n @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);\n .box-shadow(@shadow);\n\n // Mixin behavior for optimum display\n .form-inline();\n\n .form-group {\n @media (max-width: @grid-float-breakpoint-max) {\n margin-bottom: 5px;\n\n &:last-child {\n margin-bottom: 0;\n }\n }\n }\n\n // Vertically center in expanded, horizontal navbar\n .navbar-vertical-align(@input-height-base);\n\n // Undo 100% width for pull classes\n @media (min-width: @grid-float-breakpoint) {\n width: auto;\n border: 0;\n margin-left: 0;\n margin-right: 0;\n padding-top: 0;\n padding-bottom: 0;\n .box-shadow(none);\n }\n}\n\n\n// Dropdown menus\n\n// Menu position and menu carets\n.navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n .border-top-radius(0);\n}\n// Menu position and menu caret support for dropups via extra dropup class\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n .border-top-radius(@navbar-border-radius);\n .border-bottom-radius(0);\n}\n\n\n// Buttons in navbars\n//\n// Vertically center a button within a navbar (when *not* in a form).\n\n.navbar-btn {\n .navbar-vertical-align(@input-height-base);\n\n &.btn-sm {\n .navbar-vertical-align(@input-height-small);\n }\n &.btn-xs {\n .navbar-vertical-align(22);\n }\n}\n\n\n// Text in navbars\n//\n// Add a class to make any element properly align itself vertically within the navbars.\n\n.navbar-text {\n .navbar-vertical-align(@line-height-computed);\n\n @media (min-width: @grid-float-breakpoint) {\n float: left;\n margin-left: @navbar-padding-horizontal;\n margin-right: @navbar-padding-horizontal;\n }\n}\n\n\n// Component alignment\n//\n// Repurpose the pull utilities as their own navbar utilities to avoid specificity\n// issues with parents and chaining. Only do this when the navbar is uncollapsed\n// though so that navbar contents properly stack and align in mobile.\n//\n// Declared after the navbar components to ensure more specificity on the margins.\n\n@media (min-width: @grid-float-breakpoint) {\n .navbar-left { .pull-left(); }\n .navbar-right {\n .pull-right();\n margin-right: -@navbar-padding-horizontal;\n\n ~ .navbar-right {\n margin-right: 0;\n }\n }\n}\n\n\n// Alternate navbars\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n background-color: @navbar-default-bg;\n border-color: @navbar-default-border;\n\n .navbar-brand {\n color: @navbar-default-brand-color;\n &:hover,\n &:focus {\n color: @navbar-default-brand-hover-color;\n background-color: @navbar-default-brand-hover-bg;\n }\n }\n\n .navbar-text {\n color: @navbar-default-color;\n }\n\n .navbar-nav {\n > li > a {\n color: @navbar-default-link-color;\n\n &:hover,\n &:focus {\n color: @navbar-default-link-hover-color;\n background-color: @navbar-default-link-hover-bg;\n }\n }\n > .active > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-default-link-active-color;\n background-color: @navbar-default-link-active-bg;\n }\n }\n > .disabled > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-default-link-disabled-color;\n background-color: @navbar-default-link-disabled-bg;\n }\n }\n }\n\n .navbar-toggle {\n border-color: @navbar-default-toggle-border-color;\n &:hover,\n &:focus {\n background-color: @navbar-default-toggle-hover-bg;\n }\n .icon-bar {\n background-color: @navbar-default-toggle-icon-bar-bg;\n }\n }\n\n .navbar-collapse,\n .navbar-form {\n border-color: @navbar-default-border;\n }\n\n // Dropdown menu items\n .navbar-nav {\n // Remove background color from open dropdown\n > .open > a {\n &,\n &:hover,\n &:focus {\n background-color: @navbar-default-link-active-bg;\n color: @navbar-default-link-active-color;\n }\n }\n\n @media (max-width: @grid-float-breakpoint-max) {\n // Dropdowns get custom display when collapsed\n .open .dropdown-menu {\n > li > a {\n color: @navbar-default-link-color;\n &:hover,\n &:focus {\n color: @navbar-default-link-hover-color;\n background-color: @navbar-default-link-hover-bg;\n }\n }\n > .active > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-default-link-active-color;\n background-color: @navbar-default-link-active-bg;\n }\n }\n > .disabled > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-default-link-disabled-color;\n background-color: @navbar-default-link-disabled-bg;\n }\n }\n }\n }\n }\n\n\n // Links in navbars\n //\n // Add a class to ensure links outside the navbar nav are colored correctly.\n\n .navbar-link {\n color: @navbar-default-link-color;\n &:hover {\n color: @navbar-default-link-hover-color;\n }\n }\n\n .btn-link {\n color: @navbar-default-link-color;\n &:hover,\n &:focus {\n color: @navbar-default-link-hover-color;\n }\n &[disabled],\n fieldset[disabled] & {\n &:hover,\n &:focus {\n color: @navbar-default-link-disabled-color;\n }\n }\n }\n}\n\n// Inverse navbar\n\n.navbar-inverse {\n background-color: @navbar-inverse-bg;\n border-color: @navbar-inverse-border;\n\n .navbar-brand {\n color: @navbar-inverse-brand-color;\n &:hover,\n &:focus {\n color: @navbar-inverse-brand-hover-color;\n background-color: @navbar-inverse-brand-hover-bg;\n }\n }\n\n .navbar-text {\n color: @navbar-inverse-color;\n }\n\n .navbar-nav {\n > li > a {\n color: @navbar-inverse-link-color;\n\n &:hover,\n &:focus {\n color: @navbar-inverse-link-hover-color;\n background-color: @navbar-inverse-link-hover-bg;\n }\n }\n > .active > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-inverse-link-active-color;\n background-color: @navbar-inverse-link-active-bg;\n }\n }\n > .disabled > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-inverse-link-disabled-color;\n background-color: @navbar-inverse-link-disabled-bg;\n }\n }\n }\n\n // Darken the responsive nav toggle\n .navbar-toggle {\n border-color: @navbar-inverse-toggle-border-color;\n &:hover,\n &:focus {\n background-color: @navbar-inverse-toggle-hover-bg;\n }\n .icon-bar {\n background-color: @navbar-inverse-toggle-icon-bar-bg;\n }\n }\n\n .navbar-collapse,\n .navbar-form {\n border-color: darken(@navbar-inverse-bg, 7%);\n }\n\n // Dropdowns\n .navbar-nav {\n > .open > a {\n &,\n &:hover,\n &:focus {\n background-color: @navbar-inverse-link-active-bg;\n color: @navbar-inverse-link-active-color;\n }\n }\n\n @media (max-width: @grid-float-breakpoint-max) {\n // Dropdowns get custom display\n .open .dropdown-menu {\n > .dropdown-header {\n border-color: @navbar-inverse-border;\n }\n .divider {\n background-color: @navbar-inverse-border;\n }\n > li > a {\n color: @navbar-inverse-link-color;\n &:hover,\n &:focus {\n color: @navbar-inverse-link-hover-color;\n background-color: @navbar-inverse-link-hover-bg;\n }\n }\n > .active > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-inverse-link-active-color;\n background-color: @navbar-inverse-link-active-bg;\n }\n }\n > .disabled > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-inverse-link-disabled-color;\n background-color: @navbar-inverse-link-disabled-bg;\n }\n }\n }\n }\n }\n\n .navbar-link {\n color: @navbar-inverse-link-color;\n &:hover {\n color: @navbar-inverse-link-hover-color;\n }\n }\n\n .btn-link {\n color: @navbar-inverse-link-color;\n &:hover,\n &:focus {\n color: @navbar-inverse-link-hover-color;\n }\n &[disabled],\n fieldset[disabled] & {\n &:hover,\n &:focus {\n color: @navbar-inverse-link-disabled-color;\n }\n }\n }\n}\n","// Navbar vertical align\n//\n// Vertically center elements in the navbar.\n// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.\n\n.navbar-vertical-align(@element-height) {\n margin-top: ((@navbar-height - @element-height) / 2);\n margin-bottom: ((@navbar-height - @element-height) / 2);\n}\n","//\n// Utility classes\n// --------------------------------------------------\n\n\n// Floats\n// -------------------------\n\n.clearfix {\n .clearfix();\n}\n.center-block {\n .center-block();\n}\n.pull-right {\n float: right !important;\n}\n.pull-left {\n float: left !important;\n}\n\n\n// Toggling content\n// -------------------------\n\n// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1\n.hide {\n display: none !important;\n}\n.show {\n display: block !important;\n}\n.invisible {\n visibility: hidden;\n}\n.text-hide {\n .text-hide();\n}\n\n\n// Hide from screenreaders and browsers\n//\n// Credit: HTML5 Boilerplate\n\n.hidden {\n display: none !important;\n}\n\n\n// For Affix plugin\n// -------------------------\n\n.affix {\n position: fixed;\n}\n","//\n// Breadcrumbs\n// --------------------------------------------------\n\n\n.breadcrumb {\n padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;\n margin-bottom: @line-height-computed;\n list-style: none;\n background-color: @breadcrumb-bg;\n border-radius: @border-radius-base;\n\n > li {\n display: inline-block;\n\n + li:before {\n content: \"@{breadcrumb-separator}\\00a0\"; // Unicode space added since inline-block means non-collapsing white-space\n padding: 0 5px;\n color: @breadcrumb-color;\n }\n }\n\n > .active {\n color: @breadcrumb-active-color;\n }\n}\n","//\n// Pagination (multiple pages)\n// --------------------------------------------------\n.pagination {\n display: inline-block;\n padding-left: 0;\n margin: @line-height-computed 0;\n border-radius: @border-radius-base;\n\n > li {\n display: inline; // Remove list-style and block-level defaults\n > a,\n > span {\n position: relative;\n float: left; // Collapse white-space\n padding: @padding-base-vertical @padding-base-horizontal;\n line-height: @line-height-base;\n text-decoration: none;\n color: @pagination-color;\n background-color: @pagination-bg;\n border: 1px solid @pagination-border;\n margin-left: -1px;\n }\n &:first-child {\n > a,\n > span {\n margin-left: 0;\n .border-left-radius(@border-radius-base);\n }\n }\n &:last-child {\n > a,\n > span {\n .border-right-radius(@border-radius-base);\n }\n }\n }\n\n > li > a,\n > li > span {\n &:hover,\n &:focus {\n z-index: 2;\n color: @pagination-hover-color;\n background-color: @pagination-hover-bg;\n border-color: @pagination-hover-border;\n }\n }\n\n > .active > a,\n > .active > span {\n &,\n &:hover,\n &:focus {\n z-index: 3;\n color: @pagination-active-color;\n background-color: @pagination-active-bg;\n border-color: @pagination-active-border;\n cursor: default;\n }\n }\n\n > .disabled {\n > span,\n > span:hover,\n > span:focus,\n > a,\n > a:hover,\n > a:focus {\n color: @pagination-disabled-color;\n background-color: @pagination-disabled-bg;\n border-color: @pagination-disabled-border;\n cursor: @cursor-disabled;\n }\n }\n}\n\n// Sizing\n// --------------------------------------------------\n\n// Large\n.pagination-lg {\n .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);\n}\n\n// Small\n.pagination-sm {\n .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n","// Pagination\n\n.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n > li {\n > a,\n > span {\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n line-height: @line-height;\n }\n &:first-child {\n > a,\n > span {\n .border-left-radius(@border-radius);\n }\n }\n &:last-child {\n > a,\n > span {\n .border-right-radius(@border-radius);\n }\n }\n }\n}\n","//\n// Pager pagination\n// --------------------------------------------------\n\n\n.pager {\n padding-left: 0;\n margin: @line-height-computed 0;\n list-style: none;\n text-align: center;\n &:extend(.clearfix all);\n li {\n display: inline;\n > a,\n > span {\n display: inline-block;\n padding: 5px 14px;\n background-color: @pager-bg;\n border: 1px solid @pager-border;\n border-radius: @pager-border-radius;\n }\n\n > a:hover,\n > a:focus {\n text-decoration: none;\n background-color: @pager-hover-bg;\n }\n }\n\n .next {\n > a,\n > span {\n float: right;\n }\n }\n\n .previous {\n > a,\n > span {\n float: left;\n }\n }\n\n .disabled {\n > a,\n > a:hover,\n > a:focus,\n > span {\n color: @pager-disabled-color;\n background-color: @pager-bg;\n cursor: @cursor-disabled;\n }\n }\n}\n","//\n// Labels\n// --------------------------------------------------\n\n.label {\n display: inline;\n padding: .2em .6em .3em;\n font-size: 75%;\n font-weight: bold;\n line-height: 1;\n color: @label-color;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: .25em;\n\n // Add hover effects, but only for links\n a& {\n &:hover,\n &:focus {\n color: @label-link-hover-color;\n text-decoration: none;\n cursor: pointer;\n }\n }\n\n // Empty labels collapse automatically (not available in IE8)\n &:empty {\n display: none;\n }\n\n // Quick fix for labels in buttons\n .btn & {\n position: relative;\n top: -1px;\n }\n}\n\n// Colors\n// Contextual variations (linked labels get darker on :hover)\n\n.label-default {\n .label-variant(@label-default-bg);\n}\n\n.label-primary {\n .label-variant(@label-primary-bg);\n}\n\n.label-success {\n .label-variant(@label-success-bg);\n}\n\n.label-info {\n .label-variant(@label-info-bg);\n}\n\n.label-warning {\n .label-variant(@label-warning-bg);\n}\n\n.label-danger {\n .label-variant(@label-danger-bg);\n}\n","// Labels\n\n.label-variant(@color) {\n background-color: @color;\n\n &[href] {\n &:hover,\n &:focus {\n background-color: darken(@color, 10%);\n }\n }\n}\n","//\n// Badges\n// --------------------------------------------------\n\n\n// Base class\n.badge {\n display: inline-block;\n min-width: 10px;\n padding: 3px 7px;\n font-size: @font-size-small;\n font-weight: @badge-font-weight;\n color: @badge-color;\n line-height: @badge-line-height;\n vertical-align: middle;\n white-space: nowrap;\n text-align: center;\n background-color: @badge-bg;\n border-radius: @badge-border-radius;\n\n // Empty badges collapse automatically (not available in IE8)\n &:empty {\n display: none;\n }\n\n // Quick fix for badges in buttons\n .btn & {\n position: relative;\n top: -1px;\n }\n\n .btn-xs &,\n .btn-group-xs > .btn & {\n top: 0;\n padding: 1px 5px;\n }\n\n // Hover state, but only for links\n a& {\n &:hover,\n &:focus {\n color: @badge-link-hover-color;\n text-decoration: none;\n cursor: pointer;\n }\n }\n\n // Account for badges in navs\n .list-group-item.active > &,\n .nav-pills > .active > a > & {\n color: @badge-active-color;\n background-color: @badge-active-bg;\n }\n\n .list-group-item > & {\n float: right;\n }\n\n .list-group-item > & + & {\n margin-right: 5px;\n }\n\n .nav-pills > li > a > & {\n margin-left: 3px;\n }\n}\n","//\n// Jumbotron\n// --------------------------------------------------\n\n\n.jumbotron {\n padding-top: @jumbotron-padding;\n padding-bottom: @jumbotron-padding;\n margin-bottom: @jumbotron-padding;\n color: @jumbotron-color;\n background-color: @jumbotron-bg;\n\n h1,\n .h1 {\n color: @jumbotron-heading-color;\n }\n\n p {\n margin-bottom: (@jumbotron-padding / 2);\n font-size: @jumbotron-font-size;\n font-weight: 200;\n }\n\n > hr {\n border-top-color: darken(@jumbotron-bg, 10%);\n }\n\n .container &,\n .container-fluid & {\n border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container\n padding-left: (@grid-gutter-width / 2);\n padding-right: (@grid-gutter-width / 2);\n }\n\n .container {\n max-width: 100%;\n }\n\n @media screen and (min-width: @screen-sm-min) {\n padding-top: (@jumbotron-padding * 1.6);\n padding-bottom: (@jumbotron-padding * 1.6);\n\n .container &,\n .container-fluid & {\n padding-left: (@jumbotron-padding * 2);\n padding-right: (@jumbotron-padding * 2);\n }\n\n h1,\n .h1 {\n font-size: @jumbotron-heading-font-size;\n }\n }\n}\n","//\n// Thumbnails\n// --------------------------------------------------\n\n\n// Mixin and adjust the regular image class\n.thumbnail {\n display: block;\n padding: @thumbnail-padding;\n margin-bottom: @line-height-computed;\n line-height: @line-height-base;\n background-color: @thumbnail-bg;\n border: 1px solid @thumbnail-border;\n border-radius: @thumbnail-border-radius;\n .transition(border .2s ease-in-out);\n\n > img,\n a > img {\n &:extend(.img-responsive);\n margin-left: auto;\n margin-right: auto;\n }\n\n // Add a hover state for linked versions only\n a&:hover,\n a&:focus,\n a&.active {\n border-color: @link-color;\n }\n\n // Image captions\n .caption {\n padding: @thumbnail-caption-padding;\n color: @thumbnail-caption-color;\n }\n}\n","//\n// Alerts\n// --------------------------------------------------\n\n\n// Base styles\n// -------------------------\n\n.alert {\n padding: @alert-padding;\n margin-bottom: @line-height-computed;\n border: 1px solid transparent;\n border-radius: @alert-border-radius;\n\n // Headings for larger alerts\n h4 {\n margin-top: 0;\n // Specified for the h4 to prevent conflicts of changing @headings-color\n color: inherit;\n }\n\n // Provide class for links that match alerts\n .alert-link {\n font-weight: @alert-link-font-weight;\n }\n\n // Improve alignment and spacing of inner content\n > p,\n > ul {\n margin-bottom: 0;\n }\n\n > p + p {\n margin-top: 5px;\n }\n}\n\n// Dismissible alerts\n//\n// Expand the right padding and account for the close button's positioning.\n\n.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.\n.alert-dismissible {\n padding-right: (@alert-padding + 20);\n\n // Adjust close link position\n .close {\n position: relative;\n top: -2px;\n right: -21px;\n color: inherit;\n }\n}\n\n// Alternate styles\n//\n// Generate contextual modifier classes for colorizing the alert.\n\n.alert-success {\n .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text);\n}\n\n.alert-info {\n .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text);\n}\n\n.alert-warning {\n .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text);\n}\n\n.alert-danger {\n .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text);\n}\n","// Alerts\n\n.alert-variant(@background; @border; @text-color) {\n background-color: @background;\n border-color: @border;\n color: @text-color;\n\n hr {\n border-top-color: darken(@border, 5%);\n }\n .alert-link {\n color: darken(@text-color, 10%);\n }\n}\n","//\n// Progress bars\n// --------------------------------------------------\n\n\n// Bar animations\n// -------------------------\n\n// WebKit\n@-webkit-keyframes progress-bar-stripes {\n from { background-position: 40px 0; }\n to { background-position: 0 0; }\n}\n\n// Spec and IE10+\n@keyframes progress-bar-stripes {\n from { background-position: 40px 0; }\n to { background-position: 0 0; }\n}\n\n\n// Bar itself\n// -------------------------\n\n// Outer container\n.progress {\n overflow: hidden;\n height: @line-height-computed;\n margin-bottom: @line-height-computed;\n background-color: @progress-bg;\n border-radius: @progress-border-radius;\n .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));\n}\n\n// Bar of progress\n.progress-bar {\n float: left;\n width: 0%;\n height: 100%;\n font-size: @font-size-small;\n line-height: @line-height-computed;\n color: @progress-bar-color;\n text-align: center;\n background-color: @progress-bar-bg;\n .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));\n .transition(width .6s ease);\n}\n\n// Striped bars\n//\n// `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the\n// `.progress-bar-striped` class, which you just add to an existing\n// `.progress-bar`.\n.progress-striped .progress-bar,\n.progress-bar-striped {\n #gradient > .striped();\n background-size: 40px 40px;\n}\n\n// Call animation for the active one\n//\n// `.progress.active .progress-bar` is deprecated as of v3.2.0 in favor of the\n// `.progress-bar.active` approach.\n.progress.active .progress-bar,\n.progress-bar.active {\n .animation(progress-bar-stripes 2s linear infinite);\n}\n\n\n// Variations\n// -------------------------\n\n.progress-bar-success {\n .progress-bar-variant(@progress-bar-success-bg);\n}\n\n.progress-bar-info {\n .progress-bar-variant(@progress-bar-info-bg);\n}\n\n.progress-bar-warning {\n .progress-bar-variant(@progress-bar-warning-bg);\n}\n\n.progress-bar-danger {\n .progress-bar-variant(@progress-bar-danger-bg);\n}\n","// Gradients\n\n#gradient {\n\n // Horizontal gradient, from left to right\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12\n background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n // Vertical gradient, from top to bottom\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12\n background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n background-repeat: repeat-x;\n background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12\n background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n }\n .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .radial(@inner-color: #555; @outer-color: #333) {\n background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n background-image: radial-gradient(circle, @inner-color, @outer-color);\n background-repeat: no-repeat;\n }\n .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n }\n}\n","// Progress bars\n\n.progress-bar-variant(@color) {\n background-color: @color;\n\n // Deprecated parent class requirement as of v3.2.0\n .progress-striped & {\n #gradient > .striped();\n }\n}\n",".media {\n // Proper spacing between instances of .media\n margin-top: 15px;\n\n &:first-child {\n margin-top: 0;\n }\n}\n\n.media,\n.media-body {\n zoom: 1;\n overflow: hidden;\n}\n\n.media-body {\n width: 10000px;\n}\n\n.media-object {\n display: block;\n\n // Fix collapse in webkit from max-width: 100% and display: table-cell.\n &.img-thumbnail {\n max-width: none;\n }\n}\n\n.media-right,\n.media > .pull-right {\n padding-left: 10px;\n}\n\n.media-left,\n.media > .pull-left {\n padding-right: 10px;\n}\n\n.media-left,\n.media-right,\n.media-body {\n display: table-cell;\n vertical-align: top;\n}\n\n.media-middle {\n vertical-align: middle;\n}\n\n.media-bottom {\n vertical-align: bottom;\n}\n\n// Reset margins on headings for tighter default spacing\n.media-heading {\n margin-top: 0;\n margin-bottom: 5px;\n}\n\n// Media list variation\n//\n// Undo default ul/ol styles\n.media-list {\n padding-left: 0;\n list-style: none;\n}\n","//\n// List groups\n// --------------------------------------------------\n\n\n// Base class\n//\n// Easily usable on "),e.join("")},legend:{labels:{generateLabels:function(t){var n=t.data;return n.labels.length&&n.datasets.length?n.labels.map(function(i,a){var r=t.getDatasetMeta(0),o=n.datasets[0],s=r.data[a],l=s&&s.custom||{},u=e.getValueAtIndexOrDefault,d=t.options.elements.arc,c=l.backgroundColor?l.backgroundColor:u(o.backgroundColor,a,d.backgroundColor),h=l.borderColor?l.borderColor:u(o.borderColor,a,d.borderColor),f=l.borderWidth?l.borderWidth:u(o.borderWidth,a,d.borderWidth);return{text:i,fillStyle:c,strokeStyle:h,lineWidth:f,hidden:isNaN(o.data[a])||r.data[a].hidden,index:a}}):[]}},onClick:function(t,e){var n,i,a,r=e.index,o=this.chart;for(n=0,i=(o.data.datasets||[]).length;n=Math.PI?-1:g<-Math.PI?1:0);var p=g+f,m={x:Math.cos(g),y:Math.sin(g)},v={x:Math.cos(p),y:Math.sin(p)},y=g<=0&&0<=p||g<=2*Math.PI&&2*Math.PI<=p,b=g<=.5*Math.PI&&.5*Math.PI<=p||g<=2.5*Math.PI&&2.5*Math.PI<=p,x=g<=-Math.PI&&-Math.PI<=p||g<=Math.PI&&Math.PI<=p,_=g<=.5*-Math.PI&&.5*-Math.PI<=p||g<=1.5*Math.PI&&1.5*Math.PI<=p,k=h/100,w={x:x?-1:Math.min(m.x*(m.x<0?1:k),v.x*(v.x<0?1:k)),y:_?-1:Math.min(m.y*(m.y<0?1:k),v.y*(v.y<0?1:k))},M={x:y?1:Math.max(m.x*(m.x>0?1:k),v.x*(v.x>0?1:k)),y:b?1:Math.max(m.y*(m.y>0?1:k),v.y*(v.y>0?1:k))},S={width:.5*(M.x-w.x),height:.5*(M.y-w.y)};u=Math.min(s/S.width,l/S.height),d={x:(M.x+w.x)*-.5,y:(M.y+w.y)*-.5}}i.borderWidth=n.getMaxBorderWidth(c.data),i.outerRadius=Math.max((u-i.borderWidth)/2,0),i.innerRadius=Math.max(h?i.outerRadius/100*h:0,0),i.radiusLength=(i.outerRadius-i.innerRadius)/i.getVisibleDatasetCount(),i.offsetX=d.x*i.outerRadius,i.offsetY=d.y*i.outerRadius,c.total=n.calculateTotal(),n.outerRadius=i.outerRadius-i.radiusLength*n.getRingIndex(n.index),n.innerRadius=Math.max(n.outerRadius-i.radiusLength,0),e.each(c.data,function(e,i){n.updateElement(e,i,t)})},updateElement:function(t,n,i){var a=this,r=a.chart,o=r.chartArea,s=r.options,l=s.animation,u=(o.left+o.right)/2,d=(o.top+o.bottom)/2,c=s.rotation,h=s.rotation,f=a.getDataset(),g=i&&l.animateRotate?0:t.hidden?0:a.calculateCircumference(f.data[n])*(s.circumference/(2*Math.PI)),p=i&&l.animateScale?0:a.innerRadius,m=i&&l.animateScale?0:a.outerRadius,v=e.getValueAtIndexOrDefault;e.extend(t,{_datasetIndex:a.index,_index:n,_model:{x:u+r.offsetX,y:d+r.offsetY,startAngle:c,endAngle:h,circumference:g,outerRadius:m,innerRadius:p,label:v(f.label,n,r.data.labels[n])}});var y=t._model;this.removeHoverStyle(t),i&&l.animateRotate||(0===n?y.startAngle=s.rotation:y.startAngle=a.getMeta().data[n-1]._model.endAngle,y.endAngle=y.startAngle+y.circumference),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},calculateTotal:function(){var t,n=this.getDataset(),i=this.getMeta(),a=0;return e.each(i.data,function(e,i){t=n.data[i],isNaN(t)||e.hidden||(a+=Math.abs(t))}),a},calculateCircumference:function(t){var e=this.getMeta().total;return e>0&&!isNaN(t)?2*Math.PI*(t/e):0},getMaxBorderWidth:function(t){for(var e,n,i=0,a=this.index,r=t.length,o=0;oi?e:i,i=n>i?n:i;return i}})}},{}],18:[function(t,e,n){"use strict";e.exports=function(t){function e(t,e){return n.getValueOrDefault(t.showLine,e.showLines)}var n=t.helpers;t.defaults.line={showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}},t.controllers.line=t.DatasetController.extend({datasetElementType:t.elements.Line,dataElementType:t.elements.Point,update:function(t){var i,a,r,o=this,s=o.getMeta(),l=s.dataset,u=s.data||[],d=o.chart.options,c=d.elements.line,h=o.getScaleForId(s.yAxisID),f=o.getDataset(),g=e(f,d);for(g&&(r=l.custom||{},void 0!==f.tension&&void 0===f.lineTension&&(f.lineTension=f.tension),l._scale=h,l._datasetIndex=o.index,l._children=u,l._model={spanGaps:f.spanGaps?f.spanGaps:d.spanGaps,tension:r.tension?r.tension:n.getValueOrDefault(f.lineTension,c.tension),backgroundColor:r.backgroundColor?r.backgroundColor:f.backgroundColor||c.backgroundColor,borderWidth:r.borderWidth?r.borderWidth:f.borderWidth||c.borderWidth,borderColor:r.borderColor?r.borderColor:f.borderColor||c.borderColor,borderCapStyle:r.borderCapStyle?r.borderCapStyle:f.borderCapStyle||c.borderCapStyle,borderDash:r.borderDash?r.borderDash:f.borderDash||c.borderDash,borderDashOffset:r.borderDashOffset?r.borderDashOffset:f.borderDashOffset||c.borderDashOffset,borderJoinStyle:r.borderJoinStyle?r.borderJoinStyle:f.borderJoinStyle||c.borderJoinStyle,fill:r.fill?r.fill:void 0!==f.fill?f.fill:c.fill,steppedLine:r.steppedLine?r.steppedLine:n.getValueOrDefault(f.steppedLine,c.stepped),cubicInterpolationMode:r.cubicInterpolationMode?r.cubicInterpolationMode:n.getValueOrDefault(f.cubicInterpolationMode,c.cubicInterpolationMode)},l.pivot()),i=0,a=u.length;i');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var r=0;r'),a[r]&&e.push(a[r]),e.push("");return e.push(""),e.join("")},legend:{labels:{generateLabels:function(t){var n=t.data;return n.labels.length&&n.datasets.length?n.labels.map(function(i,a){var r=t.getDatasetMeta(0),o=n.datasets[0],s=r.data[a],l=s.custom||{},u=e.getValueAtIndexOrDefault,d=t.options.elements.arc,c=l.backgroundColor?l.backgroundColor:u(o.backgroundColor,a,d.backgroundColor),h=l.borderColor?l.borderColor:u(o.borderColor,a,d.borderColor),f=l.borderWidth?l.borderWidth:u(o.borderWidth,a,d.borderWidth);return{text:i,fillStyle:c,strokeStyle:h,lineWidth:f,hidden:isNaN(o.data[a])||r.data[a].hidden,index:a}}):[]}},onClick:function(t,e){var n,i,a,r=e.index,o=this.chart;for(n=0,i=(o.data.datasets||[]).length;n0&&!isNaN(t)?2*Math.PI/e:0}})}},{}],20:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.radar={aspectRatio:1,scale:{type:"radialLinear"},elements:{line:{tension:0}}},t.controllers.radar=t.DatasetController.extend({datasetElementType:t.elements.Line,dataElementType:t.elements.Point,linkScales:e.noop,update:function(t){var n=this,i=n.getMeta(),a=i.dataset,r=i.data,o=a.custom||{},s=n.getDataset(),l=n.chart.options.elements.line,u=n.chart.scale;void 0!==s.tension&&void 0===s.lineTension&&(s.lineTension=s.tension),e.extend(i.dataset,{_datasetIndex:n.index,_scale:u,_children:r,_loop:!0,_model:{tension:o.tension?o.tension:e.getValueOrDefault(s.lineTension,l.tension),backgroundColor:o.backgroundColor?o.backgroundColor:s.backgroundColor||l.backgroundColor,borderWidth:o.borderWidth?o.borderWidth:s.borderWidth||l.borderWidth,borderColor:o.borderColor?o.borderColor:s.borderColor||l.borderColor,fill:o.fill?o.fill:void 0!==s.fill?s.fill:l.fill,borderCapStyle:o.borderCapStyle?o.borderCapStyle:s.borderCapStyle||l.borderCapStyle,borderDash:o.borderDash?o.borderDash:s.borderDash||l.borderDash,borderDashOffset:o.borderDashOffset?o.borderDashOffset:s.borderDashOffset||l.borderDashOffset,borderJoinStyle:o.borderJoinStyle?o.borderJoinStyle:s.borderJoinStyle||l.borderJoinStyle}}),i.dataset.pivot(),e.each(r,function(e,i){n.updateElement(e,i,t)},n),n.updateBezierControlPoints()},updateElement:function(t,n,i){var a=this,r=t.custom||{},o=a.getDataset(),s=a.chart.scale,l=a.chart.options.elements.point,u=s.getPointPositionForValue(n,o.data[n]);void 0!==o.radius&&void 0===o.pointRadius&&(o.pointRadius=o.radius),void 0!==o.hitRadius&&void 0===o.pointHitRadius&&(o.pointHitRadius=o.hitRadius),e.extend(t,{_datasetIndex:a.index,_index:n,_scale:s,_model:{x:i?s.xCenter:u.x,y:i?s.yCenter:u.y,tension:r.tension?r.tension:e.getValueOrDefault(o.lineTension,a.chart.options.elements.line.tension),radius:r.radius?r.radius:e.getValueAtIndexOrDefault(o.pointRadius,n,l.radius),backgroundColor:r.backgroundColor?r.backgroundColor:e.getValueAtIndexOrDefault(o.pointBackgroundColor,n,l.backgroundColor),borderColor:r.borderColor?r.borderColor:e.getValueAtIndexOrDefault(o.pointBorderColor,n,l.borderColor),borderWidth:r.borderWidth?r.borderWidth:e.getValueAtIndexOrDefault(o.pointBorderWidth,n,l.borderWidth),pointStyle:r.pointStyle?r.pointStyle:e.getValueAtIndexOrDefault(o.pointStyle,n,l.pointStyle),hitRadius:r.hitRadius?r.hitRadius:e.getValueAtIndexOrDefault(o.pointHitRadius,n,l.hitRadius)}}),t._model.skip=r.skip?r.skip:isNaN(t._model.x)||isNaN(t._model.y)},updateBezierControlPoints:function(){var t=this.chart.chartArea,n=this.getMeta();e.each(n.data,function(i,a){var r=i._model,o=e.splineCurve(e.previousItem(n.data,a,!0)._model,r,e.nextItem(n.data,a,!0)._model,r.tension);r.controlPointPreviousX=Math.max(Math.min(o.previous.x,t.right),t.left),r.controlPointPreviousY=Math.max(Math.min(o.previous.y,t.bottom),t.top),r.controlPointNextX=Math.max(Math.min(o.next.x,t.right),t.left),r.controlPointNextY=Math.max(Math.min(o.next.y,t.bottom),t.top),i.pivot()})},setHoverStyle:function(t){var n=this.chart.data.datasets[t._datasetIndex],i=t.custom||{},a=t._index,r=t._model;r.radius=i.hoverRadius?i.hoverRadius:e.getValueAtIndexOrDefault(n.pointHoverRadius,a,this.chart.options.elements.point.hoverRadius),r.backgroundColor=i.hoverBackgroundColor?i.hoverBackgroundColor:e.getValueAtIndexOrDefault(n.pointHoverBackgroundColor,a,e.getHoverColor(r.backgroundColor)),r.borderColor=i.hoverBorderColor?i.hoverBorderColor:e.getValueAtIndexOrDefault(n.pointHoverBorderColor,a,e.getHoverColor(r.borderColor)),r.borderWidth=i.hoverBorderWidth?i.hoverBorderWidth:e.getValueAtIndexOrDefault(n.pointHoverBorderWidth,a,r.borderWidth)},removeHoverStyle:function(t){var n=this.chart.data.datasets[t._datasetIndex],i=t.custom||{},a=t._index,r=t._model,o=this.chart.options.elements.point;r.radius=i.radius?i.radius:e.getValueAtIndexOrDefault(n.pointRadius,a,o.radius),r.backgroundColor=i.backgroundColor?i.backgroundColor:e.getValueAtIndexOrDefault(n.pointBackgroundColor,a,o.backgroundColor),r.borderColor=i.borderColor?i.borderColor:e.getValueAtIndexOrDefault(n.pointBorderColor,a,o.borderColor),r.borderWidth=i.borderWidth?i.borderWidth:e.getValueAtIndexOrDefault(n.pointBorderWidth,a,o.borderWidth)}})}},{}],21:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.global.animation={duration:1e3,easing:"easeOutQuart",onProgress:e.noop,onComplete:e.noop},t.Animation=t.Element.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null}),t.animationService={frameDuration:17,animations:[],dropFrames:0,request:null,addAnimation:function(t,e,n,i){var a,r,o=this.animations;for(e.chart=t,i||(t.animating=!0),a=0,r=o.length;a1&&(n=Math.floor(t.dropFrames),t.dropFrames=t.dropFrames%1),t.advance(1+n);var i=Date.now();t.dropFrames+=(i-e)/t.frameDuration,t.animations.length>0&&t.requestAnimationFrame()},advance:function(t){for(var n,i,a=this.animations,r=0;r=n.numSteps?(e.callback(n.onAnimationComplete,[n],i),i.animating=!1,a.splice(r,1)):++r}},Object.defineProperty(t.Animation.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(t.Animation.prototype,"chartInstance",{get:function(){return this.chart},set:function(t){this.chart=t}})}},{}],22:[function(t,e,n){"use strict";e.exports=function(t){var e=t.canvasHelpers={};e.drawPoint=function(e,n,i,a,r){var o,s,l,u,d,c;if("object"==typeof n&&(o=n.toString(),"[object HTMLImageElement]"===o||"[object HTMLCanvasElement]"===o))return void e.drawImage(n,a-n.width/2,r-n.height/2,n.width,n.height);if(!(isNaN(i)||i<=0)){switch(n){default:e.beginPath(),e.arc(a,r,i,0,2*Math.PI),e.closePath(),e.fill();break;case"triangle":e.beginPath(),s=3*i/Math.sqrt(3),d=s*Math.sqrt(3)/2,e.moveTo(a-s/2,r+d/3),e.lineTo(a+s/2,r+d/3),e.lineTo(a,r-2*d/3),e.closePath(),e.fill();break;case"rect":c=1/Math.SQRT2*i,e.beginPath(),e.fillRect(a-c,r-c,2*c,2*c),e.strokeRect(a-c,r-c,2*c,2*c);break;case"rectRounded":var h=i/Math.SQRT2,f=a-h,g=r-h,p=Math.SQRT2*i;t.helpers.drawRoundedRectangle(e,f,g,p,p,i/2),e.fill();break;case"rectRot":c=1/Math.SQRT2*i,e.beginPath(),e.moveTo(a-c,r),e.lineTo(a,r+c),e.lineTo(a+c,r),e.lineTo(a,r-c),e.closePath(),e.fill();break;case"cross":e.beginPath(),e.moveTo(a,r+i),e.lineTo(a,r-i),e.moveTo(a-i,r),e.lineTo(a+i,r),e.closePath();break;case"crossRot":e.beginPath(),l=Math.cos(Math.PI/4)*i,u=Math.sin(Math.PI/4)*i,e.moveTo(a-l,r-u),e.lineTo(a+l,r+u),e.moveTo(a-l,r+u),e.lineTo(a+l,r-u),e.closePath();break;case"star":e.beginPath(),e.moveTo(a,r+i),e.lineTo(a,r-i),e.moveTo(a-i,r),e.lineTo(a+i,r),l=Math.cos(Math.PI/4)*i,u=Math.sin(Math.PI/4)*i,e.moveTo(a-l,r-u),e.lineTo(a+l,r+u),e.moveTo(a-l,r+u),e.lineTo(a+l,r-u),e.closePath();break;case"line":e.beginPath(),e.moveTo(a-i,r),e.lineTo(a+i,r),e.closePath();break;case"dash":e.beginPath(),e.moveTo(a,r),e.lineTo(a+i,r),e.closePath()}e.stroke()}},e.clipArea=function(t,e){t.save(),t.beginPath(),t.rect(e.left,e.top,e.right-e.left,e.bottom-e.top),t.clip()},e.unclipArea=function(t){t.restore()},e.lineTo=function(t,e,n,i){return n.steppedLine?("after"===n.steppedLine?t.lineTo(e.x,n.y):t.lineTo(n.x,e.y),void t.lineTo(n.x,n.y)):n.tension?void t.bezierCurveTo(i?e.controlPointPreviousX:e.controlPointNextX,i?e.controlPointPreviousY:e.controlPointNextY,i?n.controlPointNextX:n.controlPointPreviousX,i?n.controlPointNextY:n.controlPointPreviousY,n.x,n.y):void t.lineTo(n.x,n.y)},t.helpers.canvas=e}},{}],23:[function(t,e,n){"use strict";e.exports=function(t){function e(e){e=e||{};var n=e.data=e.data||{};return n.datasets=n.datasets||[],n.labels=n.labels||[],e.options=a.configMerge(t.defaults.global,t.defaults[e.type],e.options||{}),e}function n(t){var e=t.options;e.scale?t.scale.options=e.scale:e.scales&&e.scales.xAxes.concat(e.scales.yAxes).forEach(function(e){t.scales[e.id].options=e}),t.tooltip._options=e.tooltips}function i(t){return"top"===t||"bottom"===t}var a=t.helpers,r=t.plugins,o=t.platform;t.types={},t.instances={},t.controllers={},a.extend(t.prototype,{construct:function(n,i){var r=this;i=e(i);var s=o.acquireContext(n,i),l=s&&s.canvas,u=l&&l.height,d=l&&l.width;return r.id=a.uid(),r.ctx=s,r.canvas=l,r.config=i,r.width=d,r.height=u,r.aspectRatio=u?d/u:null,r.options=i.options,r._bufferedRender=!1,r.chart=r,r.controller=r,t.instances[r.id]=r,Object.defineProperty(r,"data",{get:function(){return r.config.data},set:function(t){r.config.data=t}}),s&&l?(r.initialize(),void r.update()):void console.error("Failed to create chart: can't acquire context from the given item")},initialize:function(){var t=this;return r.notify(t,"beforeInit"),a.retinaScale(t),t.bindEvents(),t.options.responsive&&t.resize(!0),t.ensureScalesHaveIDs(),t.buildScales(),t.initToolTip(),r.notify(t,"afterInit"),t},clear:function(){return a.clear(this),this},stop:function(){return t.animationService.cancelAnimation(this),this},resize:function(t){var e=this,n=e.options,i=e.canvas,o=n.maintainAspectRatio&&e.aspectRatio||null,s=Math.floor(a.getMaximumWidth(i)),l=Math.floor(o?s/o:a.getMaximumHeight(i));if((e.width!==s||e.height!==l)&&(i.width=e.width=s,i.height=e.height=l,i.style.width=s+"px",i.style.height=l+"px",a.retinaScale(e),!t)){var u={width:s,height:l};r.notify(e,"resize",[u]),e.options.onResize&&e.options.onResize(e,u),e.stop(),e.update(e.options.responsiveAnimationDuration)}},ensureScalesHaveIDs:function(){var t=this.options,e=t.scales||{},n=t.scale;a.each(e.xAxes,function(t,e){t.id=t.id||"x-axis-"+e}),a.each(e.yAxes,function(t,e){t.id=t.id||"y-axis-"+e}),n&&(n.id=n.id||"scale")},buildScales:function(){var e=this,n=e.options,r=e.scales={},o=[];n.scales&&(o=o.concat((n.scales.xAxes||[]).map(function(t){return{options:t,dtype:"category",dposition:"bottom"}}),(n.scales.yAxes||[]).map(function(t){return{options:t,dtype:"linear",dposition:"left"}}))),n.scale&&o.push({options:n.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),a.each(o,function(n){var o=n.options,s=a.getValueOrDefault(o.type,n.dtype),l=t.scaleService.getScaleConstructor(s);if(l){i(o.position)!==i(n.dposition)&&(o.position=n.dposition);var u=new l({id:o.id,options:o,ctx:e.ctx,chart:e});r[u.id]=u,n.isDefault&&(e.scale=u)}}),t.scaleService.addScalesToLayout(this)},buildOrUpdateControllers:function(){var e=this,n=[],i=[];if(a.each(e.data.datasets,function(a,r){var o=e.getDatasetMeta(r);if(o.type||(o.type=a.type||e.config.type),n.push(o.type),o.controller)o.controller.updateIndex(r);else{var s=t.controllers[o.type];if(void 0===s)throw new Error('"'+o.type+'" is not a chart type.');o.controller=new s(e,r),i.push(o.controller)}},e),n.length>1)for(var r=1;r=0;--n)e.isDatasetVisible(n)&&e.drawDataset(n,t);r.notify(e,"afterDatasetsDraw",[t])}},drawDataset:function(t,e){var n=this,i=n.getDatasetMeta(t),a={meta:i,index:t,easingValue:e};r.notify(n,"beforeDatasetDraw",[a])!==!1&&(i.controller.draw(e),r.notify(n,"afterDatasetDraw",[a]))},getElementAtEvent:function(e){return t.Interaction.modes.single(this,e)},getElementsAtEvent:function(e){return t.Interaction.modes.label(this,e,{intersect:!0})},getElementsAtXAxis:function(e){return t.Interaction.modes["x-axis"](this,e,{intersect:!0})},getElementsAtEventForMode:function(e,n,i){var a=t.Interaction.modes[n];return"function"==typeof a?a(this,e,i):[]},getDatasetAtEvent:function(e){return t.Interaction.modes.dataset(this,e,{intersect:!0})},getDatasetMeta:function(t){var e=this,n=e.data.datasets[t];n._meta||(n._meta={});var i=n._meta[e.id];return i||(i=n._meta[e.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null}),i},getVisibleDatasetCount:function(){for(var t=0,e=0,n=this.data.datasets.length;e0||(a.forEach(function(e){delete t[e]}),delete t._chartjs)}}var i=t.helpers,a=["push","pop","shift","splice","unshift"];t.DatasetController=function(t,e){this.initialize(t,e)},i.extend(t.DatasetController.prototype,{datasetElementType:null,dataElementType:null,initialize:function(t,e){var n=this;n.chart=t,n.index=e,n.linkScales(),n.addElements()},updateIndex:function(t){this.index=t},linkScales:function(){var t=this,e=t.getMeta(),n=t.getDataset();null===e.xAxisID&&(e.xAxisID=n.xAxisID||t.chart.options.scales.xAxes[0].id),null===e.yAxisID&&(e.yAxisID=n.yAxisID||t.chart.options.scales.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(t){return this.chart.scales[t]},reset:function(){this.update(!0)},destroy:function(){this._data&&n(this._data,this)},createMetaDataset:function(){var t=this,e=t.datasetElementType;return e&&new e({_chart:t.chart,_datasetIndex:t.index})},createMetaData:function(t){var e=this,n=e.dataElementType;return n&&new n({_chart:e.chart,_datasetIndex:e.index,_index:t})},addElements:function(){var t,e,n=this,i=n.getMeta(),a=n.getDataset().data||[],r=i.data;for(t=0,e=a.length;ti&&t.insertElements(i,a-i)},insertElements:function(t,e){for(var n=0;n=0;a--)e.call(n,t[a],a);else for(a=0;a=i[n].length||!i[n][a].type?i[n].push(r.configMerge(s,e)):e.type&&e.type!==i[n][a].type?i[n][a]=r.configMerge(i[n][a],s,e):i[n][a]=r.configMerge(i[n][a],e)}):(i[n]=[],r.each(e,function(e){var a=r.getValueOrDefault(e.type,"xAxes"===n?"category":"linear");i[n].push(r.configMerge(t.scaleService.getScaleDefaults(a),e))})):i.hasOwnProperty(n)&&"object"==typeof i[n]&&null!==i[n]&&"object"==typeof e?i[n]=r.configMerge(i[n],e):i[n]=e}),i},r.getValueAtIndexOrDefault=function(t,e,n){return void 0===t||null===t?n:r.isArray(t)?e=0;i--){var a=t[i];if(e(a))return a}},r.inherits=function(t){var e=this,n=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},i=function(){this.constructor=n};return i.prototype=e.prototype,n.prototype=new i,n.extend=r.inherits,t&&r.extend(n.prototype,t),n.__super__=e.prototype,n},r.noop=function(){},r.uid=function(){var t=0;return function(){return t++}}(),r.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},r.almostEquals=function(t,e,n){return Math.abs(t-e)t},r.max=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.max(t,e)},Number.NEGATIVE_INFINITY)},r.min=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.min(t,e)},Number.POSITIVE_INFINITY)},r.sign=Math.sign?function(t){return Math.sign(t)}:function(t){return t=+t,0===t||isNaN(t)?t:t>0?1:-1},r.log10=Math.log10?function(t){return Math.log10(t)}:function(t){return Math.log(t)/Math.LN10},r.toRadians=function(t){return t*(Math.PI/180)},r.toDegrees=function(t){return t*(180/Math.PI)},r.getAngleFromPoint=function(t,e){var n=e.x-t.x,i=e.y-t.y,a=Math.sqrt(n*n+i*i),r=Math.atan2(i,n);return r<-.5*Math.PI&&(r+=2*Math.PI),{angle:r,distance:a}},r.distanceBetweenPoints=function(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))},r.aliasPixel=function(t){return t%2===0?0:.5},r.splineCurve=function(t,e,n,i){var a=t.skip?e:t,r=e,o=n.skip?e:n,s=Math.sqrt(Math.pow(r.x-a.x,2)+Math.pow(r.y-a.y,2)),l=Math.sqrt(Math.pow(o.x-r.x,2)+Math.pow(o.y-r.y,2)),u=s/(s+l),d=l/(s+l);u=isNaN(u)?0:u,d=isNaN(d)?0:d;var c=i*u,h=i*d;return{previous:{x:r.x-c*(o.x-a.x),y:r.y-c*(o.y-a.y)},next:{x:r.x+h*(o.x-a.x),y:r.y+h*(o.y-a.y)}}},r.EPSILON=Number.EPSILON||1e-14,r.splineCurveMonotone=function(t){var e,n,i,a,o=(t||[]).map(function(t){return{model:t._model,deltaK:0,mK:0}}),s=o.length;for(e=0;e0?o[e-1]:null,a=e0?o[e-1]:null,a=e=t.length-1?t[0]:t[e+1]:e>=t.length-1?t[t.length-1]:t[e+1]},r.previousItem=function(t,e,n){return n?e<=0?t[t.length-1]:t[e-1]:e<=0?t[0]:t[e-1]},r.niceNum=function(t,e){var n,i=Math.floor(r.log10(t)),a=t/Math.pow(10,i);return n=e?a<1.5?1:a<3?2:a<7?5:10:a<=1?1:a<=2?2:a<=5?5:10,n*Math.pow(10,i)};var o=r.easingEffects={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-1*t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return 1*((t=t/1-1)*t*t+1)},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-1*((t=t/1-1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return 1*(t/=1)*t*t*t*t},easeOutQuint:function(t){return 1*((t=t/1-1)*t*t*t*t+1)},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return-1*Math.cos(t/1*(Math.PI/2))+1},easeOutSine:function(t){return 1*Math.sin(t/1*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t/1)-1)},easeInExpo:function(t){return 0===t?1:1*Math.pow(2,10*(t/1-1))},easeOutExpo:function(t){return 1===t?1:1*(-Math.pow(2,-10*t/1)+1)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(-Math.pow(2,-10*--t)+2)},easeInCirc:function(t){return t>=1?t:-1*(Math.sqrt(1-(t/=1)*t)-1)},easeOutCirc:function(t){return 1*Math.sqrt(1-(t=t/1-1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1===(t/=1)?1:(n||(n=.3),i0?(n=l[0].clientX,i=l[0].clientY):(n=a.clientX,i=a.clientY);var u=parseFloat(r.getStyle(o,"padding-left")),d=parseFloat(r.getStyle(o,"padding-top")),c=parseFloat(r.getStyle(o,"padding-right")),h=parseFloat(r.getStyle(o,"padding-bottom")),f=s.right-s.left-u-c,g=s.bottom-s.top-d-h;return n=Math.round((n-s.left-u)/f*o.width/e.currentDevicePixelRatio),i=Math.round((i-s.top-d)/g*o.height/e.currentDevicePixelRatio),{x:n,y:i}},r.addEvent=function(t,e,n){t.addEventListener?t.addEventListener(e,n):t.attachEvent?t.attachEvent("on"+e,n):t["on"+e]=n},r.removeEvent=function(t,e,n){t.removeEventListener?t.removeEventListener(e,n,!1):t.detachEvent?t.detachEvent("on"+e,n):t["on"+e]=r.noop},r.getConstraintWidth=function(t){return a(t,"max-width","clientWidth")},r.getConstraintHeight=function(t){return a(t,"max-height","clientHeight")},r.getMaximumWidth=function(t){var e=t.parentNode,n=parseInt(r.getStyle(e,"padding-left"),10),i=parseInt(r.getStyle(e,"padding-right"),10),a=e.clientWidth-n-i,o=r.getConstraintWidth(t);return isNaN(o)?a:Math.min(a,o)},r.getMaximumHeight=function(t){var e=t.parentNode,n=parseInt(r.getStyle(e,"padding-top"),10),i=parseInt(r.getStyle(e,"padding-bottom"),10),a=e.clientHeight-n-i,o=r.getConstraintHeight(t);return isNaN(o)?a:Math.min(a,o)},r.getStyle=function(t,e){return t.currentStyle?t.currentStyle[e]:document.defaultView.getComputedStyle(t,null).getPropertyValue(e)},r.retinaScale=function(t){var e=t.currentDevicePixelRatio=window.devicePixelRatio||1;if(1!==e){var n=t.canvas,i=t.height,a=t.width;n.height=i*e,n.width=a*e,t.ctx.scale(e,e),n.style.height=i+"px",n.style.width=a+"px"}},r.clear=function(t){t.ctx.clearRect(0,0,t.width,t.height)},r.fontString=function(t,e,n){return e+" "+t+"px "+n},r.longestText=function(t,e,n,i){i=i||{};var a=i.data=i.data||{},o=i.garbageCollect=i.garbageCollect||[];i.font!==e&&(a=i.data={},o=i.garbageCollect=[],i.font=e),t.font=e;var s=0;r.each(n,function(e){void 0!==e&&null!==e&&r.isArray(e)!==!0?s=r.measureText(t,a,o,s,e):r.isArray(e)&&r.each(e,function(e){void 0===e||null===e||r.isArray(e)||(s=r.measureText(t,a,o,s,e))})});var l=o.length/2;if(l>n.length){for(var u=0;ui&&(i=r),i},r.numberOfLabelLines=function(t){var e=1;return r.each(t,function(t){r.isArray(t)&&t.length>e&&(e=t.length)}),e},r.drawRoundedRectangle=function(t,e,n,i,a,r){t.beginPath(),t.moveTo(e+r,n),t.lineTo(e+i-r,n),t.quadraticCurveTo(e+i,n,e+i,n+r),t.lineTo(e+i,n+a-r),t.quadraticCurveTo(e+i,n+a,e+i-r,n+a),t.lineTo(e+r,n+a),t.quadraticCurveTo(e,n+a,e,n+a-r),t.lineTo(e,n+r),t.quadraticCurveTo(e,n,e+r,n),t.closePath()},r.color=i?function(e){return e instanceof CanvasGradient&&(e=t.defaults.global.defaultColor),i(e)}:function(t){return console.error("Color.js not found!"),t},r.isArray=Array.isArray?function(t){return Array.isArray(t)}:function(t){return"[object Array]"===Object.prototype.toString.call(t)},r.arrayEquals=function(t,e){var n,i,a,o;if(!t||!e||t.length!==e.length)return!1;for(n=0,i=t.length;n0&&(s=t.getDatasetMeta(s[0]._datasetIndex).data),s},"x-axis":function(t,e){return r(t,e,!0)},point:function(t,n){var a=e(n,t);return i(t,a)},nearest:function(t,n,i){var r=e(n,t),o=a(t,r,i.intersect);return o.length>1&&o.sort(function(t,e){var n=t.getArea(),i=e.getArea(),a=n-i;return 0===a&&(a=t._datasetIndex-e._datasetIndex),a}),o.slice(0,1)},x:function(t,i,a){var r=e(i,t),o=[],s=!1;return n(t,function(t){t.inXRange(r.x)&&o.push(t),t.inRange(r.x,r.y)&&(s=!0)}),a.intersect&&!s&&(o=[]),o},y:function(t,i,a){var r=e(i,t),o=[],s=!1;return n(t,function(t){t.inYRange(r.y)&&o.push(t),t.inRange(r.x,r.y)&&(s=!0)}),a.intersect&&!s&&(o=[]),o}}}}},{}],28:[function(t,e,n){"use strict";e.exports=function(){var t=function(t,e){return this.construct(t,e),this};return t.defaults={global:{responsive:!0,responsiveAnimationDuration:0,maintainAspectRatio:!0,events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"nearest",intersect:!0,animationDuration:400},onClick:null,defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",showLines:!0,elements:{},legendCallback:function(t){var e=[];e.push('
    ');for(var n=0;n'),t.data.datasets[n].label&&e.push(t.data.datasets[n].label),e.push("");return e.push("
"),e.join("")}}},t.Chart=t,t}},{}],29:[function(t,e,n){"use strict";e.exports=function(t){function e(t,e){return i.where(t,function(t){return t.position===e})}function n(t,e){t.forEach(function(t,e){return t._tmpIndex_=e,t}),t.sort(function(t,n){var i=e?n:t,a=e?t:n;return i.weight===a.weight?i._tmpIndex_-a._tmpIndex_:i.weight-a.weight}),t.forEach(function(t){delete t._tmpIndex_})}var i=t.helpers;t.layoutService={defaults:{},addBox:function(t,e){t.boxes||(t.boxes=[]),e.fullWidth=e.fullWidth||!1,e.position=e.position||"top",e.weight=e.weight||0,t.boxes.push(e)},removeBox:function(t,e){var n=t.boxes?t.boxes.indexOf(e):-1;n!==-1&&t.boxes.splice(n,1)},configure:function(t,e,n){for(var i,a=["fullWidth","position","weight"],r=a.length,o=0;oc&&ot.maxHeight){o--;break}o++,d=s*u}t.labelRotation=o},afterCalculateTickRotation:function(){i.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){i.callback(this.options.beforeFit,[this])},fit:function(){var t=this,a=t.minSize={width:0,height:0},r=t.options,o=r.ticks,s=r.scaleLabel,l=r.gridLines,u=r.display,d=t.isHorizontal(),c=n(o),h=1.5*n(s).size,f=r.gridLines.tickMarkLength;if(d?a.width=t.isFullWidth()?t.maxWidth-t.margins.left-t.margins.right:t.maxWidth:a.width=u&&l.drawTicks?f:0,d?a.height=u&&l.drawTicks?f:0:a.height=t.maxHeight,s.display&&u&&(d?a.height+=h:a.width+=h),o.display&&u){var g=i.longestText(t.ctx,c.font,t.ticks,t.longestTextCache),p=i.numberOfLabelLines(t.ticks),m=.5*c.size;if(d){t.longestLabelWidth=g;var v=i.toRadians(t.labelRotation),y=Math.cos(v),b=Math.sin(v),x=b*g+c.size*p+m*p;a.height=Math.min(t.maxHeight,a.height+x),t.ctx.font=c.font;var _=t.ticks[0],k=e(t.ctx,_,c.font),w=t.ticks[t.ticks.length-1],M=e(t.ctx,w,c.font);0!==t.labelRotation?(t.paddingLeft="bottom"===r.position?y*k+3:y*m+3,t.paddingRight="bottom"===r.position?y*m+3:y*M+3):(t.paddingLeft=k/2+3,t.paddingRight=M/2+3)}else o.mirror?g=0:g+=t.options.ticks.padding,a.width=Math.min(t.maxWidth,a.width+g),t.paddingTop=c.size/2,t.paddingBottom=c.size/2}t.handleMargins(),t.width=a.width,t.height=a.height},handleMargins:function(){var t=this;t.margins&&(t.paddingLeft=Math.max(t.paddingLeft-t.margins.left,0),t.paddingTop=Math.max(t.paddingTop-t.margins.top,0),t.paddingRight=Math.max(t.paddingRight-t.margins.right,0),t.paddingBottom=Math.max(t.paddingBottom-t.margins.bottom,0))},afterFit:function(){i.callback(this.options.afterFit,[this])},isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(t){return null===t||"undefined"==typeof t?NaN:"number"!=typeof t||isFinite(t)?"object"==typeof t?t instanceof Date||t.isValid?t:this.getRightValue(this.isHorizontal()?t.x:t.y):t:NaN},getLabelForIndex:i.noop,getPixelForValue:i.noop,getValueForPixel:i.noop,getPixelForTick:function(t,e){var n=this;if(n.isHorizontal()){var i=n.width-(n.paddingLeft+n.paddingRight),a=i/Math.max(n.ticks.length-(n.options.gridLines.offsetGridLines?0:1),1),r=a*t+n.paddingLeft;e&&(r+=a/2);var o=n.left+Math.round(r);return o+=n.isFullWidth()?n.margins.left:0}var s=n.height-(n.paddingTop+n.paddingBottom);return n.top+t*(s/(n.ticks.length-1))},getPixelForDecimal:function(t){var e=this;if(e.isHorizontal()){var n=e.width-(e.paddingLeft+e.paddingRight),i=n*t+e.paddingLeft,a=e.left+Math.round(i);return a+=e.isFullWidth()?e.margins.left:0}return e.top+t*e.height},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var t=this,e=t.min,n=t.max;return t.beginAtZero?0:e<0&&n<0?n:e>0&&n>0?e:0},draw:function(e){var a=this,r=a.options;if(r.display){var o,s,l=a.ctx,u=t.defaults.global,d=r.ticks,c=r.gridLines,h=r.scaleLabel,f=0!==a.labelRotation,g=d.autoSkip,p=a.isHorizontal();d.maxTicksLimit&&(s=d.maxTicksLimit);var m=i.getValueOrDefault(d.fontColor,u.defaultFontColor),v=n(d),y=c.drawTicks?c.tickMarkLength:0,b=i.getValueOrDefault(h.fontColor,u.defaultFontColor),x=n(h),_=i.toRadians(a.labelRotation),k=Math.cos(_),w=a.longestLabelWidth*k;l.fillStyle=m;var M=[];if(p){if(o=!1,(w+d.autoSkipPadding)*a.ticks.length>a.width-(a.paddingLeft+a.paddingRight)&&(o=1+Math.floor((w+d.autoSkipPadding)*a.ticks.length/(a.width-(a.paddingLeft+a.paddingRight)))),s&&a.ticks.length>s)for(;!o||a.ticks.length/(o||1)>s;)o||(o=1),o+=1;g||(o=!1)}var S="right"===r.position?a.left:a.right-y,D="right"===r.position?a.left+y:a.right,C="bottom"===r.position?a.top:a.bottom-y,P="bottom"===r.position?a.top+y:a.bottom;if(i.each(a.ticks,function(t,n){if(void 0!==t&&null!==t){var s=a.ticks.length===n+1,l=o>1&&n%o>0||n%o===0&&n+o>=a.ticks.length;if((!l||s)&&void 0!==t&&null!==t){var h,g,m,v;n===("undefined"!=typeof a.zeroLineIndex?a.zeroLineIndex:0)?(h=c.zeroLineWidth,g=c.zeroLineColor,m=c.zeroLineBorderDash,v=c.zeroLineBorderDashOffset):(h=i.getValueAtIndexOrDefault(c.lineWidth,n),g=i.getValueAtIndexOrDefault(c.color,n),m=i.getValueOrDefault(c.borderDash,u.borderDash),v=i.getValueOrDefault(c.borderDashOffset,u.borderDashOffset));var b,x,k,w,T,I,A,F,O,R,L="middle",V="middle";if(p){"bottom"===r.position?(V=f?"middle":"top",L=f?"right":"center",R=a.top+y):(V=f?"middle":"bottom",L=f?"left":"center",R=a.bottom-y);var W=a.getPixelForTick(n)+i.aliasPixel(h);O=a.getPixelForTick(n,c.offsetGridLines)+d.labelOffset,b=k=T=A=W,x=C,w=P,I=e.top,F=e.bottom}else{var Y,z="left"===r.position,N=d.padding;d.mirror?(L=z?"left":"right",Y=N):(L=z?"right":"left",Y=y+N),O=z?a.right-Y:a.left+Y;var B=a.getPixelForTick(n);B+=i.aliasPixel(h),R=a.getPixelForTick(n,c.offsetGridLines),b=S,k=D,T=e.left,A=e.right,x=w=I=F=B}M.push({tx1:b,ty1:x,tx2:k,ty2:w,x1:T,y1:I,x2:A,y2:F,labelX:O,labelY:R,glWidth:h,glColor:g,glBorderDash:m,glBorderDashOffset:v,rotation:-1*_,label:t,textBaseline:V,textAlign:L})}}}),i.each(M,function(t){if(c.display&&(l.save(),l.lineWidth=t.glWidth,l.strokeStyle=t.glColor,l.setLineDash&&(l.setLineDash(t.glBorderDash),l.lineDashOffset=t.glBorderDashOffset),l.beginPath(),c.drawTicks&&(l.moveTo(t.tx1,t.ty1),l.lineTo(t.tx2,t.ty2)),c.drawOnChartArea&&(l.moveTo(t.x1,t.y1),l.lineTo(t.x2,t.y2)),l.stroke(),l.restore()),d.display){l.save(),l.translate(t.labelX,t.labelY),l.rotate(t.rotation),l.font=v.font,l.textBaseline=t.textBaseline,l.textAlign=t.textAlign;var e=t.label;if(i.isArray(e))for(var n=0,a=0;n0)i=t.stepSize;else{var r=e.niceNum(n.max-n.min,!1);i=e.niceNum(r/(t.maxTicks-1),!0)}var o=Math.floor(n.min/i)*i,s=Math.ceil(n.max/i)*i;t.min&&t.max&&t.stepSize&&e.almostWhole((t.max-t.min)/t.stepSize,i/1e3)&&(o=t.min,s=t.max);var l=(s-o)/i;l=e.almostEquals(l,Math.round(l),i/1e3)?Math.round(l):Math.ceil(l),a.push(void 0!==t.min?t.min:o);for(var u=1;u3?i[2]-i[1]:i[1]-i[0];Math.abs(a)>1&&t!==Math.floor(t)&&(a=t-Math.floor(t));var r=e.log10(Math.abs(a)),o="";if(0!==t){var s=-1*Math.floor(r);s=Math.max(Math.min(s,20),0),o=t.toFixed(s)}else o="0";return o},logarithmic:function(t,n,i){var a=t/Math.pow(10,Math.floor(e.log10(t)));return 0===t?"0":1===a||2===a||5===a||0===n||n===i.length-1?t.toExponential():""}}}}},{}],34:[function(t,e,n){"use strict";e.exports=function(t){function e(t,e){var n=l.color(t);return n.alpha(e*n.alpha()).rgbaString()}function n(t,e){return e&&(l.isArray(e)?Array.prototype.push.apply(t,e):t.push(e)),t}function i(t){var e=t._xScale,n=t._yScale||t._scale,i=t._index,a=t._datasetIndex;return{xLabel:e?e.getLabelForIndex(i,a):"",yLabel:n?n.getLabelForIndex(i,a):"",index:i,datasetIndex:a,x:t._model.x,y:t._model.y}}function a(e){var n=t.defaults.global,i=l.getValueOrDefault;return{xPadding:e.xPadding,yPadding:e.yPadding,xAlign:e.xAlign,yAlign:e.yAlign,bodyFontColor:e.bodyFontColor,_bodyFontFamily:i(e.bodyFontFamily,n.defaultFontFamily),_bodyFontStyle:i(e.bodyFontStyle,n.defaultFontStyle),_bodyAlign:e.bodyAlign,bodyFontSize:i(e.bodyFontSize,n.defaultFontSize),bodySpacing:e.bodySpacing,titleFontColor:e.titleFontColor,_titleFontFamily:i(e.titleFontFamily,n.defaultFontFamily),_titleFontStyle:i(e.titleFontStyle,n.defaultFontStyle),titleFontSize:i(e.titleFontSize,n.defaultFontSize),_titleAlign:e.titleAlign,titleSpacing:e.titleSpacing,titleMarginBottom:e.titleMarginBottom,footerFontColor:e.footerFontColor,_footerFontFamily:i(e.footerFontFamily,n.defaultFontFamily),_footerFontStyle:i(e.footerFontStyle,n.defaultFontStyle),footerFontSize:i(e.footerFontSize,n.defaultFontSize),_footerAlign:e.footerAlign,footerSpacing:e.footerSpacing,footerMarginTop:e.footerMarginTop,caretSize:e.caretSize,cornerRadius:e.cornerRadius,backgroundColor:e.backgroundColor,opacity:0,legendColorBackground:e.multiKeyBackground,displayColors:e.displayColors,borderColor:e.borderColor,borderWidth:e.borderWidth}}function r(t,e){var n=t._chart.ctx,i=2*e.yPadding,a=0,r=e.body,o=r.reduce(function(t,e){return t+e.before.length+e.lines.length+e.after.length},0);o+=e.beforeBody.length+e.afterBody.length;var s=e.title.length,u=e.footer.length,d=e.titleFontSize,c=e.bodyFontSize,h=e.footerFontSize;i+=s*d,i+=s?(s-1)*e.titleSpacing:0,i+=s?e.titleMarginBottom:0,i+=o*c,i+=o?(o-1)*e.bodySpacing:0,i+=u?e.footerMarginTop:0,i+=u*h,i+=u?(u-1)*e.footerSpacing:0;var f=0,g=function(t){a=Math.max(a,n.measureText(t).width+f)};return n.font=l.fontString(d,e._titleFontStyle,e._titleFontFamily),l.each(e.title,g),n.font=l.fontString(c,e._bodyFontStyle,e._bodyFontFamily),l.each(e.beforeBody.concat(e.afterBody),g),f=e.displayColors?c+2:0,l.each(r,function(t){l.each(t.before,g),l.each(t.lines,g),l.each(t.after,g)}),f=0,n.font=l.fontString(h,e._footerFontStyle,e._footerFontFamily),l.each(e.footer,g),a+=2*e.xPadding,{width:a,height:i}}function o(t,e){var n=t._model,i=t._chart,a=t._chart.chartArea,r="center",o="center";n.yi.height-e.height&&(o="bottom");var s,l,u,d,c,h=(a.left+a.right)/2,f=(a.top+a.bottom)/2;"center"===o?(s=function(t){return t<=h},l=function(t){return t>h}):(s=function(t){return t<=e.width/2},l=function(t){return t>=i.width-e.width/2}),u=function(t){return t+e.width>i.width},d=function(t){return t-e.width<0},c=function(t){return t<=f?"top":"bottom"},s(n.x)?(r="left",u(n.x)&&(r="center",o=c(n.y))):l(n.x)&&(r="right",d(n.x)&&(r="center",o=c(n.y)));var g=t._options;return{xAlign:g.xAlign?g.xAlign:r,yAlign:g.yAlign?g.yAlign:o}}function s(t,e,n){var i=t.x,a=t.y,r=t.caretSize,o=t.caretPadding,s=t.cornerRadius,l=n.xAlign,u=n.yAlign,d=r+o,c=s+o;return"right"===l?i-=e.width:"center"===l&&(i-=e.width/2),"top"===u?a+=d:a-="bottom"===u?e.height+d:e.height/2,"center"===u?"left"===l?i+=d:"right"===l&&(i-=d):"left"===l?i-=c:"right"===l&&(i+=c),{x:i,y:a}}var l=t.helpers;t.defaults.global.tooltips={enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:l.noop,title:function(t,e){var n="",i=e.labels,a=i?i.length:0;if(t.length>0){var r=t[0];r.xLabel?n=r.xLabel:a>0&&r.index0&&i.stroke()},draw:function(){var t=this._chart.ctx,e=this._view;if(0!==e.opacity){var n={width:e.width,height:e.height},i={x:e.x,y:e.y},a=Math.abs(e.opacity<.001)?0:e.opacity,r=e.title.length||e.beforeBody.length||e.body.length||e.afterBody.length||e.footer.length;this._options.enabled&&r&&(this.drawBackground(i,e,t,n,a),i.x+=e.xPadding,i.y+=e.yPadding,this.drawTitle(i,e,t,a),this.drawBody(i,e,t,a),this.drawFooter(i,e,t,a))}},handleEvent:function(t){var e=this,n=e._options,i=!1;if(e._lastActive=e._lastActive||[],"mouseout"===t.type?e._active=[]:e._active=e._chart.getElementsAtEventForMode(t,n.mode,n),i=!l.arrayEquals(e._active,e._lastActive),!i)return!1;if(e._lastActive=e._active,n.enabled||n.custom){e._eventPosition={x:t.x,y:t.y};var a=e._model;e.update(!0),e.pivot(),i|=a.x!==e._model.x||a.y!==e._model.y}return i}}),t.Tooltip.positioners={average:function(t){if(!t.length)return!1;var e,n,i=0,a=0,r=0;for(e=0,n=t.length;el;)r-=2*Math.PI;for(;r=s&&r<=l,d=o>=i.innerRadius&&o<=i.outerRadius;return u&&d}return!1},getCenterPoint:function(){var t=this._view,e=(t.startAngle+t.endAngle)/2,n=(t.innerRadius+t.outerRadius)/2;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},getArea:function(){var t=this._view;return Math.PI*((t.endAngle-t.startAngle)/(2*Math.PI))*(Math.pow(t.outerRadius,2)-Math.pow(t.innerRadius,2))},tooltipPosition:function(){var t=this._view,e=t.startAngle+(t.endAngle-t.startAngle)/2,n=(t.outerRadius-t.innerRadius)/2+t.innerRadius;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},draw:function(){var t=this._chart.ctx,e=this._view,n=e.startAngle,i=e.endAngle;t.beginPath(),t.arc(e.x,e.y,e.outerRadius,n,i),t.arc(e.x,e.y,e.innerRadius,i,n,!0),t.closePath(),t.strokeStyle=e.borderColor,t.lineWidth=e.borderWidth,t.fillStyle=e.backgroundColor,t.fill(),t.lineJoin="bevel",e.borderWidth&&t.stroke()}})}},{}],36:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers,n=t.defaults.global;t.defaults.global.elements.line={tension:.4,backgroundColor:n.defaultColor,borderWidth:3,borderColor:n.defaultColor,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0},t.elements.Line=t.Element.extend({draw:function(){var t,i,a,r,o=this,s=o._view,l=o._chart.ctx,u=s.spanGaps,d=o._children.slice(),c=n.elements.line,h=-1;for(o._loop&&d.length&&d.push(d[0]),l.save(),l.lineCap=s.borderCapStyle||c.borderCapStyle,l.setLineDash&&l.setLineDash(s.borderDash||c.borderDash),l.lineDashOffset=s.borderDashOffset||c.borderDashOffset,l.lineJoin=s.borderJoinStyle||c.borderJoinStyle,l.lineWidth=s.borderWidth||c.borderWidth,l.strokeStyle=s.borderColor||n.defaultColor,l.beginPath(),h=-1,t=0;te?1:-1,o=1,s=u.borderSkipped||"left"):(e=u.x-u.width/2,n=u.x+u.width/2,i=u.y,a=u.base,r=1,o=a>i?1:-1,s=u.borderSkipped||"bottom"),d){var c=Math.min(Math.abs(e-n),Math.abs(i-a));d=d>c?c:d;var h=d/2,f=e+("left"!==s?h*r:0),g=n+("right"!==s?-h*r:0),p=i+("top"!==s?h*o:0),m=a+("bottom"!==s?-h*o:0);f!==g&&(i=p,a=m),p!==m&&(e=f,n=g)}l.beginPath(),l.fillStyle=u.backgroundColor,l.strokeStyle=u.borderColor,l.lineWidth=d;var v=[[e,a],[e,i],[n,i],[n,a]],y=["bottom","left","top","right"],b=y.indexOf(s,0);b===-1&&(b=0);var x=t(0);l.moveTo(x[0],x[1]);for(var _=1;_<4;_++)x=t(_),l.lineTo(x[0],x[1]);l.fill(),d&&l.stroke()},height:function(){var t=this._view;return t.base-t.y},inRange:function(t,e){var i=!1;if(this._view){var a=n(this);i=t>=a.left&&t<=a.right&&e>=a.top&&e<=a.bottom}return i},inLabelRange:function(t,i){var a=this;if(!a._view)return!1;var r=!1,o=n(a);return r=e(a)?t>=o.left&&t<=o.right:i>=o.top&&i<=o.bottom},inXRange:function(t){var e=n(this);return t>=e.left&&t<=e.right},inYRange:function(t){var e=n(this);return t>=e.top&&t<=e.bottom},getCenterPoint:function(){var t,n,i=this._view;return e(this)?(t=i.x,n=(i.y+i.base)/2):(t=(i.x+i.base)/2,n=i.y),{x:t,y:n}},getArea:function(){var t=this._view;return t.width*Math.abs(t.y-t.base)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y}}})}},{}],39:[function(t,e,n){"use strict";e.exports=function(t){function e(t,e){var n=l.getStyle(t,e),i=n&&n.match(/^(\d+)(\.\d+)?px$/);return i?Number(i[1]):void 0}function n(t,n){var i=t.style,a=t.getAttribute("height"),r=t.getAttribute("width");if(t._chartjs={initial:{height:a,width:r,style:{display:i.display,height:i.height,width:i.width}}},i.display=i.display||"block",null===r||""===r){var o=e(t,"width");void 0!==o&&(t.width=o)}if(null===a||""===a)if(""===t.style.height)t.height=t.width/(n.options.aspectRatio||2);else{var s=e(t,"height");void 0!==o&&(t.height=s)}return t}function i(t,e,n,i,a){return{type:t,chart:e,native:a||null,x:void 0!==n?n:null,y:void 0!==i?i:null}}function a(t,e){var n=u[t.type]||t.type,a=l.getRelativePosition(t,e);return i(n,e,a.x,a.y,t)}function r(t){var e=document.createElement("iframe");return e.className="chartjs-hidden-iframe",e.style.cssText="display:block;overflow:hidden;border:0;margin:0;top:0;left:0;bottom:0;right:0;height:100%;width:100%;position:absolute;pointer-events:none;z-index:-1;",e.tabIndex=-1,l.addEvent(e,"load",function(){l.addEvent(e.contentWindow||e,"resize",t),t()}),e}function o(t,e,n){var a=t._chartjs={ticking:!1},o=function(){a.ticking||(a.ticking=!0,l.requestAnimFrame.call(window,function(){if(a.resizer)return a.ticking=!1,e(i("resize",n))}))};a.resizer=r(o),t.insertBefore(a.resizer,t.firstChild)}function s(t){if(t&&t._chartjs){var e=t._chartjs.resizer;e&&(e.parentNode.removeChild(e),t._chartjs.resizer=null),delete t._chartjs}}var l=t.helpers,u={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"};return{acquireContext:function(t,e){"string"==typeof t?t=document.getElementById(t):t.length&&(t=t[0]),t&&t.canvas&&(t=t.canvas);var i=t&&t.getContext&&t.getContext("2d");return i&&i.canvas===t?(n(t,e),i):null},releaseContext:function(t){var e=t.canvas;if(e._chartjs){var n=e._chartjs.initial;["height","width"].forEach(function(t){var i=n[t];void 0===i||null===i?e.removeAttribute(t):e.setAttribute(t,i)}),l.each(n.style||{},function(t,n){e.style[n]=t}),e.width=e.width,delete e._chartjs}},addEventListener:function(t,e,n){var i=t.canvas;if("resize"===e)return void o(i.parentNode,n,t);var r=n._chartjs||(n._chartjs={}),s=r.proxies||(r.proxies={}),u=s[t.id+"_"+e]=function(e){n(a(e,t))};l.addEvent(i,e,u)},removeEventListener:function(t,e,n){var i=t.canvas;if("resize"===e)return void s(i.parentNode,n);var a=n._chartjs||{},r=a.proxies||{},o=r[t.id+"_"+e];o&&l.removeEvent(i,e,o)}}}},{}],40:[function(t,e,n){"use strict";var i=t(39);e.exports=function(t){t.platform={acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},t.helpers.extend(t.platform,i(t))}},{39:39}],41:[function(t,e,n){"use strict";e.exports=function(t){function e(t,e,n){var i,a=t._model||{},r=a.fill;if(void 0===r&&(r=!!a.backgroundColor),r===!1||null===r)return!1;if(r===!0)return"origin";if(i=parseFloat(r,10),isFinite(i)&&Math.floor(i)===i)return"-"!==r[0]&&"+"!==r[0]||(i=e+i),!(i===e||i<0||i>=n)&&i;switch(r){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return r;default:return!1}}function n(t){var e,n=t.el._model||{},i=t.el._scale||{},a=t.fill,r=null;if(isFinite(a))return null;if("start"===a?r=void 0===n.scaleBottom?i.bottom:n.scaleBottom:"end"===a?r=void 0===n.scaleTop?i.top:n.scaleTop:void 0!==n.scaleZero?r=n.scaleZero:i.getBasePosition?r=i.getBasePosition():i.getBasePixel&&(r=i.getBasePixel()),void 0!==r&&null!==r){if(void 0!==r.x&&void 0!==r.y)return r;if("number"==typeof r&&isFinite(r))return e=i.isHorizontal(),{x:e?r:null,y:e?null:r}}return null}function i(t,e,n){var i,a=t[e],r=a.fill,o=[e];if(!n)return r;for(;r!==!1&&o.indexOf(r)===-1;){if(!isFinite(r))return r;if(i=t[r],!i)return!1;if(i.visible)return r;o.push(r),r=i.fill}return!1}function a(t){var e=t.fill,n="dataset";return e===!1?null:(isFinite(e)||(n="boundary"),d[n](t))}function r(t){return t&&!t.skip}function o(t,e,n,i,a){var r;if(i&&a){for(t.moveTo(e[0].x,e[0].y),r=1;r0;--r)u.canvas.lineTo(t,n[r],n[r-1],!0)}}function s(t,e,n,i,a,s){var l,u,d,c,h,f,g,p=e.length,m=i.spanGaps,v=[],y=[],b=0,x=0;for(t.beginPath(),l=0,u=p+!!s;l=n.width&&(y+=d+r.padding,v[v.length]=n.left),g[i]={left:0,top:0,width:o,height:d},v[v.length-1]+=o+r.padding}),p.height+=y}else{var b=r.padding,x=n.columnWidths=[],_=r.padding,k=0,w=0,M=d+b;i.each(n.legendItems,function(t,n){var i=e(r,d),a=i+d/2+s.measureText(t.text).width;w+M>p.height&&(_+=k+r.padding,x.push(k),k=0,w=0),k=Math.max(k,a),w+=M,g[n]={left:0,top:0,width:a,height:d}}),_+=k,x.push(k),p.width+=_}n.width=p.width,n.height=p.height},afterFit:r,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var n=this,a=n.options,r=a.labels,o=t.defaults.global,s=o.elements.line,l=n.width,u=n.lineWidths;if(a.display){var d,c=n.ctx,h=i.getValueOrDefault,f=h(r.fontColor,o.defaultFontColor),g=h(r.fontSize,o.defaultFontSize),p=h(r.fontStyle,o.defaultFontStyle),m=h(r.fontFamily,o.defaultFontFamily),v=i.fontString(g,p,m);c.textAlign="left",c.textBaseline="top",c.lineWidth=.5,c.strokeStyle=f,c.fillStyle=f,c.font=v;var y=e(r,g),b=n.legendHitBoxes,x=function(e,n,i){if(!(isNaN(y)||y<=0)){c.save(),c.fillStyle=h(i.fillStyle,o.defaultColor),c.lineCap=h(i.lineCap,s.borderCapStyle),c.lineDashOffset=h(i.lineDashOffset,s.borderDashOffset),c.lineJoin=h(i.lineJoin,s.borderJoinStyle),c.lineWidth=h(i.lineWidth,s.borderWidth),c.strokeStyle=h(i.strokeStyle,o.defaultColor);var r=0===h(i.lineWidth,s.borderWidth);if(c.setLineDash&&c.setLineDash(h(i.lineDash,s.borderDash)),a.labels&&a.labels.usePointStyle){var l=g*Math.SQRT2/2,u=l/Math.SQRT2,d=e+u,f=n+u;t.canvasHelpers.drawPoint(c,i.pointStyle,l,d,f)}else r||c.strokeRect(e,n,y,g),c.fillRect(e,n,y,g);c.restore()}},_=function(t,e,n,i){c.fillText(n.text,y+g/2+t,e),n.hidden&&(c.beginPath(),c.lineWidth=2,c.moveTo(y+g/2+t,e+g/2),c.lineTo(y+g/2+t+i,e+g/2),c.stroke())},k=n.isHorizontal();d=k?{x:n.left+(l-u[0])/2,y:n.top+r.padding,line:0}:{x:n.left+r.padding,y:n.top+r.padding,line:0};var w=g+r.padding;i.each(n.legendItems,function(t,e){var i=c.measureText(t.text).width,a=y+g/2+i,o=d.x,s=d.y;k?o+a>=l&&(s=d.y+=w,d.line++,o=d.x=n.left+(l-u[d.line])/2):s+w>n.bottom&&(o=d.x=o+n.columnWidths[d.line]+r.padding,s=d.y=n.top+r.padding,d.line++),x(o,s,t),b[e].left=o,b[e].top=s,_(o,s,t,i),k?d.x+=a+r.padding:d.y+=w})}},handleEvent:function(t){var e=this,n=e.options,i="mouseup"===t.type?"click":t.type,a=!1;if("mousemove"===i){if(!n.onHover)return}else{if("click"!==i)return;if(!n.onClick)return}var r=t.x,o=t.y;if(r>=e.left&&r<=e.right&&o>=e.top&&o<=e.bottom)for(var s=e.legendHitBoxes,l=0;l=u.left&&r<=u.left+u.width&&o>=u.top&&o<=u.top+u.height){if("click"===i){n.onClick.call(e,t.native,e.legendItems[l]),a=!0;break}if("mousemove"===i){n.onHover.call(e,t.native,e.legendItems[l]),a=!0;break}}}return a}}),{id:"legend",beforeInit:function(t){var e=t.options.legend;e&&n(t,e)},beforeUpdate:function(e){var r=e.options.legend,o=e.legend;r?(r=i.configMerge(t.defaults.global.legend,r),o?(a.configure(e,o,r),o.options=r):n(e,r)):o&&(a.removeBox(e,o),delete e.legend)},afterEvent:function(t,e){var n=t.legend;n&&n.handleEvent(e)}}}},{}],43:[function(t,e,n){"use strict";e.exports=function(t){function e(e,n){var a=new t.Title({ctx:e.ctx,options:n,chart:e});i.configure(e,a,n),i.addBox(e,a),e.titleBlock=a}var n=t.helpers,i=t.layoutService,a=n.noop;return t.defaults.global.title={display:!1,position:"top",fullWidth:!0,weight:2e3,fontStyle:"bold",padding:10,text:""},t.Title=t.Element.extend({initialize:function(t){var e=this;n.extend(e,t),e.legendHitBoxes=[]},beforeUpdate:a,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:a,beforeSetDimensions:a,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:a,beforeBuildLabels:a,buildLabels:a,afterBuildLabels:a,beforeFit:a,fit:function(){var e=this,i=n.getValueOrDefault,a=e.options,r=t.defaults.global,o=a.display,s=i(a.fontSize,r.defaultFontSize),l=e.minSize;e.isHorizontal()?(l.width=e.maxWidth,l.height=o?s+2*a.padding:0):(l.width=o?s+2*a.padding:0,l.height=e.maxHeight),e.width=l.width,e.height=l.height},afterFit:a,isHorizontal:function(){var t=this.options.position;return"top"===t||"bottom"===t},draw:function(){var e=this,i=e.ctx,a=n.getValueOrDefault,r=e.options,o=t.defaults.global;if(r.display){var s,l,u,d=a(r.fontSize,o.defaultFontSize),c=a(r.fontStyle,o.defaultFontStyle),h=a(r.fontFamily,o.defaultFontFamily),f=n.fontString(d,c,h),g=0,p=e.top,m=e.left,v=e.bottom,y=e.right;i.fillStyle=a(r.fontColor,o.defaultFontColor),i.font=f,e.isHorizontal()?(s=m+(y-m)/2,l=p+(v-p)/2,u=y-m):(s="left"===r.position?m+d/2:y-d/2,l=p+(v-p)/2,u=v-p,g=Math.PI*("left"===r.position?-.5:.5)),i.save(),i.translate(s,l),i.rotate(g),i.textAlign="center",i.textBaseline="middle",i.fillText(r.text,0,0,u),i.restore()}}}),{id:"title",beforeInit:function(t){var n=t.options.title;n&&e(t,n)},beforeUpdate:function(a){var r=a.options.title,o=a.titleBlock;r?(r=n.configMerge(t.defaults.global.title,r),o?(i.configure(a,o,r),o.options=r):e(a,r)):o&&(t.layoutService.removeBox(a,o),delete a.titleBlock)}}}},{}],44:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers,n={position:"bottom"},i=t.Scale.extend({getLabels:function(){var t=this.chart.data;return(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels},determineDataLimits:function(){var t=this,n=t.getLabels();t.minIndex=0,t.maxIndex=n.length-1;var i;void 0!==t.options.ticks.min&&(i=e.indexOf(n,t.options.ticks.min),t.minIndex=i!==-1?i:t.minIndex),void 0!==t.options.ticks.max&&(i=e.indexOf(n,t.options.ticks.max),t.maxIndex=i!==-1?i:t.maxIndex),t.min=n[t.minIndex],t.max=n[t.maxIndex]},buildTicks:function(){var t=this,e=t.getLabels();t.ticks=0===t.minIndex&&t.maxIndex===e.length-1?e:e.slice(t.minIndex,t.maxIndex+1)},getLabelForIndex:function(t,e){var n=this,i=n.chart.data,a=n.isHorizontal();return i.yLabels&&!a?n.getRightValue(i.datasets[e].data[t]):n.ticks[t-n.minIndex]},getPixelForValue:function(t,e,n,i){var a,r=this,o=Math.max(r.maxIndex+1-r.minIndex-(r.options.gridLines.offsetGridLines?0:1),1);if(void 0!==t&&null!==t&&(a=r.isHorizontal()?t.x:t.y),void 0!==a||void 0!==t&&isNaN(e)){var s=r.getLabels();t=a||t;var l=s.indexOf(t);e=l!==-1?l:e}if(r.isHorizontal()){var u=r.width/o,d=u*(e-r.minIndex);return(r.options.gridLines.offsetGridLines&&i||r.maxIndex===r.minIndex&&i)&&(d+=u/2),r.left+Math.round(d)}var c=r.height/o,h=c*(e-r.minIndex);return r.options.gridLines.offsetGridLines&&i&&(h+=c/2),r.top+Math.round(h)},getPixelForTick:function(t,e){return this.getPixelForValue(this.ticks[t],t+this.minIndex,null,e)},getValueForPixel:function(t){var e,n=this,i=Math.max(n.ticks.length-(n.options.gridLines.offsetGridLines?0:1),1),a=n.isHorizontal(),r=(a?n.width:n.height)/i;return t-=a?n.left:n.top,n.options.gridLines.offsetGridLines&&(t-=r/2),e=t<=0?0:Math.round(t/r)},getBasePixel:function(){return this.bottom}});t.scaleService.registerScaleType("category",i,n)}},{}],45:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers,n={position:"left",ticks:{callback:t.Ticks.formatters.linear}},i=t.LinearScaleBase.extend({determineDataLimits:function(){function t(t){return s?t.xAxisID===n.id:t.yAxisID===n.id}var n=this,i=n.options,a=n.chart,r=a.data,o=r.datasets,s=n.isHorizontal(),l=0,u=1;n.min=null,n.max=null;var d=i.stacked;if(void 0===d&&e.each(o,function(e,n){if(!d){var i=a.getDatasetMeta(n);a.isDatasetVisible(n)&&t(i)&&void 0!==i.stack&&(d=!0)}}),i.stacked||d){var c={};e.each(o,function(r,o){var s=a.getDatasetMeta(o),l=[s.type,void 0===i.stacked&&void 0===s.stack?o:"",s.stack].join(".");void 0===c[l]&&(c[l]={positiveValues:[],negativeValues:[]});var u=c[l].positiveValues,d=c[l].negativeValues;a.isDatasetVisible(o)&&t(s)&&e.each(r.data,function(t,e){var a=+n.getRightValue(t);isNaN(a)||s.data[e].hidden||(u[e]=u[e]||0,d[e]=d[e]||0,i.relativePoints?u[e]=100:a<0?d[e]+=a:u[e]+=a)})}),e.each(c,function(t){var i=t.positiveValues.concat(t.negativeValues),a=e.min(i),r=e.max(i);n.min=null===n.min?a:Math.min(n.min,a),n.max=null===n.max?r:Math.max(n.max,r)})}else e.each(o,function(i,r){var o=a.getDatasetMeta(r);a.isDatasetVisible(r)&&t(o)&&e.each(i.data,function(t,e){var i=+n.getRightValue(t);isNaN(i)||o.data[e].hidden||(null===n.min?n.min=i:in.max&&(n.max=i))})});n.min=isFinite(n.min)?n.min:l,n.max=isFinite(n.max)?n.max:u,this.handleTickRangeOptions()},getTickLimit:function(){var n,i=this,a=i.options.ticks;if(i.isHorizontal())n=Math.min(a.maxTicksLimit?a.maxTicksLimit:11,Math.ceil(i.width/50));else{var r=e.getValueOrDefault(a.fontSize,t.defaults.global.defaultFontSize);n=Math.min(a.maxTicksLimit?a.maxTicksLimit:11,Math.ceil(i.height/(2*r)))}return n},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForValue:function(t){var e,n=this,i=n.start,a=+n.getRightValue(t),r=n.end-i;return n.isHorizontal()?(e=n.left+n.width/r*(a-i),Math.round(e)):(e=n.bottom-n.height/r*(a-i),Math.round(e))},getValueForPixel:function(t){var e=this,n=e.isHorizontal(),i=n?e.width:e.height,a=(n?t-e.left:e.bottom-t)/i;return e.start+(e.end-e.start)*a},getPixelForTick:function(t){return this.getPixelForValue(this.ticksAsNumbers[t])}});t.scaleService.registerScaleType("linear",i,n)}},{}],46:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers,n=e.noop;t.LinearScaleBase=t.Scale.extend({handleTickRangeOptions:function(){var t=this,n=t.options,i=n.ticks;if(i.beginAtZero){var a=e.sign(t.min),r=e.sign(t.max);a<0&&r<0?t.max=0:a>0&&r>0&&(t.min=0)}void 0!==i.min?t.min=i.min:void 0!==i.suggestedMin&&(null===t.min?t.min=i.suggestedMin:t.min=Math.min(t.min,i.suggestedMin)),void 0!==i.max?t.max=i.max:void 0!==i.suggestedMax&&(null===t.max?t.max=i.suggestedMax:t.max=Math.max(t.max,i.suggestedMax)),t.min===t.max&&(t.max++,i.beginAtZero||t.min--)},getTickLimit:n,handleDirectionalChanges:n,buildTicks:function(){var n=this,i=n.options,a=i.ticks,r=n.getTickLimit();r=Math.max(2,r);var o={maxTicks:r,min:a.min,max:a.max,stepSize:e.getValueOrDefault(a.fixedStepSize,a.stepSize)},s=n.ticks=t.Ticks.generators.linear(o,n);n.handleDirectionalChanges(),n.max=e.max(s),n.min=e.min(s),a.reverse?(s.reverse(),n.start=n.max,n.end=n.min):(n.start=n.min,n.end=n.max)},convertTicksToLabels:function(){var e=this;e.ticksAsNumbers=e.ticks.slice(),e.zeroLineIndex=e.ticks.indexOf(0),t.Scale.prototype.convertTicksToLabels.call(e)}})}},{}],47:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers,n={position:"left",ticks:{callback:t.Ticks.formatters.logarithmic}},i=t.Scale.extend({determineDataLimits:function(){function t(t){return u?t.xAxisID===n.id:t.yAxisID===n.id}var n=this,i=n.options,a=i.ticks,r=n.chart,o=r.data,s=o.datasets,l=e.getValueOrDefault,u=n.isHorizontal();n.min=null,n.max=null,n.minNotZero=null;var d=i.stacked;if(void 0===d&&e.each(s,function(e,n){if(!d){var i=r.getDatasetMeta(n);r.isDatasetVisible(n)&&t(i)&&void 0!==i.stack&&(d=!0)}}),i.stacked||d){var c={};e.each(s,function(a,o){var s=r.getDatasetMeta(o),l=[s.type,void 0===i.stacked&&void 0===s.stack?o:"",s.stack].join(".");r.isDatasetVisible(o)&&t(s)&&(void 0===c[l]&&(c[l]=[]),e.each(a.data,function(t,e){var a=c[l],r=+n.getRightValue(t);isNaN(r)||s.data[e].hidden||(a[e]=a[e]||0,i.relativePoints?a[e]=100:a[e]+=r)}))}),e.each(c,function(t){var i=e.min(t),a=e.max(t);n.min=null===n.min?i:Math.min(n.min,i),n.max=null===n.max?a:Math.max(n.max,a)})}else e.each(s,function(i,a){var o=r.getDatasetMeta(a);r.isDatasetVisible(a)&&t(o)&&e.each(i.data,function(t,e){var i=+n.getRightValue(t);isNaN(i)||o.data[e].hidden||(null===n.min?n.min=i:in.max&&(n.max=i),0!==i&&(null===n.minNotZero||ia?{start:e-n-5,end:e}:{start:e,end:e+n+5}}function r(t){var r,o,s,l=n(t),u=Math.min(t.height/2,t.width/2),d={r:t.width,l:0,t:t.height,b:0},c={};t.ctx.font=l.font,t._pointLabelSizes=[];var h=e(t);for(r=0;rd.r&&(d.r=m.end,c.r=g),v.startd.b&&(d.b=v.end,c.b=g)}t.setReductions(u,d,c)}function o(t){var e=Math.min(t.height/2,t.width/2);t.drawingArea=Math.round(e),t.setCenterPoint(0,0,0,0)}function s(t){return 0===t||180===t?"center":t<180?"left":"right"}function l(t,e,n,i){if(f.isArray(e))for(var a=n.y,r=1.5*i,o=0;o270||t<90)&&(n.y-=e.h)}function d(t){var i=t.ctx,a=f.getValueOrDefault,r=t.options,o=r.angleLines,d=r.pointLabels;i.lineWidth=o.lineWidth,i.strokeStyle=o.color;var c=t.getDistanceFromCenterForValue(r.reverse?t.min:t.max),h=n(t);i.textBaseline="top";for(var p=e(t)-1;p>=0;p--){if(o.display){var m=t.getPointPosition(p,c);i.beginPath(),i.moveTo(t.xCenter,t.yCenter),i.lineTo(m.x,m.y),i.stroke(),i.closePath()}if(d.display){var v=t.getPointPosition(p,c+5),y=a(d.fontColor,g.defaultFontColor);i.font=h.font,i.fillStyle=y;var b=t.getIndexAngle(p),x=f.toDegrees(b);i.textAlign=s(x),u(x,t._pointLabelSizes[p],v),l(i,t.pointLabels[p]||"",v,h.size)}}}function c(t,n,i,a){var r=t.ctx;if(r.strokeStyle=f.getValueAtIndexOrDefault(n.color,a-1),r.lineWidth=f.getValueAtIndexOrDefault(n.lineWidth,a-1),t.options.gridLines.circular)r.beginPath(),r.arc(t.xCenter,t.yCenter,i,0,2*Math.PI), +r.closePath(),r.stroke();else{var o=e(t);if(0===o)return;r.beginPath();var s=t.getPointPosition(0,i);r.moveTo(s.x,s.y);for(var l=1;l0&&n>0?e:0)},draw:function(){var t=this,e=t.options,n=e.gridLines,i=e.ticks,a=f.getValueOrDefault;if(e.display){var r=t.ctx,o=a(i.fontSize,g.defaultFontSize),s=a(i.fontStyle,g.defaultFontStyle),l=a(i.fontFamily,g.defaultFontFamily),u=f.fontString(o,s,l);f.each(t.ticks,function(s,l){if(l>0||e.reverse){var d=t.getDistanceFromCenterForValue(t.ticksAsNumbers[l]),h=t.yCenter-d;if(n.display&&0!==l&&c(t,n,d,l),i.display){var f=a(i.fontColor,g.defaultFontColor);if(r.font=u,i.showLabelBackdrop){var p=r.measureText(s).width;r.fillStyle=i.backdropColor,r.fillRect(t.xCenter-p/2-i.backdropPaddingX,h-o/2-i.backdropPaddingY,p+2*i.backdropPaddingX,o+2*i.backdropPaddingY)}r.textAlign="center",r.textBaseline="middle",r.fillStyle=f,r.fillText(s,t.xCenter,h)}}}),(e.angleLines.display||e.pointLabels.display)&&d(t)}}});t.scaleService.registerScaleType("radialLinear",m,p)}},{}],49:[function(t,e,n){"use strict";var i=t(6);i="function"==typeof i?i:window.moment,e.exports=function(t){function e(t,e){var n=t.options.time;if("string"==typeof n.parser)return i(e,n.parser);if("function"==typeof n.parser)return n.parser(e);if("function"==typeof e.getMonth||"number"==typeof e)return i(e);if(e.isValid&&e.isValid())return e;var a=n.format;return"string"!=typeof a&&a.call?(console.warn("options.time.format is deprecated and replaced by options.time.parser."),a(e)):i(e,a)}function n(t,e,n,i){for(var a,r=Object.keys(s),o=r.length,l=r.indexOf(t);li;c++)l=a.steps[c],o=Math.ceil(u/(r*l));else for(;o>i&&i>0;)++l,o=Math.ceil(u/(r*l));return l}function r(t,e,n){var a=[];if(t.maxTicks){var r=t.stepSize;a.push(void 0!==t.min?t.min:n.min);for(var o=i(n.min);o.add(r,t.unit).valueOf()0&&a.add(1,"week"),a=a.valueOf()):(n=i(e.min).startOf(t.unit).valueOf(),a=i(e.max).startOf(t.unit),e.max-a>0&&a.add(1,t.unit),a=a.valueOf()),r(t,e,{min:n,max:a})};var u=t.Scale.extend({initialize:function(){if(!i)throw new Error("Chart.js - Moment.js could not be found! You must include it before Chart.js to use the time scale. Download at https://momentjs.com");t.Scale.prototype.initialize.call(this)},determineDataLimits:function(){var t,n=this,i=n.options.time,a=Number.MAX_SAFE_INTEGER,r=Number.MIN_SAFE_INTEGER,s=n.chart.data,l={labels:[],datasets:[]};o.each(s.labels,function(o,s){var u=e(n,o);u.isValid()&&(i.round&&u.startOf(i.round),t=u.valueOf(),a=Math.min(t,a),r=Math.max(t,r),l.labels[s]=t)}),o.each(s.datasets,function(s,u){var d=[];"object"==typeof s.data[0]&&null!==s.data[0]&&n.chart.isDatasetVisible(u)?o.each(s.data,function(o,s){var l=e(n,n.getRightValue(o));l.isValid()&&(i.round&&l.startOf(i.round),t=l.valueOf(),a=Math.min(t,a),r=Math.max(t,r),d[s]=t)}):d=l.labels.slice(),l.datasets[u]=d}),n.dataMin=a,n.dataMax=r,n._parsedData=l},buildTicks:function(){var i,r,s=this,l=s.options.time,u=s.dataMin,d=s.dataMax;if(l.min){var c=e(s,l.min);l.round&&c.round(l.round),i=c.valueOf()}l.max&&(r=e(s,l.max).valueOf());var h=s.getLabelCapacity(i||u),f=l.unit||n(l.minUnit,i||u,r||d,h);s.displayFormat=l.displayFormats[f];var g=l.stepSize||a(i||u,r||d,f,h);s.ticks=t.Ticks.generators.time({maxTicks:h,min:i,max:r,stepSize:g,unit:f,isoWeekday:l.isoWeekday},{min:u,max:d}),s.max=o.max(s.ticks),s.min=o.min(s.ticks)},getLabelForIndex:function(t,n){var i=this,a=i.chart.data.labels&&tn?(e+.05)/(n+.05):(n+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},dark:function(){var t=this.values.rgb,e=(299*t[0]+587*t[1]+114*t[2])/1e3;return e<128},light:function(){return!this.dark()},negate:function(){for(var t=[],e=0;e<3;e++)t[e]=255-this.values.rgb[e];return this.setValues("rgb",t),this},lighten:function(t){var e=this.values.hsl;return e[2]+=e[2]*t,this.setValues("hsl",e),this},darken:function(t){var e=this.values.hsl;return e[2]-=e[2]*t,this.setValues("hsl",e),this},saturate:function(t){var e=this.values.hsl;return e[1]+=e[1]*t,this.setValues("hsl",e),this},desaturate:function(t){var e=this.values.hsl;return e[1]-=e[1]*t,this.setValues("hsl",e),this},whiten:function(t){var e=this.values.hwb;return e[1]+=e[1]*t,this.setValues("hwb",e),this},blacken:function(t){var e=this.values.hwb;return e[2]+=e[2]*t,this.setValues("hwb",e),this},greyscale:function(){var t=this.values.rgb,e=.3*t[0]+.59*t[1]+.11*t[2];return this.setValues("rgb",[e,e,e]),this},clearer:function(t){var e=this.values.alpha;return this.setValues("alpha",e-e*t),this},opaquer:function(t){var e=this.values.alpha;return this.setValues("alpha",e+e*t),this},rotate:function(t){var e=this.values.hsl,n=(e[0]+t)%360;return e[0]=n<0?360+n:n,this.setValues("hsl",e),this},mix:function(t,e){var n=this,i=t,a=void 0===e?.5:e,o=2*a-1,r=n.alpha()-i.alpha(),l=((o*r===-1?o:(o+r)/(1+o*r))+1)/2,s=1-l;return this.rgb(l*n.red()+s*i.red(),l*n.green()+s*i.green(),l*n.blue()+s*i.blue()).alpha(n.alpha()*a+i.alpha()*(1-a))},toJSON:function(){return this.rgb()},clone:function(){var t,e,n=new o,i=this.values,a=n.values;for(var r in i)i.hasOwnProperty(r)&&(t=i[r],e={}.toString.call(t),"[object Array]"===e?a[r]=t.slice(0):"[object Number]"===e?a[r]=t:console.error("unexpected color value:",t));return n}},o.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},o.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},o.prototype.getValues=function(t){for(var e=this.values,n={},i=0;i.04045?Math.pow((e+.055)/1.055,2.4):e/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92,i=i>.04045?Math.pow((i+.055)/1.055,2.4):i/12.92;var a=.4124*e+.3576*n+.1805*i,o=.2126*e+.7152*n+.0722*i,r=.0193*e+.1192*n+.9505*i;return[100*a,100*o,100*r]}function d(t){var e,n,i,a=u(t),o=a[0],r=a[1],l=a[2];return o/=95.047,r/=100,l/=108.883,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,l=l>.008856?Math.pow(l,1/3):7.787*l+16/116,e=116*r-16,n=500*(o-r),i=200*(r-l),[e,n,i]}function c(t){return B(d(t))}function h(t){var e,n,i,a,o,r=t[0]/360,l=t[1]/100,s=t[2]/100;if(0==l)return o=255*s,[o,o,o];n=s<.5?s*(1+l):s+l-s*l,e=2*s-n,a=[0,0,0];for(var u=0;u<3;u++)i=r+1/3*-(u-1),i<0&&i++,i>1&&i--,o=6*i<1?e+6*(n-e)*i:2*i<1?n:3*i<2?e+(n-e)*(2/3-i)*6:e,a[u]=255*o;return a}function f(t){var e,n,i=t[0],a=t[1]/100,o=t[2]/100;return 0===o?[0,0,0]:(o*=2,a*=o<=1?o:2-o,n=(o+a)/2,e=2*a/(o+a),[i,100*e,100*n])}function p(t){return o(h(t))}function m(t){return l(h(t))}function v(t){return s(h(t))}function x(t){var e=t[0]/60,n=t[1]/100,i=t[2]/100,a=Math.floor(e)%6,o=e-Math.floor(e),r=255*i*(1-n),l=255*i*(1-n*o),s=255*i*(1-n*(1-o)),i=255*i;switch(a){case 0:return[i,s,r];case 1:return[l,i,r];case 2:return[r,i,s];case 3:return[r,l,i];case 4:return[s,r,i];case 5:return[i,r,l]}}function y(t){var e,n,i=t[0],a=t[1]/100,o=t[2]/100;return n=(2-a)*o,e=a*o,e/=n<=1?n:2-n,e=e||0,n/=2,[i,100*e,100*n]}function k(t){return o(x(t))}function w(t){return l(x(t))}function M(t){return s(x(t))}function S(t){var e,n,i,a,o=t[0]/360,l=t[1]/100,s=t[2]/100,u=l+s;switch(u>1&&(l/=u,s/=u),e=Math.floor(6*o),n=1-s,i=6*o-e,0!=(1&e)&&(i=1-i),a=l+i*(n-l),e){default:case 6:case 0:r=n,g=a,b=l;break;case 1:r=a,g=n,b=l;break;case 2:r=l,g=n,b=a;break;case 3:r=l,g=a,b=n;break;case 4:r=a,g=l,b=n;break;case 5:r=n,g=l,b=a}return[255*r,255*g,255*b]}function C(t){return i(S(t))}function D(t){return a(S(t))}function I(t){return l(S(t))}function A(t){return s(S(t))}function P(t){var e,n,i,a=t[0]/100,o=t[1]/100,r=t[2]/100,l=t[3]/100;return e=1-Math.min(1,a*(1-l)+l),n=1-Math.min(1,o*(1-l)+l),i=1-Math.min(1,r*(1-l)+l),[255*e,255*n,255*i]}function _(t){return i(P(t))}function T(t){return a(P(t))}function F(t){return o(P(t))}function R(t){return s(P(t))}function L(t){var e,n,i,a=t[0]/100,o=t[1]/100,r=t[2]/100;return e=3.2406*a+o*-1.5372+r*-.4986,n=a*-.9689+1.8758*o+.0415*r,i=.0557*a+o*-.204+1.057*r,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:e*=12.92,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:n*=12.92,i=i>.0031308?1.055*Math.pow(i,1/2.4)-.055:i*=12.92,e=Math.min(Math.max(0,e),1),n=Math.min(Math.max(0,n),1),i=Math.min(Math.max(0,i),1),[255*e,255*n,255*i]}function V(t){var e,n,i,a=t[0],o=t[1],r=t[2];return a/=95.047,o/=100,r/=108.883,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,e=116*o-16,n=500*(a-o),i=200*(o-r),[e,n,i]}function O(t){return B(V(t))}function z(t){var e,n,i,a,o=t[0],r=t[1],l=t[2];return o<=8?(n=100*o/903.3,a=7.787*(n/100)+16/116):(n=100*Math.pow((o+16)/116,3),a=Math.pow(n/100,1/3)),e=e/95.047<=.008856?e=95.047*(r/500+a-16/116)/7.787:95.047*Math.pow(r/500+a,3),i=i/108.883<=.008859?i=108.883*(a-l/200-16/116)/7.787:108.883*Math.pow(a-l/200,3),[e,n,i]}function B(t){var e,n,i,a=t[0],o=t[1],r=t[2];return e=Math.atan2(r,o),n=360*e/2/Math.PI,n<0&&(n+=360),i=Math.sqrt(o*o+r*r),[a,i,n]}function W(t){return L(z(t))}function N(t){var e,n,i,a=t[0],o=t[1],r=t[2];return i=r/360*2*Math.PI,e=o*Math.cos(i),n=o*Math.sin(i),[a,e,n]}function E(t){return z(N(t))}function H(t){return W(N(t))}function q(t){return J[t]}function j(t){return i(q(t))}function Y(t){return a(q(t))}function U(t){return o(q(t))}function X(t){return l(q(t))}function K(t){return d(q(t))}function G(t){return u(q(t))}e.exports={rgb2hsl:i,rgb2hsv:a,rgb2hwb:o,rgb2cmyk:l,rgb2keyword:s,rgb2xyz:u,rgb2lab:d,rgb2lch:c,hsl2rgb:h,hsl2hsv:f,hsl2hwb:p,hsl2cmyk:m,hsl2keyword:v,hsv2rgb:x,hsv2hsl:y,hsv2hwb:k,hsv2cmyk:w,hsv2keyword:M,hwb2rgb:S,hwb2hsl:C,hwb2hsv:D,hwb2cmyk:I,hwb2keyword:A,cmyk2rgb:P,cmyk2hsl:_,cmyk2hsv:T,cmyk2hwb:F,cmyk2keyword:R,keyword2rgb:q,keyword2hsl:j,keyword2hsv:Y,keyword2hwb:U,keyword2cmyk:X,keyword2lab:K,keyword2xyz:G,xyz2rgb:L,xyz2lab:V,xyz2lch:O,lab2xyz:z,lab2rgb:W,lab2lch:B,lch2lab:N,lch2xyz:E,lch2rgb:H};var J={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},Z={};for(var Q in J)Z[JSON.stringify(J[Q])]=Q},{}],5:[function(t,e,n){var i=t(4),a=function(){return new u};for(var o in i){a[o+"Raw"]=function(t){return function(e){return"number"==typeof e&&(e=Array.prototype.slice.call(arguments)),i[t](e)}}(o);var r=/(\w+)2(\w+)/.exec(o),l=r[1],s=r[2];a[l]=a[l]||{},a[l][s]=a[o]=function(t){return function(e){"number"==typeof e&&(e=Array.prototype.slice.call(arguments));var n=i[t](e);if("string"==typeof n||void 0===n)return n;for(var a=0;a=0&&a>0)&&(m+=a));return o=c.getPixelForValue(m),r=c.getPixelForValue(m+f),l=(r-o)/2,{size:l,base:o,head:r,center:r+l/2}},calculateBarIndexPixels:function(t,e,n){var i=this,a=n.scale,o=i.chart.isCombo,r=i.getStackIndex(t),l=a.getPixelForValue(null,e,t,o),s=n.barSize;return l-=o?n.tickSize/2:0,l+=n.fullBarSize*r,l+=n.categorySpacing/2,l+=n.barSpacing/2,{size:s,base:l,head:l+s,center:l+s/2}},draw:function(){var t,n=this,i=n.chart,a=n.getMeta().data,o=n.getDataset(),r=a.length,l=0;for(e.canvas.clipArea(i.ctx,i.chartArea);l0&&(t[0].yLabel?n=t[0].yLabel:e.labels.length>0&&t[0].index');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var o=0;o'),a[o]&&e.push(a[o]),e.push("");return e.push(""),e.join("")},legend:{labels:{generateLabels:function(t){var n=t.data;return n.labels.length&&n.datasets.length?n.labels.map(function(i,a){var o=t.getDatasetMeta(0),r=n.datasets[0],l=o.data[a],s=l&&l.custom||{},u=e.getValueAtIndexOrDefault,d=t.options.elements.arc,c=s.backgroundColor?s.backgroundColor:u(r.backgroundColor,a,d.backgroundColor),h=s.borderColor?s.borderColor:u(r.borderColor,a,d.borderColor),f=s.borderWidth?s.borderWidth:u(r.borderWidth,a,d.borderWidth);return{text:i,fillStyle:c,strokeStyle:h,lineWidth:f,hidden:isNaN(r.data[a])||o.data[a].hidden,index:a}}):[]}},onClick:function(t,e){var n,i,a,o=e.index,r=this.chart;for(n=0,i=(r.data.datasets||[]).length;n=Math.PI?-1:g<-Math.PI?1:0);var p=g+f,m={x:Math.cos(g),y:Math.sin(g)},v={x:Math.cos(p),y:Math.sin(p)},b=g<=0&&0<=p||g<=2*Math.PI&&2*Math.PI<=p,x=g<=.5*Math.PI&&.5*Math.PI<=p||g<=2.5*Math.PI&&2.5*Math.PI<=p,y=g<=-Math.PI&&-Math.PI<=p||g<=Math.PI&&Math.PI<=p,k=g<=.5*-Math.PI&&.5*-Math.PI<=p||g<=1.5*Math.PI&&1.5*Math.PI<=p,w=h/100,M={x:y?-1:Math.min(m.x*(m.x<0?1:w),v.x*(v.x<0?1:w)),y:k?-1:Math.min(m.y*(m.y<0?1:w),v.y*(v.y<0?1:w))},S={x:b?1:Math.max(m.x*(m.x>0?1:w),v.x*(v.x>0?1:w)),y:x?1:Math.max(m.y*(m.y>0?1:w),v.y*(v.y>0?1:w))},C={width:.5*(S.x-M.x),height:.5*(S.y-M.y)};u=Math.min(l/C.width,s/C.height),d={x:(S.x+M.x)*-.5,y:(S.y+M.y)*-.5}}i.borderWidth=n.getMaxBorderWidth(c.data),i.outerRadius=Math.max((u-i.borderWidth)/2,0),i.innerRadius=Math.max(h?i.outerRadius/100*h:0,0),i.radiusLength=(i.outerRadius-i.innerRadius)/i.getVisibleDatasetCount(),i.offsetX=d.x*i.outerRadius,i.offsetY=d.y*i.outerRadius,c.total=n.calculateTotal(),n.outerRadius=i.outerRadius-i.radiusLength*n.getRingIndex(n.index),n.innerRadius=Math.max(n.outerRadius-i.radiusLength,0),e.each(c.data,function(e,i){n.updateElement(e,i,t)})},updateElement:function(t,n,i){var a=this,o=a.chart,r=o.chartArea,l=o.options,s=l.animation,u=(r.left+r.right)/2,d=(r.top+r.bottom)/2,c=l.rotation,h=l.rotation,f=a.getDataset(),g=i&&s.animateRotate?0:t.hidden?0:a.calculateCircumference(f.data[n])*(l.circumference/(2*Math.PI)),p=i&&s.animateScale?0:a.innerRadius,m=i&&s.animateScale?0:a.outerRadius,v=e.getValueAtIndexOrDefault;e.extend(t,{_datasetIndex:a.index,_index:n,_model:{x:u+o.offsetX,y:d+o.offsetY,startAngle:c,endAngle:h,circumference:g,outerRadius:m,innerRadius:p,label:v(f.label,n,o.data.labels[n])}});var b=t._model;this.removeHoverStyle(t),i&&s.animateRotate||(0===n?b.startAngle=l.rotation:b.startAngle=a.getMeta().data[n-1]._model.endAngle,b.endAngle=b.startAngle+b.circumference),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},calculateTotal:function(){var t,n=this.getDataset(),i=this.getMeta(),a=0;return e.each(i.data,function(e,i){t=n.data[i],isNaN(t)||e.hidden||(a+=Math.abs(t))}),a},calculateCircumference:function(t){var e=this.getMeta().total;return e>0&&!isNaN(t)?2*Math.PI*(t/e):0},getMaxBorderWidth:function(t){for(var e,n,i=0,a=this.index,o=t.length,r=0;ri?e:i,i=n>i?n:i;return i}})}},{}],18:[function(t,e,n){"use strict";e.exports=function(t){function e(t,e){return n.getValueOrDefault(t.showLine,e.showLines)}var n=t.helpers;t.defaults.line={showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}},t.controllers.line=t.DatasetController.extend({datasetElementType:t.elements.Line,dataElementType:t.elements.Point,update:function(t){var i,a,o,r=this,l=r.getMeta(),s=l.dataset,u=l.data||[],d=r.chart.options,c=d.elements.line,h=r.getScaleForId(l.yAxisID),f=r.getDataset(),g=e(f,d);for(g&&(o=s.custom||{},void 0!==f.tension&&void 0===f.lineTension&&(f.lineTension=f.tension),s._scale=h,s._datasetIndex=r.index,s._children=u,s._model={spanGaps:f.spanGaps?f.spanGaps:d.spanGaps,tension:o.tension?o.tension:n.getValueOrDefault(f.lineTension,c.tension),backgroundColor:o.backgroundColor?o.backgroundColor:f.backgroundColor||c.backgroundColor,borderWidth:o.borderWidth?o.borderWidth:f.borderWidth||c.borderWidth,borderColor:o.borderColor?o.borderColor:f.borderColor||c.borderColor,borderCapStyle:o.borderCapStyle?o.borderCapStyle:f.borderCapStyle||c.borderCapStyle,borderDash:o.borderDash?o.borderDash:f.borderDash||c.borderDash,borderDashOffset:o.borderDashOffset?o.borderDashOffset:f.borderDashOffset||c.borderDashOffset,borderJoinStyle:o.borderJoinStyle?o.borderJoinStyle:f.borderJoinStyle||c.borderJoinStyle,fill:o.fill?o.fill:void 0!==f.fill?f.fill:c.fill,steppedLine:o.steppedLine?o.steppedLine:n.getValueOrDefault(f.steppedLine,c.stepped),cubicInterpolationMode:o.cubicInterpolationMode?o.cubicInterpolationMode:n.getValueOrDefault(f.cubicInterpolationMode,c.cubicInterpolationMode)},s.pivot()),i=0,a=u.length;i');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var o=0;o'),a[o]&&e.push(a[o]),e.push("");return e.push(""),e.join("")},legend:{labels:{generateLabels:function(t){var n=t.data;return n.labels.length&&n.datasets.length?n.labels.map(function(i,a){var o=t.getDatasetMeta(0),r=n.datasets[0],l=o.data[a],s=l.custom||{},u=e.getValueAtIndexOrDefault,d=t.options.elements.arc,c=s.backgroundColor?s.backgroundColor:u(r.backgroundColor,a,d.backgroundColor),h=s.borderColor?s.borderColor:u(r.borderColor,a,d.borderColor),f=s.borderWidth?s.borderWidth:u(r.borderWidth,a,d.borderWidth);return{text:i,fillStyle:c,strokeStyle:h,lineWidth:f,hidden:isNaN(r.data[a])||o.data[a].hidden,index:a}}):[]}},onClick:function(t,e){var n,i,a,o=e.index,r=this.chart;for(n=0,i=(r.data.datasets||[]).length;n0&&!isNaN(t)?2*Math.PI/e:0}})}},{}],20:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.radar={aspectRatio:1,scale:{type:"radialLinear"},elements:{line:{tension:0}}},t.controllers.radar=t.DatasetController.extend({datasetElementType:t.elements.Line,dataElementType:t.elements.Point,linkScales:e.noop,update:function(t){var n=this,i=n.getMeta(),a=i.dataset,o=i.data,r=a.custom||{},l=n.getDataset(),s=n.chart.options.elements.line,u=n.chart.scale;void 0!==l.tension&&void 0===l.lineTension&&(l.lineTension=l.tension),e.extend(i.dataset,{_datasetIndex:n.index,_scale:u,_children:o,_loop:!0,_model:{tension:r.tension?r.tension:e.getValueOrDefault(l.lineTension,s.tension),backgroundColor:r.backgroundColor?r.backgroundColor:l.backgroundColor||s.backgroundColor,borderWidth:r.borderWidth?r.borderWidth:l.borderWidth||s.borderWidth,borderColor:r.borderColor?r.borderColor:l.borderColor||s.borderColor,fill:r.fill?r.fill:void 0!==l.fill?l.fill:s.fill,borderCapStyle:r.borderCapStyle?r.borderCapStyle:l.borderCapStyle||s.borderCapStyle,borderDash:r.borderDash?r.borderDash:l.borderDash||s.borderDash,borderDashOffset:r.borderDashOffset?r.borderDashOffset:l.borderDashOffset||s.borderDashOffset,borderJoinStyle:r.borderJoinStyle?r.borderJoinStyle:l.borderJoinStyle||s.borderJoinStyle}}),i.dataset.pivot(),e.each(o,function(e,i){n.updateElement(e,i,t)},n),n.updateBezierControlPoints()},updateElement:function(t,n,i){var a=this,o=t.custom||{},r=a.getDataset(),l=a.chart.scale,s=a.chart.options.elements.point,u=l.getPointPositionForValue(n,r.data[n]);void 0!==r.radius&&void 0===r.pointRadius&&(r.pointRadius=r.radius),void 0!==r.hitRadius&&void 0===r.pointHitRadius&&(r.pointHitRadius=r.hitRadius),e.extend(t,{_datasetIndex:a.index,_index:n,_scale:l,_model:{x:i?l.xCenter:u.x,y:i?l.yCenter:u.y,tension:o.tension?o.tension:e.getValueOrDefault(r.lineTension,a.chart.options.elements.line.tension),radius:o.radius?o.radius:e.getValueAtIndexOrDefault(r.pointRadius,n,s.radius),backgroundColor:o.backgroundColor?o.backgroundColor:e.getValueAtIndexOrDefault(r.pointBackgroundColor,n,s.backgroundColor),borderColor:o.borderColor?o.borderColor:e.getValueAtIndexOrDefault(r.pointBorderColor,n,s.borderColor),borderWidth:o.borderWidth?o.borderWidth:e.getValueAtIndexOrDefault(r.pointBorderWidth,n,s.borderWidth),pointStyle:o.pointStyle?o.pointStyle:e.getValueAtIndexOrDefault(r.pointStyle,n,s.pointStyle),hitRadius:o.hitRadius?o.hitRadius:e.getValueAtIndexOrDefault(r.pointHitRadius,n,s.hitRadius)}}),t._model.skip=o.skip?o.skip:isNaN(t._model.x)||isNaN(t._model.y)},updateBezierControlPoints:function(){var t=this.chart.chartArea,n=this.getMeta();e.each(n.data,function(i,a){var o=i._model,r=e.splineCurve(e.previousItem(n.data,a,!0)._model,o,e.nextItem(n.data,a,!0)._model,o.tension);o.controlPointPreviousX=Math.max(Math.min(r.previous.x,t.right),t.left),o.controlPointPreviousY=Math.max(Math.min(r.previous.y,t.bottom),t.top),o.controlPointNextX=Math.max(Math.min(r.next.x,t.right),t.left),o.controlPointNextY=Math.max(Math.min(r.next.y,t.bottom),t.top),i.pivot()})},setHoverStyle:function(t){var n=this.chart.data.datasets[t._datasetIndex],i=t.custom||{},a=t._index,o=t._model;o.radius=i.hoverRadius?i.hoverRadius:e.getValueAtIndexOrDefault(n.pointHoverRadius,a,this.chart.options.elements.point.hoverRadius),o.backgroundColor=i.hoverBackgroundColor?i.hoverBackgroundColor:e.getValueAtIndexOrDefault(n.pointHoverBackgroundColor,a,e.getHoverColor(o.backgroundColor)),o.borderColor=i.hoverBorderColor?i.hoverBorderColor:e.getValueAtIndexOrDefault(n.pointHoverBorderColor,a,e.getHoverColor(o.borderColor)),o.borderWidth=i.hoverBorderWidth?i.hoverBorderWidth:e.getValueAtIndexOrDefault(n.pointHoverBorderWidth,a,o.borderWidth)},removeHoverStyle:function(t){var n=this.chart.data.datasets[t._datasetIndex],i=t.custom||{},a=t._index,o=t._model,r=this.chart.options.elements.point;o.radius=i.radius?i.radius:e.getValueAtIndexOrDefault(n.pointRadius,a,r.radius),o.backgroundColor=i.backgroundColor?i.backgroundColor:e.getValueAtIndexOrDefault(n.pointBackgroundColor,a,r.backgroundColor),o.borderColor=i.borderColor?i.borderColor:e.getValueAtIndexOrDefault(n.pointBorderColor,a,r.borderColor),o.borderWidth=i.borderWidth?i.borderWidth:e.getValueAtIndexOrDefault(n.pointBorderWidth,a,r.borderWidth)}})}},{}],21:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.global.animation={duration:1e3,easing:"easeOutQuart",onProgress:e.noop,onComplete:e.noop},t.Animation=t.Element.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null}),t.animationService={frameDuration:17,animations:[],dropFrames:0,request:null,addAnimation:function(t,e,n,i){var a,o,r=this.animations;for(e.chart=t,i||(t.animating=!0),a=0,o=r.length;a1&&(n=Math.floor(t.dropFrames),t.dropFrames=t.dropFrames%1),t.advance(1+n);var i=Date.now();t.dropFrames+=(i-e)/t.frameDuration,t.animations.length>0&&t.requestAnimationFrame()},advance:function(t){for(var n,i,a=this.animations,o=0;o=n.numSteps?(e.callback(n.onAnimationComplete,[n],i),i.animating=!1,a.splice(o,1)):++o}},Object.defineProperty(t.Animation.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(t.Animation.prototype,"chartInstance",{get:function(){return this.chart},set:function(t){this.chart=t}})}},{}],22:[function(t,e,n){"use strict";e.exports=function(t){var e=t.canvasHelpers={};e.drawPoint=function(e,n,i,a,o){var r,l,s,u,d,c;if("object"==typeof n&&(r=n.toString(),"[object HTMLImageElement]"===r||"[object HTMLCanvasElement]"===r))return void e.drawImage(n,a-n.width/2,o-n.height/2,n.width,n.height);if(!(isNaN(i)||i<=0)){switch(n){default:e.beginPath(),e.arc(a,o,i,0,2*Math.PI),e.closePath(),e.fill();break;case"triangle":e.beginPath(),l=3*i/Math.sqrt(3),d=l*Math.sqrt(3)/2,e.moveTo(a-l/2,o+d/3),e.lineTo(a+l/2,o+d/3),e.lineTo(a,o-2*d/3),e.closePath(),e.fill();break;case"rect":c=1/Math.SQRT2*i,e.beginPath(),e.fillRect(a-c,o-c,2*c,2*c),e.strokeRect(a-c,o-c,2*c,2*c);break;case"rectRounded":var h=i/Math.SQRT2,f=a-h,g=o-h,p=Math.SQRT2*i;t.helpers.drawRoundedRectangle(e,f,g,p,p,i/2),e.fill();break;case"rectRot":c=1/Math.SQRT2*i,e.beginPath(),e.moveTo(a-c,o),e.lineTo(a,o+c),e.lineTo(a+c,o),e.lineTo(a,o-c),e.closePath(),e.fill();break;case"cross":e.beginPath(),e.moveTo(a,o+i),e.lineTo(a,o-i),e.moveTo(a-i,o),e.lineTo(a+i,o),e.closePath();break;case"crossRot":e.beginPath(),s=Math.cos(Math.PI/4)*i,u=Math.sin(Math.PI/4)*i,e.moveTo(a-s,o-u),e.lineTo(a+s,o+u),e.moveTo(a-s,o+u),e.lineTo(a+s,o-u),e.closePath();break;case"star":e.beginPath(),e.moveTo(a,o+i),e.lineTo(a,o-i),e.moveTo(a-i,o),e.lineTo(a+i,o),s=Math.cos(Math.PI/4)*i,u=Math.sin(Math.PI/4)*i,e.moveTo(a-s,o-u),e.lineTo(a+s,o+u),e.moveTo(a-s,o+u),e.lineTo(a+s,o-u),e.closePath();break;case"line":e.beginPath(),e.moveTo(a-i,o),e.lineTo(a+i,o),e.closePath();break;case"dash":e.beginPath(),e.moveTo(a,o),e.lineTo(a+i,o),e.closePath()}e.stroke()}},e.clipArea=function(t,e){t.save(),t.beginPath(),t.rect(e.left,e.top,e.right-e.left,e.bottom-e.top),t.clip()},e.unclipArea=function(t){t.restore()},e.lineTo=function(t,e,n,i){return n.steppedLine?("after"===n.steppedLine?t.lineTo(e.x,n.y):t.lineTo(n.x,e.y),void t.lineTo(n.x,n.y)):n.tension?void t.bezierCurveTo(i?e.controlPointPreviousX:e.controlPointNextX,i?e.controlPointPreviousY:e.controlPointNextY,i?n.controlPointNextX:n.controlPointPreviousX,i?n.controlPointNextY:n.controlPointPreviousY,n.x,n.y):void t.lineTo(n.x,n.y)},t.helpers.canvas=e}},{}],23:[function(t,e,n){"use strict";e.exports=function(t){function e(e){e=e||{};var n=e.data=e.data||{};return n.datasets=n.datasets||[],n.labels=n.labels||[],e.options=a.configMerge(t.defaults.global,t.defaults[e.type],e.options||{}),e}function n(t){var e=t.options;e.scale?t.scale.options=e.scale:e.scales&&e.scales.xAxes.concat(e.scales.yAxes).forEach(function(e){t.scales[e.id].options=e}),t.tooltip._options=e.tooltips}function i(t){return"top"===t||"bottom"===t}var a=t.helpers,o=t.plugins,r=t.platform;t.types={},t.instances={},t.controllers={},a.extend(t.prototype,{construct:function(n,i){var o=this;i=e(i);var l=r.acquireContext(n,i),s=l&&l.canvas,u=s&&s.height,d=s&&s.width;return o.id=a.uid(),o.ctx=l,o.canvas=s,o.config=i,o.width=d,o.height=u,o.aspectRatio=u?d/u:null,o.options=i.options,o._bufferedRender=!1,o.chart=o,o.controller=o,t.instances[o.id]=o,Object.defineProperty(o,"data",{get:function(){return o.config.data},set:function(t){o.config.data=t}}),l&&s?(o.initialize(),void o.update()):void console.error("Failed to create chart: can't acquire context from the given item")},initialize:function(){var t=this;return o.notify(t,"beforeInit"),a.retinaScale(t),t.bindEvents(),t.options.responsive&&t.resize(!0),t.ensureScalesHaveIDs(),t.buildScales(),t.initToolTip(),o.notify(t,"afterInit"),t},clear:function(){return a.clear(this),this},stop:function(){return t.animationService.cancelAnimation(this),this},resize:function(t){var e=this,n=e.options,i=e.canvas,r=n.maintainAspectRatio&&e.aspectRatio||null,l=Math.floor(a.getMaximumWidth(i)),s=Math.floor(r?l/r:a.getMaximumHeight(i));if((e.width!==l||e.height!==s)&&(i.width=e.width=l,i.height=e.height=s,i.style.width=l+"px",i.style.height=s+"px",a.retinaScale(e),!t)){var u={width:l,height:s};o.notify(e,"resize",[u]),e.options.onResize&&e.options.onResize(e,u),e.stop(),e.update(e.options.responsiveAnimationDuration)}},ensureScalesHaveIDs:function(){var t=this.options,e=t.scales||{},n=t.scale;a.each(e.xAxes,function(t,e){t.id=t.id||"x-axis-"+e}),a.each(e.yAxes,function(t,e){t.id=t.id||"y-axis-"+e}),n&&(n.id=n.id||"scale")},buildScales:function(){var e=this,n=e.options,o=e.scales={},r=[];n.scales&&(r=r.concat((n.scales.xAxes||[]).map(function(t){return{options:t,dtype:"category",dposition:"bottom"}}),(n.scales.yAxes||[]).map(function(t){return{options:t,dtype:"linear",dposition:"left"}}))),n.scale&&r.push({options:n.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),a.each(r,function(n){var r=n.options,l=a.getValueOrDefault(r.type,n.dtype),s=t.scaleService.getScaleConstructor(l);if(s){i(r.position)!==i(n.dposition)&&(r.position=n.dposition);var u=new s({id:r.id,options:r,ctx:e.ctx,chart:e});o[u.id]=u,n.isDefault&&(e.scale=u)}}),t.scaleService.addScalesToLayout(this)},buildOrUpdateControllers:function(){var e=this,n=[],i=[];if(a.each(e.data.datasets,function(a,o){var r=e.getDatasetMeta(o);if(r.type||(r.type=a.type||e.config.type),n.push(r.type),r.controller)r.controller.updateIndex(o);else{var l=t.controllers[r.type];if(void 0===l)throw new Error('"'+r.type+'" is not a chart type.');r.controller=new l(e,o),i.push(r.controller)}},e),n.length>1)for(var o=1;o=0;--n)e.isDatasetVisible(n)&&e.drawDataset(n,t);o.notify(e,"afterDatasetsDraw",[t])}},drawDataset:function(t,e){var n=this,i=n.getDatasetMeta(t),a={meta:i,index:t,easingValue:e};o.notify(n,"beforeDatasetDraw",[a])!==!1&&(i.controller.draw(e),o.notify(n,"afterDatasetDraw",[a]))},getElementAtEvent:function(e){return t.Interaction.modes.single(this,e)},getElementsAtEvent:function(e){return t.Interaction.modes.label(this,e,{intersect:!0})},getElementsAtXAxis:function(e){return t.Interaction.modes["x-axis"](this,e,{intersect:!0})},getElementsAtEventForMode:function(e,n,i){var a=t.Interaction.modes[n];return"function"==typeof a?a(this,e,i):[]},getDatasetAtEvent:function(e){return t.Interaction.modes.dataset(this,e,{intersect:!0})},getDatasetMeta:function(t){var e=this,n=e.data.datasets[t];n._meta||(n._meta={});var i=n._meta[e.id];return i||(i=n._meta[e.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null}),i},getVisibleDatasetCount:function(){for(var t=0,e=0,n=this.data.datasets.length;e0||(a.forEach(function(e){delete t[e]}),delete t._chartjs)}}var i=t.helpers,a=["push","pop","shift","splice","unshift"];t.DatasetController=function(t,e){this.initialize(t,e)},i.extend(t.DatasetController.prototype,{datasetElementType:null,dataElementType:null,initialize:function(t,e){var n=this;n.chart=t,n.index=e,n.linkScales(),n.addElements()},updateIndex:function(t){this.index=t},linkScales:function(){var t=this,e=t.getMeta(),n=t.getDataset();null===e.xAxisID&&(e.xAxisID=n.xAxisID||t.chart.options.scales.xAxes[0].id),null===e.yAxisID&&(e.yAxisID=n.yAxisID||t.chart.options.scales.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(t){return this.chart.scales[t]},reset:function(){this.update(!0)},destroy:function(){this._data&&n(this._data,this)},createMetaDataset:function(){var t=this,e=t.datasetElementType;return e&&new e({_chart:t.chart,_datasetIndex:t.index})},createMetaData:function(t){var e=this,n=e.dataElementType;return n&&new n({_chart:e.chart,_datasetIndex:e.index,_index:t})},addElements:function(){var t,e,n=this,i=n.getMeta(),a=n.getDataset().data||[],o=i.data;for(t=0,e=a.length;ti&&t.insertElements(i,a-i)},insertElements:function(t,e){for(var n=0;n=0;a--)e.call(n,t[a],a);else for(a=0;a=i[n].length||!i[n][a].type?i[n].push(o.configMerge(l,e)):e.type&&e.type!==i[n][a].type?i[n][a]=o.configMerge(i[n][a],l,e):i[n][a]=o.configMerge(i[n][a],e)}):(i[n]=[],o.each(e,function(e){var a=o.getValueOrDefault(e.type,"xAxes"===n?"category":"linear");i[n].push(o.configMerge(t.scaleService.getScaleDefaults(a),e))})):i.hasOwnProperty(n)&&"object"==typeof i[n]&&null!==i[n]&&"object"==typeof e?i[n]=o.configMerge(i[n],e):i[n]=e}),i},o.getValueAtIndexOrDefault=function(t,e,n){return void 0===t||null===t?n:o.isArray(t)?e=0;i--){var a=t[i];if(e(a))return a}},o.inherits=function(t){var e=this,n=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},i=function(){this.constructor=n};return i.prototype=e.prototype,n.prototype=new i,n.extend=o.inherits,t&&o.extend(n.prototype,t),n.__super__=e.prototype,n},o.noop=function(){},o.uid=function(){var t=0;return function(){return t++}}(),o.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},o.almostEquals=function(t,e,n){return Math.abs(t-e)t},o.max=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.max(t,e)},Number.NEGATIVE_INFINITY)},o.min=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.min(t,e)},Number.POSITIVE_INFINITY)},o.sign=Math.sign?function(t){return Math.sign(t)}:function(t){return t=+t,0===t||isNaN(t)?t:t>0?1:-1},o.log10=Math.log10?function(t){return Math.log10(t)}:function(t){return Math.log(t)/Math.LN10},o.toRadians=function(t){return t*(Math.PI/180)},o.toDegrees=function(t){return t*(180/Math.PI)},o.getAngleFromPoint=function(t,e){var n=e.x-t.x,i=e.y-t.y,a=Math.sqrt(n*n+i*i),o=Math.atan2(i,n);return o<-.5*Math.PI&&(o+=2*Math.PI),{angle:o,distance:a}},o.distanceBetweenPoints=function(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))},o.aliasPixel=function(t){return t%2===0?0:.5},o.splineCurve=function(t,e,n,i){var a=t.skip?e:t,o=e,r=n.skip?e:n,l=Math.sqrt(Math.pow(o.x-a.x,2)+Math.pow(o.y-a.y,2)),s=Math.sqrt(Math.pow(r.x-o.x,2)+Math.pow(r.y-o.y,2)),u=l/(l+s),d=s/(l+s);u=isNaN(u)?0:u,d=isNaN(d)?0:d;var c=i*u,h=i*d;return{previous:{x:o.x-c*(r.x-a.x),y:o.y-c*(r.y-a.y)},next:{x:o.x+h*(r.x-a.x),y:o.y+h*(r.y-a.y)}}},o.EPSILON=Number.EPSILON||1e-14,o.splineCurveMonotone=function(t){var e,n,i,a,r=(t||[]).map(function(t){return{model:t._model,deltaK:0,mK:0}}),l=r.length;for(e=0;e0?r[e-1]:null,a=e0?r[e-1]:null,a=e=t.length-1?t[0]:t[e+1]:e>=t.length-1?t[t.length-1]:t[e+1]},o.previousItem=function(t,e,n){return n?e<=0?t[t.length-1]:t[e-1]:e<=0?t[0]:t[e-1]},o.niceNum=function(t,e){var n,i=Math.floor(o.log10(t)),a=t/Math.pow(10,i);return n=e?a<1.5?1:a<3?2:a<7?5:10:a<=1?1:a<=2?2:a<=5?5:10,n*Math.pow(10,i)};var r=o.easingEffects={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-1*t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return 1*((t=t/1-1)*t*t+1)},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-1*((t=t/1-1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return 1*(t/=1)*t*t*t*t},easeOutQuint:function(t){return 1*((t=t/1-1)*t*t*t*t+1)},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return-1*Math.cos(t/1*(Math.PI/2))+1},easeOutSine:function(t){return 1*Math.sin(t/1*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t/1)-1)},easeInExpo:function(t){return 0===t?1:1*Math.pow(2,10*(t/1-1))},easeOutExpo:function(t){return 1===t?1:1*(-Math.pow(2,-10*t/1)+1)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(-Math.pow(2,-10*--t)+2)},easeInCirc:function(t){return t>=1?t:-1*(Math.sqrt(1-(t/=1)*t)-1)},easeOutCirc:function(t){return 1*Math.sqrt(1-(t=t/1-1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1===(t/=1)?1:(n||(n=.3),i0?(n=s[0].clientX,i=s[0].clientY):(n=a.clientX,i=a.clientY);var u=parseFloat(o.getStyle(r,"padding-left")),d=parseFloat(o.getStyle(r,"padding-top")),c=parseFloat(o.getStyle(r,"padding-right")),h=parseFloat(o.getStyle(r,"padding-bottom")),f=l.right-l.left-u-c,g=l.bottom-l.top-d-h;return n=Math.round((n-l.left-u)/f*r.width/e.currentDevicePixelRatio),i=Math.round((i-l.top-d)/g*r.height/e.currentDevicePixelRatio),{x:n,y:i}},o.addEvent=function(t,e,n){t.addEventListener?t.addEventListener(e,n):t.attachEvent?t.attachEvent("on"+e,n):t["on"+e]=n},o.removeEvent=function(t,e,n){t.removeEventListener?t.removeEventListener(e,n,!1):t.detachEvent?t.detachEvent("on"+e,n):t["on"+e]=o.noop},o.getConstraintWidth=function(t){return a(t,"max-width","clientWidth")},o.getConstraintHeight=function(t){return a(t,"max-height","clientHeight")},o.getMaximumWidth=function(t){var e=t.parentNode,n=parseInt(o.getStyle(e,"padding-left"),10),i=parseInt(o.getStyle(e,"padding-right"),10),a=e.clientWidth-n-i,r=o.getConstraintWidth(t);return isNaN(r)?a:Math.min(a,r)},o.getMaximumHeight=function(t){var e=t.parentNode,n=parseInt(o.getStyle(e,"padding-top"),10),i=parseInt(o.getStyle(e,"padding-bottom"),10),a=e.clientHeight-n-i,r=o.getConstraintHeight(t);return isNaN(r)?a:Math.min(a,r)},o.getStyle=function(t,e){return t.currentStyle?t.currentStyle[e]:document.defaultView.getComputedStyle(t,null).getPropertyValue(e)},o.retinaScale=function(t){var e=t.currentDevicePixelRatio=window.devicePixelRatio||1;if(1!==e){var n=t.canvas,i=t.height,a=t.width;n.height=i*e,n.width=a*e,t.ctx.scale(e,e),n.style.height=i+"px",n.style.width=a+"px"}},o.clear=function(t){t.ctx.clearRect(0,0,t.width,t.height)},o.fontString=function(t,e,n){return e+" "+t+"px "+n},o.longestText=function(t,e,n,i){i=i||{};var a=i.data=i.data||{},r=i.garbageCollect=i.garbageCollect||[];i.font!==e&&(a=i.data={},r=i.garbageCollect=[],i.font=e),t.font=e;var l=0;o.each(n,function(e){void 0!==e&&null!==e&&o.isArray(e)!==!0?l=o.measureText(t,a,r,l,e):o.isArray(e)&&o.each(e,function(e){void 0===e||null===e||o.isArray(e)||(l=o.measureText(t,a,r,l,e))})});var s=r.length/2;if(s>n.length){for(var u=0;ui&&(i=o),i},o.numberOfLabelLines=function(t){var e=1;return o.each(t,function(t){o.isArray(t)&&t.length>e&&(e=t.length)}),e},o.drawRoundedRectangle=function(t,e,n,i,a,o){t.beginPath(),t.moveTo(e+o,n),t.lineTo(e+i-o,n),t.quadraticCurveTo(e+i,n,e+i,n+o),t.lineTo(e+i,n+a-o),t.quadraticCurveTo(e+i,n+a,e+i-o,n+a),t.lineTo(e+o,n+a),t.quadraticCurveTo(e,n+a,e,n+a-o),t.lineTo(e,n+o),t.quadraticCurveTo(e,n,e+o,n),t.closePath()},o.color=i?function(e){return e instanceof CanvasGradient&&(e=t.defaults.global.defaultColor),i(e)}:function(t){return console.error("Color.js not found!"),t},o.isArray=Array.isArray?function(t){return Array.isArray(t)}:function(t){return"[object Array]"===Object.prototype.toString.call(t)},o.arrayEquals=function(t,e){var n,i,a,r;if(!t||!e||t.length!==e.length)return!1;for(n=0,i=t.length;n0&&(l=t.getDatasetMeta(l[0]._datasetIndex).data),l},"x-axis":function(t,e){return o(t,e,!0)},point:function(t,n){var a=e(n,t);return i(t,a)},nearest:function(t,n,i){var o=e(n,t),r=a(t,o,i.intersect);return r.length>1&&r.sort(function(t,e){var n=t.getArea(),i=e.getArea(),a=n-i;return 0===a&&(a=t._datasetIndex-e._datasetIndex),a}),r.slice(0,1)},x:function(t,i,a){var o=e(i,t),r=[],l=!1;return n(t,function(t){t.inXRange(o.x)&&r.push(t),t.inRange(o.x,o.y)&&(l=!0)}),a.intersect&&!l&&(r=[]),r},y:function(t,i,a){var o=e(i,t),r=[],l=!1;return n(t,function(t){t.inYRange(o.y)&&r.push(t),t.inRange(o.x,o.y)&&(l=!0)}),a.intersect&&!l&&(r=[]),r}}}}},{}],28:[function(t,e,n){"use strict";e.exports=function(){var t=function(t,e){return this.construct(t,e),this};return t.defaults={global:{responsive:!0,responsiveAnimationDuration:0,maintainAspectRatio:!0,events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"nearest",intersect:!0,animationDuration:400},onClick:null,defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",showLines:!0,elements:{},legendCallback:function(t){var e=[];e.push('
    ');for(var n=0;n'),t.data.datasets[n].label&&e.push(t.data.datasets[n].label),e.push("");return e.push("
"),e.join("")}}},t.Chart=t,t}},{}],29:[function(t,e,n){"use strict";e.exports=function(t){function e(t,e){return i.where(t,function(t){return t.position===e})}function n(t,e){t.forEach(function(t,e){return t._tmpIndex_=e,t}),t.sort(function(t,n){var i=e?n:t,a=e?t:n;return i.weight===a.weight?i._tmpIndex_-a._tmpIndex_:i.weight-a.weight}),t.forEach(function(t){delete t._tmpIndex_})}var i=t.helpers;t.layoutService={defaults:{},addBox:function(t,e){t.boxes||(t.boxes=[]),e.fullWidth=e.fullWidth||!1,e.position=e.position||"top",e.weight=e.weight||0,t.boxes.push(e)},removeBox:function(t,e){var n=t.boxes?t.boxes.indexOf(e):-1;n!==-1&&t.boxes.splice(n,1)},configure:function(t,e,n){for(var i,a=["fullWidth","position","weight"],o=a.length,r=0;rc&&rt.maxHeight){r--;break}r++,d=l*u}t.labelRotation=r},afterCalculateTickRotation:function(){i.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){i.callback(this.options.beforeFit,[this])},fit:function(){var t=this,a=t.minSize={width:0,height:0},o=t.options,r=o.ticks,l=o.scaleLabel,s=o.gridLines,u=o.display,d=t.isHorizontal(),c=n(r),h=1.5*n(l).size,f=o.gridLines.tickMarkLength;if(d?a.width=t.isFullWidth()?t.maxWidth-t.margins.left-t.margins.right:t.maxWidth:a.width=u&&s.drawTicks?f:0,d?a.height=u&&s.drawTicks?f:0:a.height=t.maxHeight,l.display&&u&&(d?a.height+=h:a.width+=h),r.display&&u){var g=i.longestText(t.ctx,c.font,t.ticks,t.longestTextCache),p=i.numberOfLabelLines(t.ticks),m=.5*c.size;if(d){t.longestLabelWidth=g;var v=i.toRadians(t.labelRotation),b=Math.cos(v),x=Math.sin(v),y=x*g+c.size*p+m*p;a.height=Math.min(t.maxHeight,a.height+y),t.ctx.font=c.font;var k=t.ticks[0],w=e(t.ctx,k,c.font),M=t.ticks[t.ticks.length-1],S=e(t.ctx,M,c.font);0!==t.labelRotation?(t.paddingLeft="bottom"===o.position?b*w+3:b*m+3,t.paddingRight="bottom"===o.position?b*m+3:b*S+3):(t.paddingLeft=w/2+3,t.paddingRight=S/2+3)}else r.mirror?g=0:g+=t.options.ticks.padding,a.width=Math.min(t.maxWidth,a.width+g),t.paddingTop=c.size/2,t.paddingBottom=c.size/2}t.handleMargins(),t.width=a.width,t.height=a.height},handleMargins:function(){var t=this;t.margins&&(t.paddingLeft=Math.max(t.paddingLeft-t.margins.left,0),t.paddingTop=Math.max(t.paddingTop-t.margins.top,0),t.paddingRight=Math.max(t.paddingRight-t.margins.right,0),t.paddingBottom=Math.max(t.paddingBottom-t.margins.bottom,0))},afterFit:function(){i.callback(this.options.afterFit,[this])},isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(t){return null===t||"undefined"==typeof t?NaN:"number"!=typeof t||isFinite(t)?"object"==typeof t?t instanceof Date||t.isValid?t:this.getRightValue(this.isHorizontal()?t.x:t.y):t:NaN},getLabelForIndex:i.noop,getPixelForValue:i.noop,getValueForPixel:i.noop,getPixelForTick:function(t,e){var n=this;if(n.isHorizontal()){var i=n.width-(n.paddingLeft+n.paddingRight),a=i/Math.max(n.ticks.length-(n.options.gridLines.offsetGridLines?0:1),1),o=a*t+n.paddingLeft;e&&(o+=a/2);var r=n.left+Math.round(o);return r+=n.isFullWidth()?n.margins.left:0}var l=n.height-(n.paddingTop+n.paddingBottom);return n.top+t*(l/(n.ticks.length-1))},getPixelForDecimal:function(t){var e=this;if(e.isHorizontal()){var n=e.width-(e.paddingLeft+e.paddingRight),i=n*t+e.paddingLeft,a=e.left+Math.round(i);return a+=e.isFullWidth()?e.margins.left:0}return e.top+t*e.height},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var t=this,e=t.min,n=t.max;return t.beginAtZero?0:e<0&&n<0?n:e>0&&n>0?e:0},draw:function(e){var a=this,o=a.options;if(o.display){var r,l,s=a.ctx,u=t.defaults.global,d=o.ticks,c=o.gridLines,h=o.scaleLabel,f=0!==a.labelRotation,g=d.autoSkip,p=a.isHorizontal();d.maxTicksLimit&&(l=d.maxTicksLimit);var m=i.getValueOrDefault(d.fontColor,u.defaultFontColor),v=n(d),b=c.drawTicks?c.tickMarkLength:0,x=i.getValueOrDefault(h.fontColor,u.defaultFontColor),y=n(h),k=i.toRadians(a.labelRotation),w=Math.cos(k),M=a.longestLabelWidth*w;s.fillStyle=m;var S=[];if(p){if(r=!1,(M+d.autoSkipPadding)*a.ticks.length>a.width-(a.paddingLeft+a.paddingRight)&&(r=1+Math.floor((M+d.autoSkipPadding)*a.ticks.length/(a.width-(a.paddingLeft+a.paddingRight)))),l&&a.ticks.length>l)for(;!r||a.ticks.length/(r||1)>l;)r||(r=1),r+=1;g||(r=!1)}var C="right"===o.position?a.left:a.right-b,D="right"===o.position?a.left+b:a.right,I="bottom"===o.position?a.top:a.bottom-b,A="bottom"===o.position?a.top+b:a.bottom;if(i.each(a.ticks,function(t,n){if(void 0!==t&&null!==t){var l=a.ticks.length===n+1,s=r>1&&n%r>0||n%r===0&&n+r>=a.ticks.length;if((!s||l)&&void 0!==t&&null!==t){var h,g,m,v;n===("undefined"!=typeof a.zeroLineIndex?a.zeroLineIndex:0)?(h=c.zeroLineWidth,g=c.zeroLineColor,m=c.zeroLineBorderDash,v=c.zeroLineBorderDashOffset):(h=i.getValueAtIndexOrDefault(c.lineWidth,n),g=i.getValueAtIndexOrDefault(c.color,n),m=i.getValueOrDefault(c.borderDash,u.borderDash),v=i.getValueOrDefault(c.borderDashOffset,u.borderDashOffset));var x,y,w,M,P,_,T,F,R,L,V="middle",O="middle";if(p){"bottom"===o.position?(O=f?"middle":"top",V=f?"right":"center",L=a.top+b):(O=f?"middle":"bottom",V=f?"left":"center",L=a.bottom-b);var z=a.getPixelForTick(n)+i.aliasPixel(h);R=a.getPixelForTick(n,c.offsetGridLines)+d.labelOffset,x=w=P=T=z,y=I,M=A,_=e.top,F=e.bottom}else{var B,W="left"===o.position,N=d.padding;d.mirror?(V=W?"left":"right",B=N):(V=W?"right":"left", +B=b+N),R=W?a.right-B:a.left+B;var E=a.getPixelForTick(n);E+=i.aliasPixel(h),L=a.getPixelForTick(n,c.offsetGridLines),x=C,w=D,P=e.left,T=e.right,y=M=_=F=E}S.push({tx1:x,ty1:y,tx2:w,ty2:M,x1:P,y1:_,x2:T,y2:F,labelX:R,labelY:L,glWidth:h,glColor:g,glBorderDash:m,glBorderDashOffset:v,rotation:-1*k,label:t,textBaseline:O,textAlign:V})}}}),i.each(S,function(t){if(c.display&&(s.save(),s.lineWidth=t.glWidth,s.strokeStyle=t.glColor,s.setLineDash&&(s.setLineDash(t.glBorderDash),s.lineDashOffset=t.glBorderDashOffset),s.beginPath(),c.drawTicks&&(s.moveTo(t.tx1,t.ty1),s.lineTo(t.tx2,t.ty2)),c.drawOnChartArea&&(s.moveTo(t.x1,t.y1),s.lineTo(t.x2,t.y2)),s.stroke(),s.restore()),d.display){s.save(),s.translate(t.labelX,t.labelY),s.rotate(t.rotation),s.font=v.font,s.textBaseline=t.textBaseline,s.textAlign=t.textAlign;var e=t.label;if(i.isArray(e))for(var n=0,a=0;n0)i=t.stepSize;else{var o=e.niceNum(n.max-n.min,!1);i=e.niceNum(o/(t.maxTicks-1),!0)}var r=Math.floor(n.min/i)*i,l=Math.ceil(n.max/i)*i;t.min&&t.max&&t.stepSize&&e.almostWhole((t.max-t.min)/t.stepSize,i/1e3)&&(r=t.min,l=t.max);var s=(l-r)/i;s=e.almostEquals(s,Math.round(s),i/1e3)?Math.round(s):Math.ceil(s),a.push(void 0!==t.min?t.min:r);for(var u=1;u3?i[2]-i[1]:i[1]-i[0];Math.abs(a)>1&&t!==Math.floor(t)&&(a=t-Math.floor(t));var o=e.log10(Math.abs(a)),r="";if(0!==t){var l=-1*Math.floor(o);l=Math.max(Math.min(l,20),0),r=t.toFixed(l)}else r="0";return r},logarithmic:function(t,n,i){var a=t/Math.pow(10,Math.floor(e.log10(t)));return 0===t?"0":1===a||2===a||5===a||0===n||n===i.length-1?t.toExponential():""}}}}},{}],34:[function(t,e,n){"use strict";e.exports=function(t){function e(t,e){var n=s.color(t);return n.alpha(e*n.alpha()).rgbaString()}function n(t,e){return e&&(s.isArray(e)?Array.prototype.push.apply(t,e):t.push(e)),t}function i(t){var e=t._xScale,n=t._yScale||t._scale,i=t._index,a=t._datasetIndex;return{xLabel:e?e.getLabelForIndex(i,a):"",yLabel:n?n.getLabelForIndex(i,a):"",index:i,datasetIndex:a,x:t._model.x,y:t._model.y}}function a(e){var n=t.defaults.global,i=s.getValueOrDefault;return{xPadding:e.xPadding,yPadding:e.yPadding,xAlign:e.xAlign,yAlign:e.yAlign,bodyFontColor:e.bodyFontColor,_bodyFontFamily:i(e.bodyFontFamily,n.defaultFontFamily),_bodyFontStyle:i(e.bodyFontStyle,n.defaultFontStyle),_bodyAlign:e.bodyAlign,bodyFontSize:i(e.bodyFontSize,n.defaultFontSize),bodySpacing:e.bodySpacing,titleFontColor:e.titleFontColor,_titleFontFamily:i(e.titleFontFamily,n.defaultFontFamily),_titleFontStyle:i(e.titleFontStyle,n.defaultFontStyle),titleFontSize:i(e.titleFontSize,n.defaultFontSize),_titleAlign:e.titleAlign,titleSpacing:e.titleSpacing,titleMarginBottom:e.titleMarginBottom,footerFontColor:e.footerFontColor,_footerFontFamily:i(e.footerFontFamily,n.defaultFontFamily),_footerFontStyle:i(e.footerFontStyle,n.defaultFontStyle),footerFontSize:i(e.footerFontSize,n.defaultFontSize),_footerAlign:e.footerAlign,footerSpacing:e.footerSpacing,footerMarginTop:e.footerMarginTop,caretSize:e.caretSize,cornerRadius:e.cornerRadius,backgroundColor:e.backgroundColor,opacity:0,legendColorBackground:e.multiKeyBackground,displayColors:e.displayColors,borderColor:e.borderColor,borderWidth:e.borderWidth}}function o(t,e){var n=t._chart.ctx,i=2*e.yPadding,a=0,o=e.body,r=o.reduce(function(t,e){return t+e.before.length+e.lines.length+e.after.length},0);r+=e.beforeBody.length+e.afterBody.length;var l=e.title.length,u=e.footer.length,d=e.titleFontSize,c=e.bodyFontSize,h=e.footerFontSize;i+=l*d,i+=l?(l-1)*e.titleSpacing:0,i+=l?e.titleMarginBottom:0,i+=r*c,i+=r?(r-1)*e.bodySpacing:0,i+=u?e.footerMarginTop:0,i+=u*h,i+=u?(u-1)*e.footerSpacing:0;var f=0,g=function(t){a=Math.max(a,n.measureText(t).width+f)};return n.font=s.fontString(d,e._titleFontStyle,e._titleFontFamily),s.each(e.title,g),n.font=s.fontString(c,e._bodyFontStyle,e._bodyFontFamily),s.each(e.beforeBody.concat(e.afterBody),g),f=e.displayColors?c+2:0,s.each(o,function(t){s.each(t.before,g),s.each(t.lines,g),s.each(t.after,g)}),f=0,n.font=s.fontString(h,e._footerFontStyle,e._footerFontFamily),s.each(e.footer,g),a+=2*e.xPadding,{width:a,height:i}}function r(t,e){var n=t._model,i=t._chart,a=t._chart.chartArea,o="center",r="center";n.yi.height-e.height&&(r="bottom");var l,s,u,d,c,h=(a.left+a.right)/2,f=(a.top+a.bottom)/2;"center"===r?(l=function(t){return t<=h},s=function(t){return t>h}):(l=function(t){return t<=e.width/2},s=function(t){return t>=i.width-e.width/2}),u=function(t){return t+e.width>i.width},d=function(t){return t-e.width<0},c=function(t){return t<=f?"top":"bottom"},l(n.x)?(o="left",u(n.x)&&(o="center",r=c(n.y))):s(n.x)&&(o="right",d(n.x)&&(o="center",r=c(n.y)));var g=t._options;return{xAlign:g.xAlign?g.xAlign:o,yAlign:g.yAlign?g.yAlign:r}}function l(t,e,n){var i=t.x,a=t.y,o=t.caretSize,r=t.caretPadding,l=t.cornerRadius,s=n.xAlign,u=n.yAlign,d=o+r,c=l+r;return"right"===s?i-=e.width:"center"===s&&(i-=e.width/2),"top"===u?a+=d:a-="bottom"===u?e.height+d:e.height/2,"center"===u?"left"===s?i+=d:"right"===s&&(i-=d):"left"===s?i-=c:"right"===s&&(i+=c),{x:i,y:a}}var s=t.helpers;t.defaults.global.tooltips={enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:s.noop,title:function(t,e){var n="",i=e.labels,a=i?i.length:0;if(t.length>0){var o=t[0];o.xLabel?n=o.xLabel:a>0&&o.index0&&i.stroke()},draw:function(){var t=this._chart.ctx,e=this._view;if(0!==e.opacity){var n={width:e.width,height:e.height},i={x:e.x,y:e.y},a=Math.abs(e.opacity<.001)?0:e.opacity,o=e.title.length||e.beforeBody.length||e.body.length||e.afterBody.length||e.footer.length;this._options.enabled&&o&&(this.drawBackground(i,e,t,n,a),i.x+=e.xPadding,i.y+=e.yPadding,this.drawTitle(i,e,t,a),this.drawBody(i,e,t,a),this.drawFooter(i,e,t,a))}},handleEvent:function(t){var e=this,n=e._options,i=!1;if(e._lastActive=e._lastActive||[],"mouseout"===t.type?e._active=[]:e._active=e._chart.getElementsAtEventForMode(t,n.mode,n),i=!s.arrayEquals(e._active,e._lastActive),!i)return!1;if(e._lastActive=e._active,n.enabled||n.custom){e._eventPosition={x:t.x,y:t.y};var a=e._model;e.update(!0),e.pivot(),i|=a.x!==e._model.x||a.y!==e._model.y}return i}}),t.Tooltip.positioners={average:function(t){if(!t.length)return!1;var e,n,i=0,a=0,o=0;for(e=0,n=t.length;es;)o-=2*Math.PI;for(;o=l&&o<=s,d=r>=i.innerRadius&&r<=i.outerRadius;return u&&d}return!1},getCenterPoint:function(){var t=this._view,e=(t.startAngle+t.endAngle)/2,n=(t.innerRadius+t.outerRadius)/2;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},getArea:function(){var t=this._view;return Math.PI*((t.endAngle-t.startAngle)/(2*Math.PI))*(Math.pow(t.outerRadius,2)-Math.pow(t.innerRadius,2))},tooltipPosition:function(){var t=this._view,e=t.startAngle+(t.endAngle-t.startAngle)/2,n=(t.outerRadius-t.innerRadius)/2+t.innerRadius;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},draw:function(){var t=this._chart.ctx,e=this._view,n=e.startAngle,i=e.endAngle;t.beginPath(),t.arc(e.x,e.y,e.outerRadius,n,i),t.arc(e.x,e.y,e.innerRadius,i,n,!0),t.closePath(),t.strokeStyle=e.borderColor,t.lineWidth=e.borderWidth,t.fillStyle=e.backgroundColor,t.fill(),t.lineJoin="bevel",e.borderWidth&&t.stroke()}})}},{}],36:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers,n=t.defaults.global;t.defaults.global.elements.line={tension:.4,backgroundColor:n.defaultColor,borderWidth:3,borderColor:n.defaultColor,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0},t.elements.Line=t.Element.extend({draw:function(){var t,i,a,o,r=this,l=r._view,s=r._chart.ctx,u=l.spanGaps,d=r._children.slice(),c=n.elements.line,h=-1;for(r._loop&&d.length&&d.push(d[0]),s.save(),s.lineCap=l.borderCapStyle||c.borderCapStyle,s.setLineDash&&s.setLineDash(l.borderDash||c.borderDash),s.lineDashOffset=l.borderDashOffset||c.borderDashOffset,s.lineJoin=l.borderJoinStyle||c.borderJoinStyle,s.lineWidth=l.borderWidth||c.borderWidth,s.strokeStyle=l.borderColor||n.defaultColor,s.beginPath(),h=-1,t=0;te?1:-1,r=1,l=u.borderSkipped||"left"):(e=u.x-u.width/2,n=u.x+u.width/2,i=u.y,a=u.base,o=1,r=a>i?1:-1,l=u.borderSkipped||"bottom"),d){var c=Math.min(Math.abs(e-n),Math.abs(i-a));d=d>c?c:d;var h=d/2,f=e+("left"!==l?h*o:0),g=n+("right"!==l?-h*o:0),p=i+("top"!==l?h*r:0),m=a+("bottom"!==l?-h*r:0);f!==g&&(i=p,a=m),p!==m&&(e=f,n=g)}s.beginPath(),s.fillStyle=u.backgroundColor,s.strokeStyle=u.borderColor,s.lineWidth=d;var v=[[e,a],[e,i],[n,i],[n,a]],b=["bottom","left","top","right"],x=b.indexOf(l,0);x===-1&&(x=0);var y=t(0);s.moveTo(y[0],y[1]);for(var k=1;k<4;k++)y=t(k),s.lineTo(y[0],y[1]);s.fill(),d&&s.stroke()},height:function(){var t=this._view;return t.base-t.y},inRange:function(t,e){var i=!1;if(this._view){var a=n(this);i=t>=a.left&&t<=a.right&&e>=a.top&&e<=a.bottom}return i},inLabelRange:function(t,i){var a=this;if(!a._view)return!1;var o=!1,r=n(a);return o=e(a)?t>=r.left&&t<=r.right:i>=r.top&&i<=r.bottom},inXRange:function(t){var e=n(this);return t>=e.left&&t<=e.right},inYRange:function(t){var e=n(this);return t>=e.top&&t<=e.bottom},getCenterPoint:function(){var t,n,i=this._view;return e(this)?(t=i.x,n=(i.y+i.base)/2):(t=(i.x+i.base)/2,n=i.y),{x:t,y:n}},getArea:function(){var t=this._view;return t.width*Math.abs(t.y-t.base)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y}}})}},{}],39:[function(t,e,n){"use strict";e.exports=function(t){function e(t,e){var n=s.getStyle(t,e),i=n&&n.match(/^(\d+)(\.\d+)?px$/);return i?Number(i[1]):void 0}function n(t,n){var i=t.style,a=t.getAttribute("height"),o=t.getAttribute("width");if(t._chartjs={initial:{height:a,width:o,style:{display:i.display,height:i.height,width:i.width}}},i.display=i.display||"block",null===o||""===o){var r=e(t,"width");void 0!==r&&(t.width=r)}if(null===a||""===a)if(""===t.style.height)t.height=t.width/(n.options.aspectRatio||2);else{var l=e(t,"height");void 0!==r&&(t.height=l)}return t}function i(t,e,n,i,a){return{type:t,chart:e,native:a||null,x:void 0!==n?n:null,y:void 0!==i?i:null}}function a(t,e){var n=u[t.type]||t.type,a=s.getRelativePosition(t,e);return i(n,e,a.x,a.y,t)}function o(t){var e=document.createElement("iframe");return e.className="chartjs-hidden-iframe",e.style.cssText="display:block;overflow:hidden;border:0;margin:0;top:0;left:0;bottom:0;right:0;height:100%;width:100%;position:absolute;pointer-events:none;z-index:-1;",e.tabIndex=-1,s.addEvent(e,"load",function(){s.addEvent(e.contentWindow||e,"resize",t),t()}),e}function r(t,e,n){var a=t._chartjs={ticking:!1},r=function(){a.ticking||(a.ticking=!0,s.requestAnimFrame.call(window,function(){if(a.resizer)return a.ticking=!1,e(i("resize",n))}))};a.resizer=o(r),t.insertBefore(a.resizer,t.firstChild)}function l(t){if(t&&t._chartjs){var e=t._chartjs.resizer;e&&(e.parentNode.removeChild(e),t._chartjs.resizer=null),delete t._chartjs}}var s=t.helpers,u={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"};return{acquireContext:function(t,e){"string"==typeof t?t=document.getElementById(t):t.length&&(t=t[0]),t&&t.canvas&&(t=t.canvas);var i=t&&t.getContext&&t.getContext("2d");return i&&i.canvas===t?(n(t,e),i):null},releaseContext:function(t){var e=t.canvas;if(e._chartjs){var n=e._chartjs.initial;["height","width"].forEach(function(t){var i=n[t];void 0===i||null===i?e.removeAttribute(t):e.setAttribute(t,i)}),s.each(n.style||{},function(t,n){e.style[n]=t}),e.width=e.width,delete e._chartjs}},addEventListener:function(t,e,n){var i=t.canvas;if("resize"===e)return void r(i.parentNode,n,t);var o=n._chartjs||(n._chartjs={}),l=o.proxies||(o.proxies={}),u=l[t.id+"_"+e]=function(e){n(a(e,t))};s.addEvent(i,e,u)},removeEventListener:function(t,e,n){var i=t.canvas;if("resize"===e)return void l(i.parentNode,n);var a=n._chartjs||{},o=a.proxies||{},r=o[t.id+"_"+e];r&&s.removeEvent(i,e,r)}}}},{}],40:[function(t,e,n){"use strict";var i=t(39);e.exports=function(t){t.platform={acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},t.helpers.extend(t.platform,i(t))}},{39:39}],41:[function(t,e,n){"use strict";e.exports=function(t){function e(t,e,n){var i,a=t._model||{},o=a.fill;if(void 0===o&&(o=!!a.backgroundColor),o===!1||null===o)return!1;if(o===!0)return"origin";if(i=parseFloat(o,10),isFinite(i)&&Math.floor(i)===i)return"-"!==o[0]&&"+"!==o[0]||(i=e+i),!(i===e||i<0||i>=n)&&i;switch(o){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return o;default:return!1}}function n(t){var e,n=t.el._model||{},i=t.el._scale||{},a=t.fill,o=null;if(isFinite(a))return null;if("start"===a?o=void 0===n.scaleBottom?i.bottom:n.scaleBottom:"end"===a?o=void 0===n.scaleTop?i.top:n.scaleTop:void 0!==n.scaleZero?o=n.scaleZero:i.getBasePosition?o=i.getBasePosition():i.getBasePixel&&(o=i.getBasePixel()),void 0!==o&&null!==o){if(void 0!==o.x&&void 0!==o.y)return o;if("number"==typeof o&&isFinite(o))return e=i.isHorizontal(),{x:e?o:null,y:e?null:o}}return null}function i(t,e,n){var i,a=t[e],o=a.fill,r=[e];if(!n)return o;for(;o!==!1&&r.indexOf(o)===-1;){if(!isFinite(o))return o;if(i=t[o],!i)return!1;if(i.visible)return o;r.push(o),o=i.fill}return!1}function a(t){var e=t.fill,n="dataset";return e===!1?null:(isFinite(e)||(n="boundary"),d[n](t))}function o(t){return t&&!t.skip}function r(t,e,n,i,a){var o;if(i&&a){for(t.moveTo(e[0].x,e[0].y),o=1;o0;--o)u.canvas.lineTo(t,n[o],n[o-1],!0)}}function l(t,e,n,i,a,l){var s,u,d,c,h,f,g,p=e.length,m=i.spanGaps,v=[],b=[],x=0,y=0;for(t.beginPath(),s=0,u=p+!!l;s=n.width&&(b+=d+o.padding,v[v.length]=n.left),g[i]={left:0,top:0,width:r,height:d},v[v.length-1]+=r+o.padding}),p.height+=b}else{var x=o.padding,y=n.columnWidths=[],k=o.padding,w=0,M=0,S=d+x;i.each(n.legendItems,function(t,n){var i=e(o,d),a=i+d/2+l.measureText(t.text).width;M+S>p.height&&(k+=w+o.padding,y.push(w),w=0,M=0),w=Math.max(w,a),M+=S,g[n]={left:0,top:0,width:a,height:d}}),k+=w,y.push(w),p.width+=k}n.width=p.width,n.height=p.height},afterFit:o,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var n=this,a=n.options,o=a.labels,r=t.defaults.global,l=r.elements.line,s=n.width,u=n.lineWidths;if(a.display){var d,c=n.ctx,h=i.getValueOrDefault,f=h(o.fontColor,r.defaultFontColor),g=h(o.fontSize,r.defaultFontSize),p=h(o.fontStyle,r.defaultFontStyle),m=h(o.fontFamily,r.defaultFontFamily),v=i.fontString(g,p,m);c.textAlign="left",c.textBaseline="top",c.lineWidth=.5,c.strokeStyle=f,c.fillStyle=f,c.font=v;var b=e(o,g),x=n.legendHitBoxes,y=function(e,n,i){if(!(isNaN(b)||b<=0)){c.save(),c.fillStyle=h(i.fillStyle,r.defaultColor),c.lineCap=h(i.lineCap,l.borderCapStyle),c.lineDashOffset=h(i.lineDashOffset,l.borderDashOffset),c.lineJoin=h(i.lineJoin,l.borderJoinStyle),c.lineWidth=h(i.lineWidth,l.borderWidth),c.strokeStyle=h(i.strokeStyle,r.defaultColor);var o=0===h(i.lineWidth,l.borderWidth);if(c.setLineDash&&c.setLineDash(h(i.lineDash,l.borderDash)),a.labels&&a.labels.usePointStyle){var s=g*Math.SQRT2/2,u=s/Math.SQRT2,d=e+u,f=n+u;t.canvasHelpers.drawPoint(c,i.pointStyle,s,d,f)}else o||c.strokeRect(e,n,b,g),c.fillRect(e,n,b,g);c.restore()}},k=function(t,e,n,i){c.fillText(n.text,b+g/2+t,e),n.hidden&&(c.beginPath(),c.lineWidth=2,c.moveTo(b+g/2+t,e+g/2),c.lineTo(b+g/2+t+i,e+g/2),c.stroke())},w=n.isHorizontal();d=w?{x:n.left+(s-u[0])/2,y:n.top+o.padding,line:0}:{x:n.left+o.padding,y:n.top+o.padding,line:0};var M=g+o.padding;i.each(n.legendItems,function(t,e){var i=c.measureText(t.text).width,a=b+g/2+i,r=d.x,l=d.y;w?r+a>=s&&(l=d.y+=M,d.line++,r=d.x=n.left+(s-u[d.line])/2):l+M>n.bottom&&(r=d.x=r+n.columnWidths[d.line]+o.padding,l=d.y=n.top+o.padding,d.line++),y(r,l,t),x[e].left=r,x[e].top=l,k(r,l,t,i),w?d.x+=a+o.padding:d.y+=M})}},handleEvent:function(t){var e=this,n=e.options,i="mouseup"===t.type?"click":t.type,a=!1;if("mousemove"===i){if(!n.onHover)return}else{if("click"!==i)return;if(!n.onClick)return}var o=t.x,r=t.y;if(o>=e.left&&o<=e.right&&r>=e.top&&r<=e.bottom)for(var l=e.legendHitBoxes,s=0;s=u.left&&o<=u.left+u.width&&r>=u.top&&r<=u.top+u.height){if("click"===i){n.onClick.call(e,t.native,e.legendItems[s]),a=!0;break}if("mousemove"===i){n.onHover.call(e,t.native,e.legendItems[s]),a=!0;break}}}return a}}),{id:"legend",beforeInit:function(t){var e=t.options.legend;e&&n(t,e)},beforeUpdate:function(e){var o=e.options.legend,r=e.legend;o?(o=i.configMerge(t.defaults.global.legend,o),r?(a.configure(e,r,o),r.options=o):n(e,o)):r&&(a.removeBox(e,r),delete e.legend)},afterEvent:function(t,e){var n=t.legend;n&&n.handleEvent(e)}}}},{}],43:[function(t,e,n){"use strict";e.exports=function(t){function e(e,n){var a=new t.Title({ctx:e.ctx,options:n,chart:e});i.configure(e,a,n),i.addBox(e,a),e.titleBlock=a}var n=t.helpers,i=t.layoutService,a=n.noop;return t.defaults.global.title={display:!1,position:"top",fullWidth:!0,weight:2e3,fontStyle:"bold",padding:10,text:""},t.Title=t.Element.extend({initialize:function(t){var e=this;n.extend(e,t),e.legendHitBoxes=[]; +},beforeUpdate:a,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:a,beforeSetDimensions:a,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:a,beforeBuildLabels:a,buildLabels:a,afterBuildLabels:a,beforeFit:a,fit:function(){var e=this,i=n.getValueOrDefault,a=e.options,o=t.defaults.global,r=a.display,l=i(a.fontSize,o.defaultFontSize),s=e.minSize;e.isHorizontal()?(s.width=e.maxWidth,s.height=r?l+2*a.padding:0):(s.width=r?l+2*a.padding:0,s.height=e.maxHeight),e.width=s.width,e.height=s.height},afterFit:a,isHorizontal:function(){var t=this.options.position;return"top"===t||"bottom"===t},draw:function(){var e=this,i=e.ctx,a=n.getValueOrDefault,o=e.options,r=t.defaults.global;if(o.display){var l,s,u,d=a(o.fontSize,r.defaultFontSize),c=a(o.fontStyle,r.defaultFontStyle),h=a(o.fontFamily,r.defaultFontFamily),f=n.fontString(d,c,h),g=0,p=e.top,m=e.left,v=e.bottom,b=e.right;i.fillStyle=a(o.fontColor,r.defaultFontColor),i.font=f,e.isHorizontal()?(l=m+(b-m)/2,s=p+(v-p)/2,u=b-m):(l="left"===o.position?m+d/2:b-d/2,s=p+(v-p)/2,u=v-p,g=Math.PI*("left"===o.position?-.5:.5)),i.save(),i.translate(l,s),i.rotate(g),i.textAlign="center",i.textBaseline="middle",i.fillText(o.text,0,0,u),i.restore()}}}),{id:"title",beforeInit:function(t){var n=t.options.title;n&&e(t,n)},beforeUpdate:function(a){var o=a.options.title,r=a.titleBlock;o?(o=n.configMerge(t.defaults.global.title,o),r?(i.configure(a,r,o),r.options=o):e(a,o)):r&&(t.layoutService.removeBox(a,r),delete a.titleBlock)}}}},{}],44:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers,n={position:"bottom"},i=t.Scale.extend({getLabels:function(){var t=this.chart.data;return(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels},determineDataLimits:function(){var t=this,n=t.getLabels();t.minIndex=0,t.maxIndex=n.length-1;var i;void 0!==t.options.ticks.min&&(i=e.indexOf(n,t.options.ticks.min),t.minIndex=i!==-1?i:t.minIndex),void 0!==t.options.ticks.max&&(i=e.indexOf(n,t.options.ticks.max),t.maxIndex=i!==-1?i:t.maxIndex),t.min=n[t.minIndex],t.max=n[t.maxIndex]},buildTicks:function(){var t=this,e=t.getLabels();t.ticks=0===t.minIndex&&t.maxIndex===e.length-1?e:e.slice(t.minIndex,t.maxIndex+1)},getLabelForIndex:function(t,e){var n=this,i=n.chart.data,a=n.isHorizontal();return i.yLabels&&!a?n.getRightValue(i.datasets[e].data[t]):n.ticks[t-n.minIndex]},getPixelForValue:function(t,e,n,i){var a,o=this,r=Math.max(o.maxIndex+1-o.minIndex-(o.options.gridLines.offsetGridLines?0:1),1);if(void 0!==t&&null!==t&&(a=o.isHorizontal()?t.x:t.y),void 0!==a||void 0!==t&&isNaN(e)){var l=o.getLabels();t=a||t;var s=l.indexOf(t);e=s!==-1?s:e}if(o.isHorizontal()){var u=o.width/r,d=u*(e-o.minIndex);return(o.options.gridLines.offsetGridLines&&i||o.maxIndex===o.minIndex&&i)&&(d+=u/2),o.left+Math.round(d)}var c=o.height/r,h=c*(e-o.minIndex);return o.options.gridLines.offsetGridLines&&i&&(h+=c/2),o.top+Math.round(h)},getPixelForTick:function(t,e){return this.getPixelForValue(this.ticks[t],t+this.minIndex,null,e)},getValueForPixel:function(t){var e,n=this,i=Math.max(n.ticks.length-(n.options.gridLines.offsetGridLines?0:1),1),a=n.isHorizontal(),o=(a?n.width:n.height)/i;return t-=a?n.left:n.top,n.options.gridLines.offsetGridLines&&(t-=o/2),e=t<=0?0:Math.round(t/o)},getBasePixel:function(){return this.bottom}});t.scaleService.registerScaleType("category",i,n)}},{}],45:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers,n={position:"left",ticks:{callback:t.Ticks.formatters.linear}},i=t.LinearScaleBase.extend({determineDataLimits:function(){function t(t){return l?t.xAxisID===n.id:t.yAxisID===n.id}var n=this,i=n.options,a=n.chart,o=a.data,r=o.datasets,l=n.isHorizontal(),s=0,u=1;n.min=null,n.max=null;var d=i.stacked;if(void 0===d&&e.each(r,function(e,n){if(!d){var i=a.getDatasetMeta(n);a.isDatasetVisible(n)&&t(i)&&void 0!==i.stack&&(d=!0)}}),i.stacked||d){var c={};e.each(r,function(o,r){var l=a.getDatasetMeta(r),s=[l.type,void 0===i.stacked&&void 0===l.stack?r:"",l.stack].join(".");void 0===c[s]&&(c[s]={positiveValues:[],negativeValues:[]});var u=c[s].positiveValues,d=c[s].negativeValues;a.isDatasetVisible(r)&&t(l)&&e.each(o.data,function(t,e){var a=+n.getRightValue(t);isNaN(a)||l.data[e].hidden||(u[e]=u[e]||0,d[e]=d[e]||0,i.relativePoints?u[e]=100:a<0?d[e]+=a:u[e]+=a)})}),e.each(c,function(t){var i=t.positiveValues.concat(t.negativeValues),a=e.min(i),o=e.max(i);n.min=null===n.min?a:Math.min(n.min,a),n.max=null===n.max?o:Math.max(n.max,o)})}else e.each(r,function(i,o){var r=a.getDatasetMeta(o);a.isDatasetVisible(o)&&t(r)&&e.each(i.data,function(t,e){var i=+n.getRightValue(t);isNaN(i)||r.data[e].hidden||(null===n.min?n.min=i:in.max&&(n.max=i))})});n.min=isFinite(n.min)?n.min:s,n.max=isFinite(n.max)?n.max:u,this.handleTickRangeOptions()},getTickLimit:function(){var n,i=this,a=i.options.ticks;if(i.isHorizontal())n=Math.min(a.maxTicksLimit?a.maxTicksLimit:11,Math.ceil(i.width/50));else{var o=e.getValueOrDefault(a.fontSize,t.defaults.global.defaultFontSize);n=Math.min(a.maxTicksLimit?a.maxTicksLimit:11,Math.ceil(i.height/(2*o)))}return n},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForValue:function(t){var e,n=this,i=n.start,a=+n.getRightValue(t),o=n.end-i;return n.isHorizontal()?(e=n.left+n.width/o*(a-i),Math.round(e)):(e=n.bottom-n.height/o*(a-i),Math.round(e))},getValueForPixel:function(t){var e=this,n=e.isHorizontal(),i=n?e.width:e.height,a=(n?t-e.left:e.bottom-t)/i;return e.start+(e.end-e.start)*a},getPixelForTick:function(t){return this.getPixelForValue(this.ticksAsNumbers[t])}});t.scaleService.registerScaleType("linear",i,n)}},{}],46:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers,n=e.noop;t.LinearScaleBase=t.Scale.extend({handleTickRangeOptions:function(){var t=this,n=t.options,i=n.ticks;if(i.beginAtZero){var a=e.sign(t.min),o=e.sign(t.max);a<0&&o<0?t.max=0:a>0&&o>0&&(t.min=0)}void 0!==i.min?t.min=i.min:void 0!==i.suggestedMin&&(null===t.min?t.min=i.suggestedMin:t.min=Math.min(t.min,i.suggestedMin)),void 0!==i.max?t.max=i.max:void 0!==i.suggestedMax&&(null===t.max?t.max=i.suggestedMax:t.max=Math.max(t.max,i.suggestedMax)),t.min===t.max&&(t.max++,i.beginAtZero||t.min--)},getTickLimit:n,handleDirectionalChanges:n,buildTicks:function(){var n=this,i=n.options,a=i.ticks,o=n.getTickLimit();o=Math.max(2,o);var r={maxTicks:o,min:a.min,max:a.max,stepSize:e.getValueOrDefault(a.fixedStepSize,a.stepSize)},l=n.ticks=t.Ticks.generators.linear(r,n);n.handleDirectionalChanges(),n.max=e.max(l),n.min=e.min(l),a.reverse?(l.reverse(),n.start=n.max,n.end=n.min):(n.start=n.min,n.end=n.max)},convertTicksToLabels:function(){var e=this;e.ticksAsNumbers=e.ticks.slice(),e.zeroLineIndex=e.ticks.indexOf(0),t.Scale.prototype.convertTicksToLabels.call(e)}})}},{}],47:[function(t,e,n){"use strict";e.exports=function(t){var e=t.helpers,n={position:"left",ticks:{callback:t.Ticks.formatters.logarithmic}},i=t.Scale.extend({determineDataLimits:function(){function t(t){return u?t.xAxisID===n.id:t.yAxisID===n.id}var n=this,i=n.options,a=i.ticks,o=n.chart,r=o.data,l=r.datasets,s=e.getValueOrDefault,u=n.isHorizontal();n.min=null,n.max=null,n.minNotZero=null;var d=i.stacked;if(void 0===d&&e.each(l,function(e,n){if(!d){var i=o.getDatasetMeta(n);o.isDatasetVisible(n)&&t(i)&&void 0!==i.stack&&(d=!0)}}),i.stacked||d){var c={};e.each(l,function(a,r){var l=o.getDatasetMeta(r),s=[l.type,void 0===i.stacked&&void 0===l.stack?r:"",l.stack].join(".");o.isDatasetVisible(r)&&t(l)&&(void 0===c[s]&&(c[s]=[]),e.each(a.data,function(t,e){var a=c[s],o=+n.getRightValue(t);isNaN(o)||l.data[e].hidden||(a[e]=a[e]||0,i.relativePoints?a[e]=100:a[e]+=o)}))}),e.each(c,function(t){var i=e.min(t),a=e.max(t);n.min=null===n.min?i:Math.min(n.min,i),n.max=null===n.max?a:Math.max(n.max,a)})}else e.each(l,function(i,a){var r=o.getDatasetMeta(a);o.isDatasetVisible(a)&&t(r)&&e.each(i.data,function(t,e){var i=+n.getRightValue(t);isNaN(i)||r.data[e].hidden||(null===n.min?n.min=i:in.max&&(n.max=i),0!==i&&(null===n.minNotZero||ia?{start:e-n-5,end:e}:{start:e,end:e+n+5}}function o(t){var o,r,l,s=n(t),u=Math.min(t.height/2,t.width/2),d={r:t.width,l:0,t:t.height,b:0},c={};t.ctx.font=s.font,t._pointLabelSizes=[];var h=e(t);for(o=0;od.r&&(d.r=m.end,c.r=g),v.startd.b&&(d.b=v.end,c.b=g)}t.setReductions(u,d,c)}function r(t){var e=Math.min(t.height/2,t.width/2);t.drawingArea=Math.round(e),t.setCenterPoint(0,0,0,0)}function l(t){return 0===t||180===t?"center":t<180?"left":"right"}function s(t,e,n,i){if(f.isArray(e))for(var a=n.y,o=1.5*i,r=0;r270||t<90)&&(n.y-=e.h)}function d(t){var i=t.ctx,a=f.getValueOrDefault,o=t.options,r=o.angleLines,d=o.pointLabels;i.lineWidth=r.lineWidth,i.strokeStyle=r.color;var c=t.getDistanceFromCenterForValue(o.reverse?t.min:t.max),h=n(t);i.textBaseline="top";for(var p=e(t)-1;p>=0;p--){if(r.display){var m=t.getPointPosition(p,c);i.beginPath(),i.moveTo(t.xCenter,t.yCenter),i.lineTo(m.x,m.y),i.stroke(),i.closePath()}if(d.display){var v=t.getPointPosition(p,c+5),b=a(d.fontColor,g.defaultFontColor);i.font=h.font,i.fillStyle=b;var x=t.getIndexAngle(p),y=f.toDegrees(x);i.textAlign=l(y),u(y,t._pointLabelSizes[p],v),s(i,t.pointLabels[p]||"",v,h.size)}}}function c(t,n,i,a){var o=t.ctx;if(o.strokeStyle=f.getValueAtIndexOrDefault(n.color,a-1),o.lineWidth=f.getValueAtIndexOrDefault(n.lineWidth,a-1),t.options.gridLines.circular)o.beginPath(),o.arc(t.xCenter,t.yCenter,i,0,2*Math.PI),o.closePath(),o.stroke();else{var r=e(t);if(0===r)return;o.beginPath();var l=t.getPointPosition(0,i);o.moveTo(l.x,l.y);for(var s=1;s0&&n>0?e:0)},draw:function(){var t=this,e=t.options,n=e.gridLines,i=e.ticks,a=f.getValueOrDefault;if(e.display){var o=t.ctx,r=a(i.fontSize,g.defaultFontSize),l=a(i.fontStyle,g.defaultFontStyle),s=a(i.fontFamily,g.defaultFontFamily),u=f.fontString(r,l,s);f.each(t.ticks,function(l,s){if(s>0||e.reverse){var d=t.getDistanceFromCenterForValue(t.ticksAsNumbers[s]),h=t.yCenter-d;if(n.display&&0!==s&&c(t,n,d,s),i.display){var f=a(i.fontColor,g.defaultFontColor);if(o.font=u,i.showLabelBackdrop){var p=o.measureText(l).width;o.fillStyle=i.backdropColor,o.fillRect(t.xCenter-p/2-i.backdropPaddingX,h-r/2-i.backdropPaddingY,p+2*i.backdropPaddingX,r+2*i.backdropPaddingY)}o.textAlign="center",o.textBaseline="middle",o.fillStyle=f,o.fillText(l,t.xCenter,h)}}}),(e.angleLines.display||e.pointLabels.display)&&d(t)}}});t.scaleService.registerScaleType("radialLinear",m,p)}},{}],49:[function(t,e,n){"use strict";var i=t(1);i="function"==typeof i?i:window.moment,e.exports=function(t){function e(t,e){var n=t.options.time;if("string"==typeof n.parser)return i(e,n.parser);if("function"==typeof n.parser)return n.parser(e);if("function"==typeof e.getMonth||"number"==typeof e)return i(e);if(e.isValid&&e.isValid())return e;var a=n.format;return"string"!=typeof a&&a.call?(console.warn("options.time.format is deprecated and replaced by options.time.parser."),a(e)):i(e,a)}function n(t,e,n,i){for(var a,o=Object.keys(l),r=o.length,s=o.indexOf(t);si;c++)s=a.steps[c],r=Math.ceil(u/(o*s));else for(;r>i&&i>0;)++s,r=Math.ceil(u/(o*s));return s}function o(t,e,n){var a=[];if(t.maxTicks){var o=t.stepSize;a.push(void 0!==t.min?t.min:n.min);for(var r=i(n.min);r.add(o,t.unit).valueOf()0&&a.add(1,"week"),a=a.valueOf()):(n=i(e.min).startOf(t.unit).valueOf(),a=i(e.max).startOf(t.unit),e.max-a>0&&a.add(1,t.unit),a=a.valueOf()),o(t,e,{min:n,max:a})};var u=t.Scale.extend({initialize:function(){if(!i)throw new Error("Chart.js - Moment.js could not be found! You must include it before Chart.js to use the time scale. Download at https://momentjs.com");t.Scale.prototype.initialize.call(this)},determineDataLimits:function(){var t,n=this,i=n.options.time,a=Number.MAX_SAFE_INTEGER,o=Number.MIN_SAFE_INTEGER,l=n.chart.data,s={labels:[],datasets:[]};r.each(l.labels,function(r,l){var u=e(n,r);u.isValid()&&(i.round&&u.startOf(i.round),t=u.valueOf(),a=Math.min(t,a),o=Math.max(t,o),s.labels[l]=t)}),r.each(l.datasets,function(l,u){var d=[];"object"==typeof l.data[0]&&null!==l.data[0]&&n.chart.isDatasetVisible(u)?r.each(l.data,function(r,l){var s=e(n,n.getRightValue(r));s.isValid()&&(i.round&&s.startOf(i.round),t=s.valueOf(),a=Math.min(t,a),o=Math.max(t,o),d[l]=t)}):d=s.labels.slice(),s.datasets[u]=d}),n.dataMin=a,n.dataMax=o,n._parsedData=s},buildTicks:function(){var i,o,l=this,s=l.options.time,u=l.dataMin,d=l.dataMax;if(s.min){var c=e(l,s.min);s.round&&c.round(s.round),i=c.valueOf()}s.max&&(o=e(l,s.max).valueOf());var h=l.getLabelCapacity(i||u),f=s.unit||n(s.minUnit,i||u,o||d,h);l.displayFormat=s.displayFormats[f];var g=s.stepSize||a(i||u,o||d,f,h);l.ticks=t.Ticks.generators.time({maxTicks:h,min:i,max:o,stepSize:g,unit:f,isoWeekday:s.isoWeekday},{min:u,max:d}),l.max=r.max(l.ticks),l.min=r.min(l.ticks)},getLabelForIndex:function(t,n){var i=this,a=i.chart.data.labels&&t + + + + + + + + + + + + + + + + + + + + + + + Chart.js/LICENSE.md at master · chartjs/Chart.js · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ + + +
+
+
+ + + + + + + + + + +
+
+ + + Permalink + + + + + +
+
+ +

+ chartjs/Chart.js is licensed under the +

+

MIT License

+

A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

+
+ +
+ + + +
+ +

+ This is not legal advice. + Learn more about repository licenses. +

+
+ + + +
+ + + bf61b2c + + Dec 31, 2016 + + + +
+ + @panzarino + @nnnick + @etimberg + @robocoder + + +
+ + +
+ + +
+
+
+ +
+ Raw + Blame + History +
+ + + + + + + +
+ +
+ 10 lines (5 sloc) + + 1.06 KB +
+
+ + +
+

The MIT License (MIT)

+

Copyright (c) 2013-2017 Nick Downie

+

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

+

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

+

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+
+
+ +
+ + + + +
+ +
+ +
+
+ +
+ + + + + + +
+ + + You can't perform that action at this time. +
+ + + + + + + + + + +
+ + You signed in with another tab or window. Reload to refresh your session. + You signed out in another tab or window. Reload to refresh your session. +
+ + + + + + diff --git a/dana/third_party/datatables.net-bs/.bower.json b/dana/third_party/datatables.net-bs/.bower.json new file mode 100644 index 0000000000000000000000000000000000000000..8f8ccc2e43e97d2af07f84cb55489a17064c19c8 --- /dev/null +++ b/dana/third_party/datatables.net-bs/.bower.json @@ -0,0 +1,48 @@ +{ + "name": "datatables.net-bs", + "description": "DataTables for jQuery with styling for [Bootstrap](http://getbootstrap.com/)", + "main": [ + "js/dataTables.bootstrap.js", + "css/dataTables.bootstrap.css" + ], + "keywords": [ + "filter", + "sort", + "DataTables", + "jQuery", + "table", + "Bootstrap" + ], + "dependencies": { + "jquery": ">=1.7", + "datatables.net": ">=1.10.9" + }, + "moduleType": [ + "globals", + "amd", + "node" + ], + "ignore": [ + "composer.json", + "datatables.json", + "package.json" + ], + "authors": [ + { + "name": "SpryMedia Ltd", + "homepage": "https://datatables.net" + } + ], + "homepage": "https://datatables.net", + "license": "MIT", + "version": "1.10.12", + "_release": "1.10.12", + "_resolution": { + "type": "version", + "tag": "1.10.12", + "commit": "1bf893948299f1bfe2865c1a3977cd8e4b8137da" + }, + "_source": "https://github.com/DataTables/Dist-DataTables-Bootstrap.git", + "_target": "^1.10.11", + "_originalSource": "datatables.net-bs" +} \ No newline at end of file diff --git a/dana/third_party/datatables.net-bs/License.txt b/dana/third_party/datatables.net-bs/License.txt new file mode 100644 index 0000000000000000000000000000000000000000..379a7e7c89acd66046f1f3b7990322629af093e2 --- /dev/null +++ b/dana/third_party/datatables.net-bs/License.txt @@ -0,0 +1,20 @@ +Copyright SpryMedia Limited and other contributors +http://datatables.net + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/dana/third_party/datatables.net-bs/Readme.md b/dana/third_party/datatables.net-bs/Readme.md new file mode 100644 index 0000000000000000000000000000000000000000..54acee4ea841ab44e54cea32fc4fca078ff74c00 --- /dev/null +++ b/dana/third_party/datatables.net-bs/Readme.md @@ -0,0 +1,50 @@ +# DataTables for jQuery with styling for [Bootstrap](http://getbootstrap.com/) + +This package contains distribution files required to style [DataTables library](https://datatables.net) for [jQuery](http://jquery.com/) with styling for [Bootstrap](http://getbootstrap.com/). + +DataTables is a table enhancing library which adds features such as paging, ordering, search, scrolling and many more to a static HTML page. A comprehensive API is also available that can be used to manipulate the table. Please refer to the [DataTables web-site](//datatables.net) for a full range of documentation and examples. + + +## Installation + +### Browser + +For inclusion of this library using a standard ` + + The CSV file is of the form + + Date,SeriesA,SeriesB,SeriesC + YYYYMMDD,A1,B1,C1 + YYYYMMDD,A2,B2,C2 + + If the 'errorBars' option is set in the constructor, the input should be of + the form + Date,SeriesA,SeriesB,... + YYYYMMDD,A1,sigmaA1,B1,sigmaB1,... + YYYYMMDD,A2,sigmaA2,B2,sigmaB2,... + + If the 'fractions' option is set, the input should be of the form: + + Date,SeriesA,SeriesB,... + YYYYMMDD,A1/B1,A2/B2,... + YYYYMMDD,A1/B1,A2/B2,... + + And error bars will be calculated automatically using a binomial distribution. + + For further documentation and examples, see http://dygraphs.com/ + */ + 'use strict'; + Object.defineProperty(exports, '__esModule', { + value: true + }); + var _slicedToArray = (function() { + function sliceIterator(arr, i) { + var _arr = []; + var _n = true; + var _d = false; + var _e = undefined; + try { + for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { + _arr.push(_s.value); + if (i && _arr.length === i) break; + } + } catch (err) { + _d = true; + _e = err; + } finally { + try { + if (!_n && _i['return']) _i['return'](); + } finally { + if (_d) throw _e; + } + } + return _arr; + } + return function(arr, i) { + if (Array.isArray(arr)) { + return arr; + } else if (Symbol.iterator in Object(arr)) { + return sliceIterator(arr, i); + } else { + throw new TypeError('Invalid attempt to destructure non-iterable instance'); + } + }; + })(); + + function _interopRequireWildcard(obj) { + if (obj && obj.__esModule) { + return obj; + } else { + var newObj = {}; + if (obj != null) { + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; + } + } + newObj['default'] = obj; + return newObj; + } + } + + function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { + 'default': obj + }; + } + var _dygraphLayout = require('./dygraph-layout'); + var _dygraphLayout2 = _interopRequireDefault(_dygraphLayout); + var _dygraphCanvas = require('./dygraph-canvas'); + var _dygraphCanvas2 = _interopRequireDefault(_dygraphCanvas); + var _dygraphOptions = require('./dygraph-options'); + var _dygraphOptions2 = _interopRequireDefault(_dygraphOptions); + var _dygraphInteractionModel = require('./dygraph-interaction-model'); + var _dygraphInteractionModel2 = _interopRequireDefault(_dygraphInteractionModel); + var _dygraphTickers = require('./dygraph-tickers'); + var DygraphTickers = _interopRequireWildcard(_dygraphTickers); + var _dygraphUtils = require('./dygraph-utils'); + var utils = _interopRequireWildcard(_dygraphUtils); + var _dygraphDefaultAttrs = require('./dygraph-default-attrs'); + var _dygraphDefaultAttrs2 = _interopRequireDefault(_dygraphDefaultAttrs); + var _dygraphOptionsReference = require('./dygraph-options-reference'); + var _dygraphOptionsReference2 = _interopRequireDefault(_dygraphOptionsReference); + var _iframeTarp = require('./iframe-tarp'); + var _iframeTarp2 = _interopRequireDefault(_iframeTarp); + var _datahandlerDefault = require('./datahandler/default'); + var _datahandlerDefault2 = _interopRequireDefault(_datahandlerDefault); + var _datahandlerBarsError = require('./datahandler/bars-error'); + var _datahandlerBarsError2 = _interopRequireDefault(_datahandlerBarsError); + var _datahandlerBarsCustom = require('./datahandler/bars-custom'); + var _datahandlerBarsCustom2 = _interopRequireDefault(_datahandlerBarsCustom); + var _datahandlerDefaultFractions = require('./datahandler/default-fractions'); + var _datahandlerDefaultFractions2 = _interopRequireDefault(_datahandlerDefaultFractions); + var _datahandlerBarsFractions = require('./datahandler/bars-fractions'); + var _datahandlerBarsFractions2 = _interopRequireDefault(_datahandlerBarsFractions); + var _datahandlerBars = require('./datahandler/bars'); + var _datahandlerBars2 = _interopRequireDefault(_datahandlerBars); + var _pluginsAnnotations = require('./plugins/annotations'); + var _pluginsAnnotations2 = _interopRequireDefault(_pluginsAnnotations); + var _pluginsAxes = require('./plugins/axes'); + var _pluginsAxes2 = _interopRequireDefault(_pluginsAxes); + var _pluginsChartLabels = require('./plugins/chart-labels'); + var _pluginsChartLabels2 = _interopRequireDefault(_pluginsChartLabels); + var _pluginsGrid = require('./plugins/grid'); + var _pluginsGrid2 = _interopRequireDefault(_pluginsGrid); + var _pluginsLegend = require('./plugins/legend'); + var _pluginsLegend2 = _interopRequireDefault(_pluginsLegend); + var _pluginsRangeSelector = require('./plugins/range-selector'); + var _pluginsRangeSelector2 = _interopRequireDefault(_pluginsRangeSelector); + var _dygraphGviz = require('./dygraph-gviz'); + var _dygraphGviz2 = _interopRequireDefault(_dygraphGviz); + "use strict"; + /** + * Creates an interactive, zoomable chart. + * + * @constructor + * @param {div | String} div A div or the id of a div into which to construct + * the chart. + * @param {String | Function} file A file containing CSV data or a function + * that returns this data. The most basic expected format for each line is + * "YYYY/MM/DD,val1,val2,...". For more information, see + * http://dygraphs.com/data.html. + * @param {Object} attrs Various other attributes, e.g. errorBars determines + * whether the input data contains error ranges. For a complete list of + * options, see http://dygraphs.com/options.html. + */ + var Dygraph = function Dygraph(div, data, opts) { + this.__init__(div, data, opts); + }; + Dygraph.NAME = "Dygraph"; + Dygraph.VERSION = "2.0.0"; // Various default values + Dygraph.DEFAULT_ROLL_PERIOD = 1; + Dygraph.DEFAULT_WIDTH = 480; + Dygraph.DEFAULT_HEIGHT = 320; // For max 60 Hz. animation: + Dygraph.ANIMATION_STEPS = 12; + Dygraph.ANIMATION_DURATION = 200; + /** + * Standard plotters. These may be used by clients. + * Available plotters are: + * - Dygraph.Plotters.linePlotter: draws central lines (most common) + * - Dygraph.Plotters.errorPlotter: draws error bars + * - Dygraph.Plotters.fillPlotter: draws fills under lines (used with fillGraph) + * + * By default, the plotter is [fillPlotter, errorPlotter, linePlotter]. + * This causes all the lines to be drawn over all the fills/error bars. + */ + Dygraph.Plotters = _dygraphCanvas2['default']._Plotters; // Used for initializing annotation CSS rules only once. + Dygraph.addedAnnotationCSS = false; + /** + * Initializes the Dygraph. This creates a new DIV and constructs the PlotKit + * and context <canvas> inside of it. See the constructor for details. + * on the parameters. + * @param {Element} div the Element to render the graph into. + * @param {string | Function} file Source data + * @param {Object} attrs Miscellaneous other options + * @private + */ + Dygraph.prototype.__init__ = function(div, file, attrs) { + this.is_initial_draw_ = true; + this.readyFns_ = []; // Support two-argument constructor + if (attrs === null || attrs === undefined) { + attrs = {}; + } + attrs = Dygraph.copyUserAttrs_(attrs); + if (typeof div == 'string') { + div = document.getElementById(div); + } + if (!div) { + throw new Error('Constructing dygraph with a non-existent div!'); + } // Copy the important bits into the object + // TODO(danvk): most of these should just stay in the attrs_ dictionary. + this.maindiv_ = div; + this.file_ = file; + this.rollPeriod_ = attrs.rollPeriod || Dygraph.DEFAULT_ROLL_PERIOD; + this.previousVerticalX_ = -1; + this.fractions_ = attrs.fractions || false; + this.dateWindow_ = attrs.dateWindow || null; + this.annotations_ = []; // Clear the div. This ensure that, if multiple dygraphs are passed the same + // div, then only one will be drawn. + div.innerHTML = ""; // For historical reasons, the 'width' and 'height' options trump all CSS + // rules _except_ for an explicit 'width' or 'height' on the div. + // As an added convenience, if the div has zero height (like
does + // without any styles), then we use a default height/width. + if (div.style.width === '' && attrs.width) { + div.style.width = attrs.width + "px"; + } + if (div.style.height === '' && attrs.height) { + div.style.height = attrs.height + "px"; + } + if (div.style.height === '' && div.clientHeight === 0) { + div.style.height = Dygraph.DEFAULT_HEIGHT + "px"; + if (div.style.width === '') { + div.style.width = Dygraph.DEFAULT_WIDTH + "px"; + } + } // These will be zero if the dygraph's div is hidden. In that case, + // use the user-specified attributes if present. If not, use zero + // and assume the user will call resize to fix things later. + this.width_ = div.clientWidth || attrs.width || 0; + this.height_ = div.clientHeight || attrs.height || 0; // TODO(danvk): set fillGraph to be part of attrs_ here, not user_attrs_. + if (attrs.stackedGraph) { + attrs.fillGraph = true; // TODO(nikhilk): Add any other stackedGraph checks here. + } // DEPRECATION WARNING: All option processing should be moved from + // attrs_ and user_attrs_ to options_, which holds all this information. + // + // Dygraphs has many options, some of which interact with one another. + // To keep track of everything, we maintain two sets of options: + // + // this.user_attrs_ only options explicitly set by the user. + // this.attrs_ defaults, options derived from user_attrs_, data. + // + // Options are then accessed this.attr_('attr'), which first looks at + // user_attrs_ and then computed attrs_. This way Dygraphs can set intelligent + // defaults without overriding behavior that the user specifically asks for. + this.user_attrs_ = {}; + utils.update(this.user_attrs_, attrs); // This sequence ensures that Dygraph.DEFAULT_ATTRS is never modified. + this.attrs_ = {}; + utils.updateDeep(this.attrs_, _dygraphDefaultAttrs2['default']); + this.boundaryIds_ = []; + this.setIndexByName_ = {}; + this.datasetIndex_ = []; + this.registeredEvents_ = []; + this.eventListeners_ = {}; + this.attributes_ = new _dygraphOptions2['default'](this); // Create the containing DIV and other interactive elements + this.createInterface_(); // Activate plugins. + this.plugins_ = []; + var plugins = Dygraph.PLUGINS.concat(this.getOption('plugins')); + for (var i = 0; i < plugins.length; i++) { // the plugins option may contain either plugin classes or instances. + // Plugin instances contain an activate method. + var Plugin = plugins[i]; // either a constructor or an instance. + var pluginInstance; + if (typeof Plugin.activate !== 'undefined') { + pluginInstance = Plugin; + } else { + pluginInstance = new Plugin(); + } + var pluginDict = { + plugin: pluginInstance, + events: {}, + options: {}, + pluginOptions: {} + }; + var handlers = pluginInstance.activate(this); + for (var eventName in handlers) { + if (!handlers.hasOwnProperty(eventName)) continue; // TODO(danvk): validate eventName. + pluginDict.events[eventName] = handlers[eventName]; + } + this.plugins_.push(pluginDict); + } // At this point, plugins can no longer register event handlers. + // Construct a map from event -> ordered list of [callback, plugin]. + for (var i = 0; i < this.plugins_.length; i++) { + var plugin_dict = this.plugins_[i]; + for (var eventName in plugin_dict.events) { + if (!plugin_dict.events.hasOwnProperty(eventName)) continue; + var callback = plugin_dict.events[eventName]; + var pair = [plugin_dict.plugin, callback]; + if (!(eventName in this.eventListeners_)) { + this.eventListeners_[eventName] = [pair]; + } else { + this.eventListeners_[eventName].push(pair); + } + } + } + this.createDragInterface_(); + this.start_(); + }; + /** + * Triggers a cascade of events to the various plugins which are interested in them. + * Returns true if the "default behavior" should be prevented, i.e. if one + * of the event listeners called event.preventDefault(). + * @private + */ + Dygraph.prototype.cascadeEvents_ = function(name, extra_props) { + if (!(name in this.eventListeners_)) return false; // QUESTION: can we use objects & prototypes to speed this up? + var e = { + dygraph: this, + cancelable: false, + defaultPrevented: false, + preventDefault: function preventDefault() { + if (!e.cancelable) throw "Cannot call preventDefault on non-cancelable event."; + e.defaultPrevented = true; + }, + propagationStopped: false, + stopPropagation: function stopPropagation() { + e.propagationStopped = true; + } + }; + utils.update(e, extra_props); + var callback_plugin_pairs = this.eventListeners_[name]; + if (callback_plugin_pairs) { + for (var i = callback_plugin_pairs.length - 1; i >= 0; i--) { + var plugin = callback_plugin_pairs[i][0]; + var callback = callback_plugin_pairs[i][1]; + callback.call(plugin, e); + if (e.propagationStopped) break; + } + } + return e.defaultPrevented; + }; + /** + * Fetch a plugin instance of a particular class. Only for testing. + * @private + * @param {!Class} type The type of the plugin. + * @return {Object} Instance of the plugin, or null if there is none. + */ + Dygraph.prototype.getPluginInstance_ = function(type) { + for (var i = 0; i < this.plugins_.length; i++) { + var p = this.plugins_[i]; + if (p.plugin instanceof type) { + return p.plugin; + } + } + return null; + }; + /** + * Returns the zoomed status of the chart for one or both axes. + * + * Axis is an optional parameter. Can be set to 'x' or 'y'. + * + * The zoomed status for an axis is set whenever a user zooms using the mouse + * or when the dateWindow or valueRange are updated. Double-clicking or calling + * resetZoom() resets the zoom status for the chart. + */ + Dygraph.prototype.isZoomed = function(axis) { + var isZoomedX = !!this.dateWindow_; + if (axis === 'x') return isZoomedX; + var isZoomedY = this.axes_.map(function(axis) { + return !!axis.valueRange; + }).indexOf(true) >= 0; + if (axis === null || axis === undefined) { + return isZoomedX || isZoomedY; + } + if (axis === 'y') return isZoomedY; + throw new Error('axis parameter is [' + axis + '] must be null, \'x\' or \'y\'.'); + }; + /** + * Returns information about the Dygraph object, including its containing ID. + */ + Dygraph.prototype.toString = function() { + var maindiv = this.maindiv_; + var id = maindiv && maindiv.id ? maindiv.id : maindiv; + return "[Dygraph " + id + "]"; + }; + /** + * @private + * Returns the value of an option. This may be set by the user (either in the + * constructor or by calling updateOptions) or by dygraphs, and may be set to a + * per-series value. + * @param {string} name The name of the option, e.g. 'rollPeriod'. + * @param {string} [seriesName] The name of the series to which the option + * will be applied. If no per-series value of this option is available, then + * the global value is returned. This is optional. + * @return { ... } The value of the option. + */ + Dygraph.prototype.attr_ = function(name, seriesName) { // For "production" code, this gets removed by uglifyjs. + if (typeof process !== 'undefined') { + if ("development" != 'production') { + if (typeof _dygraphOptionsReference2['default'] === 'undefined') { + console.error('Must include options reference JS for testing'); + } else if (!_dygraphOptionsReference2['default'].hasOwnProperty(name)) { + console.error('Dygraphs is using property ' + name + ', which has no ' + 'entry in the Dygraphs.OPTIONS_REFERENCE listing.'); // Only log this error once. + _dygraphOptionsReference2['default'][name] = true; + } + } + } + return seriesName ? this.attributes_.getForSeries(name, seriesName) : this.attributes_.get(name); + }; + /** + * Returns the current value for an option, as set in the constructor or via + * updateOptions. You may pass in an (optional) series name to get per-series + * values for the option. + * + * All values returned by this method should be considered immutable. If you + * modify them, there is no guarantee that the changes will be honored or that + * dygraphs will remain in a consistent state. If you want to modify an option, + * use updateOptions() instead. + * + * @param {string} name The name of the option (e.g. 'strokeWidth') + * @param {string=} opt_seriesName Series name to get per-series values. + * @return {*} The value of the option. + */ + Dygraph.prototype.getOption = function(name, opt_seriesName) { + return this.attr_(name, opt_seriesName); + }; + /** + * Like getOption(), but specifically returns a number. + * This is a convenience function for working with the Closure Compiler. + * @param {string} name The name of the option (e.g. 'strokeWidth') + * @param {string=} opt_seriesName Series name to get per-series values. + * @return {number} The value of the option. + * @private + */ + Dygraph.prototype.getNumericOption = function(name, opt_seriesName) { + return ( /** @type{number} */ this.getOption(name, opt_seriesName)); + }; + /** + * Like getOption(), but specifically returns a string. + * This is a convenience function for working with the Closure Compiler. + * @param {string} name The name of the option (e.g. 'strokeWidth') + * @param {string=} opt_seriesName Series name to get per-series values. + * @return {string} The value of the option. + * @private + */ + Dygraph.prototype.getStringOption = function(name, opt_seriesName) { + return ( /** @type{string} */ this.getOption(name, opt_seriesName)); + }; + /** + * Like getOption(), but specifically returns a boolean. + * This is a convenience function for working with the Closure Compiler. + * @param {string} name The name of the option (e.g. 'strokeWidth') + * @param {string=} opt_seriesName Series name to get per-series values. + * @return {boolean} The value of the option. + * @private + */ + Dygraph.prototype.getBooleanOption = function(name, opt_seriesName) { + return ( /** @type{boolean} */ this.getOption(name, opt_seriesName)); + }; + /** + * Like getOption(), but specifically returns a function. + * This is a convenience function for working with the Closure Compiler. + * @param {string} name The name of the option (e.g. 'strokeWidth') + * @param {string=} opt_seriesName Series name to get per-series values. + * @return {function(...)} The value of the option. + * @private + */ + Dygraph.prototype.getFunctionOption = function(name, opt_seriesName) { + return ( /** @type{function(...)} */ this.getOption(name, opt_seriesName)); + }; + Dygraph.prototype.getOptionForAxis = function(name, axis) { + return this.attributes_.getForAxis(name, axis); + }; + /** + * @private + * @param {string} axis The name of the axis (i.e. 'x', 'y' or 'y2') + * @return { ... } A function mapping string -> option value + */ + Dygraph.prototype.optionsViewForAxis_ = function(axis) { + var self = this; + return function(opt) { + var axis_opts = self.user_attrs_.axes; + if (axis_opts && axis_opts[axis] && axis_opts[axis].hasOwnProperty(opt)) { + return axis_opts[axis][opt]; + } // I don't like that this is in a second spot. + if (axis === 'x' && opt === 'logscale') { // return the default value. + // TODO(konigsberg): pull the default from a global default. + return false; + } // user-specified attributes always trump defaults, even if they're less + // specific. + if (typeof self.user_attrs_[opt] != 'undefined') { + return self.user_attrs_[opt]; + } + axis_opts = self.attrs_.axes; + if (axis_opts && axis_opts[axis] && axis_opts[axis].hasOwnProperty(opt)) { + return axis_opts[axis][opt]; + } // check old-style axis options + // TODO(danvk): add a deprecation warning if either of these match. + if (axis == 'y' && self.axes_[0].hasOwnProperty(opt)) { + return self.axes_[0][opt]; + } else if (axis == 'y2' && self.axes_[1].hasOwnProperty(opt)) { + return self.axes_[1][opt]; + } + return self.attr_(opt); + }; + }; + /** + * Returns the current rolling period, as set by the user or an option. + * @return {number} The number of points in the rolling window + */ + Dygraph.prototype.rollPeriod = function() { + return this.rollPeriod_; + }; + /** + * Returns the currently-visible x-range. This can be affected by zooming, + * panning or a call to updateOptions. + * Returns a two-element array: [left, right]. + * If the Dygraph has dates on the x-axis, these will be millis since epoch. + */ + Dygraph.prototype.xAxisRange = function() { + return this.dateWindow_ ? this.dateWindow_ : this.xAxisExtremes(); + }; + /** + * Returns the lower- and upper-bound x-axis values of the data set. + */ + Dygraph.prototype.xAxisExtremes = function() { + var pad = this.getNumericOption('xRangePad') / this.plotter_.area.w; + if (this.numRows() === 0) { + return [0 - pad, 1 + pad]; + } + var left = this.rawData_[0][0]; + var right = this.rawData_[this.rawData_.length - 1][0]; + if (pad) { // Must keep this in sync with dygraph-layout _evaluateLimits() + var range = right - left; + left -= range * pad; + right += range * pad; + } + return [left, right]; + }; + /** + * Returns the lower- and upper-bound y-axis values for each axis. These are + * the ranges you'll get if you double-click to zoom out or call resetZoom(). + * The return value is an array of [low, high] tuples, one for each y-axis. + */ + Dygraph.prototype.yAxisExtremes = function() { // TODO(danvk): this is pretty inefficient + var packed = this.gatherDatasets_(this.rolledSeries_, null); + var extremes = packed.extremes; + var saveAxes = this.axes_; + this.computeYAxisRanges_(extremes); + var newAxes = this.axes_; + this.axes_ = saveAxes; + return newAxes.map(function(axis) { + return axis.extremeRange; + }); + }; + /** + * Returns the currently-visible y-range for an axis. This can be affected by + * zooming, panning or a call to updateOptions. Axis indices are zero-based. If + * called with no arguments, returns the range of the first axis. + * Returns a two-element array: [bottom, top]. + */ + Dygraph.prototype.yAxisRange = function(idx) { + if (typeof idx == "undefined") idx = 0; + if (idx < 0 || idx >= this.axes_.length) { + return null; + } + var axis = this.axes_[idx]; + return [axis.computedValueRange[0], axis.computedValueRange[1]]; + }; + /** + * Returns the currently-visible y-ranges for each axis. This can be affected by + * zooming, panning, calls to updateOptions, etc. + * Returns an array of [bottom, top] pairs, one for each y-axis. + */ + Dygraph.prototype.yAxisRanges = function() { + var ret = []; + for (var i = 0; i < this.axes_.length; i++) { + ret.push(this.yAxisRange(i)); + } + return ret; + }; // TODO(danvk): use these functions throughout dygraphs. + /** + * Convert from data coordinates to canvas/div X/Y coordinates. + * If specified, do this conversion for the coordinate system of a particular + * axis. Uses the first axis by default. + * Returns a two-element array: [X, Y] + * + * Note: use toDomXCoord instead of toDomCoords(x, null) and use toDomYCoord + * instead of toDomCoords(null, y, axis). + */ + Dygraph.prototype.toDomCoords = function(x, y, axis) { + return [this.toDomXCoord(x), this.toDomYCoord(y, axis)]; + }; + /** + * Convert from data x coordinates to canvas/div X coordinate. + * If specified, do this conversion for the coordinate system of a particular + * axis. + * Returns a single value or null if x is null. + */ + Dygraph.prototype.toDomXCoord = function(x) { + if (x === null) { + return null; + } + var area = this.plotter_.area; + var xRange = this.xAxisRange(); + return area.x + (x - xRange[0]) / (xRange[1] - xRange[0]) * area.w; + }; + /** + * Convert from data x coordinates to canvas/div Y coordinate and optional + * axis. Uses the first axis by default. + * + * returns a single value or null if y is null. + */ + Dygraph.prototype.toDomYCoord = function(y, axis) { + var pct = this.toPercentYCoord(y, axis); + if (pct === null) { + return null; + } + var area = this.plotter_.area; + return area.y + pct * area.h; + }; + /** + * Convert from canvas/div coords to data coordinates. + * If specified, do this conversion for the coordinate system of a particular + * axis. Uses the first axis by default. + * Returns a two-element array: [X, Y]. + * + * Note: use toDataXCoord instead of toDataCoords(x, null) and use toDataYCoord + * instead of toDataCoords(null, y, axis). + */ + Dygraph.prototype.toDataCoords = function(x, y, axis) { + return [this.toDataXCoord(x), this.toDataYCoord(y, axis)]; + }; + /** + * Convert from canvas/div x coordinate to data coordinate. + * + * If x is null, this returns null. + */ + Dygraph.prototype.toDataXCoord = function(x) { + if (x === null) { + return null; + } + var area = this.plotter_.area; + var xRange = this.xAxisRange(); + if (!this.attributes_.getForAxis("logscale", 'x')) { + return xRange[0] + (x - area.x) / area.w * (xRange[1] - xRange[0]); + } else { + var pct = (x - area.x) / area.w; + return utils.logRangeFraction(xRange[0], xRange[1], pct); + } + }; + /** + * Convert from canvas/div y coord to value. + * + * If y is null, this returns null. + * if axis is null, this uses the first axis. + */ + Dygraph.prototype.toDataYCoord = function(y, axis) { + if (y === null) { + return null; + } + var area = this.plotter_.area; + var yRange = this.yAxisRange(axis); + if (typeof axis == "undefined") axis = 0; + if (!this.attributes_.getForAxis("logscale", axis)) { + return yRange[0] + (area.y + area.h - y) / area.h * (yRange[1] - yRange[0]); + } else { // Computing the inverse of toDomCoord. + var pct = (y - area.y) / area.h; // Note reversed yRange, y1 is on top with pct==0. + return utils.logRangeFraction(yRange[1], yRange[0], pct); + } + }; + /** + * Converts a y for an axis to a percentage from the top to the + * bottom of the drawing area. + * + * If the coordinate represents a value visible on the canvas, then + * the value will be between 0 and 1, where 0 is the top of the canvas. + * However, this method will return values outside the range, as + * values can fall outside the canvas. + * + * If y is null, this returns null. + * if axis is null, this uses the first axis. + * + * @param {number} y The data y-coordinate. + * @param {number} [axis] The axis number on which the data coordinate lives. + * @return {number} A fraction in [0, 1] where 0 = the top edge. + */ + Dygraph.prototype.toPercentYCoord = function(y, axis) { + if (y === null) { + return null; + } + if (typeof axis == "undefined") axis = 0; + var yRange = this.yAxisRange(axis); + var pct; + var logscale = this.attributes_.getForAxis("logscale", axis); + if (logscale) { + var logr0 = utils.log10(yRange[0]); + var logr1 = utils.log10(yRange[1]); + pct = (logr1 - utils.log10(y)) / (logr1 - logr0); + } else { // yRange[1] - y is unit distance from the bottom. + // yRange[1] - yRange[0] is the scale of the range. + // (yRange[1] - y) / (yRange[1] - yRange[0]) is the % from the bottom. + pct = (yRange[1] - y) / (yRange[1] - yRange[0]); + } + return pct; + }; + /** + * Converts an x value to a percentage from the left to the right of + * the drawing area. + * + * If the coordinate represents a value visible on the canvas, then + * the value will be between 0 and 1, where 0 is the left of the canvas. + * However, this method will return values outside the range, as + * values can fall outside the canvas. + * + * If x is null, this returns null. + * @param {number} x The data x-coordinate. + * @return {number} A fraction in [0, 1] where 0 = the left edge. + */ + Dygraph.prototype.toPercentXCoord = function(x) { + if (x === null) { + return null; + } + var xRange = this.xAxisRange(); + var pct; + var logscale = this.attributes_.getForAxis("logscale", 'x'); + if (logscale === true) { // logscale can be null so we test for true explicitly. + var logr0 = utils.log10(xRange[0]); + var logr1 = utils.log10(xRange[1]); + pct = (utils.log10(x) - logr0) / (logr1 - logr0); + } else { // x - xRange[0] is unit distance from the left. + // xRange[1] - xRange[0] is the scale of the range. + // The full expression below is the % from the left. + pct = (x - xRange[0]) / (xRange[1] - xRange[0]); + } + return pct; + }; + /** + * Returns the number of columns (including the independent variable). + * @return {number} The number of columns. + */ + Dygraph.prototype.numColumns = function() { + if (!this.rawData_) return 0; + return this.rawData_[0] ? this.rawData_[0].length : this.attr_("labels").length; + }; + /** + * Returns the number of rows (excluding any header/label row). + * @return {number} The number of rows, less any header. + */ + Dygraph.prototype.numRows = function() { + if (!this.rawData_) return 0; + return this.rawData_.length; + }; + /** + * Returns the value in the given row and column. If the row and column exceed + * the bounds on the data, returns null. Also returns null if the value is + * missing. + * @param {number} row The row number of the data (0-based). Row 0 is the + * first row of data, not a header row. + * @param {number} col The column number of the data (0-based) + * @return {number} The value in the specified cell or null if the row/col + * were out of range. + */ + Dygraph.prototype.getValue = function(row, col) { + if (row < 0 || row > this.rawData_.length) return null; + if (col < 0 || col > this.rawData_[row].length) return null; + return this.rawData_[row][col]; + }; + /** + * Generates interface elements for the Dygraph: a containing div, a div to + * display the current point, and a textbox to adjust the rolling average + * period. Also creates the Renderer/Layout elements. + * @private + */ + Dygraph.prototype.createInterface_ = function() { // Create the all-enclosing graph div + var enclosing = this.maindiv_; + this.graphDiv = document.createElement("div"); // TODO(danvk): any other styles that are useful to set here? + this.graphDiv.style.textAlign = 'left'; // This is a CSS "reset" + this.graphDiv.style.position = 'relative'; + enclosing.appendChild(this.graphDiv); // Create the canvas for interactive parts of the chart. + this.canvas_ = utils.createCanvas(); + this.canvas_.style.position = "absolute"; // ... and for static parts of the chart. + this.hidden_ = this.createPlotKitCanvas_(this.canvas_); + this.canvas_ctx_ = utils.getContext(this.canvas_); + this.hidden_ctx_ = utils.getContext(this.hidden_); + this.resizeElements_(); // The interactive parts of the graph are drawn on top of the chart. + this.graphDiv.appendChild(this.hidden_); + this.graphDiv.appendChild(this.canvas_); + this.mouseEventElement_ = this.createMouseEventElement_(); // Create the grapher + this.layout_ = new _dygraphLayout2['default'](this); + var dygraph = this; + this.mouseMoveHandler_ = function(e) { + dygraph.mouseMove_(e); + }; + this.mouseOutHandler_ = function(e) { // The mouse has left the chart if: + // 1. e.target is inside the chart + // 2. e.relatedTarget is outside the chart + var target = e.target || e.fromElement; + var relatedTarget = e.relatedTarget || e.toElement; + if (utils.isNodeContainedBy(target, dygraph.graphDiv) && !utils.isNodeContainedBy(relatedTarget, dygraph.graphDiv)) { + dygraph.mouseOut_(e); + } + }; + this.addAndTrackEvent(window, 'mouseout', this.mouseOutHandler_); + this.addAndTrackEvent(this.mouseEventElement_, 'mousemove', this.mouseMoveHandler_); // Don't recreate and register the resize handler on subsequent calls. + // This happens when the graph is resized. + if (!this.resizeHandler_) { + this.resizeHandler_ = function(e) { + dygraph.resize(); + }; // Update when the window is resized. + // TODO(danvk): drop frames depending on complexity of the chart. + this.addAndTrackEvent(window, 'resize', this.resizeHandler_); + } + }; + Dygraph.prototype.resizeElements_ = function() { + this.graphDiv.style.width = this.width_ + "px"; + this.graphDiv.style.height = this.height_ + "px"; + var canvasScale = utils.getContextPixelRatio(this.canvas_ctx_); + this.canvas_.width = this.width_ * canvasScale; + this.canvas_.height = this.height_ * canvasScale; + this.canvas_.style.width = this.width_ + "px"; // for IE + this.canvas_.style.height = this.height_ + "px"; // for IE + if (canvasScale !== 1) { + this.canvas_ctx_.scale(canvasScale, canvasScale); + } + var hiddenScale = utils.getContextPixelRatio(this.hidden_ctx_); + this.hidden_.width = this.width_ * hiddenScale; + this.hidden_.height = this.height_ * hiddenScale; + this.hidden_.style.width = this.width_ + "px"; // for IE + this.hidden_.style.height = this.height_ + "px"; // for IE + if (hiddenScale !== 1) { + this.hidden_ctx_.scale(hiddenScale, hiddenScale); + } + }; + /** + * Detach DOM elements in the dygraph and null out all data references. + * Calling this when you're done with a dygraph can dramatically reduce memory + * usage. See, e.g., the tests/perf.html example. + */ + Dygraph.prototype.destroy = function() { + this.canvas_ctx_.restore(); + this.hidden_ctx_.restore(); // Destroy any plugins, in the reverse order that they were registered. + for (var i = this.plugins_.length - 1; i >= 0; i--) { + var p = this.plugins_.pop(); + if (p.plugin.destroy) p.plugin.destroy(); + } + var removeRecursive = function removeRecursive(node) { + while (node.hasChildNodes()) { + removeRecursive(node.firstChild); + node.removeChild(node.firstChild); + } + }; + this.removeTrackedEvents_(); // remove mouse event handlers (This may not be necessary anymore) + utils.removeEvent(window, 'mouseout', this.mouseOutHandler_); + utils.removeEvent(this.mouseEventElement_, 'mousemove', this.mouseMoveHandler_); // remove window handlers + utils.removeEvent(window, 'resize', this.resizeHandler_); + this.resizeHandler_ = null; + removeRecursive(this.maindiv_); + var nullOut = function nullOut(obj) { + for (var n in obj) { + if (typeof obj[n] === 'object') { + obj[n] = null; + } + } + }; // These may not all be necessary, but it can't hurt... + nullOut(this.layout_); + nullOut(this.plotter_); + nullOut(this); + }; + /** + * Creates the canvas on which the chart will be drawn. Only the Renderer ever + * draws on this particular canvas. All Dygraph work (i.e. drawing hover dots + * or the zoom rectangles) is done on this.canvas_. + * @param {Object} canvas The Dygraph canvas over which to overlay the plot + * @return {Object} The newly-created canvas + * @private + */ + Dygraph.prototype.createPlotKitCanvas_ = function(canvas) { + var h = utils.createCanvas(); + h.style.position = "absolute"; // TODO(danvk): h should be offset from canvas. canvas needs to include + // some extra area to make it easier to zoom in on the far left and far + // right. h needs to be precisely the plot area, so that clipping occurs. + h.style.top = canvas.style.top; + h.style.left = canvas.style.left; + h.width = this.width_; + h.height = this.height_; + h.style.width = this.width_ + "px"; // for IE + h.style.height = this.height_ + "px"; // for IE + return h; + }; + /** + * Creates an overlay element used to handle mouse events. + * @return {Object} The mouse event element. + * @private + */ + Dygraph.prototype.createMouseEventElement_ = function() { + return this.canvas_; + }; + /** + * Generate a set of distinct colors for the data series. This is done with a + * color wheel. Saturation/Value are customizable, and the hue is + * equally-spaced around the color wheel. If a custom set of colors is + * specified, that is used instead. + * @private + */ + Dygraph.prototype.setColors_ = function() { + var labels = this.getLabels(); + var num = labels.length - 1; + this.colors_ = []; + this.colorsMap_ = {}; // These are used for when no custom colors are specified. + var sat = this.getNumericOption('colorSaturation') || 1.0; + var val = this.getNumericOption('colorValue') || 0.5; + var half = Math.ceil(num / 2); + var colors = this.getOption('colors'); + var visibility = this.visibility(); + for (var i = 0; i < num; i++) { + if (!visibility[i]) { + continue; + } + var label = labels[i + 1]; + var colorStr = this.attributes_.getForSeries('color', label); + if (!colorStr) { + if (colors) { + colorStr = colors[i % colors.length]; + } else { // alternate colors for high contrast. + var idx = i % 2 ? half + (i + 1) / 2 : Math.ceil((i + 1) / 2); + var hue = 1.0 * idx / (1 + num); + colorStr = utils.hsvToRGB(hue, sat, val); + } + } + this.colors_.push(colorStr); + this.colorsMap_[label] = colorStr; + } + }; + /** + * Return the list of colors. This is either the list of colors passed in the + * attributes or the autogenerated list of rgb(r,g,b) strings. + * This does not return colors for invisible series. + * @return {Array.} The list of colors. + */ + Dygraph.prototype.getColors = function() { + return this.colors_; + }; + /** + * Returns a few attributes of a series, i.e. its color, its visibility, which + * axis it's assigned to, and its column in the original data. + * Returns null if the series does not exist. + * Otherwise, returns an object with column, visibility, color and axis properties. + * The "axis" property will be set to 1 for y1 and 2 for y2. + * The "column" property can be fed back into getValue(row, column) to get + * values for this series. + */ + Dygraph.prototype.getPropertiesForSeries = function(series_name) { + var idx = -1; + var labels = this.getLabels(); + for (var i = 1; i < labels.length; i++) { + if (labels[i] == series_name) { + idx = i; + break; + } + } + if (idx == -1) return null; + return { + name: series_name, + column: idx, + visible: this.visibility()[idx - 1], + color: this.colorsMap_[series_name], + axis: 1 + this.attributes_.axisForSeries(series_name) + }; + }; + /** + * Create the text box to adjust the averaging period + * @private + */ + Dygraph.prototype.createRollInterface_ = function() { + var _this = this; // Create a roller if one doesn't exist already. + var roller = this.roller_; + if (!roller) { + this.roller_ = roller = document.createElement("input"); + roller.type = "text"; + roller.style.display = "none"; + roller.className = 'dygraph-roller'; + this.graphDiv.appendChild(roller); + } + var display = this.getBooleanOption('showRoller') ? 'block' : 'none'; + var area = this.getArea(); + var textAttr = { + "top": area.y + area.h - 25 + "px", + "left": area.x + 1 + "px", + "display": display + }; + roller.size = "2"; + roller.value = this.rollPeriod_; + utils.update(roller.style, textAttr); + roller.onchange = function() { + return _this.adjustRoll(roller.value); + }; + }; + /** + * Set up all the mouse handlers needed to capture dragging behavior for zoom + * events. + * @private + */ + Dygraph.prototype.createDragInterface_ = function() { + var context = { // Tracks whether the mouse is down right now + isZooming: false, + isPanning: false, // is this drag part of a pan? + is2DPan: false, // if so, is that pan 1- or 2-dimensional? + dragStartX: null, // pixel coordinates + dragStartY: null, // pixel coordinates + dragEndX: null, // pixel coordinates + dragEndY: null, // pixel coordinates + dragDirection: null, + prevEndX: null, // pixel coordinates + prevEndY: null, // pixel coordinates + prevDragDirection: null, + cancelNextDblclick: false, // see comment in dygraph-interaction-model.js + // The value on the left side of the graph when a pan operation starts. + initialLeftmostDate: null, // The number of units each pixel spans. (This won't be valid for log + // scales) + xUnitsPerPixel: null, // TODO(danvk): update this comment + // The range in second/value units that the viewport encompasses during a + // panning operation. + dateRange: null, // Top-left corner of the canvas, in DOM coords + // TODO(konigsberg): Rename topLeftCanvasX, topLeftCanvasY. + px: 0, + py: 0, // Values for use with panEdgeFraction, which limit how far outside the + // graph's data boundaries it can be panned. + boundedDates: null, // [minDate, maxDate] + boundedValues: null, // [[minValue, maxValue] ...] + // We cover iframes during mouse interactions. See comments in + // dygraph-utils.js for more info on why this is a good idea. + tarp: new _iframeTarp2['default'](), // contextB is the same thing as this context object but renamed. + initializeMouseDown: function initializeMouseDown(event, g, contextB) { // prevents mouse drags from selecting page text. + if (event.preventDefault) { + event.preventDefault(); // Firefox, Chrome, etc. + } else { + event.returnValue = false; // IE + event.cancelBubble = true; + } + var canvasPos = utils.findPos(g.canvas_); + contextB.px = canvasPos.x; + contextB.py = canvasPos.y; + contextB.dragStartX = utils.dragGetX_(event, contextB); + contextB.dragStartY = utils.dragGetY_(event, contextB); + contextB.cancelNextDblclick = false; + contextB.tarp.cover(); + }, + destroy: function destroy() { + var context = this; + if (context.isZooming || context.isPanning) { + context.isZooming = false; + context.dragStartX = null; + context.dragStartY = null; + } + if (context.isPanning) { + context.isPanning = false; + context.draggingDate = null; + context.dateRange = null; + for (var i = 0; i < self.axes_.length; i++) { + delete self.axes_[i].draggingValue; + delete self.axes_[i].dragValueRange; + } + } + context.tarp.uncover(); + } + }; + var interactionModel = this.getOption("interactionModel"); // Self is the graph. + var self = this; // Function that binds the graph and context to the handler. + var bindHandler = function bindHandler(handler) { + return function(event) { + handler(event, self, context); + }; + }; + for (var eventName in interactionModel) { + if (!interactionModel.hasOwnProperty(eventName)) continue; + this.addAndTrackEvent(this.mouseEventElement_, eventName, bindHandler(interactionModel[eventName])); + } // If the user releases the mouse button during a drag, but not over the + // canvas, then it doesn't count as a zooming action. + if (!interactionModel.willDestroyContextMyself) { + var mouseUpHandler = function mouseUpHandler(event) { + context.destroy(); + }; + this.addAndTrackEvent(document, 'mouseup', mouseUpHandler); + } + }; + /** + * Draw a gray zoom rectangle over the desired area of the canvas. Also clears + * up any previous zoom rectangles that were drawn. This could be optimized to + * avoid extra redrawing, but it's tricky to avoid interactions with the status + * dots. + * + * @param {number} direction the direction of the zoom rectangle. Acceptable + * values are utils.HORIZONTAL and utils.VERTICAL. + * @param {number} startX The X position where the drag started, in canvas + * coordinates. + * @param {number} endX The current X position of the drag, in canvas coords. + * @param {number} startY The Y position where the drag started, in canvas + * coordinates. + * @param {number} endY The current Y position of the drag, in canvas coords. + * @param {number} prevDirection the value of direction on the previous call to + * this function. Used to avoid excess redrawing + * @param {number} prevEndX The value of endX on the previous call to this + * function. Used to avoid excess redrawing + * @param {number} prevEndY The value of endY on the previous call to this + * function. Used to avoid excess redrawing + * @private + */ + Dygraph.prototype.drawZoomRect_ = function(direction, startX, endX, startY, endY, prevDirection, prevEndX, prevEndY) { + var ctx = this.canvas_ctx_; // Clean up from the previous rect if necessary + if (prevDirection == utils.HORIZONTAL) { + ctx.clearRect(Math.min(startX, prevEndX), this.layout_.getPlotArea().y, Math.abs(startX - prevEndX), this.layout_.getPlotArea().h); + } else if (prevDirection == utils.VERTICAL) { + ctx.clearRect(this.layout_.getPlotArea().x, Math.min(startY, prevEndY), this.layout_.getPlotArea().w, Math.abs(startY - prevEndY)); + } // Draw a light-grey rectangle to show the new viewing area + if (direction == utils.HORIZONTAL) { + if (endX && startX) { + ctx.fillStyle = "rgba(128,128,128,0.33)"; + ctx.fillRect(Math.min(startX, endX), this.layout_.getPlotArea().y, Math.abs(endX - startX), this.layout_.getPlotArea().h); + } + } else if (direction == utils.VERTICAL) { + if (endY && startY) { + ctx.fillStyle = "rgba(128,128,128,0.33)"; + ctx.fillRect(this.layout_.getPlotArea().x, Math.min(startY, endY), this.layout_.getPlotArea().w, Math.abs(endY - startY)); + } + } + }; + /** + * Clear the zoom rectangle (and perform no zoom). + * @private + */ + Dygraph.prototype.clearZoomRect_ = function() { + this.currentZoomRectArgs_ = null; + this.canvas_ctx_.clearRect(0, 0, this.width_, this.height_); + }; + /** + * Zoom to something containing [lowX, highX]. These are pixel coordinates in + * the canvas. The exact zoom window may be slightly larger if there are no data + * points near lowX or highX. Don't confuse this function with doZoomXDates, + * which accepts dates that match the raw data. This function redraws the graph. + * + * @param {number} lowX The leftmost pixel value that should be visible. + * @param {number} highX The rightmost pixel value that should be visible. + * @private + */ + Dygraph.prototype.doZoomX_ = function(lowX, highX) { + this.currentZoomRectArgs_ = null; // Find the earliest and latest dates contained in this canvasx range. + // Convert the call to date ranges of the raw data. + var minDate = this.toDataXCoord(lowX); + var maxDate = this.toDataXCoord(highX); + this.doZoomXDates_(minDate, maxDate); + }; + /** + * Zoom to something containing [minDate, maxDate] values. Don't confuse this + * method with doZoomX which accepts pixel coordinates. This function redraws + * the graph. + * + * @param {number} minDate The minimum date that should be visible. + * @param {number} maxDate The maximum date that should be visible. + * @private + */ + Dygraph.prototype.doZoomXDates_ = function(minDate, maxDate) { + var _this2 = this; // TODO(danvk): when xAxisRange is null (i.e. "fit to data", the animation + // can produce strange effects. Rather than the x-axis transitioning slowly + // between values, it can jerk around.) + var old_window = this.xAxisRange(); + var new_window = [minDate, maxDate]; + var zoomCallback = this.getFunctionOption('zoomCallback'); + this.doAnimatedZoom(old_window, new_window, null, null, function() { + if (zoomCallback) { + zoomCallback.call(_this2, minDate, maxDate, _this2.yAxisRanges()); + } + }); + }; + /** + * Zoom to something containing [lowY, highY]. These are pixel coordinates in + * the canvas. This function redraws the graph. + * + * @param {number} lowY The topmost pixel value that should be visible. + * @param {number} highY The lowest pixel value that should be visible. + * @private + */ + Dygraph.prototype.doZoomY_ = function(lowY, highY) { + var _this3 = this; + this.currentZoomRectArgs_ = null; // Find the highest and lowest values in pixel range for each axis. + // Note that lowY (in pixels) corresponds to the max Value (in data coords). + // This is because pixels increase as you go down on the screen, whereas data + // coordinates increase as you go up the screen. + var oldValueRanges = this.yAxisRanges(); + var newValueRanges = []; + for (var i = 0; i < this.axes_.length; i++) { + var hi = this.toDataYCoord(lowY, i); + var low = this.toDataYCoord(highY, i); + newValueRanges.push([low, hi]); + } + var zoomCallback = this.getFunctionOption('zoomCallback'); + this.doAnimatedZoom(null, null, oldValueRanges, newValueRanges, function() { + if (zoomCallback) { + var _xAxisRange = _this3.xAxisRange(); + var _xAxisRange2 = _slicedToArray(_xAxisRange, 2); + var minX = _xAxisRange2[0]; + var maxX = _xAxisRange2[1]; + zoomCallback.call(_this3, minX, maxX, _this3.yAxisRanges()); + } + }); + }; + /** + * Transition function to use in animations. Returns values between 0.0 + * (totally old values) and 1.0 (totally new values) for each frame. + * @private + */ + Dygraph.zoomAnimationFunction = function(frame, numFrames) { + var k = 1.5; + return (1.0 - Math.pow(k, -frame)) / (1.0 - Math.pow(k, -numFrames)); + }; + /** + * Reset the zoom to the original view coordinates. This is the same as + * double-clicking on the graph. + */ + Dygraph.prototype.resetZoom = function() { + var _this4 = this; + var dirtyX = this.isZoomed('x'); + var dirtyY = this.isZoomed('y'); + var dirty = dirtyX || dirtyY; // Clear any selection, since it's likely to be drawn in the wrong place. + this.clearSelection(); + if (!dirty) return; // Calculate extremes to avoid lack of padding on reset. + var _xAxisExtremes = this.xAxisExtremes(); + var _xAxisExtremes2 = _slicedToArray(_xAxisExtremes, 2); + var minDate = _xAxisExtremes2[0]; + var maxDate = _xAxisExtremes2[1]; + var animatedZooms = this.getBooleanOption('animatedZooms'); + var zoomCallback = this.getFunctionOption('zoomCallback'); // TODO(danvk): merge this block w/ the code below. + if (!animatedZooms) { + this.dateWindow_ = null; + this.axes_.forEach(function(axis) { + if (axis.valueRange) delete axis.valueRange; + }); + this.drawGraph_(); + if (zoomCallback) { + zoomCallback.call(this, minDate, maxDate, this.yAxisRanges()); + } + return; + } + var oldWindow = null, + newWindow = null, + oldValueRanges = null, + newValueRanges = null; + if (dirtyX) { + oldWindow = this.xAxisRange(); + newWindow = [minDate, maxDate]; + } + if (dirtyY) { + oldValueRanges = this.yAxisRanges(); + newValueRanges = this.yAxisExtremes(); + } + this.doAnimatedZoom(oldWindow, newWindow, oldValueRanges, newValueRanges, function() { + _this4.dateWindow_ = null; + _this4.axes_.forEach(function(axis) { + if (axis.valueRange) delete axis.valueRange; + }); + if (zoomCallback) { + zoomCallback.call(_this4, minDate, maxDate, _this4.yAxisRanges()); + } + }); + }; + /** + * Combined animation logic for all zoom functions. + * either the x parameters or y parameters may be null. + * @private + */ + Dygraph.prototype.doAnimatedZoom = function(oldXRange, newXRange, oldYRanges, newYRanges, callback) { + var _this5 = this; + var steps = this.getBooleanOption("animatedZooms") ? Dygraph.ANIMATION_STEPS : 1; + var windows = []; + var valueRanges = []; + var step, frac; + if (oldXRange !== null && newXRange !== null) { + for (step = 1; step <= steps; step++) { + frac = Dygraph.zoomAnimationFunction(step, steps); + windows[step - 1] = [oldXRange[0] * (1 - frac) + frac * newXRange[0], oldXRange[1] * (1 - frac) + frac * newXRange[1]]; + } + } + if (oldYRanges !== null && newYRanges !== null) { + for (step = 1; step <= steps; step++) { + frac = Dygraph.zoomAnimationFunction(step, steps); + var thisRange = []; + for (var j = 0; j < this.axes_.length; j++) { + thisRange.push([oldYRanges[j][0] * (1 - frac) + frac * newYRanges[j][0], oldYRanges[j][1] * (1 - frac) + frac * newYRanges[j][1]]); + } + valueRanges[step - 1] = thisRange; + } + } + utils.repeatAndCleanup(function(step) { + if (valueRanges.length) { + for (var i = 0; i < _this5.axes_.length; i++) { + var w = valueRanges[step][i]; + _this5.axes_[i].valueRange = [w[0], w[1]]; + } + } + if (windows.length) { + _this5.dateWindow_ = windows[step]; + } + _this5.drawGraph_(); + }, steps, Dygraph.ANIMATION_DURATION / steps, callback); + }; + /** + * Get the current graph's area object. + * + * Returns: {x, y, w, h} + */ + Dygraph.prototype.getArea = function() { + return this.plotter_.area; + }; + /** + * Convert a mouse event to DOM coordinates relative to the graph origin. + * + * Returns a two-element array: [X, Y]. + */ + Dygraph.prototype.eventToDomCoords = function(event) { + if (event.offsetX && event.offsetY) { + return [event.offsetX, event.offsetY]; + } else { + var eventElementPos = utils.findPos(this.mouseEventElement_); + var canvasx = utils.pageX(event) - eventElementPos.x; + var canvasy = utils.pageY(event) - eventElementPos.y; + return [canvasx, canvasy]; + } + }; + /** + * Given a canvas X coordinate, find the closest row. + * @param {number} domX graph-relative DOM X coordinate + * Returns {number} row number. + * @private + */ + Dygraph.prototype.findClosestRow = function(domX) { + var minDistX = Infinity; + var closestRow = -1; + var sets = this.layout_.points; + for (var i = 0; i < sets.length; i++) { + var points = sets[i]; + var len = points.length; + for (var j = 0; j < len; j++) { + var point = points[j]; + if (!utils.isValidPoint(point, true)) continue; + var dist = Math.abs(point.canvasx - domX); + if (dist < minDistX) { + minDistX = dist; + closestRow = point.idx; + } + } + } + return closestRow; + }; + /** + * Given canvas X,Y coordinates, find the closest point. + * + * This finds the individual data point across all visible series + * that's closest to the supplied DOM coordinates using the standard + * Euclidean X,Y distance. + * + * @param {number} domX graph-relative DOM X coordinate + * @param {number} domY graph-relative DOM Y coordinate + * Returns: {row, seriesName, point} + * @private + */ + Dygraph.prototype.findClosestPoint = function(domX, domY) { + var minDist = Infinity; + var dist, dx, dy, point, closestPoint, closestSeries, closestRow; + for (var setIdx = this.layout_.points.length - 1; setIdx >= 0; --setIdx) { + var points = this.layout_.points[setIdx]; + for (var i = 0; i < points.length; ++i) { + point = points[i]; + if (!utils.isValidPoint(point)) continue; + dx = point.canvasx - domX; + dy = point.canvasy - domY; + dist = dx * dx + dy * dy; + if (dist < minDist) { + minDist = dist; + closestPoint = point; + closestSeries = setIdx; + closestRow = point.idx; + } + } + } + var name = this.layout_.setNames[closestSeries]; + return { + row: closestRow, + seriesName: name, + point: closestPoint + }; + }; + /** + * Given canvas X,Y coordinates, find the touched area in a stacked graph. + * + * This first finds the X data point closest to the supplied DOM X coordinate, + * then finds the series which puts the Y coordinate on top of its filled area, + * using linear interpolation between adjacent point pairs. + * + * @param {number} domX graph-relative DOM X coordinate + * @param {number} domY graph-relative DOM Y coordinate + * Returns: {row, seriesName, point} + * @private + */ + Dygraph.prototype.findStackedPoint = function(domX, domY) { + var row = this.findClosestRow(domX); + var closestPoint, closestSeries; + for (var setIdx = 0; setIdx < this.layout_.points.length; ++setIdx) { + var boundary = this.getLeftBoundary_(setIdx); + var rowIdx = row - boundary; + var points = this.layout_.points[setIdx]; + if (rowIdx >= points.length) continue; + var p1 = points[rowIdx]; + if (!utils.isValidPoint(p1)) continue; + var py = p1.canvasy; + if (domX > p1.canvasx && rowIdx + 1 < points.length) { // interpolate series Y value using next point + var p2 = points[rowIdx + 1]; + if (utils.isValidPoint(p2)) { + var dx = p2.canvasx - p1.canvasx; + if (dx > 0) { + var r = (domX - p1.canvasx) / dx; + py += r * (p2.canvasy - p1.canvasy); + } + } + } else if (domX < p1.canvasx && rowIdx > 0) { // interpolate series Y value using previous point + var p0 = points[rowIdx - 1]; + if (utils.isValidPoint(p0)) { + var dx = p1.canvasx - p0.canvasx; + if (dx > 0) { + var r = (p1.canvasx - domX) / dx; + py += r * (p0.canvasy - p1.canvasy); + } + } + } // Stop if the point (domX, py) is above this series' upper edge + if (setIdx === 0 || py < domY) { + closestPoint = p1; + closestSeries = setIdx; + } + } + var name = this.layout_.setNames[closestSeries]; + return { + row: row, + seriesName: name, + point: closestPoint + }; + }; + /** + * When the mouse moves in the canvas, display information about a nearby data + * point and draw dots over those points in the data series. This function + * takes care of cleanup of previously-drawn dots. + * @param {Object} event The mousemove event from the browser. + * @private + */ + Dygraph.prototype.mouseMove_ = function(event) { // This prevents JS errors when mousing over the canvas before data loads. + var points = this.layout_.points; + if (points === undefined || points === null) return; + var canvasCoords = this.eventToDomCoords(event); + var canvasx = canvasCoords[0]; + var canvasy = canvasCoords[1]; + var highlightSeriesOpts = this.getOption("highlightSeriesOpts"); + var selectionChanged = false; + if (highlightSeriesOpts && !this.isSeriesLocked()) { + var closest; + if (this.getBooleanOption("stackedGraph")) { + closest = this.findStackedPoint(canvasx, canvasy); + } else { + closest = this.findClosestPoint(canvasx, canvasy); + } + selectionChanged = this.setSelection(closest.row, closest.seriesName); + } else { + var idx = this.findClosestRow(canvasx); + selectionChanged = this.setSelection(idx); + } + var callback = this.getFunctionOption("highlightCallback"); + if (callback && selectionChanged) { + callback.call(this, event, this.lastx_, this.selPoints_, this.lastRow_, this.highlightSet_); + } + }; + /** + * Fetch left offset from the specified set index or if not passed, the + * first defined boundaryIds record (see bug #236). + * @private + */ + Dygraph.prototype.getLeftBoundary_ = function(setIdx) { + if (this.boundaryIds_[setIdx]) { + return this.boundaryIds_[setIdx][0]; + } else { + for (var i = 0; i < this.boundaryIds_.length; i++) { + if (this.boundaryIds_[i] !== undefined) { + return this.boundaryIds_[i][0]; + } + } + return 0; + } + }; + Dygraph.prototype.animateSelection_ = function(direction) { + var totalSteps = 10; + var millis = 30; + if (this.fadeLevel === undefined) this.fadeLevel = 0; + if (this.animateId === undefined) this.animateId = 0; + var start = this.fadeLevel; + var steps = direction < 0 ? start : totalSteps - start; + if (steps <= 0) { + if (this.fadeLevel) { + this.updateSelection_(1.0); + } + return; + } + var thisId = ++this.animateId; + var that = this; + var cleanupIfClearing = function cleanupIfClearing() { // if we haven't reached fadeLevel 0 in the max frame time, + // ensure that the clear happens and just go to 0 + if (that.fadeLevel !== 0 && direction < 0) { + that.fadeLevel = 0; + that.clearSelection(); + } + }; + utils.repeatAndCleanup(function(n) { // ignore simultaneous animations + if (that.animateId != thisId) return; + that.fadeLevel += direction; + if (that.fadeLevel === 0) { + that.clearSelection(); + } else { + that.updateSelection_(that.fadeLevel / totalSteps); + } + }, steps, millis, cleanupIfClearing); + }; + /** + * Draw dots over the selectied points in the data series. This function + * takes care of cleanup of previously-drawn dots. + * @private + */ + Dygraph.prototype.updateSelection_ = function(opt_animFraction) { /*var defaultPrevented = */ + this.cascadeEvents_('select', { + selectedRow: this.lastRow_ === -1 ? undefined : this.lastRow_, + selectedX: this.lastx_ === -1 ? undefined : this.lastx_, + selectedPoints: this.selPoints_ + }); // TODO(danvk): use defaultPrevented here? + // Clear the previously drawn vertical, if there is one + var i; + var ctx = this.canvas_ctx_; + if (this.getOption('highlightSeriesOpts')) { + ctx.clearRect(0, 0, this.width_, this.height_); + var alpha = 1.0 - this.getNumericOption('highlightSeriesBackgroundAlpha'); + var backgroundColor = utils.toRGB_(this.getOption('highlightSeriesBackgroundColor')); + if (alpha) { // Activating background fade includes an animation effect for a gradual + // fade. TODO(klausw): make this independently configurable if it causes + // issues? Use a shared preference to control animations? + var animateBackgroundFade = true; + if (animateBackgroundFade) { + if (opt_animFraction === undefined) { // start a new animation + this.animateSelection_(1); + return; + } + alpha *= opt_animFraction; + } + ctx.fillStyle = 'rgba(' + backgroundColor.r + ',' + backgroundColor.g + ',' + backgroundColor.b + ',' + alpha + ')'; + ctx.fillRect(0, 0, this.width_, this.height_); + } // Redraw only the highlighted series in the interactive canvas (not the + // static plot canvas, which is where series are usually drawn). + this.plotter_._renderLineChart(this.highlightSet_, ctx); + } else if (this.previousVerticalX_ >= 0) { // Determine the maximum highlight circle size. + var maxCircleSize = 0; + var labels = this.attr_('labels'); + for (i = 1; i < labels.length; i++) { + var r = this.getNumericOption('highlightCircleSize', labels[i]); + if (r > maxCircleSize) maxCircleSize = r; + } + var px = this.previousVerticalX_; + ctx.clearRect(px - maxCircleSize - 1, 0, 2 * maxCircleSize + 2, this.height_); + } + if (this.selPoints_.length > 0) { // Draw colored circles over the center of each selected point + var canvasx = this.selPoints_[0].canvasx; + ctx.save(); + for (i = 0; i < this.selPoints_.length; i++) { + var pt = this.selPoints_[i]; + if (isNaN(pt.canvasy)) continue; + var circleSize = this.getNumericOption('highlightCircleSize', pt.name); + var callback = this.getFunctionOption("drawHighlightPointCallback", pt.name); + var color = this.plotter_.colors[pt.name]; + if (!callback) { + callback = utils.Circles.DEFAULT; + } + ctx.lineWidth = this.getNumericOption('strokeWidth', pt.name); + ctx.strokeStyle = color; + ctx.fillStyle = color; + callback.call(this, this, pt.name, ctx, canvasx, pt.canvasy, color, circleSize, pt.idx); + } + ctx.restore(); + this.previousVerticalX_ = canvasx; + } + }; + /** + * Manually set the selected points and display information about them in the + * legend. The selection can be cleared using clearSelection() and queried + * using getSelection(). + * + * To set a selected series but not a selected point, call setSelection with + * row=false and the selected series name. + * + * @param {number} row Row number that should be highlighted (i.e. appear with + * hover dots on the chart). + * @param {seriesName} optional series name to highlight that series with the + * the highlightSeriesOpts setting. + * @param { locked } optional If true, keep seriesName selected when mousing + * over the graph, disabling closest-series highlighting. Call clearSelection() + * to unlock it. + */ + Dygraph.prototype.setSelection = function(row, opt_seriesName, opt_locked) { // Extract the points we've selected + this.selPoints_ = []; + var changed = false; + if (row !== false && row >= 0) { + if (row != this.lastRow_) changed = true; + this.lastRow_ = row; + for (var setIdx = 0; setIdx < this.layout_.points.length; ++setIdx) { + var points = this.layout_.points[setIdx]; // Check if the point at the appropriate index is the point we're looking + // for. If it is, just use it, otherwise search the array for a point + // in the proper place. + var setRow = row - this.getLeftBoundary_(setIdx); + if (setRow >= 0 && setRow < points.length && points[setRow].idx == row) { + var point = points[setRow]; + if (point.yval !== null) this.selPoints_.push(point); + } else { + for (var pointIdx = 0; pointIdx < points.length; ++pointIdx) { + var point = points[pointIdx]; + if (point.idx == row) { + if (point.yval !== null) { + this.selPoints_.push(point); + } + break; + } + } + } + } + } else { + if (this.lastRow_ >= 0) changed = true; + this.lastRow_ = -1; + } + if (this.selPoints_.length) { + this.lastx_ = this.selPoints_[0].xval; + } else { + this.lastx_ = -1; + } + if (opt_seriesName !== undefined) { + if (this.highlightSet_ !== opt_seriesName) changed = true; + this.highlightSet_ = opt_seriesName; + } + if (opt_locked !== undefined) { + this.lockedSet_ = opt_locked; + } + if (changed) { + this.updateSelection_(undefined); + } + return changed; + }; + /** + * The mouse has left the canvas. Clear out whatever artifacts remain + * @param {Object} event the mouseout event from the browser. + * @private + */ + Dygraph.prototype.mouseOut_ = function(event) { + /*if (this.getFunctionOption("unhighlightCallback")) { + this.getFunctionOption("unhighlightCallback").call(this, event); + } + if (this.getBooleanOption("hideOverlayOnMouseOut") && !this.lockedSet_) { + this.clearSelection(); + }*/ + }; + /** + * Clears the current selection (i.e. points that were highlighted by moving + * the mouse over the chart). + */ + Dygraph.prototype.clearSelection = function() { + this.cascadeEvents_('deselect', {}); + this.lockedSet_ = false; // Get rid of the overlay data + if (this.fadeLevel) { + this.animateSelection_(-1); + return; + } + this.canvas_ctx_.clearRect(0, 0, this.width_, this.height_); + this.fadeLevel = 0; + this.selPoints_ = []; + this.lastx_ = -1; + this.lastRow_ = -1; + this.highlightSet_ = null; + }; + /** + * Returns the number of the currently selected row. To get data for this row, + * you can use the getValue method. + * @return {number} row number, or -1 if nothing is selected + */ + Dygraph.prototype.getSelection = function() { + if (!this.selPoints_ || this.selPoints_.length < 1) { + return -1; + } + for (var setIdx = 0; setIdx < this.layout_.points.length; setIdx++) { + var points = this.layout_.points[setIdx]; + for (var row = 0; row < points.length; row++) { + if (points[row].x == this.selPoints_[0].x) { + return points[row].idx; + } + } + } + return -1; + }; + /** + * Returns the name of the currently-highlighted series. + * Only available when the highlightSeriesOpts option is in use. + */ + Dygraph.prototype.getHighlightSeries = function() { + return this.highlightSet_; + }; + /** + * Returns true if the currently-highlighted series was locked + * via setSelection(..., seriesName, true). + */ + Dygraph.prototype.isSeriesLocked = function() { + return this.lockedSet_; + }; + /** + * Fires when there's data available to be graphed. + * @param {string} data Raw CSV data to be plotted + * @private + */ + Dygraph.prototype.loadedEvent_ = function(data) { + this.rawData_ = this.parseCSV_(data); + this.cascadeDataDidUpdateEvent_(); + this.predraw_(); + }; + /** + * Add ticks on the x-axis representing years, months, quarters, weeks, or days + * @private + */ + Dygraph.prototype.addXTicks_ = function() { // Determine the correct ticks scale on the x-axis: quarterly, monthly, ... + var range; + if (this.dateWindow_) { + range = [this.dateWindow_[0], this.dateWindow_[1]]; + } else { + range = this.xAxisExtremes(); + } + var xAxisOptionsView = this.optionsViewForAxis_('x'); + var xTicks = xAxisOptionsView('ticker')(range[0], range[1], this.plotter_.area.w, // TODO(danvk): should be area.width + xAxisOptionsView, this); // var msg = 'ticker(' + range[0] + ', ' + range[1] + ', ' + this.width_ + ', ' + this.attr_('pixelsPerXLabel') + ') -> ' + JSON.stringify(xTicks); + // console.log(msg); + this.layout_.setXTicks(xTicks); + }; + /** + * Returns the correct handler class for the currently set options. + * @private + */ + Dygraph.prototype.getHandlerClass_ = function() { + var handlerClass; + if (this.attr_('dataHandler')) { + handlerClass = this.attr_('dataHandler'); + } else if (this.fractions_) { + if (this.getBooleanOption('errorBars')) { + handlerClass = _datahandlerBarsFractions2['default']; + } else { + handlerClass = _datahandlerDefaultFractions2['default']; + } + } else if (this.getBooleanOption('customBars')) { + handlerClass = _datahandlerBarsCustom2['default']; + } else if (this.getBooleanOption('errorBars')) { + handlerClass = _datahandlerBarsError2['default']; + } else { + handlerClass = _datahandlerDefault2['default']; + } + return handlerClass; + }; + /** + * @private + * This function is called once when the chart's data is changed or the options + * dictionary is updated. It is _not_ called when the user pans or zooms. The + * idea is that values derived from the chart's data can be computed here, + * rather than every time the chart is drawn. This includes things like the + * number of axes, rolling averages, etc. + */ + Dygraph.prototype.predraw_ = function() { + var start = new Date(); // Create the correct dataHandler + this.dataHandler_ = new(this.getHandlerClass_())(); + this.layout_.computePlotArea(); // TODO(danvk): move more computations out of drawGraph_ and into here. + this.computeYAxes_(); + if (!this.is_initial_draw_) { + this.canvas_ctx_.restore(); + this.hidden_ctx_.restore(); + } + this.canvas_ctx_.save(); + this.hidden_ctx_.save(); // Create a new plotter. + this.plotter_ = new _dygraphCanvas2['default'](this, this.hidden_, this.hidden_ctx_, this.layout_); // The roller sits in the bottom left corner of the chart. We don't know where + // this will be until the options are available, so it's positioned here. + this.createRollInterface_(); + this.cascadeEvents_('predraw'); // Convert the raw data (a 2D array) into the internal format and compute + // rolling averages. + this.rolledSeries_ = [null]; // x-axis is the first series and it's special + for (var i = 1; i < this.numColumns(); i++) { // var logScale = this.attr_('logscale', i); // TODO(klausw): this looks wrong // konigsberg thinks so too. + var series = this.dataHandler_.extractSeries(this.rawData_, i, this.attributes_); + if (this.rollPeriod_ > 1) { + series = this.dataHandler_.rollingAverage(series, this.rollPeriod_, this.attributes_); + } + this.rolledSeries_.push(series); + } // If the data or options have changed, then we'd better redraw. + this.drawGraph_(); // This is used to determine whether to do various animations. + var end = new Date(); + this.drawingTimeMs_ = end - start; + }; + /** + * Point structure. + * + * xval_* and yval_* are the original unscaled data values, + * while x_* and y_* are scaled to the range (0.0-1.0) for plotting. + * yval_stacked is the cumulative Y value used for stacking graphs, + * and bottom/top/minus/plus are used for error bar graphs. + * + * @typedef {{ + * idx: number, + * name: string, + * x: ?number, + * xval: ?number, + * y_bottom: ?number, + * y: ?number, + * y_stacked: ?number, + * y_top: ?number, + * yval_minus: ?number, + * yval: ?number, + * yval_plus: ?number, + * yval_stacked + * }} + */ + Dygraph.PointType = undefined; + /** + * Calculates point stacking for stackedGraph=true. + * + * For stacking purposes, interpolate or extend neighboring data across + * NaN values based on stackedGraphNaNFill settings. This is for display + * only, the underlying data value as shown in the legend remains NaN. + * + * @param {Array.} points Point array for a single series. + * Updates each Point's yval_stacked property. + * @param {Array.} cumulativeYval Accumulated top-of-graph stacked Y + * values for the series seen so far. Index is the row number. Updated + * based on the current series's values. + * @param {Array.} seriesExtremes Min and max values, updated + * to reflect the stacked values. + * @param {string} fillMethod Interpolation method, one of 'all', 'inside', or + * 'none'. + * @private + */ + Dygraph.stackPoints_ = function(points, cumulativeYval, seriesExtremes, fillMethod) { + var lastXval = null; + var prevPoint = null; + var nextPoint = null; + var nextPointIdx = -1; // Find the next stackable point starting from the given index. + var updateNextPoint = function updateNextPoint(idx) { // If we've previously found a non-NaN point and haven't gone past it yet, + // just use that. + if (nextPointIdx >= idx) return; // We haven't found a non-NaN point yet or have moved past it, + // look towards the right to find a non-NaN point. + for (var j = idx; j < points.length; ++j) { // Clear out a previously-found point (if any) since it's no longer + // valid, we shouldn't use it for interpolation anymore. + nextPoint = null; + if (!isNaN(points[j].yval) && points[j].yval !== null) { + nextPointIdx = j; + nextPoint = points[j]; + break; + } + } + }; + for (var i = 0; i < points.length; ++i) { + var point = points[i]; + var xval = point.xval; + if (cumulativeYval[xval] === undefined) { + cumulativeYval[xval] = 0; + } + var actualYval = point.yval; + if (isNaN(actualYval) || actualYval === null) { + if (fillMethod == 'none') { + actualYval = 0; + } else { // Interpolate/extend for stacking purposes if possible. + updateNextPoint(i); + if (prevPoint && nextPoint && fillMethod != 'none') { // Use linear interpolation between prevPoint and nextPoint. + actualYval = prevPoint.yval + (nextPoint.yval - prevPoint.yval) * ((xval - prevPoint.xval) / (nextPoint.xval - prevPoint.xval)); + } else if (prevPoint && fillMethod == 'all') { + actualYval = prevPoint.yval; + } else if (nextPoint && fillMethod == 'all') { + actualYval = nextPoint.yval; + } else { + actualYval = 0; + } + } + } else { + prevPoint = point; + } + var stackedYval = cumulativeYval[xval]; + if (lastXval != xval) { // If an x-value is repeated, we ignore the duplicates. + stackedYval += actualYval; + cumulativeYval[xval] = stackedYval; + } + lastXval = xval; + point.yval_stacked = stackedYval; + if (stackedYval > seriesExtremes[1]) { + seriesExtremes[1] = stackedYval; + } + if (stackedYval < seriesExtremes[0]) { + seriesExtremes[0] = stackedYval; + } + } + }; + /** + * Loop over all fields and create datasets, calculating extreme y-values for + * each series and extreme x-indices as we go. + * + * dateWindow is passed in as an explicit parameter so that we can compute + * extreme values "speculatively", i.e. without actually setting state on the + * dygraph. + * + * @param {Array.)>>} rolledSeries, where + * rolledSeries[seriesIndex][row] = raw point, where + * seriesIndex is the column number starting with 1, and + * rawPoint is [x,y] or [x, [y, err]] or [x, [y, yminus, yplus]]. + * @param {?Array.} dateWindow [xmin, xmax] pair, or null. + * @return {{ + * points: Array.>, + * seriesExtremes: Array.>, + * boundaryIds: Array.}} + * @private + */ + Dygraph.prototype.gatherDatasets_ = function(rolledSeries, dateWindow) { + var boundaryIds = []; + var points = []; + var cumulativeYval = []; // For stacked series. + var extremes = {}; // series name -> [low, high] + var seriesIdx, sampleIdx; + var firstIdx, lastIdx; + var axisIdx; // Loop over the fields (series). Go from the last to the first, + // because if they're stacked that's how we accumulate the values. + var num_series = rolledSeries.length - 1; + var series; + for (seriesIdx = num_series; seriesIdx >= 1; seriesIdx--) { + if (!this.visibility()[seriesIdx - 1]) continue; // Prune down to the desired range, if necessary (for zooming) + // Because there can be lines going to points outside of the visible area, + // we actually prune to visible points, plus one on either side. + if (dateWindow) { + series = rolledSeries[seriesIdx]; + var low = dateWindow[0]; + var high = dateWindow[1]; // TODO(danvk): do binary search instead of linear search. + // TODO(danvk): pass firstIdx and lastIdx directly to the renderer. + firstIdx = null; + lastIdx = null; + for (sampleIdx = 0; sampleIdx < series.length; sampleIdx++) { + if (series[sampleIdx][0] >= low && firstIdx === null) { + firstIdx = sampleIdx; + } + if (series[sampleIdx][0] <= high) { + lastIdx = sampleIdx; + } + } + if (firstIdx === null) firstIdx = 0; + var correctedFirstIdx = firstIdx; + var isInvalidValue = true; + while (isInvalidValue && correctedFirstIdx > 0) { + correctedFirstIdx--; // check if the y value is null. + isInvalidValue = series[correctedFirstIdx][1] === null; + } + if (lastIdx === null) lastIdx = series.length - 1; + var correctedLastIdx = lastIdx; + isInvalidValue = true; + while (isInvalidValue && correctedLastIdx < series.length - 1) { + correctedLastIdx++; + isInvalidValue = series[correctedLastIdx][1] === null; + } + if (correctedFirstIdx !== firstIdx) { + firstIdx = correctedFirstIdx; + } + if (correctedLastIdx !== lastIdx) { + lastIdx = correctedLastIdx; + } + boundaryIds[seriesIdx - 1] = [firstIdx, lastIdx]; // .slice's end is exclusive, we want to include lastIdx. + series = series.slice(firstIdx, lastIdx + 1); + } else { + series = rolledSeries[seriesIdx]; + boundaryIds[seriesIdx - 1] = [0, series.length - 1]; + } + var seriesName = this.attr_("labels")[seriesIdx]; + var seriesExtremes = this.dataHandler_.getExtremeYValues(series, dateWindow, this.getBooleanOption("stepPlot", seriesName)); + var seriesPoints = this.dataHandler_.seriesToPoints(series, seriesName, boundaryIds[seriesIdx - 1][0]); + if (this.getBooleanOption("stackedGraph")) { + axisIdx = this.attributes_.axisForSeries(seriesName); + if (cumulativeYval[axisIdx] === undefined) { + cumulativeYval[axisIdx] = []; + } + Dygraph.stackPoints_(seriesPoints, cumulativeYval[axisIdx], seriesExtremes, this.getBooleanOption("stackedGraphNaNFill")); + } + extremes[seriesName] = seriesExtremes; + points[seriesIdx] = seriesPoints; + } + return { + points: points, + extremes: extremes, + boundaryIds: boundaryIds + }; + }; + /** + * Update the graph with new data. This method is called when the viewing area + * has changed. If the underlying data or options have changed, predraw_ will + * be called before drawGraph_ is called. + * + * @private + */ + Dygraph.prototype.drawGraph_ = function() { + var start = new Date(); // This is used to set the second parameter to drawCallback, below. + var is_initial_draw = this.is_initial_draw_; + this.is_initial_draw_ = false; + this.layout_.removeAllDatasets(); + this.setColors_(); + this.attrs_.pointSize = 0.5 * this.getNumericOption('highlightCircleSize'); + var packed = this.gatherDatasets_(this.rolledSeries_, this.dateWindow_); + var points = packed.points; + var extremes = packed.extremes; + this.boundaryIds_ = packed.boundaryIds; + this.setIndexByName_ = {}; + var labels = this.attr_("labels"); + var dataIdx = 0; + for (var i = 1; i < points.length; i++) { + if (!this.visibility()[i - 1]) continue; + this.layout_.addDataset(labels[i], points[i]); + this.datasetIndex_[i] = dataIdx++; + } + for (var i = 0; i < labels.length; i++) { + this.setIndexByName_[labels[i]] = i; + } + this.computeYAxisRanges_(extremes); + this.layout_.setYAxes(this.axes_); + this.addXTicks_(); // Tell PlotKit to use this new data and render itself + this.layout_.evaluate(); + this.renderGraph_(is_initial_draw); + if (this.getStringOption("timingName")) { + var end = new Date(); + console.log(this.getStringOption("timingName") + " - drawGraph: " + (end - start) + "ms"); + } + }; + /** + * This does the work of drawing the chart. It assumes that the layout and axis + * scales have already been set (e.g. by predraw_). + * + * @private + */ + Dygraph.prototype.renderGraph_ = function(is_initial_draw) { + this.cascadeEvents_('clearChart'); + this.plotter_.clear(); + var underlayCallback = this.getFunctionOption('underlayCallback'); + if (underlayCallback) { // NOTE: we pass the dygraph object to this callback twice to avoid breaking + // users who expect a deprecated form of this callback. + underlayCallback.call(this, this.hidden_ctx_, this.layout_.getPlotArea(), this, this); + } + var e = { + canvas: this.hidden_, + drawingContext: this.hidden_ctx_ + }; + this.cascadeEvents_('willDrawChart', e); + this.plotter_.render(); + this.cascadeEvents_('didDrawChart', e); + this.lastRow_ = -1; // because plugins/legend.js clears the legend + // TODO(danvk): is this a performance bottleneck when panning? + // The interaction canvas should already be empty in that situation. + this.canvas_.getContext('2d').clearRect(0, 0, this.width_, this.height_); + var drawCallback = this.getFunctionOption("drawCallback"); + if (drawCallback !== null) { + drawCallback.call(this, this, is_initial_draw); + } + if (is_initial_draw) { + this.readyFired_ = true; + while (this.readyFns_.length > 0) { + var fn = this.readyFns_.pop(); + fn(this); + } + } + }; + /** + * @private + * Determine properties of the y-axes which are independent of the data + * currently being displayed. This includes things like the number of axes and + * the style of the axes. It does not include the range of each axis and its + * tick marks. + * This fills in this.axes_. + * axes_ = [ { options } ] + * indices are into the axes_ array. + */ + Dygraph.prototype.computeYAxes_ = function() { + var axis, index, opts, v; // this.axes_ doesn't match this.attributes_.axes_.options. It's used for + // data computation as well as options storage. + // Go through once and add all the axes. + this.axes_ = []; + for (axis = 0; axis < this.attributes_.numAxes(); axis++) { // Add a new axis, making a copy of its per-axis options. + opts = { + g: this + }; + utils.update(opts, this.attributes_.axisOptions(axis)); + this.axes_[axis] = opts; + } + for (axis = 0; axis < this.axes_.length; axis++) { + if (axis === 0) { + opts = this.optionsViewForAxis_('y' + (axis ? '2' : '')); + v = opts("valueRange"); + if (v) this.axes_[axis].valueRange = v; + } else { // To keep old behavior + var axes = this.user_attrs_.axes; + if (axes && axes.y2) { + v = axes.y2.valueRange; + if (v) this.axes_[axis].valueRange = v; + } + } + } + }; + /** + * Returns the number of y-axes on the chart. + * @return {number} the number of axes. + */ + Dygraph.prototype.numAxes = function() { + return this.attributes_.numAxes(); + }; + /** + * @private + * Returns axis properties for the given series. + * @param {string} setName The name of the series for which to get axis + * properties, e.g. 'Y1'. + * @return {Object} The axis properties. + */ + Dygraph.prototype.axisPropertiesForSeries = function(series) { // TODO(danvk): handle errors. + return this.axes_[this.attributes_.axisForSeries(series)]; + }; + /** + * @private + * Determine the value range and tick marks for each axis. + * @param {Object} extremes A mapping from seriesName -> [low, high] + * This fills in the valueRange and ticks fields in each entry of this.axes_. + */ + Dygraph.prototype.computeYAxisRanges_ = function(extremes) { + var isNullUndefinedOrNaN = function isNullUndefinedOrNaN(num) { + return isNaN(parseFloat(num)); + }; + var numAxes = this.attributes_.numAxes(); + var ypadCompat, span, series, ypad; + var p_axis; // Compute extreme values, a span and tick marks for each axis. + for (var i = 0; i < numAxes; i++) { + var axis = this.axes_[i]; + var logscale = this.attributes_.getForAxis("logscale", i); + var includeZero = this.attributes_.getForAxis("includeZero", i); + var independentTicks = this.attributes_.getForAxis("independentTicks", i); + series = this.attributes_.seriesForAxis(i); // Add some padding. This supports two Y padding operation modes: + // + // - backwards compatible (yRangePad not set): + // 10% padding for automatic Y ranges, but not for user-supplied + // ranges, and move a close-to-zero edge to zero, since drawing at the edge + // results in invisible lines. Unfortunately lines drawn at the edge of a + // user-supplied range will still be invisible. If logscale is + // set, add a variable amount of padding at the top but + // none at the bottom. + // + // - new-style (yRangePad set by the user): + // always add the specified Y padding. + // + ypadCompat = true; + ypad = 0.1; // add 10% + var yRangePad = this.getNumericOption('yRangePad'); + if (yRangePad !== null) { + ypadCompat = false; // Convert pixel padding to ratio + ypad = yRangePad / this.plotter_.area.h; + } + if (series.length === 0) { // If no series are defined or visible then use a reasonable default + axis.extremeRange = [0, 1]; + } else { // Calculate the extremes of extremes. + var minY = Infinity; // extremes[series[0]][0]; + var maxY = -Infinity; // extremes[series[0]][1]; + var extremeMinY, extremeMaxY; + for (var j = 0; j < series.length; j++) { // this skips invisible series + if (!extremes.hasOwnProperty(series[j])) continue; // Only use valid extremes to stop null data series' from corrupting the scale. + extremeMinY = extremes[series[j]][0]; + if (extremeMinY !== null) { + minY = Math.min(extremeMinY, minY); + } + extremeMaxY = extremes[series[j]][1]; + if (extremeMaxY !== null) { + maxY = Math.max(extremeMaxY, maxY); + } + } // Include zero if requested by the user. + if (includeZero && !logscale) { + if (minY > 0) minY = 0; + if (maxY < 0) maxY = 0; + } // Ensure we have a valid scale, otherwise default to [0, 1] for safety. + if (minY == Infinity) minY = 0; + if (maxY == -Infinity) maxY = 1; + span = maxY - minY; // special case: if we have no sense of scale, center on the sole value. + if (span === 0) { + if (maxY !== 0) { + span = Math.abs(maxY); + } else { // ... and if the sole value is zero, use range 0-1. + maxY = 1; + span = 1; + } + } + var maxAxisY = maxY, + minAxisY = minY; + if (ypadCompat) { + if (logscale) { + maxAxisY = maxY + ypad * span; + minAxisY = minY; + } else { + maxAxisY = maxY + ypad * span; + minAxisY = minY - ypad * span; // Backwards-compatible behavior: Move the span to start or end at zero if it's + // close to zero. + if (minAxisY < 0 && minY >= 0) minAxisY = 0; + if (maxAxisY > 0 && maxY <= 0) maxAxisY = 0; + } + } + axis.extremeRange = [minAxisY, maxAxisY]; + } + if (axis.valueRange) { // This is a user-set value range for this axis. + var y0 = isNullUndefinedOrNaN(axis.valueRange[0]) ? axis.extremeRange[0] : axis.valueRange[0]; + var y1 = isNullUndefinedOrNaN(axis.valueRange[1]) ? axis.extremeRange[1] : axis.valueRange[1]; + axis.computedValueRange = [y0, y1]; + } else { + axis.computedValueRange = axis.extremeRange; + } + if (!ypadCompat) { // When using yRangePad, adjust the upper/lower bounds to add + // padding unless the user has zoomed/panned the Y axis range. + if (logscale) { + y0 = axis.computedValueRange[0]; + y1 = axis.computedValueRange[1]; + var y0pct = ypad / (2 * ypad - 1); + var y1pct = (ypad - 1) / (2 * ypad - 1); + axis.computedValueRange[0] = utils.logRangeFraction(y0, y1, y0pct); + axis.computedValueRange[1] = utils.logRangeFraction(y0, y1, y1pct); + } else { + y0 = axis.computedValueRange[0]; + y1 = axis.computedValueRange[1]; + span = y1 - y0; + axis.computedValueRange[0] = y0 - span * ypad; + axis.computedValueRange[1] = y1 + span * ypad; + } + } + if (independentTicks) { + axis.independentTicks = independentTicks; + var opts = this.optionsViewForAxis_('y' + (i ? '2' : '')); + var ticker = opts('ticker'); + axis.ticks = ticker(axis.computedValueRange[0], axis.computedValueRange[1], this.plotter_.area.h, opts, this); // Define the first independent axis as primary axis. + if (!p_axis) p_axis = axis; + } + } + if (p_axis === undefined) { + throw "Configuration Error: At least one axis has to have the \"independentTicks\" option activated."; + } // Add ticks. By default, all axes inherit the tick positions of the + // primary axis. However, if an axis is specifically marked as having + // independent ticks, then that is permissible as well. + for (var i = 0; i < numAxes; i++) { + var axis = this.axes_[i]; + if (!axis.independentTicks) { + var opts = this.optionsViewForAxis_('y' + (i ? '2' : '')); + var ticker = opts('ticker'); + var p_ticks = p_axis.ticks; + var p_scale = p_axis.computedValueRange[1] - p_axis.computedValueRange[0]; + var scale = axis.computedValueRange[1] - axis.computedValueRange[0]; + var tick_values = []; + for (var k = 0; k < p_ticks.length; k++) { + var y_frac = (p_ticks[k].v - p_axis.computedValueRange[0]) / p_scale; + var y_val = axis.computedValueRange[0] + y_frac * scale; + tick_values.push(y_val); + } + axis.ticks = ticker(axis.computedValueRange[0], axis.computedValueRange[1], this.plotter_.area.h, opts, this, tick_values); + } + } + }; + /** + * Detects the type of the str (date or numeric) and sets the various + * formatting attributes in this.attrs_ based on this type. + * @param {string} str An x value. + * @private + */ + Dygraph.prototype.detectTypeFromString_ = function(str) { + var isDate = false; + var dashPos = str.indexOf('-'); // could be 2006-01-01 _or_ 1.0e-2 + if (dashPos > 0 && str[dashPos - 1] != 'e' && str[dashPos - 1] != 'E' || str.indexOf('/') >= 0 || isNaN(parseFloat(str))) { + isDate = true; + } else if (str.length == 8 && str > '19700101' && str < '20371231') { // TODO(danvk): remove support for this format. + isDate = true; + } + this.setXAxisOptions_(isDate); + }; + Dygraph.prototype.setXAxisOptions_ = function(isDate) { + if (isDate) { + this.attrs_.xValueParser = utils.dateParser; + this.attrs_.axes.x.valueFormatter = utils.dateValueFormatter; + this.attrs_.axes.x.ticker = DygraphTickers.dateTicker; + this.attrs_.axes.x.axisLabelFormatter = utils.dateAxisLabelFormatter; + } else { /** @private (shut up, jsdoc!) */ + this.attrs_.xValueParser = function(x) { + return parseFloat(x); + }; // TODO(danvk): use Dygraph.numberValueFormatter here? + /** @private (shut up, jsdoc!) */ + this.attrs_.axes.x.valueFormatter = function(x) { + return x; + }; + this.attrs_.axes.x.ticker = DygraphTickers.numericTicks; + this.attrs_.axes.x.axisLabelFormatter = this.attrs_.axes.x.valueFormatter; + } + }; + /** + * @private + * Parses a string in a special csv format. We expect a csv file where each + * line is a date point, and the first field in each line is the date string. + * We also expect that all remaining fields represent series. + * if the errorBars attribute is set, then interpret the fields as: + * date, series1, stddev1, series2, stddev2, ... + * @param {[Object]} data See above. + * + * @return [Object] An array with one entry for each row. These entries + * are an array of cells in that row. The first entry is the parsed x-value for + * the row. The second, third, etc. are the y-values. These can take on one of + * three forms, depending on the CSV and constructor parameters: + * 1. numeric value + * 2. [ value, stddev ] + * 3. [ low value, center value, high value ] + */ + Dygraph.prototype.parseCSV_ = function(data) { + var ret = []; + var line_delimiter = utils.detectLineDelimiter(data); + var lines = data.split(line_delimiter || "\n"); + var vals, j; // Use the default delimiter or fall back to a tab if that makes sense. + var delim = this.getStringOption('delimiter'); + if (lines[0].indexOf(delim) == -1 && lines[0].indexOf('\t') >= 0) { + delim = '\t'; + } + var start = 0; + if (!('labels' in this.user_attrs_)) { // User hasn't explicitly set labels, so they're (presumably) in the CSV. + start = 1; + this.attrs_.labels = lines[0].split(delim); // NOTE: _not_ user_attrs_. + this.attributes_.reparseSeries(); + } + var line_no = 0; + var xParser; + var defaultParserSet = false; // attempt to auto-detect x value type + var expectedCols = this.attr_("labels").length; + var outOfOrder = false; + for (var i = start; i < lines.length; i++) { + var line = lines[i]; + line_no = i; + if (line.length === 0) continue; // skip blank lines + if (line[0] == '#') continue; // skip comment lines + var inFields = line.split(delim); + if (inFields.length < 2) continue; + var fields = []; + if (!defaultParserSet) { + this.detectTypeFromString_(inFields[0]); + xParser = this.getFunctionOption("xValueParser"); + defaultParserSet = true; + } + fields[0] = xParser(inFields[0], this); // If fractions are expected, parse the numbers as "A/B" + if (this.fractions_) { + for (j = 1; j < inFields.length; j++) { // TODO(danvk): figure out an appropriate way to flag parse errors. + vals = inFields[j].split("/"); + if (vals.length != 2) { + console.error('Expected fractional "num/den" values in CSV data ' + "but found a value '" + inFields[j] + "' on line " + (1 + i) + " ('" + line + "') which is not of this form."); + fields[j] = [0, 0]; + } else { + fields[j] = [utils.parseFloat_(vals[0], i, line), utils.parseFloat_(vals[1], i, line)]; + } + } + } else if (this.getBooleanOption("errorBars")) { // If there are error bars, values are (value, stddev) pairs + if (inFields.length % 2 != 1) { + console.error('Expected alternating (value, stdev.) pairs in CSV data ' + 'but line ' + (1 + i) + ' has an odd number of values (' + (inFields.length - 1) + "): '" + line + "'"); + } + for (j = 1; j < inFields.length; j += 2) { + fields[(j + 1) / 2] = [utils.parseFloat_(inFields[j], i, line), utils.parseFloat_(inFields[j + 1], i, line)]; + } + } else if (this.getBooleanOption("customBars")) { // Bars are a low;center;high tuple + for (j = 1; j < inFields.length; j++) { + var val = inFields[j]; + if (/^ *$/.test(val)) { + fields[j] = [null, null, null]; + } else { + vals = val.split(";"); + if (vals.length == 3) { + fields[j] = [utils.parseFloat_(vals[0], i, line), utils.parseFloat_(vals[1], i, line), utils.parseFloat_(vals[2], i, line)]; + } else { + console.warn('When using customBars, values must be either blank ' + 'or "low;center;high" tuples (got "' + val + '" on line ' + (1 + i)); + } + } + } + } else { // Values are just numbers + for (j = 1; j < inFields.length; j++) { + fields[j] = utils.parseFloat_(inFields[j], i, line); + } + } + if (ret.length > 0 && fields[0] < ret[ret.length - 1][0]) { + outOfOrder = true; + } + if (fields.length != expectedCols) { + console.error("Number of columns in line " + i + " (" + fields.length + ") does not agree with number of labels (" + expectedCols + ") " + line); + } // If the user specified the 'labels' option and none of the cells of the + // first row parsed correctly, then they probably double-specified the + // labels. We go with the values set in the option, discard this row and + // log a warning to the JS console. + if (i === 0 && this.attr_('labels')) { + var all_null = true; + for (j = 0; all_null && j < fields.length; j++) { + if (fields[j]) all_null = false; + } + if (all_null) { + console.warn("The dygraphs 'labels' option is set, but the first row " + "of CSV data ('" + line + "') appears to also contain " + "labels. Will drop the CSV labels and use the option " + "labels."); + continue; + } + } + ret.push(fields); + } + if (outOfOrder) { + console.warn("CSV is out of order; order it correctly to speed loading."); + ret.sort(function(a, b) { + return a[0] - b[0]; + }); + } + return ret; + }; // In native format, all values must be dates or numbers. + // This check isn't perfect but will catch most mistaken uses of strings. + function validateNativeFormat(data) { + var firstRow = data[0]; + var firstX = firstRow[0]; + if (typeof firstX !== 'number' && !utils.isDateLike(firstX)) { + throw new Error('Expected number or date but got ' + typeof firstX + ': ' + firstX + '.'); + } + for (var i = 1; i < firstRow.length; i++) { + var val = firstRow[i]; + if (val === null || val === undefined) continue; + if (typeof val === 'number') continue; + if (utils.isArrayLike(val)) continue; // e.g. error bars or custom bars. + throw new Error('Expected number or array but got ' + typeof val + ': ' + val + '.'); + } + } + /** + * The user has provided their data as a pre-packaged JS array. If the x values + * are numeric, this is the same as dygraphs' internal format. If the x values + * are dates, we need to convert them from Date objects to ms since epoch. + * @param {!Array} data + * @return {Object} data with numeric x values. + * @private + */ + Dygraph.prototype.parseArray_ = function(data) { // Peek at the first x value to see if it's numeric. + if (data.length === 0) { + console.error("Can't plot empty data set"); + return null; + } + if (data[0].length === 0) { + console.error("Data set cannot contain an empty row"); + return null; + } + validateNativeFormat(data); + var i; + if (this.attr_("labels") === null) { + console.warn("Using default labels. Set labels explicitly via 'labels' " + "in the options parameter"); + this.attrs_.labels = ["X"]; + for (i = 1; i < data[0].length; i++) { + this.attrs_.labels.push("Y" + i); // Not user_attrs_. + } + this.attributes_.reparseSeries(); + } else { + var num_labels = this.attr_("labels"); + if (num_labels.length != data[0].length) { + console.error("Mismatch between number of labels (" + num_labels + ")" + " and number of columns in array (" + data[0].length + ")"); + return null; + } + } + if (utils.isDateLike(data[0][0])) { // Some intelligent defaults for a date x-axis. + this.attrs_.axes.x.valueFormatter = utils.dateValueFormatter; + this.attrs_.axes.x.ticker = DygraphTickers.dateTicker; + this.attrs_.axes.x.axisLabelFormatter = utils.dateAxisLabelFormatter; // Assume they're all dates. + var parsedData = utils.clone(data); + for (i = 0; i < data.length; i++) { + if (parsedData[i].length === 0) { + console.error("Row " + (1 + i) + " of data is empty"); + return null; + } + if (parsedData[i][0] === null || typeof parsedData[i][0].getTime != 'function' || isNaN(parsedData[i][0].getTime())) { + console.error("x value in row " + (1 + i) + " is not a Date"); + return null; + } + parsedData[i][0] = parsedData[i][0].getTime(); + } + return parsedData; + } else { // Some intelligent defaults for a numeric x-axis. + /** @private (shut up, jsdoc!) */ + this.attrs_.axes.x.valueFormatter = function(x) { + return x; + }; + this.attrs_.axes.x.ticker = DygraphTickers.numericTicks; + this.attrs_.axes.x.axisLabelFormatter = utils.numberAxisLabelFormatter; + return data; + } + }; + /** + * Parses a DataTable object from gviz. + * The data is expected to have a first column that is either a date or a + * number. All subsequent columns must be numbers. If there is a clear mismatch + * between this.xValueParser_ and the type of the first column, it will be + * fixed. Fills out rawData_. + * @param {!google.visualization.DataTable} data See above. + * @private + */ + Dygraph.prototype.parseDataTable_ = function(data) { + var shortTextForAnnotationNum = function shortTextForAnnotationNum(num) { // converts [0-9]+ [A-Z][a-z]* + // example: 0=A, 1=B, 25=Z, 26=Aa, 27=Ab + // and continues like.. Ba Bb .. Za .. Zz..Aaa...Zzz Aaaa Zzzz + var shortText = String.fromCharCode(65 /* A */ + num % 26); + num = Math.floor(num / 26); + while (num > 0) { + shortText = String.fromCharCode(65 /* A */ + (num - 1) % 26) + shortText.toLowerCase(); + num = Math.floor((num - 1) / 26); + } + return shortText; + }; + var cols = data.getNumberOfColumns(); + var rows = data.getNumberOfRows(); + var indepType = data.getColumnType(0); + if (indepType == 'date' || indepType == 'datetime') { + this.attrs_.xValueParser = utils.dateParser; + this.attrs_.axes.x.valueFormatter = utils.dateValueFormatter; + this.attrs_.axes.x.ticker = DygraphTickers.dateTicker; + this.attrs_.axes.x.axisLabelFormatter = utils.dateAxisLabelFormatter; + } else if (indepType == 'number') { + this.attrs_.xValueParser = function(x) { + return parseFloat(x); + }; + this.attrs_.axes.x.valueFormatter = function(x) { + return x; + }; + this.attrs_.axes.x.ticker = DygraphTickers.numericTicks; + this.attrs_.axes.x.axisLabelFormatter = this.attrs_.axes.x.valueFormatter; + } else { + throw new Error("only 'date', 'datetime' and 'number' types are supported " + "for column 1 of DataTable input (Got '" + indepType + "')"); + } // Array of the column indices which contain data (and not annotations). + var colIdx = []; + var annotationCols = {}; // data index -> [annotation cols] + var hasAnnotations = false; + var i, j; + for (i = 1; i < cols; i++) { + var type = data.getColumnType(i); + if (type == 'number') { + colIdx.push(i); + } else if (type == 'string' && this.getBooleanOption('displayAnnotations')) { // This is OK -- it's an annotation column. + var dataIdx = colIdx[colIdx.length - 1]; + if (!annotationCols.hasOwnProperty(dataIdx)) { + annotationCols[dataIdx] = [i]; + } else { + annotationCols[dataIdx].push(i); + } + hasAnnotations = true; + } else { + throw new Error("Only 'number' is supported as a dependent type with Gviz." + " 'string' is only supported if displayAnnotations is true"); + } + } // Read column labels + // TODO(danvk): add support back for errorBars + var labels = [data.getColumnLabel(0)]; + for (i = 0; i < colIdx.length; i++) { + labels.push(data.getColumnLabel(colIdx[i])); + if (this.getBooleanOption("errorBars")) i += 1; + } + this.attrs_.labels = labels; + cols = labels.length; + var ret = []; + var outOfOrder = false; + var annotations = []; + for (i = 0; i < rows; i++) { + var row = []; + if (typeof data.getValue(i, 0) === 'undefined' || data.getValue(i, 0) === null) { + console.warn("Ignoring row " + i + " of DataTable because of undefined or null first column."); + continue; + } + if (indepType == 'date' || indepType == 'datetime') { + row.push(data.getValue(i, 0).getTime()); + } else { + row.push(data.getValue(i, 0)); + } + if (!this.getBooleanOption("errorBars")) { + for (j = 0; j < colIdx.length; j++) { + var col = colIdx[j]; + row.push(data.getValue(i, col)); + if (hasAnnotations && annotationCols.hasOwnProperty(col) && data.getValue(i, annotationCols[col][0]) !== null) { + var ann = {}; + ann.series = data.getColumnLabel(col); + ann.xval = row[0]; + ann.shortText = shortTextForAnnotationNum(annotations.length); + ann.text = ''; + for (var k = 0; k < annotationCols[col].length; k++) { + if (k) ann.text += "\n"; + ann.text += data.getValue(i, annotationCols[col][k]); + } + annotations.push(ann); + } + } // Strip out infinities, which give dygraphs problems later on. + for (j = 0; j < row.length; j++) { + if (!isFinite(row[j])) row[j] = null; + } + } else { + for (j = 0; j < cols - 1; j++) { + row.push([data.getValue(i, 1 + 2 * j), data.getValue(i, 2 + 2 * j)]); + } + } + if (ret.length > 0 && row[0] < ret[ret.length - 1][0]) { + outOfOrder = true; + } + ret.push(row); + } + if (outOfOrder) { + console.warn("DataTable is out of order; order it correctly to speed loading."); + ret.sort(function(a, b) { + return a[0] - b[0]; + }); + } + this.rawData_ = ret; + if (annotations.length > 0) { + this.setAnnotations(annotations, true); + } + this.attributes_.reparseSeries(); + }; + /** + * Signals to plugins that the chart data has updated. + * This happens after the data has updated but before the chart has redrawn. + * @private + */ + Dygraph.prototype.cascadeDataDidUpdateEvent_ = function() { // TODO(danvk): there are some issues checking xAxisRange() and using + // toDomCoords from handlers of this event. The visible range should be set + // when the chart is drawn, not derived from the data. + this.cascadeEvents_('dataDidUpdate', {}); + }; + /** + * Get the CSV data. If it's in a function, call that function. If it's in a + * file, do an XMLHttpRequest to get it. + * @private + */ + Dygraph.prototype.start_ = function() { + var data = this.file_; // Functions can return references of all other types. + if (typeof data == 'function') { + data = data(); + } + if (utils.isArrayLike(data)) { + this.rawData_ = this.parseArray_(data); + this.cascadeDataDidUpdateEvent_(); + this.predraw_(); + } else if (typeof data == 'object' && typeof data.getColumnRange == 'function') { // must be a DataTable from gviz. + this.parseDataTable_(data); + this.cascadeDataDidUpdateEvent_(); + this.predraw_(); + } else if (typeof data == 'string') { // Heuristic: a newline means it's CSV data. Otherwise it's an URL. + var line_delimiter = utils.detectLineDelimiter(data); + if (line_delimiter) { + this.loadedEvent_(data); + } else { // REMOVE_FOR_IE + var req; + if (window.XMLHttpRequest) { // Firefox, Opera, IE7, and other browsers will use the native object + req = new XMLHttpRequest(); + } else { // IE 5 and 6 will use the ActiveX control + req = new ActiveXObject("Microsoft.XMLHTTP"); + } + var caller = this; + req.onreadystatechange = function() { + if (req.readyState == 4) { + if (req.status === 200 || // Normal http + req.status === 0) { // Chrome w/ --allow-file-access-from-files + caller.loadedEvent_(req.responseText); + } + } + }; + req.open("GET", data, true); + req.send(null); + } + } else { + console.error("Unknown data format: " + typeof data); + } + }; + /** + * Changes various properties of the graph. These can include: + *
    + *
  • file: changes the source data for the graph
  • + *
  • errorBars: changes whether the data contains stddev
  • + *
+ * + * There's a huge variety of options that can be passed to this method. For a + * full list, see http://dygraphs.com/options.html. + * + * @param {Object} input_attrs The new properties and values + * @param {boolean} block_redraw Usually the chart is redrawn after every + * call to updateOptions(). If you know better, you can pass true to + * explicitly block the redraw. This can be useful for chaining + * updateOptions() calls, avoiding the occasional infinite loop and + * preventing redraws when it's not necessary (e.g. when updating a + * callback). + */ + Dygraph.prototype.updateOptions = function(input_attrs, block_redraw) { + if (typeof block_redraw == 'undefined') block_redraw = false; // copyUserAttrs_ drops the "file" parameter as a convenience to us. + var file = input_attrs.file; + var attrs = Dygraph.copyUserAttrs_(input_attrs); // TODO(danvk): this is a mess. Move these options into attr_. + if ('rollPeriod' in attrs) { + this.rollPeriod_ = attrs.rollPeriod; + } + if ('dateWindow' in attrs) { + this.dateWindow_ = attrs.dateWindow; + } // TODO(danvk): validate per-series options. + // Supported: + // strokeWidth + // pointSize + // drawPoints + // highlightCircleSize + // Check if this set options will require new points. + var requiresNewPoints = utils.isPixelChangingOptionList(this.attr_("labels"), attrs); + utils.updateDeep(this.user_attrs_, attrs); + this.attributes_.reparseSeries(); + if (file) { // This event indicates that the data is about to change, but hasn't yet. + // TODO(danvk): support cancelation of the update via this event. + this.cascadeEvents_('dataWillUpdate', {}); + this.file_ = file; + if (!block_redraw) this.start_(); + } else { + if (!block_redraw) { + if (requiresNewPoints) { + this.predraw_(); + } else { + this.renderGraph_(false); + } + } + } + }; + /** + * Make a copy of input attributes, removing file as a convenience. + * @private + */ + Dygraph.copyUserAttrs_ = function(attrs) { + var my_attrs = {}; + for (var k in attrs) { + if (!attrs.hasOwnProperty(k)) continue; + if (k == 'file') continue; + if (attrs.hasOwnProperty(k)) my_attrs[k] = attrs[k]; + } + return my_attrs; + }; + /** + * Resizes the dygraph. If no parameters are specified, resizes to fill the + * containing div (which has presumably changed size since the dygraph was + * instantiated. If the width/height are specified, the div will be resized. + * + * This is far more efficient than destroying and re-instantiating a + * Dygraph, since it doesn't have to reparse the underlying data. + * + * @param {number} width Width (in pixels) + * @param {number} height Height (in pixels) + */ + Dygraph.prototype.resize = function(width, height) { + if (this.resize_lock) { + return; + } + this.resize_lock = true; + if (width === null != (height === null)) { + console.warn("Dygraph.resize() should be called with zero parameters or " + "two non-NULL parameters. Pretending it was zero."); + width = height = null; + } + var old_width = this.width_; + var old_height = this.height_; + if (width) { + this.maindiv_.style.width = width + "px"; + this.maindiv_.style.height = height + "px"; + this.width_ = width; + this.height_ = height; + } else { + this.width_ = this.maindiv_.clientWidth; + this.height_ = this.maindiv_.clientHeight; + } + if (old_width != this.width_ || old_height != this.height_) { // Resizing a canvas erases it, even when the size doesn't change, so + // any resize needs to be followed by a redraw. + this.resizeElements_(); + this.predraw_(); + } + this.resize_lock = false; + }; + /** + * Adjusts the number of points in the rolling average. Updates the graph to + * reflect the new averaging period. + * @param {number} length Number of points over which to average the data. + */ + Dygraph.prototype.adjustRoll = function(length) { + this.rollPeriod_ = length; + this.predraw_(); + }; + /** + * Returns a boolean array of visibility statuses. + */ + Dygraph.prototype.visibility = function() { // Do lazy-initialization, so that this happens after we know the number of + // data series. + if (!this.getOption("visibility")) { + this.attrs_.visibility = []; + } // TODO(danvk): it looks like this could go into an infinite loop w/ user_attrs. + while (this.getOption("visibility").length < this.numColumns() - 1) { + this.attrs_.visibility.push(true); + } + return this.getOption("visibility"); + }; + /** + * Changes the visibility of one or more series. + * + * @param {number|number[]|object} num the series index or an array of series indices + * or a boolean array of visibility states by index + * or an object mapping series numbers, as keys, to + * visibility state (boolean values) + * @param {boolean} value the visibility state expressed as a boolean + */ + Dygraph.prototype.setVisibility = function(num, value) { + var x = this.visibility(); + var numIsObject = false; + if (!Array.isArray(num)) { + if (num !== null && typeof num === 'object') { + numIsObject = true; + } else { + num = [num]; + } + } + if (numIsObject) { + for (var i in num) { + if (num.hasOwnProperty(i)) { + if (i < 0 || i >= x.length) { + console.warn("Invalid series number in setVisibility: " + i); + } else { + x[i] = num[i]; + } + } + } + } else { + for (var i = 0; i < num.length; i++) { + if (typeof num[i] === 'boolean') { + if (i >= x.length) { + console.warn("Invalid series number in setVisibility: " + i); + } else { + x[i] = num[i]; + } + } else { + if (num[i] < 0 || num[i] >= x.length) { + console.warn("Invalid series number in setVisibility: " + num[i]); + } else { + x[num[i]] = value; + } + } + } + } + this.predraw_(); + }; + /** + * How large of an area will the dygraph render itself in? + * This is used for testing. + * @return A {width: w, height: h} object. + * @private + */ + Dygraph.prototype.size = function() { + return { + width: this.width_, + height: this.height_ + }; + }; + /** + * Update the list of annotations and redraw the chart. + * See dygraphs.com/annotations.html for more info on how to use annotations. + * @param ann {Array} An array of annotation objects. + * @param suppressDraw {Boolean} Set to "true" to block chart redraw (optional). + */ + Dygraph.prototype.setAnnotations = function(ann, suppressDraw) { // Only add the annotation CSS rule once we know it will be used. + this.annotations_ = ann; + if (!this.layout_) { + console.warn("Tried to setAnnotations before dygraph was ready. " + "Try setting them in a ready() block. See " + "dygraphs.com/tests/annotation.html"); + return; + } + this.layout_.setAnnotations(this.annotations_); + if (!suppressDraw) { + this.predraw_(); + } + }; + /** + * Return the list of annotations. + */ + Dygraph.prototype.annotations = function() { + return this.annotations_; + }; + /** + * Get the list of label names for this graph. The first column is the + * x-axis, so the data series names start at index 1. + * + * Returns null when labels have not yet been defined. + */ + Dygraph.prototype.getLabels = function() { + var labels = this.attr_("labels"); + return labels ? labels.slice() : null; + }; + /** + * Get the index of a series (column) given its name. The first column is the + * x-axis, so the data series start with index 1. + */ + Dygraph.prototype.indexFromSetName = function(name) { + return this.setIndexByName_[name]; + }; + /** + * Find the row number corresponding to the given x-value. + * Returns null if there is no such x-value in the data. + * If there are multiple rows with the same x-value, this will return the + * first one. + * @param {number} xVal The x-value to look for (e.g. millis since epoch). + * @return {?number} The row number, which you can pass to getValue(), or null. + */ + Dygraph.prototype.getRowForX = function(xVal) { + var low = 0, + high = this.numRows() - 1; + while (low <= high) { + var idx = high + low >> 1; + var x = this.getValue(idx, 0); + if (x < xVal) { + low = idx + 1; + } else if (x > xVal) { + high = idx - 1; + } else if (low != idx) { // equal, but there may be an earlier match. + high = idx; + } else { + return idx; + } + } + return null; + }; + /** + * Trigger a callback when the dygraph has drawn itself and is ready to be + * manipulated. This is primarily useful when dygraphs has to do an XHR for the + * data (i.e. a URL is passed as the data source) and the chart is drawn + * asynchronously. If the chart has already drawn, the callback will fire + * immediately. + * + * This is a good place to call setAnnotation(). + * + * @param {function(!Dygraph)} callback The callback to trigger when the chart + * is ready. + */ + Dygraph.prototype.ready = function(callback) { + if (this.is_initial_draw_) { + this.readyFns_.push(callback); + } else { + callback.call(this, this); + } + }; + /** + * Add an event handler. This event handler is kept until the graph is + * destroyed with a call to graph.destroy(). + * + * @param {!Node} elem The element to add the event to. + * @param {string} type The type of the event, e.g. 'click' or 'mousemove'. + * @param {function(Event):(boolean|undefined)} fn The function to call + * on the event. The function takes one parameter: the event object. + * @private + */ + Dygraph.prototype.addAndTrackEvent = function(elem, type, fn) { + utils.addEvent(elem, type, fn); + this.registeredEvents_.push({ + elem: elem, + type: type, + fn: fn + }); + }; + Dygraph.prototype.removeTrackedEvents_ = function() { + if (this.registeredEvents_) { + for (var idx = 0; idx < this.registeredEvents_.length; idx++) { + var reg = this.registeredEvents_[idx]; + utils.removeEvent(reg.elem, reg.type, reg.fn); + } + } + this.registeredEvents_ = []; + }; // Installed plugins, in order of precedence (most-general to most-specific). + Dygraph.PLUGINS = [_pluginsLegend2['default'], _pluginsAxes2['default'], _pluginsRangeSelector2['default'], // Has to be before ChartLabels so that its callbacks are called after ChartLabels' callbacks. + _pluginsChartLabels2['default'], _pluginsAnnotations2['default'], _pluginsGrid2['default'] + ]; // There are many symbols which have historically been available through the + // Dygraph class. These are exported here for backwards compatibility. + Dygraph.GVizChart = _dygraphGviz2['default']; + Dygraph.DASHED_LINE = utils.DASHED_LINE; + Dygraph.DOT_DASH_LINE = utils.DOT_DASH_LINE; + Dygraph.dateAxisLabelFormatter = utils.dateAxisLabelFormatter; + Dygraph.toRGB_ = utils.toRGB_; + Dygraph.findPos = utils.findPos; + Dygraph.pageX = utils.pageX; + Dygraph.pageY = utils.pageY; + Dygraph.dateString_ = utils.dateString_; + Dygraph.defaultInteractionModel = _dygraphInteractionModel2['default'].defaultModel; + Dygraph.nonInteractiveModel = Dygraph.nonInteractiveModel_ = _dygraphInteractionModel2['default'].nonInteractiveModel_; + Dygraph.Circles = utils.Circles; + Dygraph.Plugins = { + Legend: _pluginsLegend2['default'], + Axes: _pluginsAxes2['default'], + Annotations: _pluginsAnnotations2['default'], + ChartLabels: _pluginsChartLabels2['default'], + Grid: _pluginsGrid2['default'], + RangeSelector: _pluginsRangeSelector2['default'] + }; + Dygraph.DataHandlers = { + DefaultHandler: _datahandlerDefault2['default'], + BarsHandler: _datahandlerBars2['default'], + CustomBarsHandler: _datahandlerBarsCustom2['default'], + DefaultFractionHandler: _datahandlerDefaultFractions2['default'], + ErrorBarsHandler: _datahandlerBarsError2['default'], + FractionsBarsHandler: _datahandlerBarsFractions2['default'] + }; + Dygraph.startPan = _dygraphInteractionModel2['default'].startPan; + Dygraph.startZoom = _dygraphInteractionModel2['default'].startZoom; + Dygraph.movePan = _dygraphInteractionModel2['default'].movePan; + Dygraph.moveZoom = _dygraphInteractionModel2['default'].moveZoom; + Dygraph.endPan = _dygraphInteractionModel2['default'].endPan; + Dygraph.endZoom = _dygraphInteractionModel2['default'].endZoom; + Dygraph.numericLinearTicks = DygraphTickers.numericLinearTicks; + Dygraph.numericTicks = DygraphTickers.numericTicks; + Dygraph.dateTicker = DygraphTickers.dateTicker; + Dygraph.Granularity = DygraphTickers.Granularity; + Dygraph.getDateAxis = DygraphTickers.getDateAxis; + Dygraph.floatFormat = utils.floatFormat; + exports['default'] = Dygraph; + module.exports = exports['default']; + + }).call(this, require('_process')) + + }, { + "./datahandler/bars": 5, + "./datahandler/bars-custom": 2, + "./datahandler/bars-error": 3, + "./datahandler/bars-fractions": 4, + "./datahandler/default": 8, + "./datahandler/default-fractions": 7, + "./dygraph-canvas": 9, + "./dygraph-default-attrs": 10, + "./dygraph-gviz": 11, + "./dygraph-interaction-model": 12, + "./dygraph-layout": 13, + "./dygraph-options": 15, + "./dygraph-options-reference": 14, + "./dygraph-tickers": 16, + "./dygraph-utils": 17, + "./iframe-tarp": 19, + "./plugins/annotations": 20, + "./plugins/axes": 21, + "./plugins/chart-labels": 22, + "./plugins/grid": 23, + "./plugins/legend": 24, + "./plugins/range-selector": 25, + "_process": 1 + }], + 19: [function(require, module, exports) { + /** + * To create a "drag" interaction, you typically register a mousedown event + * handler on the element where the drag begins. In that handler, you register a + * mouseup handler on the window to determine when the mouse is released, + * wherever that release happens. This works well, except when the user releases + * the mouse over an off-domain iframe. In that case, the mouseup event is + * handled by the iframe and never bubbles up to the window handler. + * + * To deal with this issue, we cover iframes with high z-index divs to make sure + * they don't capture mouseup. + * + * Usage: + * element.addEventListener('mousedown', function() { + * var tarper = new IFrameTarp(); + * tarper.cover(); + * var mouseUpHandler = function() { + * ... + * window.removeEventListener(mouseUpHandler); + * tarper.uncover(); + * }; + * window.addEventListener('mouseup', mouseUpHandler); + * }; + * + * @constructor + */ + "use strict"; + + Object.defineProperty(exports, "__esModule", { + value: true + }); + + function _interopRequireWildcard(obj) { + if (obj && obj.__esModule) { + return obj; + } else { + var newObj = {}; + if (obj != null) { + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; + } + } + newObj["default"] = obj; + return newObj; + } + } + + var _dygraphUtils = require('./dygraph-utils'); + + var utils = _interopRequireWildcard(_dygraphUtils); + + function IFrameTarp() { + /** @type {Array.} */ + this.tarps = []; + }; + + /** + * Find all the iframes in the document and cover them with high z-index + * transparent divs. + */ + IFrameTarp.prototype.cover = function() { + var iframes = document.getElementsByTagName("iframe"); + for (var i = 0; i < iframes.length; i++) { + var iframe = iframes[i]; + var pos = utils.findPos(iframe), + x = pos.x, + y = pos.y, + width = iframe.offsetWidth, + height = iframe.offsetHeight; + + var div = document.createElement("div"); + div.style.position = "absolute"; + div.style.left = x + 'px'; + div.style.top = y + 'px'; + div.style.width = width + 'px'; + div.style.height = height + 'px'; + div.style.zIndex = 999; + document.body.appendChild(div); + this.tarps.push(div); + } + }; + + /** + * Remove all the iframe covers. You should call this in a mouseup handler. + */ + IFrameTarp.prototype.uncover = function() { + for (var i = 0; i < this.tarps.length; i++) { + this.tarps[i].parentNode.removeChild(this.tarps[i]); + } + this.tarps = []; + }; + + exports["default"] = IFrameTarp; + module.exports = exports["default"]; + + }, { + "./dygraph-utils": 17 + }], + 20: [function(require, module, exports) { + /** + * @license + * Copyright 2012 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ + + /*global Dygraph:false */ + + "use strict"; + + /** + Current bits of jankiness: + - Uses dygraph.layout_ to get the parsed annotations. + - Uses dygraph.plotter_.area + + It would be nice if the plugin didn't require so much special support inside + the core dygraphs classes, but annotations involve quite a bit of parsing and + layout. + + TODO(danvk): cache DOM elements. + */ + + Object.defineProperty(exports, "__esModule", { + value: true + }); + var annotations = function annotations() { + this.annotations_ = []; + }; + + annotations.prototype.toString = function() { + return "Annotations Plugin"; + }; + + annotations.prototype.activate = function(g) { + return { + clearChart: this.clearChart, + didDrawChart: this.didDrawChart + }; + }; + + annotations.prototype.detachLabels = function() { + for (var i = 0; i < this.annotations_.length; i++) { + var a = this.annotations_[i]; + if (a.parentNode) a.parentNode.removeChild(a); + this.annotations_[i] = null; + } + this.annotations_ = []; + }; + + annotations.prototype.clearChart = function(e) { + this.detachLabels(); + }; + + annotations.prototype.didDrawChart = function(e) { + var g = e.dygraph; + + // Early out in the (common) case of zero annotations. + var points = g.layout_.annotated_points; + if (!points || points.length === 0) return; + + var containerDiv = e.canvas.parentNode; + + var bindEvt = function bindEvt(eventName, classEventName, pt) { + return function(annotation_event) { + var a = pt.annotation; + if (a.hasOwnProperty(eventName)) { + a[eventName](a, pt, g, annotation_event); + } else if (g.getOption(classEventName)) { + g.getOption(classEventName)(a, pt, g, annotation_event); + } + }; + }; + + // Add the annotations one-by-one. + var area = e.dygraph.getArea(); + + // x-coord to sum of previous annotation's heights (used for stacking). + var xToUsedHeight = {}; + + for (var i = 0; i < points.length; i++) { + var p = points[i]; + if (p.canvasx < area.x || p.canvasx > area.x + area.w || p.canvasy < area.y || p.canvasy > area.y + area.h) { + continue; + } + + var a = p.annotation; + var tick_height = 6; + if (a.hasOwnProperty("tickHeight")) { + tick_height = a.tickHeight; + } + + // TODO: deprecate axisLabelFontSize in favor of CSS + var div = document.createElement("div"); + div.style['fontSize'] = g.getOption('axisLabelFontSize') + "px"; + var className = 'dygraph-annotation'; + if (!a.hasOwnProperty('icon')) { + // camelCase class names are deprecated. + className += ' dygraphDefaultAnnotation dygraph-default-annotation'; + } + if (a.hasOwnProperty('cssClass')) { + className += " " + a.cssClass; + } + div.className = className; + + var width = a.hasOwnProperty('width') ? a.width : 16; + var height = a.hasOwnProperty('height') ? a.height : 16; + if (a.hasOwnProperty('icon')) { + var img = document.createElement("img"); + img.src = a.icon; + img.width = width; + img.height = height; + div.appendChild(img); + } else if (p.annotation.hasOwnProperty('shortText')) { + div.appendChild(document.createTextNode(p.annotation.shortText)); + } + var left = p.canvasx - width / 2; + div.style.left = left + "px"; + var divTop = 0; + if (a.attachAtBottom) { + var y = area.y + area.h - height - tick_height; + if (xToUsedHeight[left]) { + y -= xToUsedHeight[left]; + } else { + xToUsedHeight[left] = 0; + } + xToUsedHeight[left] += tick_height + height; + divTop = y; + } else { + divTop = p.canvasy - height - tick_height; + } + div.style.top = divTop + "px"; + div.style.width = width + "px"; + div.style.height = height + "px"; + div.title = p.annotation.text; + div.style.color = g.colorsMap_[p.name]; + div.style.borderColor = g.colorsMap_[p.name]; + a.div = div; + + g.addAndTrackEvent(div, 'click', bindEvt('clickHandler', 'annotationClickHandler', p, this)); + g.addAndTrackEvent(div, 'mouseover', bindEvt('mouseOverHandler', 'annotationMouseOverHandler', p, this)); + g.addAndTrackEvent(div, 'mouseout', bindEvt('mouseOutHandler', 'annotationMouseOutHandler', p, this)); + g.addAndTrackEvent(div, 'dblclick', bindEvt('dblClickHandler', 'annotationDblClickHandler', p, this)); + + containerDiv.appendChild(div); + this.annotations_.push(div); + + var ctx = e.drawingContext; + ctx.save(); + ctx.strokeStyle = a.hasOwnProperty('tickColor') ? a.tickColor : g.colorsMap_[p.name]; + ctx.lineWidth = a.hasOwnProperty('tickWidth') ? a.tickWidth : g.getOption('strokeWidth'); + ctx.beginPath(); + if (!a.attachAtBottom) { + ctx.moveTo(p.canvasx, p.canvasy); + ctx.lineTo(p.canvasx, p.canvasy - 2 - tick_height); + } else { + var y = divTop + height; + ctx.moveTo(p.canvasx, y); + ctx.lineTo(p.canvasx, y + tick_height); + } + ctx.closePath(); + ctx.stroke(); + ctx.restore(); + } + }; + + annotations.prototype.destroy = function() { + this.detachLabels(); + }; + + exports["default"] = annotations; + module.exports = exports["default"]; + + }, {}], + 21: [function(require, module, exports) { + /** + * @license + * Copyright 2012 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ + + /*global Dygraph:false */ + + 'use strict'; + + /* + Bits of jankiness: + - Direct layout access + - Direct area access + - Should include calculation of ticks, not just the drawing. + + Options left to make axis-friendly. + ('drawAxesAtZero') + ('xAxisHeight') + */ + + Object.defineProperty(exports, '__esModule', { + value: true + }); + + function _interopRequireWildcard(obj) { + if (obj && obj.__esModule) { + return obj; + } else { + var newObj = {}; + if (obj != null) { + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; + } + } + newObj['default'] = obj; + return newObj; + } + } + + var _dygraphUtils = require('../dygraph-utils'); + + var utils = _interopRequireWildcard(_dygraphUtils); + + /** + * Draws the axes. This includes the labels on the x- and y-axes, as well + * as the tick marks on the axes. + * It does _not_ draw the grid lines which span the entire chart. + */ + var axes = function axes() { + this.xlabels_ = []; + this.ylabels_ = []; + }; + + axes.prototype.toString = function() { + return 'Axes Plugin'; + }; + + axes.prototype.activate = function(g) { + return { + layout: this.layout, + clearChart: this.clearChart, + willDrawChart: this.willDrawChart + }; + }; + + axes.prototype.layout = function(e) { + var g = e.dygraph; + + if (g.getOptionForAxis('drawAxis', 'y')) { + var w = g.getOptionForAxis('axisLabelWidth', 'y') + 2 * g.getOptionForAxis('axisTickSize', 'y'); + e.reserveSpaceLeft(w); + } + + if (g.getOptionForAxis('drawAxis', 'x')) { + var h; + // NOTE: I think this is probably broken now, since g.getOption() now + // hits the dictionary. (That is, g.getOption('xAxisHeight') now always + // has a value.) + if (g.getOption('xAxisHeight')) { + h = g.getOption('xAxisHeight'); + } else { + h = g.getOptionForAxis('axisLabelFontSize', 'x') + 2 * g.getOptionForAxis('axisTickSize', 'x'); + } + e.reserveSpaceBottom(h); + } + + if (g.numAxes() == 2) { + if (g.getOptionForAxis('drawAxis', 'y2')) { + var w = g.getOptionForAxis('axisLabelWidth', 'y2') + 2 * g.getOptionForAxis('axisTickSize', 'y2'); + e.reserveSpaceRight(w); + } + } else if (g.numAxes() > 2) { + g.error('Only two y-axes are supported at this time. (Trying ' + 'to use ' + g.numAxes() + ')'); + } + }; + + axes.prototype.detachLabels = function() { + function removeArray(ary) { + for (var i = 0; i < ary.length; i++) { + var el = ary[i]; + if (el.parentNode) el.parentNode.removeChild(el); + } + } + + removeArray(this.xlabels_); + removeArray(this.ylabels_); + this.xlabels_ = []; + this.ylabels_ = []; + }; + + axes.prototype.clearChart = function(e) { + this.detachLabels(); + }; + + axes.prototype.willDrawChart = function(e) { + var _this = this; + + var g = e.dygraph; + + if (!g.getOptionForAxis('drawAxis', 'x') && !g.getOptionForAxis('drawAxis', 'y') && !g.getOptionForAxis('drawAxis', 'y2')) { + return; + } + + // Round pixels to half-integer boundaries for crisper drawing. + function halfUp(x) { + return Math.round(x) + 0.5; + } + + function halfDown(y) { + return Math.round(y) - 0.5; + } + + var context = e.drawingContext; + var containerDiv = e.canvas.parentNode; + var canvasWidth = g.width_; // e.canvas.width is affected by pixel ratio. + var canvasHeight = g.height_; + + var label, x, y, tick, i; + + var makeLabelStyle = function makeLabelStyle(axis) { + return { + position: 'absolute', + fontSize: g.getOptionForAxis('axisLabelFontSize', axis) + 'px', + width: g.getOptionForAxis('axisLabelWidth', axis) + 'px' + }; + }; + + var labelStyles = { + x: makeLabelStyle('x'), + y: makeLabelStyle('y'), + y2: makeLabelStyle('y2') + }; + + var makeDiv = function makeDiv(txt, axis, prec_axis) { + /* + * This seems to be called with the following three sets of axis/prec_axis: + * x: undefined + * y: y1 + * y: y2 + */ + var div = document.createElement('div'); + var labelStyle = labelStyles[prec_axis == 'y2' ? 'y2' : axis]; + utils.update(div.style, labelStyle); + // TODO: combine outer & inner divs + var inner_div = document.createElement('div'); + inner_div.className = 'dygraph-axis-label' + ' dygraph-axis-label-' + axis + (prec_axis ? ' dygraph-axis-label-' + prec_axis : ''); + inner_div.innerHTML = txt; + div.appendChild(inner_div); + return div; + }; + + // axis lines + context.save(); + + var layout = g.layout_; + var area = e.dygraph.plotter_.area; + + // Helper for repeated axis-option accesses. + var makeOptionGetter = function makeOptionGetter(axis) { + return function(option) { + return g.getOptionForAxis(option, axis); + }; + }; + + if (g.getOptionForAxis('drawAxis', 'y')) { + if (layout.yticks && layout.yticks.length > 0) { + var num_axes = g.numAxes(); + var getOptions = [makeOptionGetter('y'), makeOptionGetter('y2')]; + layout.yticks.forEach(function(tick) { + if (tick.label === undefined) return; // this tick only has a grid line. + x = area.x; + var sgn = 1; + var prec_axis = 'y1'; + var getAxisOption = getOptions[0]; + if (tick.axis == 1) { + // right-side y-axis + x = area.x + area.w; + sgn = -1; + prec_axis = 'y2'; + getAxisOption = getOptions[1]; + } + var fontSize = getAxisOption('axisLabelFontSize'); + y = area.y + tick.pos * area.h; + + /* Tick marks are currently clipped, so don't bother drawing them. + context.beginPath(); + context.moveTo(halfUp(x), halfDown(y)); + context.lineTo(halfUp(x - sgn * this.attr_('axisTickSize')), halfDown(y)); + context.closePath(); + context.stroke(); + */ + + label = makeDiv(tick.label, 'y', num_axes == 2 ? prec_axis : null); + var top = y - fontSize / 2; + if (top < 0) top = 0; + + if (top + fontSize + 3 > canvasHeight) { + label.style.bottom = '0'; + } else { + label.style.top = top + 'px'; + } + // TODO: replace these with css classes? + if (tick.axis === 0) { + label.style.left = area.x - getAxisOption('axisLabelWidth') - getAxisOption('axisTickSize') + 'px'; + label.style.textAlign = 'right'; + } else if (tick.axis == 1) { + label.style.left = area.x + area.w + getAxisOption('axisTickSize') + 'px'; + label.style.textAlign = 'left'; + } + label.style.width = getAxisOption('axisLabelWidth') + 'px'; + containerDiv.appendChild(label); + _this.ylabels_.push(label); + }); + + // The lowest tick on the y-axis often overlaps with the leftmost + // tick on the x-axis. Shift the bottom tick up a little bit to + // compensate if necessary. + var bottomTick = this.ylabels_[0]; + // Interested in the y2 axis also? + var fontSize = g.getOptionForAxis('axisLabelFontSize', 'y'); + var bottom = parseInt(bottomTick.style.top, 10) + fontSize; + if (bottom > canvasHeight - fontSize) { + bottomTick.style.top = parseInt(bottomTick.style.top, 10) - fontSize / 2 + 'px'; + } + } + + // draw a vertical line on the left to separate the chart from the labels. + var axisX; + if (g.getOption('drawAxesAtZero')) { + var r = g.toPercentXCoord(0); + if (r > 1 || r < 0 || isNaN(r)) r = 0; + axisX = halfUp(area.x + r * area.w); + } else { + axisX = halfUp(area.x); + } + + context.strokeStyle = g.getOptionForAxis('axisLineColor', 'y'); + context.lineWidth = g.getOptionForAxis('axisLineWidth', 'y'); + + context.beginPath(); + context.moveTo(axisX, halfDown(area.y)); + context.lineTo(axisX, halfDown(area.y + area.h)); + context.closePath(); + context.stroke(); + + // if there's a secondary y-axis, draw a vertical line for that, too. + if (g.numAxes() == 2) { + context.strokeStyle = g.getOptionForAxis('axisLineColor', 'y2'); + context.lineWidth = g.getOptionForAxis('axisLineWidth', 'y2'); + context.beginPath(); + context.moveTo(halfDown(area.x + area.w), halfDown(area.y)); + context.lineTo(halfDown(area.x + area.w), halfDown(area.y + area.h)); + context.closePath(); + context.stroke(); + } + } + + if (g.getOptionForAxis('drawAxis', 'x')) { + if (layout.xticks) { + var getAxisOption = makeOptionGetter('x'); + layout.xticks.forEach(function(tick) { + if (tick.label === undefined) return; // this tick only has a grid line. + x = area.x + tick.pos * area.w; + y = area.y + area.h; + + /* Tick marks are currently clipped, so don't bother drawing them. + context.beginPath(); + context.moveTo(halfUp(x), halfDown(y)); + context.lineTo(halfUp(x), halfDown(y + this.attr_('axisTickSize'))); + context.closePath(); + context.stroke(); + */ + + label = makeDiv(tick.label, 'x'); + label.style.textAlign = 'center'; + label.style.top = y + getAxisOption('axisTickSize') + 'px'; + + var left = x - getAxisOption('axisLabelWidth') / 2; + if (left + getAxisOption('axisLabelWidth') > canvasWidth) { + left = canvasWidth - getAxisOption('axisLabelWidth'); + label.style.textAlign = 'right'; + } + if (left < 0) { + left = 0; + label.style.textAlign = 'left'; + } + + label.style.left = left + 'px'; + label.style.width = getAxisOption('axisLabelWidth') + 'px'; + containerDiv.appendChild(label); + _this.xlabels_.push(label); + }); + } + + context.strokeStyle = g.getOptionForAxis('axisLineColor', 'x'); + context.lineWidth = g.getOptionForAxis('axisLineWidth', 'x'); + context.beginPath(); + var axisY; + if (g.getOption('drawAxesAtZero')) { + var r = g.toPercentYCoord(0, 0); + if (r > 1 || r < 0) r = 1; + axisY = halfDown(area.y + r * area.h); + } else { + axisY = halfDown(area.y + area.h); + } + context.moveTo(halfUp(area.x), axisY); + context.lineTo(halfUp(area.x + area.w), axisY); + context.closePath(); + context.stroke(); + } + + context.restore(); + }; + + exports['default'] = axes; + module.exports = exports['default']; + + }, { + "../dygraph-utils": 17 + }], + 22: [function(require, module, exports) { + /** + * @license + * Copyright 2012 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ + /*global Dygraph:false */ + + "use strict"; + + // TODO(danvk): move chart label options out of dygraphs and into the plugin. + // TODO(danvk): only tear down & rebuild the DIVs when it's necessary. + + Object.defineProperty(exports, "__esModule", { + value: true + }); + var chart_labels = function chart_labels() { + this.title_div_ = null; + this.xlabel_div_ = null; + this.ylabel_div_ = null; + this.y2label_div_ = null; + }; + + chart_labels.prototype.toString = function() { + return "ChartLabels Plugin"; + }; + + chart_labels.prototype.activate = function(g) { + return { + layout: this.layout, + // clearChart: this.clearChart, + didDrawChart: this.didDrawChart + }; + }; + + // QUESTION: should there be a plugin-utils.js? + var createDivInRect = function createDivInRect(r) { + var div = document.createElement('div'); + div.style.position = 'absolute'; + div.style.left = r.x + 'px'; + div.style.top = r.y + 'px'; + div.style.width = r.w + 'px'; + div.style.height = r.h + 'px'; + return div; + }; + + // Detach and null out any existing nodes. + chart_labels.prototype.detachLabels_ = function() { + var els = [this.title_div_, this.xlabel_div_, this.ylabel_div_, this.y2label_div_]; + for (var i = 0; i < els.length; i++) { + var el = els[i]; + if (!el) continue; + if (el.parentNode) el.parentNode.removeChild(el); + } + + this.title_div_ = null; + this.xlabel_div_ = null; + this.ylabel_div_ = null; + this.y2label_div_ = null; + }; + + var createRotatedDiv = function createRotatedDiv(g, box, axis, classes, html) { + // TODO(danvk): is this outer div actually necessary? + var div = document.createElement("div"); + div.style.position = 'absolute'; + if (axis == 1) { + // NOTE: this is cheating. Should be positioned relative to the box. + div.style.left = '0px'; + } else { + div.style.left = box.x + 'px'; + } + div.style.top = box.y + 'px'; + div.style.width = box.w + 'px'; + div.style.height = box.h + 'px'; + div.style.fontSize = g.getOption('yLabelWidth') - 2 + 'px'; + + var inner_div = document.createElement("div"); + inner_div.style.position = 'absolute'; + inner_div.style.width = box.h + 'px'; + inner_div.style.height = box.w + 'px'; + inner_div.style.top = box.h / 2 - box.w / 2 + 'px'; + inner_div.style.left = box.w / 2 - box.h / 2 + 'px'; + // TODO: combine inner_div and class_div. + inner_div.className = 'dygraph-label-rotate-' + (axis == 1 ? 'right' : 'left'); + + var class_div = document.createElement("div"); + class_div.className = classes; + class_div.innerHTML = html; + + inner_div.appendChild(class_div); + div.appendChild(inner_div); + return div; + }; + + chart_labels.prototype.layout = function(e) { + this.detachLabels_(); + + var g = e.dygraph; + var div = e.chart_div; + if (g.getOption('title')) { + // QUESTION: should this return an absolutely-positioned div instead? + var title_rect = e.reserveSpaceTop(g.getOption('titleHeight')); + this.title_div_ = createDivInRect(title_rect); + this.title_div_.style.fontSize = g.getOption('titleHeight') - 8 + 'px'; + + var class_div = document.createElement("div"); + class_div.className = 'dygraph-label dygraph-title'; + class_div.innerHTML = g.getOption('title'); + this.title_div_.appendChild(class_div); + div.appendChild(this.title_div_); + } + + if (g.getOption('xlabel')) { + var x_rect = e.reserveSpaceBottom(g.getOption('xLabelHeight')); + this.xlabel_div_ = createDivInRect(x_rect); + this.xlabel_div_.style.fontSize = g.getOption('xLabelHeight') - 2 + 'px'; + + var class_div = document.createElement("div"); + class_div.className = 'dygraph-label dygraph-xlabel'; + class_div.innerHTML = g.getOption('xlabel'); + this.xlabel_div_.appendChild(class_div); + div.appendChild(this.xlabel_div_); + } + + if (g.getOption('ylabel')) { + // It would make sense to shift the chart here to make room for the y-axis + // label, but the default yAxisLabelWidth is large enough that this results + // in overly-padded charts. The y-axis label should fit fine. If it + // doesn't, the yAxisLabelWidth option can be increased. + var y_rect = e.reserveSpaceLeft(0); + + this.ylabel_div_ = createRotatedDiv(g, y_rect, 1, // primary (left) y-axis + 'dygraph-label dygraph-ylabel', g.getOption('ylabel')); + div.appendChild(this.ylabel_div_); + } + + if (g.getOption('y2label') && g.numAxes() == 2) { + // same logic applies here as for ylabel. + var y2_rect = e.reserveSpaceRight(0); + this.y2label_div_ = createRotatedDiv(g, y2_rect, 2, // secondary (right) y-axis + 'dygraph-label dygraph-y2label', g.getOption('y2label')); + div.appendChild(this.y2label_div_); + } + }; + + chart_labels.prototype.didDrawChart = function(e) { + var g = e.dygraph; + if (this.title_div_) { + this.title_div_.children[0].innerHTML = g.getOption('title'); + } + if (this.xlabel_div_) { + this.xlabel_div_.children[0].innerHTML = g.getOption('xlabel'); + } + if (this.ylabel_div_) { + this.ylabel_div_.children[0].children[0].innerHTML = g.getOption('ylabel'); + } + if (this.y2label_div_) { + this.y2label_div_.children[0].children[0].innerHTML = g.getOption('y2label'); + } + }; + + chart_labels.prototype.clearChart = function() {}; + + chart_labels.prototype.destroy = function() { + this.detachLabels_(); + }; + + exports["default"] = chart_labels; + module.exports = exports["default"]; + + }, {}], + 23: [function(require, module, exports) { + /** + * @license + * Copyright 2012 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ + /*global Dygraph:false */ + + /* + + Current bits of jankiness: + - Direct layout access + - Direct area access + + */ + + "use strict"; + + /** + * Draws the gridlines, i.e. the gray horizontal & vertical lines running the + * length of the chart. + * + * @constructor + */ + Object.defineProperty(exports, "__esModule", { + value: true + }); + var grid = function grid() {}; + + grid.prototype.toString = function() { + return "Gridline Plugin"; + }; + + grid.prototype.activate = function(g) { + return { + willDrawChart: this.willDrawChart + }; + }; + + grid.prototype.willDrawChart = function(e) { + // Draw the new X/Y grid. Lines appear crisper when pixels are rounded to + // half-integers. This prevents them from drawing in two rows/cols. + var g = e.dygraph; + var ctx = e.drawingContext; + var layout = g.layout_; + var area = e.dygraph.plotter_.area; + + function halfUp(x) { + return Math.round(x) + 0.5; + } + + function halfDown(y) { + return Math.round(y) - 0.5; + } + + var x, y, i, ticks; + if (g.getOptionForAxis('drawGrid', 'y')) { + var axes = ["y", "y2"]; + var strokeStyles = [], + lineWidths = [], + drawGrid = [], + stroking = [], + strokePattern = []; + for (var i = 0; i < axes.length; i++) { + drawGrid[i] = g.getOptionForAxis('drawGrid', axes[i]); + if (drawGrid[i]) { + strokeStyles[i] = g.getOptionForAxis('gridLineColor', axes[i]); + lineWidths[i] = g.getOptionForAxis('gridLineWidth', axes[i]); + strokePattern[i] = g.getOptionForAxis('gridLinePattern', axes[i]); + stroking[i] = strokePattern[i] && strokePattern[i].length >= 2; + } + } + ticks = layout.yticks; + ctx.save(); + // draw grids for the different y axes + ticks.forEach(function(tick) { + if (!tick.has_tick) return; + var axis = tick.axis; + if (drawGrid[axis]) { + ctx.save(); + if (stroking[axis]) { + if (ctx.setLineDash) ctx.setLineDash(strokePattern[axis]); + } + ctx.strokeStyle = strokeStyles[axis]; + ctx.lineWidth = lineWidths[axis]; + + x = halfUp(area.x); + y = halfDown(area.y + tick.pos * area.h); + ctx.beginPath(); + ctx.moveTo(x, y); + ctx.lineTo(x + area.w, y); + ctx.stroke(); + + ctx.restore(); + } + }); + ctx.restore(); + } + + // draw grid for x axis + if (g.getOptionForAxis('drawGrid', 'x')) { + ticks = layout.xticks; + ctx.save(); + var strokePattern = g.getOptionForAxis('gridLinePattern', 'x'); + var stroking = strokePattern && strokePattern.length >= 2; + if (stroking) { + if (ctx.setLineDash) ctx.setLineDash(strokePattern); + } + ctx.strokeStyle = g.getOptionForAxis('gridLineColor', 'x'); + ctx.lineWidth = g.getOptionForAxis('gridLineWidth', 'x'); + ticks.forEach(function(tick) { + if (!tick.has_tick) return; + x = halfUp(area.x + tick.pos * area.w); + y = halfDown(area.y + area.h); + ctx.beginPath(); + ctx.moveTo(x, y); + ctx.lineTo(x, area.y); + ctx.closePath(); + ctx.stroke(); + }); + if (stroking) { + if (ctx.setLineDash) ctx.setLineDash([]); + } + ctx.restore(); + } + }; + + grid.prototype.destroy = function() {}; + + exports["default"] = grid; + module.exports = exports["default"]; + + }, {}], + 24: [function(require, module, exports) { + /** + * @license + * Copyright 2012 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ + /*global Dygraph:false */ + + /* + Current bits of jankiness: + - Uses two private APIs: + 1. Dygraph.optionsViewForAxis_ + 2. dygraph.plotter_.area + - Registers for a "predraw" event, which should be renamed. + - I call calculateEmWidthInDiv more often than needed. + */ + + /*global Dygraph:false */ + "use strict"; + + Object.defineProperty(exports, "__esModule", { + value: true + }); + + function _interopRequireWildcard(obj) { + if (obj && obj.__esModule) { + return obj; + } else { + var newObj = {}; + if (obj != null) { + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; + } + } + newObj["default"] = obj; + return newObj; + } + } + + var _dygraphUtils = require('../dygraph-utils'); + + var utils = _interopRequireWildcard(_dygraphUtils); + + /** + * Creates the legend, which appears when the user hovers over the chart. + * The legend can be either a user-specified or generated div. + * + * @constructor + */ + var Legend = function Legend() { + this.legend_div_ = null; + this.is_generated_div_ = false; // do we own this div, or was it user-specified? + }; + + Legend.prototype.toString = function() { + return "Legend Plugin"; + }; + + /** + * This is called during the dygraph constructor, after options have been set + * but before the data is available. + * + * Proper tasks to do here include: + * - Reading your own options + * - DOM manipulation + * - Registering event listeners + * + * @param {Dygraph} g Graph instance. + * @return {object.} Mapping of event names to callbacks. + */ + Legend.prototype.activate = function(g) { + var div; + + var userLabelsDiv = g.getOption('labelsDiv'); + if (userLabelsDiv && null !== userLabelsDiv) { + if (typeof userLabelsDiv == "string" || userLabelsDiv instanceof String) { + div = document.getElementById(userLabelsDiv); + } else { + div = userLabelsDiv; + } + } else { + div = document.createElement("div"); + div.className = "dygraph-legend"; + // TODO(danvk): come up with a cleaner way to expose this. + g.graphDiv.appendChild(div); + this.is_generated_div_ = true; + } + + this.legend_div_ = div; + this.one_em_width_ = 10; // just a guess, will be updated. + + return { + select: this.select, + deselect: this.deselect, + // TODO(danvk): rethink the name "predraw" before we commit to it in any API. + predraw: this.predraw, + didDrawChart: this.didDrawChart + }; + }; + + // Needed for dashed lines. + var calculateEmWidthInDiv = function calculateEmWidthInDiv(div) { + var sizeSpan = document.createElement('span'); + sizeSpan.setAttribute('style', 'margin: 0; padding: 0 0 0 1em; border: 0;'); + div.appendChild(sizeSpan); + var oneEmWidth = sizeSpan.offsetWidth; + div.removeChild(sizeSpan); + return oneEmWidth; + }; + + var escapeHTML = function escapeHTML(str) { + return str.replace(/&/g, "&").replace(/"/g, """).replace(//g, ">"); + }; + + Legend.prototype.select = function(e) { + var xValue = e.selectedX; + var points = e.selectedPoints; + var row = e.selectedRow; + + var legendMode = e.dygraph.getOption('legend'); + if (legendMode === 'never') { + this.legend_div_.style.display = 'none'; + return; + } + + if (legendMode === 'follow') { + // create floating legend div + var area = e.dygraph.plotter_.area; + var labelsDivWidth = this.legend_div_.offsetWidth; + var yAxisLabelWidth = e.dygraph.getOptionForAxis('axisLabelWidth', 'y'); + // determine floating [left, top] coordinates of the legend div + // within the plotter_ area + // offset 50 px to the right and down from the first selection point + // 50 px is guess based on mouse cursor size + var leftLegend = points[0].x * area.w + 50; + var topLegend = points[0].y * area.h - 50; + + // if legend floats to end of the chart area, it flips to the other + // side of the selection point + if (leftLegend + labelsDivWidth + 1 > area.w) { + leftLegend = leftLegend - 2 * 50 - labelsDivWidth - (yAxisLabelWidth - area.x); + } + + e.dygraph.graphDiv.appendChild(this.legend_div_); + this.legend_div_.style.left = yAxisLabelWidth + leftLegend + "px"; + this.legend_div_.style.top = topLegend + "px"; + } + + var html = Legend.generateLegendHTML(e.dygraph, xValue, points, this.one_em_width_, row); + this.legend_div_.innerHTML = html; + this.legend_div_.style.display = ''; + }; + + Legend.prototype.deselect = function(e) { + var legendMode = e.dygraph.getOption('legend'); + if (legendMode !== 'always') { + this.legend_div_.style.display = "none"; + } + + // Have to do this every time, since styles might have changed. + var oneEmWidth = calculateEmWidthInDiv(this.legend_div_); + this.one_em_width_ = oneEmWidth; + + var html = Legend.generateLegendHTML(e.dygraph, undefined, undefined, oneEmWidth, null); + this.legend_div_.innerHTML = html; + }; + + Legend.prototype.didDrawChart = function(e) { + this.deselect(e); + }; + + // Right edge should be flush with the right edge of the charting area (which + // may not be the same as the right edge of the div, if we have two y-axes. + // TODO(danvk): is any of this really necessary? Could just set "right" in "activate". + /** + * Position the labels div so that: + * - its right edge is flush with the right edge of the charting area + * - its top edge is flush with the top edge of the charting area + * @private + */ + Legend.prototype.predraw = function(e) { + // Don't touch a user-specified labelsDiv. + if (!this.is_generated_div_) return; + + // TODO(danvk): only use real APIs for this. + e.dygraph.graphDiv.appendChild(this.legend_div_); + var area = e.dygraph.getArea(); + var labelsDivWidth = this.legend_div_.offsetWidth; + this.legend_div_.style.left = area.x + area.w - labelsDivWidth - 1 + "px"; + this.legend_div_.style.top = area.y + "px"; + }; + + /** + * Called when dygraph.destroy() is called. + * You should null out any references and detach any DOM elements. + */ + Legend.prototype.destroy = function() { + this.legend_div_ = null; + }; + + /** + * Generates HTML for the legend which is displayed when hovering over the + * chart. If no selected points are specified, a default legend is returned + * (this may just be the empty string). + * @param {number} x The x-value of the selected points. + * @param {Object} sel_points List of selected points for the given + * x-value. Should have properties like 'name', 'yval' and 'canvasy'. + * @param {number} oneEmWidth The pixel width for 1em in the legend. Only + * relevant when displaying a legend with no selection (i.e. {legend: + * 'always'}) and with dashed lines. + * @param {number} row The selected row index. + * @private + */ + Legend.generateLegendHTML = function(g, x, sel_points, oneEmWidth, row) { + // Data about the selection to pass to legendFormatter + var data = { + dygraph: g, + x: x, + series: [] + }; + + var labelToSeries = {}; + var labels = g.getLabels(); + if (labels) { + for (var i = 1; i < labels.length; i++) { + var series = g.getPropertiesForSeries(labels[i]); + var strokePattern = g.getOption('strokePattern', labels[i]); + var seriesData = { + dashHTML: generateLegendDashHTML(strokePattern, series.color, oneEmWidth), + label: labels[i], + labelHTML: escapeHTML(labels[i]), + isVisible: series.visible, + color: series.color + }; + + data.series.push(seriesData); + labelToSeries[labels[i]] = seriesData; + } + } + + if (typeof x !== 'undefined') { + var xOptView = g.optionsViewForAxis_('x'); + var xvf = xOptView('valueFormatter'); + data.xHTML = xvf.call(g, x, xOptView, labels[0], g, row, 0); + + var yOptViews = []; + var num_axes = g.numAxes(); + for (var i = 0; i < num_axes; i++) { + // TODO(danvk): remove this use of a private API + yOptViews[i] = g.optionsViewForAxis_('y' + (i ? 1 + i : '')); + } + + var showZeros = g.getOption('labelsShowZeroValues'); + var highlightSeries = g.getHighlightSeries(); + for (i = 0; i < sel_points.length; i++) { + var pt = sel_points[i]; + var seriesData = labelToSeries[pt.name]; + seriesData.y = pt.yval; + + if (pt.yval === 0 && !showZeros || isNaN(pt.canvasy)) { + seriesData.isVisible = false; + continue; + } + + var series = g.getPropertiesForSeries(pt.name); + var yOptView = yOptViews[series.axis - 1]; + var fmtFunc = yOptView('valueFormatter'); + var yHTML = fmtFunc.call(g, pt.yval, yOptView, pt.name, g, row, labels.indexOf(pt.name)); + + utils.update(seriesData, { + yHTML: yHTML + }); + + if (pt.name == highlightSeries) { + seriesData.isHighlighted = true; + } + } + } + + var formatter = g.getOption('legendFormatter') || Legend.defaultFormatter; + return formatter.call(g, data); + }; + + Legend.defaultFormatter = function(data) { + var g = data.dygraph; + + // TODO(danvk): deprecate this option in place of {legend: 'never'} + // XXX should this logic be in the formatter? + if (g.getOption('showLabelsOnHighlight') !== true) return ''; + + var sepLines = g.getOption('labelsSeparateLines'); + var html; + + if (typeof data.x === 'undefined') { + // TODO: this check is duplicated in generateLegendHTML. Put it in one place. + if (g.getOption('legend') != 'always') { + return ''; + } + + html = ''; + for (var i = 0; i < data.series.length; i++) { + var series = data.series[i]; + if (!series.isVisible) continue; + + if (html !== '') html += sepLines ? '
' : ' '; + html += "" + series.dashHTML + " " + series.labelHTML + ""; + } + return html; + } + + html = data.xHTML + ':'; + for (var i = 0; i < data.series.length; i++) { + var series = data.series[i]; + if (!series.isVisible) continue; + if (sepLines) html += '
'; + var cls = series.isHighlighted ? ' class="highlight"' : ''; + html += " " + series.labelHTML + ": " + series.yHTML + ""; + } + return html; + }; + + /** + * Generates html for the "dash" displayed on the legend when using "legend: always". + * In particular, this works for dashed lines with any stroke pattern. It will + * try to scale the pattern to fit in 1em width. Or if small enough repeat the + * pattern for 1em width. + * + * @param strokePattern The pattern + * @param color The color of the series. + * @param oneEmWidth The width in pixels of 1em in the legend. + * @private + */ + // TODO(danvk): cache the results of this + function generateLegendDashHTML(strokePattern, color, oneEmWidth) { + // Easy, common case: a solid line + if (!strokePattern || strokePattern.length <= 1) { + return "
"; + } + + var i, j, paddingLeft, marginRight; + var strokePixelLength = 0, + segmentLoop = 0; + var normalizedPattern = []; + var loop; + + // Compute the length of the pixels including the first segment twice, + // since we repeat it. + for (i = 0; i <= strokePattern.length; i++) { + strokePixelLength += strokePattern[i % strokePattern.length]; + } + + // See if we can loop the pattern by itself at least twice. + loop = Math.floor(oneEmWidth / (strokePixelLength - strokePattern[0])); + if (loop > 1) { + // This pattern fits at least two times, no scaling just convert to em; + for (i = 0; i < strokePattern.length; i++) { + normalizedPattern[i] = strokePattern[i] / oneEmWidth; + } + // Since we are repeating the pattern, we don't worry about repeating the + // first segment in one draw. + segmentLoop = normalizedPattern.length; + } else { + // If the pattern doesn't fit in the legend we scale it to fit. + loop = 1; + for (i = 0; i < strokePattern.length; i++) { + normalizedPattern[i] = strokePattern[i] / strokePixelLength; + } + // For the scaled patterns we do redraw the first segment. + segmentLoop = normalizedPattern.length + 1; + } + + // Now make the pattern. + var dash = ""; + for (j = 0; j < loop; j++) { + for (i = 0; i < segmentLoop; i += 2) { + // The padding is the drawn segment. + paddingLeft = normalizedPattern[i % normalizedPattern.length]; + if (i < strokePattern.length) { + // The margin is the space segment. + marginRight = normalizedPattern[(i + 1) % normalizedPattern.length]; + } else { + // The repeated first segment has no right margin. + marginRight = 0; + } + dash += "
"; + } + } + return dash; + }; + + exports["default"] = Legend; + module.exports = exports["default"]; + + }, { + "../dygraph-utils": 17 + }], + 25: [function(require, module, exports) { + /** + * @license + * Copyright 2011 Paul Felix (paul.eric.felix@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ + /*global Dygraph:false,TouchEvent:false */ + + /** + * @fileoverview This file contains the RangeSelector plugin used to provide + * a timeline range selector widget for dygraphs. + */ + + /*global Dygraph:false */ + "use strict"; + + Object.defineProperty(exports, '__esModule', { + value: true + }); + + function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { + 'default': obj + }; + } + + function _interopRequireWildcard(obj) { + if (obj && obj.__esModule) { + return obj; + } else { + var newObj = {}; + if (obj != null) { + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; + } + } + newObj['default'] = obj; + return newObj; + } + } + + var _dygraphUtils = require('../dygraph-utils'); + + var utils = _interopRequireWildcard(_dygraphUtils); + + var _dygraphInteractionModel = require('../dygraph-interaction-model'); + + var _dygraphInteractionModel2 = _interopRequireDefault(_dygraphInteractionModel); + + var _iframeTarp = require('../iframe-tarp'); + + var _iframeTarp2 = _interopRequireDefault(_iframeTarp); + + var rangeSelector = function rangeSelector() { + this.hasTouchInterface_ = typeof TouchEvent != 'undefined'; + this.isMobileDevice_ = /mobile|android/gi.test(navigator.appVersion); + this.interfaceCreated_ = false; + }; + + rangeSelector.prototype.toString = function() { + return "RangeSelector Plugin"; + }; + + rangeSelector.prototype.activate = function(dygraph) { + this.dygraph_ = dygraph; + if (this.getOption_('showRangeSelector')) { + this.createInterface_(); + } + return { + layout: this.reserveSpace_, + predraw: this.renderStaticLayer_, + didDrawChart: this.renderInteractiveLayer_ + }; + }; + + rangeSelector.prototype.destroy = function() { + this.bgcanvas_ = null; + this.fgcanvas_ = null; + this.leftZoomHandle_ = null; + this.rightZoomHandle_ = null; + }; + + //------------------------------------------------------------------ + // Private methods + //------------------------------------------------------------------ + + rangeSelector.prototype.getOption_ = function(name, opt_series) { + return this.dygraph_.getOption(name, opt_series); + }; + + rangeSelector.prototype.setDefaultOption_ = function(name, value) { + this.dygraph_.attrs_[name] = value; + }; + + /** + * @private + * Creates the range selector elements and adds them to the graph. + */ + rangeSelector.prototype.createInterface_ = function() { + this.createCanvases_(); + this.createZoomHandles_(); + this.initInteraction_(); + + // Range selector and animatedZooms have a bad interaction. See issue 359. + if (this.getOption_('animatedZooms')) { + console.warn('Animated zooms and range selector are not compatible; disabling animatedZooms.'); + this.dygraph_.updateOptions({ + animatedZooms: false + }, true); + } + + this.interfaceCreated_ = true; + this.addToGraph_(); + }; + + /** + * @private + * Adds the range selector to the graph. + */ + rangeSelector.prototype.addToGraph_ = function() { + var graphDiv = this.graphDiv_ = this.dygraph_.graphDiv; + graphDiv.appendChild(this.bgcanvas_); + graphDiv.appendChild(this.fgcanvas_); + graphDiv.appendChild(this.leftZoomHandle_); + graphDiv.appendChild(this.rightZoomHandle_); + }; + + /** + * @private + * Removes the range selector from the graph. + */ + rangeSelector.prototype.removeFromGraph_ = function() { + var graphDiv = this.graphDiv_; + graphDiv.removeChild(this.bgcanvas_); + graphDiv.removeChild(this.fgcanvas_); + graphDiv.removeChild(this.leftZoomHandle_); + graphDiv.removeChild(this.rightZoomHandle_); + this.graphDiv_ = null; + }; + + /** + * @private + * Called by Layout to allow range selector to reserve its space. + */ + rangeSelector.prototype.reserveSpace_ = function(e) { + if (this.getOption_('showRangeSelector')) { + e.reserveSpaceBottom(this.getOption_('rangeSelectorHeight') + 4); + } + }; + + /** + * @private + * Renders the static portion of the range selector at the predraw stage. + */ + rangeSelector.prototype.renderStaticLayer_ = function() { + if (!this.updateVisibility_()) { + return; + } + this.resize_(); + this.drawStaticLayer_(); + }; + + /** + * @private + * Renders the interactive portion of the range selector after the chart has been drawn. + */ + rangeSelector.prototype.renderInteractiveLayer_ = function() { + if (!this.updateVisibility_() || this.isChangingRange_) { + return; + } + this.placeZoomHandles_(); + this.drawInteractiveLayer_(); + }; + + /** + * @private + * Check to see if the range selector is enabled/disabled and update visibility accordingly. + */ + rangeSelector.prototype.updateVisibility_ = function() { + var enabled = this.getOption_('showRangeSelector'); + if (enabled) { + if (!this.interfaceCreated_) { + this.createInterface_(); + } else if (!this.graphDiv_ || !this.graphDiv_.parentNode) { + this.addToGraph_(); + } + } else if (this.graphDiv_) { + this.removeFromGraph_(); + var dygraph = this.dygraph_; + setTimeout(function() { + dygraph.width_ = 0; + dygraph.resize(); + }, 1); + } + return enabled; + }; + + /** + * @private + * Resizes the range selector. + */ + rangeSelector.prototype.resize_ = function() { + function setElementRect(canvas, context, rect) { + var canvasScale = utils.getContextPixelRatio(context); + + canvas.style.top = rect.y + 'px'; + canvas.style.left = rect.x + 'px'; + canvas.width = rect.w * canvasScale; + canvas.height = rect.h * canvasScale; + canvas.style.width = rect.w + 'px'; + canvas.style.height = rect.h + 'px'; + + if (canvasScale != 1) { + context.scale(canvasScale, canvasScale); + } + } + + var plotArea = this.dygraph_.layout_.getPlotArea(); + + var xAxisLabelHeight = 0; + if (this.dygraph_.getOptionForAxis('drawAxis', 'x')) { + xAxisLabelHeight = this.getOption_('xAxisHeight') || this.getOption_('axisLabelFontSize') + 2 * this.getOption_('axisTickSize'); + } + this.canvasRect_ = { + x: plotArea.x, + y: plotArea.y + plotArea.h + xAxisLabelHeight + 4, + w: plotArea.w, + h: this.getOption_('rangeSelectorHeight') + }; + + setElementRect(this.bgcanvas_, this.bgcanvas_ctx_, this.canvasRect_); + setElementRect(this.fgcanvas_, this.fgcanvas_ctx_, this.canvasRect_); + }; + + /** + * @private + * Creates the background and foreground canvases. + */ + rangeSelector.prototype.createCanvases_ = function() { + this.bgcanvas_ = utils.createCanvas(); + this.bgcanvas_.className = 'dygraph-rangesel-bgcanvas'; + this.bgcanvas_.style.position = 'absolute'; + this.bgcanvas_.style.zIndex = 9; + this.bgcanvas_ctx_ = utils.getContext(this.bgcanvas_); + + this.fgcanvas_ = utils.createCanvas(); + this.fgcanvas_.className = 'dygraph-rangesel-fgcanvas'; + this.fgcanvas_.style.position = 'absolute'; + this.fgcanvas_.style.zIndex = 9; + this.fgcanvas_.style.cursor = 'default'; + this.fgcanvas_ctx_ = utils.getContext(this.fgcanvas_); + }; + + /** + * @private + * Creates the zoom handle elements. + */ + rangeSelector.prototype.createZoomHandles_ = function() { + var img = new Image(); + img.className = 'dygraph-rangesel-zoomhandle'; + img.style.position = 'absolute'; + img.style.zIndex = 10; + img.style.visibility = 'hidden'; // Initially hidden so they don't show up in the wrong place. + img.style.cursor = 'col-resize'; + // TODO: change image to more options + img.width = 9; + img.height = 16; + img.src = 'data:image/png;base64,' + 'iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAAAXNSR0IArs4c6QAAAAZiS0dEANAA' + 'zwDP4Z7KegAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAd0SU1FB9sHGw0cMqdt1UwAAAAZdEVYdENv' + 'bW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAaElEQVQoz+3SsRFAQBCF4Z9WJM8KCDVwownl' + '6YXsTmCUsyKGkZzcl7zkz3YLkypgAnreFmDEpHkIwVOMfpdi9CEEN2nGpFdwD03yEqDtOgCaun7s' + 'qSTDH32I1pQA2Pb9sZecAxc5r3IAb21d6878xsAAAAAASUVORK5CYII='; + + if (this.isMobileDevice_) { + img.width *= 2; + img.height *= 2; + } + + this.leftZoomHandle_ = img; + this.rightZoomHandle_ = img.cloneNode(false); + }; + + /** + * @private + * Sets up the interaction for the range selector. + */ + rangeSelector.prototype.initInteraction_ = function() { + var self = this; + var topElem = document; + var clientXLast = 0; + var handle = null; + var isZooming = false; + var isPanning = false; + var dynamic = !this.isMobileDevice_; + + // We cover iframes during mouse interactions. See comments in + // dygraph-utils.js for more info on why this is a good idea. + var tarp = new _iframeTarp2['default'](); + + // functions, defined below. Defining them this way (rather than with + // "function foo() {...}" makes JSHint happy. + var toXDataWindow, onZoomStart, onZoom, onZoomEnd, doZoom, isMouseInPanZone, onPanStart, onPan, onPanEnd, doPan, onCanvasHover; + + // Touch event functions + var onZoomHandleTouchEvent, onCanvasTouchEvent, addTouchEvents; + + toXDataWindow = function(zoomHandleStatus) { + var xDataLimits = self.dygraph_.xAxisExtremes(); + var fact = (xDataLimits[1] - xDataLimits[0]) / self.canvasRect_.w; + var xDataMin = xDataLimits[0] + (zoomHandleStatus.leftHandlePos - self.canvasRect_.x) * fact; + var xDataMax = xDataLimits[0] + (zoomHandleStatus.rightHandlePos - self.canvasRect_.x) * fact; + return [xDataMin, xDataMax]; + }; + + onZoomStart = function(e) { + utils.cancelEvent(e); + isZooming = true; + clientXLast = e.clientX; + handle = e.target ? e.target : e.srcElement; + if (e.type === 'mousedown' || e.type === 'dragstart') { + // These events are removed manually. + utils.addEvent(topElem, 'mousemove', onZoom); + utils.addEvent(topElem, 'mouseup', onZoomEnd); + } + self.fgcanvas_.style.cursor = 'col-resize'; + tarp.cover(); + return true; + }; + + onZoom = function(e) { + if (!isZooming) { + return false; + } + utils.cancelEvent(e); + + var delX = e.clientX - clientXLast; + if (Math.abs(delX) < 4) { + return true; + } + clientXLast = e.clientX; + + // Move handle. + var zoomHandleStatus = self.getZoomHandleStatus_(); + var newPos; + if (handle == self.leftZoomHandle_) { + newPos = zoomHandleStatus.leftHandlePos + delX; + newPos = Math.min(newPos, zoomHandleStatus.rightHandlePos - handle.width - 3); + newPos = Math.max(newPos, self.canvasRect_.x); + } else { + newPos = zoomHandleStatus.rightHandlePos + delX; + newPos = Math.min(newPos, self.canvasRect_.x + self.canvasRect_.w); + newPos = Math.max(newPos, zoomHandleStatus.leftHandlePos + handle.width + 3); + } + var halfHandleWidth = handle.width / 2; + handle.style.left = newPos - halfHandleWidth + 'px'; + self.drawInteractiveLayer_(); + + // Zoom on the fly. + if (dynamic) { + doZoom(); + } + return true; + }; + + onZoomEnd = function(e) { + if (!isZooming) { + return false; + } + isZooming = false; + tarp.uncover(); + utils.removeEvent(topElem, 'mousemove', onZoom); + utils.removeEvent(topElem, 'mouseup', onZoomEnd); + self.fgcanvas_.style.cursor = 'default'; + + // If on a slower device, zoom now. + if (!dynamic) { + doZoom(); + } + return true; + }; + + doZoom = function() { + try { + var zoomHandleStatus = self.getZoomHandleStatus_(); + self.isChangingRange_ = true; + if (!zoomHandleStatus.isZoomed) { + self.dygraph_.resetZoom(); + } else { + var xDataWindow = toXDataWindow(zoomHandleStatus); + self.dygraph_.doZoomXDates_(xDataWindow[0], xDataWindow[1]); + } + } finally { + self.isChangingRange_ = false; + } + }; + + isMouseInPanZone = function(e) { + var rect = self.leftZoomHandle_.getBoundingClientRect(); + var leftHandleClientX = rect.left + rect.width / 2; + rect = self.rightZoomHandle_.getBoundingClientRect(); + var rightHandleClientX = rect.left + rect.width / 2; + return e.clientX > leftHandleClientX && e.clientX < rightHandleClientX; + }; + + onPanStart = function(e) { + if (!isPanning && isMouseInPanZone(e) && self.getZoomHandleStatus_().isZoomed) { + utils.cancelEvent(e); + isPanning = true; + clientXLast = e.clientX; + if (e.type === 'mousedown') { + // These events are removed manually. + utils.addEvent(topElem, 'mousemove', onPan); + utils.addEvent(topElem, 'mouseup', onPanEnd); + } + return true; + } + return false; + }; + + onPan = function(e) { + if (!isPanning) { + return false; + } + utils.cancelEvent(e); + + var delX = e.clientX - clientXLast; + if (Math.abs(delX) < 4) { + return true; + } + clientXLast = e.clientX; + + // Move range view + var zoomHandleStatus = self.getZoomHandleStatus_(); + var leftHandlePos = zoomHandleStatus.leftHandlePos; + var rightHandlePos = zoomHandleStatus.rightHandlePos; + var rangeSize = rightHandlePos - leftHandlePos; + if (leftHandlePos + delX <= self.canvasRect_.x) { + leftHandlePos = self.canvasRect_.x; + rightHandlePos = leftHandlePos + rangeSize; + } else if (rightHandlePos + delX >= self.canvasRect_.x + self.canvasRect_.w) { + rightHandlePos = self.canvasRect_.x + self.canvasRect_.w; + leftHandlePos = rightHandlePos - rangeSize; + } else { + leftHandlePos += delX; + rightHandlePos += delX; + } + var halfHandleWidth = self.leftZoomHandle_.width / 2; + self.leftZoomHandle_.style.left = leftHandlePos - halfHandleWidth + 'px'; + self.rightZoomHandle_.style.left = rightHandlePos - halfHandleWidth + 'px'; + self.drawInteractiveLayer_(); + + // Do pan on the fly. + if (dynamic) { + doPan(); + } + return true; + }; + + onPanEnd = function(e) { + if (!isPanning) { + return false; + } + isPanning = false; + utils.removeEvent(topElem, 'mousemove', onPan); + utils.removeEvent(topElem, 'mouseup', onPanEnd); + // If on a slower device, do pan now. + if (!dynamic) { + doPan(); + } + return true; + }; + + doPan = function() { + try { + self.isChangingRange_ = true; + self.dygraph_.dateWindow_ = toXDataWindow(self.getZoomHandleStatus_()); + self.dygraph_.drawGraph_(false); + } finally { + self.isChangingRange_ = false; + } + }; + + onCanvasHover = function(e) { + if (isZooming || isPanning) { + return; + } + var cursor = isMouseInPanZone(e) ? 'move' : 'default'; + if (cursor != self.fgcanvas_.style.cursor) { + self.fgcanvas_.style.cursor = cursor; + } + }; + + onZoomHandleTouchEvent = function(e) { + if (e.type == 'touchstart' && e.targetTouches.length == 1) { + if (onZoomStart(e.targetTouches[0])) { + utils.cancelEvent(e); + } + } else if (e.type == 'touchmove' && e.targetTouches.length == 1) { + if (onZoom(e.targetTouches[0])) { + utils.cancelEvent(e); + } + } else { + onZoomEnd(e); + } + }; + + onCanvasTouchEvent = function(e) { + if (e.type == 'touchstart' && e.targetTouches.length == 1) { + if (onPanStart(e.targetTouches[0])) { + utils.cancelEvent(e); + } + } else if (e.type == 'touchmove' && e.targetTouches.length == 1) { + if (onPan(e.targetTouches[0])) { + utils.cancelEvent(e); + } + } else { + onPanEnd(e); + } + }; + + addTouchEvents = function(elem, fn) { + var types = ['touchstart', 'touchend', 'touchmove', 'touchcancel']; + for (var i = 0; i < types.length; i++) { + self.dygraph_.addAndTrackEvent(elem, types[i], fn); + } + }; + + this.setDefaultOption_('interactionModel', _dygraphInteractionModel2['default'].dragIsPanInteractionModel); + this.setDefaultOption_('panEdgeFraction', 0.0001); + + var dragStartEvent = window.opera ? 'mousedown' : 'dragstart'; + this.dygraph_.addAndTrackEvent(this.leftZoomHandle_, dragStartEvent, onZoomStart); + this.dygraph_.addAndTrackEvent(this.rightZoomHandle_, dragStartEvent, onZoomStart); + + this.dygraph_.addAndTrackEvent(this.fgcanvas_, 'mousedown', onPanStart); + this.dygraph_.addAndTrackEvent(this.fgcanvas_, 'mousemove', onCanvasHover); + + // Touch events + if (this.hasTouchInterface_) { + addTouchEvents(this.leftZoomHandle_, onZoomHandleTouchEvent); + addTouchEvents(this.rightZoomHandle_, onZoomHandleTouchEvent); + addTouchEvents(this.fgcanvas_, onCanvasTouchEvent); + } + }; + + /** + * @private + * Draws the static layer in the background canvas. + */ + rangeSelector.prototype.drawStaticLayer_ = function() { + var ctx = this.bgcanvas_ctx_; + ctx.clearRect(0, 0, this.canvasRect_.w, this.canvasRect_.h); + try { + this.drawMiniPlot_(); + } catch (ex) { + console.warn(ex); + } + + var margin = 0.5; + this.bgcanvas_ctx_.lineWidth = this.getOption_('rangeSelectorBackgroundLineWidth'); + ctx.strokeStyle = this.getOption_('rangeSelectorBackgroundStrokeColor'); + ctx.beginPath(); + ctx.moveTo(margin, margin); + ctx.lineTo(margin, this.canvasRect_.h - margin); + ctx.lineTo(this.canvasRect_.w - margin, this.canvasRect_.h - margin); + ctx.lineTo(this.canvasRect_.w - margin, margin); + ctx.stroke(); + }; + + /** + * @private + * Draws the mini plot in the background canvas. + */ + rangeSelector.prototype.drawMiniPlot_ = function() { + var fillStyle = this.getOption_('rangeSelectorPlotFillColor'); + var fillGradientStyle = this.getOption_('rangeSelectorPlotFillGradientColor'); + var strokeStyle = this.getOption_('rangeSelectorPlotStrokeColor'); + if (!fillStyle && !strokeStyle) { + return; + } + + var stepPlot = this.getOption_('stepPlot'); + + var combinedSeriesData = this.computeCombinedSeriesAndLimits_(); + var yRange = combinedSeriesData.yMax - combinedSeriesData.yMin; + + // Draw the mini plot. + var ctx = this.bgcanvas_ctx_; + var margin = 0.5; + + var xExtremes = this.dygraph_.xAxisExtremes(); + var xRange = Math.max(xExtremes[1] - xExtremes[0], 1.e-30); + var xFact = (this.canvasRect_.w - margin) / xRange; + var yFact = (this.canvasRect_.h - margin) / yRange; + var canvasWidth = this.canvasRect_.w - margin; + var canvasHeight = this.canvasRect_.h - margin; + + var prevX = null, + prevY = null; + + ctx.beginPath(); + ctx.moveTo(margin, canvasHeight); + for (var i = 0; i < combinedSeriesData.data.length; i++) { + var dataPoint = combinedSeriesData.data[i]; + var x = dataPoint[0] !== null ? (dataPoint[0] - xExtremes[0]) * xFact : NaN; + var y = dataPoint[1] !== null ? canvasHeight - (dataPoint[1] - combinedSeriesData.yMin) * yFact : NaN; + + // Skip points that don't change the x-value. Overly fine-grained points + // can cause major slowdowns with the ctx.fill() call below. + if (!stepPlot && prevX !== null && Math.round(x) == Math.round(prevX)) { + continue; + } + + if (isFinite(x) && isFinite(y)) { + if (prevX === null) { + ctx.lineTo(x, canvasHeight); + } else if (stepPlot) { + ctx.lineTo(x, prevY); + } + ctx.lineTo(x, y); + prevX = x; + prevY = y; + } else { + if (prevX !== null) { + if (stepPlot) { + ctx.lineTo(x, prevY); + ctx.lineTo(x, canvasHeight); + } else { + ctx.lineTo(prevX, canvasHeight); + } + } + prevX = prevY = null; + } + } + ctx.lineTo(canvasWidth, canvasHeight); + ctx.closePath(); + + if (fillStyle) { + var lingrad = this.bgcanvas_ctx_.createLinearGradient(0, 0, 0, canvasHeight); + if (fillGradientStyle) { + lingrad.addColorStop(0, fillGradientStyle); + } + lingrad.addColorStop(1, fillStyle); + this.bgcanvas_ctx_.fillStyle = lingrad; + ctx.fill(); + } + + if (strokeStyle) { + this.bgcanvas_ctx_.strokeStyle = strokeStyle; + this.bgcanvas_ctx_.lineWidth = this.getOption_('rangeSelectorPlotLineWidth'); + ctx.stroke(); + } + }; + + /** + * @private + * Computes and returns the combined series data along with min/max for the mini plot. + * The combined series consists of averaged values for all series. + * When series have error bars, the error bars are ignored. + * @return {Object} An object containing combined series array, ymin, ymax. + */ + rangeSelector.prototype.computeCombinedSeriesAndLimits_ = function() { + var g = this.dygraph_; + var logscale = this.getOption_('logscale'); + var i; + + // Select series to combine. By default, all series are combined. + var numColumns = g.numColumns(); + var labels = g.getLabels(); + var includeSeries = new Array(numColumns); + var anySet = false; + var visibility = g.visibility(); + var inclusion = []; + + for (i = 1; i < numColumns; i++) { + var include = this.getOption_('showInRangeSelector', labels[i]); + inclusion.push(include); + if (include !== null) anySet = true; // it's set explicitly for this series + } + + if (anySet) { + for (i = 1; i < numColumns; i++) { + includeSeries[i] = inclusion[i - 1]; + } + } else { + for (i = 1; i < numColumns; i++) { + includeSeries[i] = visibility[i - 1]; + } + } + + // Create a combined series (average of selected series values). + // TODO(danvk): short-circuit if there's only one series. + var rolledSeries = []; + var dataHandler = g.dataHandler_; + var options = g.attributes_; + for (i = 1; i < g.numColumns(); i++) { + if (!includeSeries[i]) continue; + var series = dataHandler.extractSeries(g.rawData_, i, options); + if (g.rollPeriod() > 1) { + series = dataHandler.rollingAverage(series, g.rollPeriod(), options); + } + + rolledSeries.push(series); + } + + var combinedSeries = []; + for (i = 0; i < rolledSeries[0].length; i++) { + var sum = 0; + var count = 0; + for (var j = 0; j < rolledSeries.length; j++) { + var y = rolledSeries[j][i][1]; + if (y === null || isNaN(y)) continue; + count++; + sum += y; + } + combinedSeries.push([rolledSeries[0][i][0], sum / count]); + } + + // Compute the y range. + var yMin = Number.MAX_VALUE; + var yMax = -Number.MAX_VALUE; + for (i = 0; i < combinedSeries.length; i++) { + var yVal = combinedSeries[i][1]; + if (yVal !== null && isFinite(yVal) && (!logscale || yVal > 0)) { + yMin = Math.min(yMin, yVal); + yMax = Math.max(yMax, yVal); + } + } + + // Convert Y data to log scale if needed. + // Also, expand the Y range to compress the mini plot a little. + var extraPercent = 0.25; + if (logscale) { + yMax = utils.log10(yMax); + yMax += yMax * extraPercent; + yMin = utils.log10(yMin); + for (i = 0; i < combinedSeries.length; i++) { + combinedSeries[i][1] = utils.log10(combinedSeries[i][1]); + } + } else { + var yExtra; + var yRange = yMax - yMin; + if (yRange <= Number.MIN_VALUE) { + yExtra = yMax * extraPercent; + } else { + yExtra = yRange * extraPercent; + } + yMax += yExtra; + yMin -= yExtra; + } + + return { + data: combinedSeries, + yMin: yMin, + yMax: yMax + }; + }; + + /** + * @private + * Places the zoom handles in the proper position based on the current X data window. + */ + rangeSelector.prototype.placeZoomHandles_ = function() { + var xExtremes = this.dygraph_.xAxisExtremes(); + var xWindowLimits = this.dygraph_.xAxisRange(); + var xRange = xExtremes[1] - xExtremes[0]; + var leftPercent = Math.max(0, (xWindowLimits[0] - xExtremes[0]) / xRange); + var rightPercent = Math.max(0, (xExtremes[1] - xWindowLimits[1]) / xRange); + var leftCoord = this.canvasRect_.x + this.canvasRect_.w * leftPercent; + var rightCoord = this.canvasRect_.x + this.canvasRect_.w * (1 - rightPercent); + var handleTop = Math.max(this.canvasRect_.y, this.canvasRect_.y + (this.canvasRect_.h - this.leftZoomHandle_.height) / 2); + var halfHandleWidth = this.leftZoomHandle_.width / 2; + this.leftZoomHandle_.style.left = leftCoord - halfHandleWidth + 'px'; + this.leftZoomHandle_.style.top = handleTop + 'px'; + this.rightZoomHandle_.style.left = rightCoord - halfHandleWidth + 'px'; + this.rightZoomHandle_.style.top = this.leftZoomHandle_.style.top; + + this.leftZoomHandle_.style.visibility = 'visible'; + this.rightZoomHandle_.style.visibility = 'visible'; + }; + + /** + * @private + * Draws the interactive layer in the foreground canvas. + */ + rangeSelector.prototype.drawInteractiveLayer_ = function() { + var ctx = this.fgcanvas_ctx_; + ctx.clearRect(0, 0, this.canvasRect_.w, this.canvasRect_.h); + var margin = 1; + var width = this.canvasRect_.w - margin; + var height = this.canvasRect_.h - margin; + var zoomHandleStatus = this.getZoomHandleStatus_(); + + ctx.strokeStyle = this.getOption_('rangeSelectorForegroundStrokeColor'); + ctx.lineWidth = this.getOption_('rangeSelectorForegroundLineWidth'); + if (!zoomHandleStatus.isZoomed) { + ctx.beginPath(); + ctx.moveTo(margin, margin); + ctx.lineTo(margin, height); + ctx.lineTo(width, height); + ctx.lineTo(width, margin); + ctx.stroke(); + } else { + var leftHandleCanvasPos = Math.max(margin, zoomHandleStatus.leftHandlePos - this.canvasRect_.x); + var rightHandleCanvasPos = Math.min(width, zoomHandleStatus.rightHandlePos - this.canvasRect_.x); + + ctx.fillStyle = 'rgba(240, 240, 240, ' + this.getOption_('rangeSelectorAlpha').toString() + ')'; + ctx.fillRect(0, 0, leftHandleCanvasPos, this.canvasRect_.h); + ctx.fillRect(rightHandleCanvasPos, 0, this.canvasRect_.w - rightHandleCanvasPos, this.canvasRect_.h); + + ctx.beginPath(); + ctx.moveTo(margin, margin); + ctx.lineTo(leftHandleCanvasPos, margin); + ctx.lineTo(leftHandleCanvasPos, height); + ctx.lineTo(rightHandleCanvasPos, height); + ctx.lineTo(rightHandleCanvasPos, margin); + ctx.lineTo(width, margin); + ctx.stroke(); + } + }; + + /** + * @private + * Returns the current zoom handle position information. + * @return {Object} The zoom handle status. + */ + rangeSelector.prototype.getZoomHandleStatus_ = function() { + var halfHandleWidth = this.leftZoomHandle_.width / 2; + var leftHandlePos = parseFloat(this.leftZoomHandle_.style.left) + halfHandleWidth; + var rightHandlePos = parseFloat(this.rightZoomHandle_.style.left) + halfHandleWidth; + return { + leftHandlePos: leftHandlePos, + rightHandlePos: rightHandlePos, + isZoomed: leftHandlePos - 1 > this.canvasRect_.x || rightHandlePos + 1 < this.canvasRect_.x + this.canvasRect_.w + }; + }; + + exports['default'] = rangeSelector; + module.exports = exports['default']; + + }, { + "../dygraph-interaction-model": 12, + "../dygraph-utils": 17, + "../iframe-tarp": 19 + }] + }, {}, [18])(18) +}); +//# sourceMappingURL=dygraph.js.map diff --git a/dana/third_party/dygraph/js/dygraph.min.js b/dana/third_party/dygraph/js/dygraph.min.js new file mode 100644 index 0000000000000000000000000000000000000000..e3851bf235e7e0f6b06e16cdb2cedcdfe4db84fe --- /dev/null +++ b/dana/third_party/dygraph/js/dygraph.min.js @@ -0,0 +1,6 @@ +/*! @license Copyright 2017 Dan Vanderkam (danvdk@gmail.com) MIT-licensed (http://opensource.org/licenses/MIT) */ +!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Dygraph=t()}}(function(){return function t(e,a,i){function n(o,s){if(!a[o]){if(!e[o]){var l="function"==typeof require&&require;if(!s&&l)return l(o,!0);if(r)return r(o,!0);var h=new Error("Cannot find module '"+o+"'");throw h.code="MODULE_NOT_FOUND",h}var u=a[o]={exports:{}};e[o][0].call(u.exports,function(t){var a=e[o][1][t];return n(a?a:t)},u,u.exports,t,e,a,i)}return a[o].exports}for(var r="function"==typeof require&&require,o=0;o1)for(var a=1;a=0){var d=t[l-e];null===d[1]||isNaN(d[1])||(n-=d[2][0],o-=d[1],r-=d[2][1],s-=1)}s?u[l]=[t[l][0],1*o/s,[1*n/s,1*r/s]]:u[l]=[t[l][0],null,[null,null]]}return u},a.default=o,e.exports=a.default},{"./bars":5}],3:[function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(a,"__esModule",{value:!0});var n=t("./bars"),r=i(n),o=function(){};o.prototype=new r.default,o.prototype.extractSeries=function(t,e,a){for(var i,n,r,o,s=[],l=a.get("sigma"),h=a.get("logscale"),u=0;u=0&&(u-=t[r-e][2][2],d-=t[r-e][2][3]);var p=t[r][0],g=d?u/d:0;if(h)if(d){var f=g<0?0:g,v=d,_=l*Math.sqrt(f*(1-f)/v+l*l/(4*v*v)),y=1+l*l/d;i=(f+l*l/(2*d)-_)/y,n=(f+l*l/(2*d)+_)/y,s[r]=[p,f*c,[i*c,n*c]]}else s[r]=[p,0,[0,0]];else o=d?l*Math.sqrt(g*(1-g)/d):1,s[r]=[p,c*g,[c*(g-o),c*(g+o)]]}return s},a.default=o,e.exports=a.default},{"./bars":5}],5:[function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(a,"__esModule",{value:!0});var n=t("./datahandler"),r=i(n),o=t("../dygraph-layout"),s=i(o),l=function(){r.default.call(this)};l.prototype=new r.default,l.prototype.extractSeries=function(t,e,a){},l.prototype.rollingAverage=function(t,e,a){},l.prototype.onPointsCreated_=function(t,e){for(var a=0;ai&&(h=i),ur)&&(r=u),(null===n||h=0&&(r-=t[i-e][2][0],o-=t[i-e][2][1]);var l=t[i][0],h=o?r/o:0;n[i]=[l,s*h]}return n},a.default=s,e.exports=a.default},{"./datahandler":6,"./default":8}],8:[function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(a,"__esModule",{value:!0});var n=t("./datahandler"),r=i(n),o=function(){};o.prototype=new r.default,o.prototype.extractSeries=function(t,e,a){for(var i=[],n=a.get("logscale"),r=0;rr)&&(r=i),(null===n||i=2,v=t.drawingContext;v.save(),f&&v.setLineDash&&v.setLineDash(i);var _=h._drawSeries(t,g,a,s,n,d,u,e);h._drawPointsOnLine(t,_,r,e,s),f&&v.setLineDash&&v.setLineDash([]),v.restore()},h._drawSeries=function(t,e,a,i,n,r,o,s){var l,h,u=null,d=null,c=null,p=[],g=!0,f=t.drawingContext;f.beginPath(),f.strokeStyle=s,f.lineWidth=a;for(var v=e.array_,_=e.end_,y=e.predicate_,x=e.start_;x<_;x++){if(h=v[x],y){for(;x<_&&!y(v,x);)x++;if(x==_)break;h=v[x]}if(null===h.canvasy||h.canvasy!=h.canvasy)o&&null!==u&&(f.moveTo(u,d),f.lineTo(h.canvasx,d)),u=d=null;else{if(l=!1,r||null===u){e.nextIdx_=x,e.next(),c=e.hasNext?e.peek.canvasy:null;var m=null===c||c!=c;l=null===u&&m,r&&(!g&&null===u||e.hasNext&&m)&&(l=!0)}null!==u?a&&(o&&(f.moveTo(u,d),f.lineTo(h.canvasx,d)),f.lineTo(h.canvasx,h.canvasy)):f.moveTo(h.canvasx,h.canvasy),(n||l)&&p.push([h.canvasx,h.canvasy,h.idx]),u=h.canvasx,d=h.canvasy}g=!1}return f.stroke(),p},h._drawPointsOnLine=function(t,e,a,i,n){for(var r=t.drawingContext,o=0;o0;a--){var i=e[a];if(i[0]==r){var o=e[a-1];o[1]==i[1]&&o[2]==i[2]&&e.splice(a,1)}}for(var a=0;a2&&!t){var s=0;e[0][0]==r&&s++;for(var l=null,h=null,a=s;ae[h][2]&&(h=a)}}var d=e[l],c=e[h];e.splice(s,e.length-s),lh?(e.push(c),e.push(d)):e.push(d)}}},l=function(a){s(a);for(var l=0,h=e.length;l1,h=o-a>1,u=s||h;l(u),a=o}e.push([t,n,r])};return{moveTo:function(t,e){h(r,t,e)},lineTo:function(t,e){h(n,t,e)},stroke:function(){l(!0),t.stroke()},fill:function(){l(!0),t.fill()},beginPath:function(){l(!0),t.beginPath()},closePath:function(){l(!0),t.closePath()},_count:function(){return o}}},h._fillPlotter=function(t){if(!t.singleSeriesName&&0===t.seriesIndex){for(var e=t.dygraph,a=e.getLabels().slice(1),i=a.length;i>=0;i--)e.visibility()[i]||a.splice(i,1);var n=function(){for(var t=0;t=0;n--){var r=i[n];t.lineTo(r[0],r[1])}},_=c-1;_>=0;_--){var y=t.drawingContext,x=a[_];if(e.getBooleanOption("fillGraph",x)){var m=e.getNumericOption("fillAlpha",x),b=e.getBooleanOption("stepPlot",x),w=g[_],A=e.axisPropertiesForSeries(x),O=1+A.minyval*A.yscale;O<0?O=0:O>1&&(O=1),O=u.h*O+u.y;var T,D=d[_],E=o.createIterator(D,0,D.length,h._getIteratorPredicate(e.getBooleanOption("connectSeparatedPoints",x))),P=NaN,S=[-1,-1],L=o.toRGB_(w),C="rgba("+L.r+","+L.g+","+L.b+","+m+")";y.fillStyle=C,y.beginPath();var M,N=!0;(D.length>2*e.width_||l.default.FORCE_FAST_PROXY)&&(y=h._fastCanvasProxy(y));for(var k,F=[];E.hasNext;)if(k=E.next(),o.isOK(k.y)||b){if(p){if(!N&&M==k.xval)continue;N=!1,M=k.xval,r=f[k.canvasx];var R;R=void 0===r?O:s?r[0]:r,T=[k.canvasy,R],b?S[0]===-1?f[k.canvasx]=[k.canvasy,O]:f[k.canvasx]=[k.canvasy,S[0]]:f[k.canvasx]=k.canvasy}else T=isNaN(k.canvasy)&&b?[u.y+u.h,O]:[k.canvasy,O];isNaN(P)?(y.moveTo(k.canvasx,T[1]),y.lineTo(k.canvasx,T[0])):(b?(y.lineTo(k.canvasx,S[0]),y.lineTo(k.canvasx,T[0])):y.lineTo(k.canvasx,T[0]),p&&(F.push([P,S[1]]),s&&r?F.push([k.canvasx,r[1]]):F.push([k.canvasx,T[1]]))),S=T,P=k.canvasx}else v(y,P,S[1],F),F=[],P=NaN,null===k.y_stacked||isNaN(k.y_stacked)||(f[k.canvasx]=u.h*k.y_stacked+u.y);s=b,T&&k&&(v(y,k.canvasx,T[1],F),F=[]),y.fill()}}}},a.default=h,e.exports=a.default},{"./dygraph":18,"./dygraph-utils":17}],10:[function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}function n(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}Object.defineProperty(a,"__esModule",{value:!0});var r=t("./dygraph-tickers"),o=n(r),s=t("./dygraph-interaction-model"),l=i(s),h=t("./dygraph-canvas"),u=i(h),d=t("./dygraph-utils"),c=n(d),p={highlightCircleSize:3,highlightSeriesOpts:null,highlightSeriesBackgroundAlpha:.5,highlightSeriesBackgroundColor:"rgb(255, 255, 255)",labelsSeparateLines:!1,labelsShowZeroValues:!0,labelsKMB:!1,labelsKMG2:!1,showLabelsOnHighlight:!0,digitsAfterDecimal:2,maxNumberWidth:6,sigFigs:null,strokeWidth:1,strokeBorderWidth:0,strokeBorderColor:"white",axisTickSize:3,axisLabelFontSize:14,rightGap:5,showRoller:!1,xValueParser:void 0,delimiter:",",sigma:2,errorBars:!1,fractions:!1,wilsonInterval:!0,customBars:!1,fillGraph:!1,fillAlpha:.15,connectSeparatedPoints:!1,stackedGraph:!1,stackedGraphNaNFill:"all",hideOverlayOnMouseOut:!0,legend:"onmouseover",stepPlot:!1,xRangePad:0,yRangePad:null,drawAxesAtZero:!1,titleHeight:28,xLabelHeight:18,yLabelWidth:18,axisLineColor:"black",axisLineWidth:.3,gridLineWidth:.3,axisLabelWidth:50,gridLineColor:"rgb(128,128,128)",interactionModel:l.default.defaultModel,animatedZooms:!1,showRangeSelector:!1,rangeSelectorHeight:40,rangeSelectorPlotStrokeColor:"#808FAB",rangeSelectorPlotFillGradientColor:"white",rangeSelectorPlotFillColor:"#A7B1C4",rangeSelectorBackgroundStrokeColor:"gray",rangeSelectorBackgroundLineWidth:1,rangeSelectorPlotLineWidth:1.5,rangeSelectorForegroundStrokeColor:"black",rangeSelectorForegroundLineWidth:1,rangeSelectorAlpha:.6,showInRangeSelector:null,plotter:[u.default._fillPlotter,u.default._errorPlotter,u.default._linePlotter],plugins:[],axes:{x:{pixelsPerLabel:70,axisLabelWidth:60,axisLabelFormatter:c.dateAxisLabelFormatter,valueFormatter:c.dateValueFormatter,drawGrid:!0,drawAxis:!0,independentTicks:!0,ticker:o.dateTicker},y:{axisLabelWidth:50,pixelsPerLabel:30,valueFormatter:c.numberValueFormatter,axisLabelFormatter:c.numberAxisLabelFormatter,drawGrid:!0,drawAxis:!0,independentTicks:!0,ticker:o.numericTicks},y2:{axisLabelWidth:50,pixelsPerLabel:30,valueFormatter:c.numberValueFormatter,axisLabelFormatter:c.numberAxisLabelFormatter,drawAxis:!0,drawGrid:!1,independentTicks:!1,ticker:o.numericTicks}}};a.default=p,e.exports=a.default},{"./dygraph-canvas":9,"./dygraph-interaction-model":12,"./dygraph-tickers":16,"./dygraph-utils":17}],11:[function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(a,"__esModule",{value:!0});var n=t("./dygraph"),r=i(n),o=function(t){this.container=t};o.prototype.draw=function(t,e){this.container.innerHTML="","undefined"!=typeof this.date_graph&&this.date_graph.destroy(),this.date_graph=new r.default(this.container,t,e)},o.prototype.setSelection=function(t){var e=!1;t.length&&(e=t[0].row),this.date_graph.setSelection(e)},o.prototype.getSelection=function(){var t=[],e=this.date_graph.getSelection();if(e<0)return t;for(var a=this.date_graph.layout_.points,i=0;ia.boundedDates[1]&&(i-=n-a.boundedDates[1],n=i+a.dateRange),e.getOptionForAxis("logscale","x")?e.dateWindow_=[Math.pow(r.LOG_SCALE,i),Math.pow(r.LOG_SCALE,n)]:e.dateWindow_=[i,n],a.is2DPan)for(var o=a.dragEndY-a.dragStartY,s=0;s=10&&a.dragDirection==r.HORIZONTAL){var n=Math.min(a.dragStartX,a.dragEndX),o=Math.max(a.dragStartX,a.dragEndX);n=Math.max(n,i.x),o=Math.min(o,i.x+i.w),n=10&&a.dragDirection==r.VERTICAL){var l=Math.min(a.dragStartY,a.dragEndY),h=Math.max(a.dragStartY,a.dragEndY);l=Math.max(l,i.y),h=Math.min(h,i.y+i.h),l1&&(a.startTimeForDoubleTapMs=null);for(var i=[],n=0;n=2){a.initialPinchCenter={pageX:.5*(i[0].pageX+i[1].pageX),pageY:.5*(i[0].pageY+i[1].pageY),dataX:.5*(i[0].dataX+i[1].dataX),dataY:.5*(i[0].dataY+i[1].dataY)};var o=180/Math.PI*Math.atan2(a.initialPinchCenter.pageY-i[0].pageY,i[0].pageX-a.initialPinchCenter.pageX);o=Math.abs(o),o>90&&(o=90-o),a.touchDirections={x:o<67.5,y:o>22.5}}a.initialRange={x:e.xAxisRange(),y:e.yAxisRange()}},s.moveTouch=function(t,e,a){a.startTimeForDoubleTapMs=null;var i,n=[];for(i=0;i=2){var g=s[1].pageX-l.pageX;c=(n[1].pageX-o.pageX)/g;var f=s[1].pageY-l.pageY;p=(n[1].pageY-o.pageY)/f}c=Math.min(8,Math.max(.125,c)),p=Math.min(8,Math.max(.125,p));var v=!1;if(a.touchDirections.x&&(e.dateWindow_=[l.dataX-h.dataX+(a.initialRange.x[0]-l.dataX)/c,l.dataX-h.dataX+(a.initialRange.x[1]-l.dataX)/c],v=!0),a.touchDirections.y)for(i=0;i<1;i++){var _=e.axes_[i],y=e.attributes_.getForAxis("logscale",i);y||(_.valueRange=[l.dataY-h.dataY+(a.initialRange.y[0]-l.dataY)/p,l.dataY-h.dataY+(a.initialRange.y[1]-l.dataY)/p],v=!0)}if(e.drawGraph_(!1),v&&n.length>1&&e.getFunctionOption("zoomCallback")){var x=e.xAxisRange();e.getFunctionOption("zoomCallback").call(e,x[0],x[1],e.yAxisRanges())}},s.endTouch=function(t,e,a){if(0!==t.touches.length)s.startTouch(t,e,a);else if(1==t.changedTouches.length){var i=(new Date).getTime(),n=t.changedTouches[0];a.startTimeForDoubleTapMs&&i-a.startTimeForDoubleTapMs<500&&a.doubleTapX&&Math.abs(a.doubleTapX-n.screenX)<50&&a.doubleTapY&&Math.abs(a.doubleTapY-n.screenY)<50?e.resetZoom():(a.startTimeForDoubleTapMs=i,a.doubleTapX=n.screenX,a.doubleTapY=n.screenY)}};var l=function(t,e,a){return ta?t-a:0},h=function(t,e){var a=r.findPos(e.canvas_),i={left:a.x,right:a.x+e.canvas_.offsetWidth,top:a.y,bottom:a.y+e.canvas_.offsetHeight},n={x:r.pageX(t),y:r.pageY(t)},o=l(n.x,i.left,i.right),s=l(n.y,i.top,i.bottom);return Math.max(o,s)};s.defaultModel={mousedown:function(t,e,a){if(!t.button||2!=t.button){a.initializeMouseDown(t,e,a),t.altKey||t.shiftKey?s.startPan(t,e,a):s.startZoom(t,e,a);var i=function(t){if(a.isZooming){var i=h(t,e);i=0&&i<1&&this.xticks.push({pos:i,label:a,has_tick:r});for(this.yticks=[],t=0;t0&&i<=1&&this.yticks.push({axis:t,pos:i,label:a,has_tick:r})},o.prototype._evaluateAnnotations=function(){var t,e={};for(t=0;t1&&s.update(this.yAxes_[1].options,o.y2||{}),s.update(this.xAxis_.options,o.x||{})}},d.prototype.get=function(t){var e=this.getGlobalUser_(t);return null!==e?e:this.getGlobalDefault_(t)},d.prototype.getGlobalUser_=function(t){return this.user_.hasOwnProperty(t)?this.user_[t]:null},d.prototype.getGlobalDefault_=function(t){return this.global_.hasOwnProperty(t)?this.global_[t]:h.default.hasOwnProperty(t)?h.default[t]:null},d.prototype.getForAxis=function(t,e){var a,i;if("number"==typeof e)a=e,i=0===a?"y":"y2";else{if("y1"==e&&(e="y"),"y"==e)a=0;else if("y2"==e)a=1;else{if("x"!=e)throw"Unknown axis "+e;a=-1}i=e}var n=a==-1?this.xAxis_:this.yAxes_[a];if(n){var r=n.options;if(r.hasOwnProperty(t))return r[t]}if("x"!==e||"logscale"!==t){var o=this.getGlobalUser_(t);if(null!==o)return o}var s=h.default.axes[i];return s.hasOwnProperty(t)?s[t]:this.getGlobalDefault_(t)},d.prototype.getForSeries=function(t,e){if(e===this.dygraph_.getHighlightSeries()&&this.highlightSeries_.hasOwnProperty(t))return this.highlightSeries_[t];if(!this.series_.hasOwnProperty(e))throw"Unknown series: "+e;var a=this.series_[e],i=a.options;return i.hasOwnProperty(t)?i[t]:this.getForAxis(t,a.yAxis)},d.prototype.numAxes=function(){return this.yAxes_.length},d.prototype.axisForSeries=function(t){return this.series_[t].yAxis},d.prototype.axisOptions=function(t){return this.yAxes_[t].options},d.prototype.seriesForAxis=function(t){return this.yAxes_[t].series},d.prototype.seriesNames=function(){return this.labels_},"undefined"!=typeof i);a.default=d,e.exports=a.default}).call(this,t("_process"))},{"./dygraph-default-attrs":10,"./dygraph-options-reference":14,"./dygraph-utils":17,_process:1}],16:[function(t,e,a){"use strict";function i(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}Object.defineProperty(a,"__esModule",{value:!0});var n=t("./dygraph-utils"),r=i(n),o=function(t,e,a,i,n,r){var o=function(t){return"logscale"!==t&&i(t)};return s(t,e,a,o,n,r)};a.numericLinearTicks=o;var s=function(t,e,a,i,n,o){var s,l,h,u,d=i("pixelsPerLabel"),p=[];if(o)for(s=0;s=u/4){for(var _=f;_>=g;_--){var y=c[_],x=Math.log(y/t)/Math.log(e/t)*a,m={v:y};null===v?v={tickValue:y,pixel_coord:x}:Math.abs(x-v.pixel_coord)>=d?v={tickValue:y,pixel_coord:x}:m.label="",p.push(m)}p.reverse()}}if(0===p.length){var b,w,A=i("labelsKMG2");A?(b=[1,2,4,8,16,32,64,128,256],w=16):(b=[1,2,5,10,20,50,100],w=10);var O,T,D,E,P=Math.ceil(a/d),S=Math.abs(e-t)/P,L=Math.floor(Math.log(S)/Math.log(w)),C=Math.pow(w,L);for(l=0;ld));l++);for(T>D&&(O*=-1),s=0;s<=u;s++)h=T+s*O,p.push({v:h})}}var M=i("axisLabelFormatter");for(s=0;s=0?f(t,e,o,i,n):[]};a.dateTicker=l;var h={SECONDLY:0,TWO_SECONDLY:1,FIVE_SECONDLY:2,TEN_SECONDLY:3,THIRTY_SECONDLY:4,MINUTELY:5,TWO_MINUTELY:6,FIVE_MINUTELY:7,TEN_MINUTELY:8,THIRTY_MINUTELY:9,HOURLY:10,TWO_HOURLY:11,SIX_HOURLY:12,DAILY:13,TWO_DAILY:14,WEEKLY:15,MONTHLY:16,QUARTERLY:17,BIANNUAL:18,ANNUAL:19,DECADAL:20,CENTENNIAL:21,NUM_GRANULARITIES:22};a.Granularity=h;var u={DATEFIELD_Y:0,DATEFIELD_M:1,DATEFIELD_D:2,DATEFIELD_HH:3,DATEFIELD_MM:4,DATEFIELD_SS:5,DATEFIELD_MS:6,NUM_DATEFIELDS:7},d=[];d[h.SECONDLY]={datefield:u.DATEFIELD_SS,step:1,spacing:1e3},d[h.TWO_SECONDLY]={datefield:u.DATEFIELD_SS,step:2,spacing:2e3},d[h.FIVE_SECONDLY]={datefield:u.DATEFIELD_SS,step:5,spacing:5e3},d[h.TEN_SECONDLY]={datefield:u.DATEFIELD_SS,step:10,spacing:1e4},d[h.THIRTY_SECONDLY]={datefield:u.DATEFIELD_SS,step:30,spacing:3e4},d[h.MINUTELY]={datefield:u.DATEFIELD_MM,step:1,spacing:6e4},d[h.TWO_MINUTELY]={datefield:u.DATEFIELD_MM,step:2,spacing:12e4},d[h.FIVE_MINUTELY]={datefield:u.DATEFIELD_MM,step:5,spacing:3e5},d[h.TEN_MINUTELY]={datefield:u.DATEFIELD_MM,step:10,spacing:6e5},d[h.THIRTY_MINUTELY]={datefield:u.DATEFIELD_MM,step:30,spacing:18e5},d[h.HOURLY]={datefield:u.DATEFIELD_HH,step:1,spacing:36e5},d[h.TWO_HOURLY]={datefield:u.DATEFIELD_HH,step:2,spacing:72e5},d[h.SIX_HOURLY]={datefield:u.DATEFIELD_HH,step:6,spacing:216e5},d[h.DAILY]={datefield:u.DATEFIELD_D,step:1,spacing:864e5},d[h.TWO_DAILY]={datefield:u.DATEFIELD_D,step:2,spacing:1728e5},d[h.WEEKLY]={datefield:u.DATEFIELD_D,step:7,spacing:6048e5},d[h.MONTHLY]={datefield:u.DATEFIELD_M,step:1,spacing:2629817280},d[h.QUARTERLY]={datefield:u.DATEFIELD_M,step:3,spacing:216e5*365.2524},d[h.BIANNUAL]={datefield:u.DATEFIELD_M,step:6,spacing:432e5*365.2524},d[h.ANNUAL]={datefield:u.DATEFIELD_Y,step:1,spacing:864e5*365.2524},d[h.DECADAL]={datefield:u.DATEFIELD_Y,step:10,spacing:315578073600},d[h.CENTENNIAL]={datefield:u.DATEFIELD_Y,step:100,spacing:3155780736e3};var c=function(){for(var t=[],e=-39;e<=39;e++)for(var a=Math.pow(10,e),i=1;i<=9;i++){var n=a*i;t.push(n)}return t}(),p=function(t,e,a,i){for(var n=i("pixelsPerLabel"),r=0;r=n)return r}return-1},g=function(t,e,a){var i=d[a].spacing;return Math.round(1*(e-t)/i)},f=function(t,e,a,i,n){var o=i("axisLabelFormatter"),s=i("labelsUTC"),l=s?r.DateAccessorsUTC:r.DateAccessorsLocal,c=d[a].datefield,p=d[a].step,g=d[a].spacing,f=new Date(t),v=[];v[u.DATEFIELD_Y]=l.getFullYear(f),v[u.DATEFIELD_M]=l.getMonth(f),v[u.DATEFIELD_D]=l.getDate(f),v[u.DATEFIELD_HH]=l.getHours(f),v[u.DATEFIELD_MM]=l.getMinutes(f),v[u.DATEFIELD_SS]=l.getSeconds(f),v[u.DATEFIELD_MS]=l.getMilliseconds(f);var _=v[c]%p;a==h.WEEKLY&&(_=l.getDay(f)),v[c]-=_;for(var y=c+1;y=h.DAILY||l.getHours(m)%p===0)&&x.push({v:b,label:o.call(n,m,a,i,n)}),v[c]+=p,m=l.makeDate.apply(null,v),b=m.getTime();return x};a.getDateAxis=f},{"./dygraph-utils":17}],17:[function(t,e,a){"use strict";function i(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}function n(t,e,a){t.removeEventListener(e,a,!1)}function r(t){return t=t?t:window.event,t.stopPropagation&&t.stopPropagation(),t.preventDefault&&t.preventDefault(),t.cancelBubble=!0,t.cancel=!0,t.returnValue=!1,!1}function o(t,e,a){var i,n,r;if(0===e)i=a,n=a,r=a;else{var o=Math.floor(6*t),s=6*t-o,l=a*(1-e),h=a*(1-e*s),u=a*(1-e*(1-s));switch(o){case 1:i=h,n=a,r=l;break;case 2:i=l,n=a,r=u;break;case 3:i=l,n=h,r=a;break;case 4:i=u,n=l,r=a;break;case 5:i=a,n=l,r=h;break;case 6:case 0:i=a,n=u,r=l}}return i=Math.floor(255*i+.5),n=Math.floor(255*n+.5),r=Math.floor(255*r+.5),"rgb("+i+","+n+","+r+")"}function s(t){var e=t.getBoundingClientRect(),a=window,i=document.documentElement;return{x:e.left+(a.pageXOffset||i.scrollLeft),y:e.top+(a.pageYOffset||i.scrollTop)}}function l(t){return!t.pageX||t.pageX<0?0:t.pageX}function h(t){return!t.pageY||t.pageY<0?0:t.pageY}function u(t,e){return l(t)-e.px}function d(t,e){return h(t)-e.py}function c(t){return!!t&&!isNaN(t)}function p(t,e){return!!t&&(null!==t.yval&&(null!==t.x&&void 0!==t.x&&(null!==t.y&&void 0!==t.y&&!(isNaN(t.x)||!e&&isNaN(t.y)))))}function g(t,e){var a=Math.min(Math.max(1,e||2),21);return Math.abs(t)<.001&&0!==t?t.toExponential(a-1):t.toPrecision(a)}function f(t){return t<10?"0"+t:""+t}function v(t,e,a,i){var n=f(t)+":"+f(e);if(a&&(n+=":"+f(a),i)){var r=""+i;n+="."+("000"+r).substring(r.length)}return n}function _(t,e){var a=e?nt:it,i=new Date(t),n=a.getFullYear(i),r=a.getMonth(i),o=a.getDate(i),s=a.getHours(i),l=a.getMinutes(i),h=a.getSeconds(i),u=a.getMilliseconds(i),d=""+n,c=f(r+1),p=f(o),g=3600*s+60*l+h+.001*u,_=d+"/"+c+"/"+p;return g&&(_+=" "+v(s,l,h,u)),_}function y(t,e){var a=Math.pow(10,e);return Math.round(t*a)/a}function x(t,e,a,i,n){for(var r=!0;r;){var o=t,s=e,l=a,h=i,u=n;if(r=!1,null!==h&&void 0!==h&&null!==u&&void 0!==u||(h=0,u=s.length-1),h>u)return-1;null!==l&&void 0!==l||(l=0);var d,c=function(t){return t>=0&&to){if(l>0&&(d=p-1,c(d)&&s[d]o))return p;t=o,e=s,a=l,i=p+1,n=u,r=!0,c=p=g=d=void 0}}}function m(t){var e,a;if((t.search("-")==-1||t.search("T")!=-1||t.search("Z")!=-1)&&(a=b(t),a&&!isNaN(a)))return a;if(t.search("-")!=-1){for(e=t.replace("-","/","g");e.search("-")!=-1;)e=e.replace("-","/");a=b(e)}else 8==t.length?(e=t.substr(0,4)+"/"+t.substr(4,2)+"/"+t.substr(6,2),a=b(e)):a=b(t);return a&&!isNaN(a)||console.error("Couldn't parse "+t+" as a date"),a}function b(t){return new Date(t).getTime()}function w(t,e){if("undefined"!=typeof e&&null!==e)for(var a in e)e.hasOwnProperty(a)&&(t[a]=e[a]);return t}function A(t,e){function a(t){return"object"==typeof Node?t instanceof Node:"object"==typeof t&&"number"==typeof t.nodeType&&"string"==typeof t.nodeName}if("undefined"!=typeof e&&null!==e)for(var i in e)e.hasOwnProperty(i)&&(null===e[i]?t[i]=null:O(e[i])?t[i]=e[i].slice():a(e[i])?t[i]=e[i]:"object"==typeof e[i]?("object"==typeof t[i]&&null!==t[i]||(t[i]={}),A(t[i],e[i])):t[i]=e[i]);return t}function O(t){var e=typeof t;return("object"==e||"function"==e&&"function"==typeof t.item)&&null!==t&&"number"==typeof t.length&&3!==t.nodeType}function T(t){return"object"==typeof t&&null!==t&&"function"==typeof t.getTime}function D(t){for(var e=[],a=0;a=e||rt.call(window,function(){var e=(new Date).getTime(),h=e-o;n=r,r=Math.floor(h/a);var u=r-n,d=r+u>s;d||r>=s?(t(s),i()):(0!==u&&t(r),l())})}()}function M(t,e){var a={};if(t)for(var i=1;i=Math.pow(10,r)||Math.abs(t)=0;p--,c/=l)if(d>=c){i=y(t/c,n)+h[p];break}if(s){var f=String(t.toExponential()).split("e-");2===f.length&&f[1]>=3&&f[1]<=24&&(i=f[1]%3>0?y(f[0]/F(10,f[1]%3),n):Number(f[0]).toFixed(2),i+=u[Math.floor(f[1]/3)-1])}}return i}function V(t,e,a){return X.call(this,t,a)}function Z(t,e,a){var i=a("labelsUTC"),n=i?nt:it,r=n.getFullYear(t),o=n.getMonth(t),s=n.getDate(t),l=n.getHours(t),h=n.getMinutes(t),u=n.getSeconds(t),d=n.getMilliseconds(t);if(e>=W.Granularity.DECADAL)return""+r;if(e>=W.Granularity.MONTHLY)return ct[o]+" "+r;var c=3600*l+60*h+u+.001*d;return 0===c||e>=W.Granularity.DAILY?f(s)+" "+ct[o]:v(l,h,u,d)}function B(t,e){return _(t,e("labelsUTC"))}Object.defineProperty(a,"__esModule",{value:!0}),a.removeEvent=n,a.cancelEvent=r,a.hsvToRGB=o,a.findPos=s,a.pageX=l,a.pageY=h,a.dragGetX_=u,a.dragGetY_=d,a.isOK=c,a.isValidPoint=p,a.floatFormat=g,a.zeropad=f,a.hmsString_=v,a.dateString_=_,a.round_=y,a.binarySearch=x,a.dateParser=m,a.dateStrToMillis=b,a.update=w,a.updateDeep=A,a.isArrayLike=O,a.isDateLike=T,a.clone=D,a.createCanvas=E,a.getContextPixelRatio=P,a.Iterator=S,a.createIterator=L,a.repeatAndCleanup=C,a.isPixelChangingOptionList=M,a.detectLineDelimiter=N,a.isNodeContainedBy=k,a.pow=F,a.toRGB_=I,a.isCanvasSupported=H,a.parseFloat_=Y,a.numberValueFormatter=X,a.numberAxisLabelFormatter=V,a.dateAxisLabelFormatter=Z,a.dateValueFormatter=B;var G=t("./dygraph-tickers"),W=i(G),U=10;a.LOG_SCALE=U;var z=Math.log(U);a.LN_TEN=z;var j=function(t){return Math.log(t)/z};a.log10=j;var K=function(t,e,a){var i=j(t),n=j(e),r=i+a*(n-i),o=Math.pow(U,r);return o};a.logRangeFraction=K;var q=[2,2];a.DOTTED_LINE=q;var Q=[7,3];a.DASHED_LINE=Q;var J=[7,2,2,2];a.DOT_DASH_LINE=J;var $=1;a.HORIZONTAL=$;var tt=2;a.VERTICAL=tt;var et=function(t){return t.getContext("2d")};a.getContext=et;var at=function(t,e,a){t.addEventListener(e,a,!1)};a.addEvent=at;var it={getFullYear:function(t){return t.getFullYear()},getMonth:function(t){return t.getMonth()},getDate:function(t){return t.getDate()},getHours:function(t){return t.getHours()},getMinutes:function(t){return t.getMinutes()},getSeconds:function(t){return t.getSeconds()},getMilliseconds:function(t){return t.getMilliseconds()},getDay:function(t){return t.getDay()},makeDate:function(t,e,a,i,n,r,o){return new Date(t,e,a,i,n,r,o)}};a.DateAccessorsLocal=it;var nt={getFullYear:function(t){return t.getUTCFullYear()},getMonth:function(t){return t.getUTCMonth()},getDate:function(t){return t.getUTCDate()},getHours:function(t){return t.getUTCHours()},getMinutes:function(t){return t.getUTCMinutes()},getSeconds:function(t){return t.getUTCSeconds()},getMilliseconds:function(t){return t.getUTCMilliseconds()},getDay:function(t){return t.getUTCDay()},makeDate:function(t,e,a,i,n,r,o){return new Date(Date.UTC(t,e,a,i,n,r,o))}};a.DateAccessorsUTC=nt,S.prototype.next=function(){if(!this.hasNext)return null;for(var t=this.peek,e=this.nextIdx_+1,a=!1;e=0;n--){var r=i[n][0],o=i[n][1];if(o.call(r,a),a.propagationStopped)break}return a.defaultPrevented},Q.prototype.getPluginInstance_=function(t){for(var e=0;e=0;if(null===t||void 0===t)return e||a;if("y"===t)return a;throw new Error("axis parameter is ["+t+"] must be null, 'x' or 'y'.")},Q.prototype.toString=function(){var t=this.maindiv_,e=t&&t.id?t.id:t;return"[Dygraph "+e+"]"},Q.prototype.attr_=function(t,e){return e?this.attributes_.getForSeries(t,e):this.attributes_.get(t)},Q.prototype.getOption=function(t,e){return this.attr_(t,e)},Q.prototype.getNumericOption=function(t,e){return this.getOption(t,e)},Q.prototype.getStringOption=function(t,e){return this.getOption(t,e)},Q.prototype.getBooleanOption=function(t,e){return this.getOption(t,e)},Q.prototype.getFunctionOption=function(t,e){return this.getOption(t,e)},Q.prototype.getOptionForAxis=function(t,e){return this.attributes_.getForAxis(t,e)},Q.prototype.optionsViewForAxis_=function(t){var e=this;return function(a){var i=e.user_attrs_.axes;return i&&i[t]&&i[t].hasOwnProperty(a)?i[t][a]:("x"!==t||"logscale"!==a)&&("undefined"!=typeof e.user_attrs_[a]?e.user_attrs_[a]:(i=e.attrs_.axes,i&&i[t]&&i[t].hasOwnProperty(a)?i[t][a]:"y"==t&&e.axes_[0].hasOwnProperty(a)?e.axes_[0][a]:"y2"==t&&e.axes_[1].hasOwnProperty(a)?e.axes_[1][a]:e.attr_(a)))}},Q.prototype.rollPeriod=function(){return this.rollPeriod_},Q.prototype.xAxisRange=function(){return this.dateWindow_?this.dateWindow_:this.xAxisExtremes()},Q.prototype.xAxisExtremes=function(){var t=this.getNumericOption("xRangePad")/this.plotter_.area.w;if(0===this.numRows())return[0-t,1+t];var e=this.rawData_[0][0],a=this.rawData_[this.rawData_.length-1][0];if(t){var i=a-e;e-=i*t,a+=i*t}return[e,a]},Q.prototype.yAxisExtremes=function(){var t=this.gatherDatasets_(this.rolledSeries_,null),e=t.extremes,a=this.axes_;this.computeYAxisRanges_(e);var i=this.axes_;return this.axes_=a,i.map(function(t){return t.extremeRange})},Q.prototype.yAxisRange=function(t){if("undefined"==typeof t&&(t=0),t<0||t>=this.axes_.length)return null;var e=this.axes_[t];return[e.computedValueRange[0],e.computedValueRange[1]]},Q.prototype.yAxisRanges=function(){for(var t=[],e=0;ethis.rawData_.length?null:e<0||e>this.rawData_[t].length?null:this.rawData_[t][e]},Q.prototype.createInterface_=function(){var t=this.maindiv_;this.graphDiv=document.createElement("div"),this.graphDiv.style.textAlign="left",this.graphDiv.style.position="relative",t.appendChild(this.graphDiv),this.canvas_=x.createCanvas(),this.canvas_.style.position="absolute",this.hidden_=this.createPlotKitCanvas_(this.canvas_),this.canvas_ctx_=x.getContext(this.canvas_),this.hidden_ctx_=x.getContext(this.hidden_),this.resizeElements_(),this.graphDiv.appendChild(this.hidden_),this.graphDiv.appendChild(this.canvas_),this.mouseEventElement_=this.createMouseEventElement_(),this.layout_=new h.default(this);var e=this;this.mouseMoveHandler_=function(t){e.mouseMove_(t)},this.mouseOutHandler_=function(t){var a=t.target||t.fromElement,i=t.relatedTarget||t.toElement;x.isNodeContainedBy(a,e.graphDiv)&&!x.isNodeContainedBy(i,e.graphDiv)&&e.mouseOut_(t)},this.addAndTrackEvent(window,"mouseout",this.mouseOutHandler_),this.addAndTrackEvent(this.mouseEventElement_,"mousemove",this.mouseMoveHandler_),this.resizeHandler_||(this.resizeHandler_=function(t){e.resize()},this.addAndTrackEvent(window,"resize",this.resizeHandler_))},Q.prototype.resizeElements_=function(){this.graphDiv.style.width=this.width_+"px",this.graphDiv.style.height=this.height_+"px";var t=x.getContextPixelRatio(this.canvas_ctx_);this.canvas_.width=this.width_*t,this.canvas_.height=this.height_*t,this.canvas_.style.width=this.width_+"px",this.canvas_.style.height=this.height_+"px",1!==t&&this.canvas_ctx_.scale(t,t);var e=x.getContextPixelRatio(this.hidden_ctx_);this.hidden_.width=this.width_*e,this.hidden_.height=this.height_*e,this.hidden_.style.width=this.width_+"px",this.hidden_.style.height=this.height_+"px",1!==e&&this.hidden_ctx_.scale(e,e)},Q.prototype.destroy=function(){this.canvas_ctx_.restore(),this.hidden_ctx_.restore();for(var t=this.plugins_.length-1;t>=0;t--){var e=this.plugins_.pop();e.plugin.destroy&&e.plugin.destroy()}var a=function t(e){for(;e.hasChildNodes();)t(e.firstChild),e.removeChild(e.firstChild)};this.removeTrackedEvents_(),x.removeEvent(window,"mouseout",this.mouseOutHandler_),x.removeEvent(this.mouseEventElement_,"mousemove",this.mouseMoveHandler_),x.removeEvent(window,"resize",this.resizeHandler_),this.resizeHandler_=null,a(this.maindiv_);var i=function(t){for(var e in t)"object"==typeof t[e]&&(t[e]=null)};i(this.layout_),i(this.plotter_),i(this)},Q.prototype.createPlotKitCanvas_=function(t){var e=x.createCanvas();return e.style.position="absolute",e.style.top=t.style.top,e.style.left=t.style.left,e.width=this.width_,e.height=this.height_,e.style.width=this.width_+"px",e.style.height=this.height_+"px",e},Q.prototype.createMouseEventElement_=function(){return this.canvas_},Q.prototype.setColors_=function(){var t=this.getLabels(),e=t.length-1;this.colors_=[],this.colorsMap_={};for(var a=this.getNumericOption("colorSaturation")||1,i=this.getNumericOption("colorValue")||.5,n=Math.ceil(e/2),r=this.getOption("colors"),o=this.visibility(),s=0;s=0;--u)for(var d=this.layout_.points[u],c=0;c=l.length)){var h=l[s];if(x.isValidPoint(h)){var u=h.canvasy;if(t>h.canvasx&&s+10){var p=(t-h.canvasx)/c;u+=p*(d.canvasy-h.canvasy)}}}else if(t0){var g=l[s-1];if(x.isValidPoint(g)){var c=h.canvasx-g.canvasx;if(c>0){var p=(h.canvasx-t)/c;u+=p*(g.canvasy-h.canvasy)}}}(0===r||u=0){var o=0,s=this.attr_("labels");for(e=1;eo&&(o=l)}var h=this.previousVerticalX_;a.clearRect(h-o-1,0,2*o+2,this.height_)}if(this.selPoints_.length>0){var u=this.selPoints_[0].canvasx;for(a.save(),e=0;e=0){t!=this.lastRow_&&(i=!0),this.lastRow_=t;for(var n=0;n=0&&o=0&&(i=!0),this.lastRow_=-1;return this.selPoints_.length?this.lastx_=this.selPoints_[0].xval:this.lastx_=-1,void 0!==e&&(this.highlightSet_!==e&&(i=!0),this.highlightSet_=e),void 0!==a&&(this.lockedSet_=a),i&&this.updateSelection_(void 0),i},Q.prototype.mouseOut_=function(t){this.getFunctionOption("unhighlightCallback")&&this.getFunctionOption("unhighlightCallback").call(this,t),this.getBooleanOption("hideOverlayOnMouseOut")&&!this.lockedSet_&&this.clearSelection()},Q.prototype.clearSelection=function(){return this.cascadeEvents_("deselect",{}),this.lockedSet_=!1,this.fadeLevel?void this.animateSelection_(-1):(this.canvas_ctx_.clearRect(0,0,this.width_,this.height_),this.fadeLevel=0,this.selPoints_=[],this.lastx_=-1,this.lastRow_=-1,void(this.highlightSet_=null))},Q.prototype.getSelection=function(){if(!this.selPoints_||this.selPoints_.length<1)return-1;for(var t=0;t1&&(a=this.dataHandler_.rollingAverage(a,this.rollPeriod_,this.attributes_)),this.rolledSeries_.push(a)}this.drawGraph_();var i=new Date;this.drawingTimeMs_=i-t},Q.PointType=void 0,Q.stackPoints_=function(t,e,a,i){for(var n=null,r=null,o=null,s=-1,l=function(e){if(!(s>=e))for(var a=e;aa[1]&&(a[1]=p),p=1;a--)if(this.visibility()[a-1]){if(e){s=t[a];var p=e[0],g=e[1];for(n=null,r=null,i=0;i=p&&null===n&&(n=i),s[i][0]<=g&&(r=i);null===n&&(n=0);for(var f=n,v=!0;v&&f>0;)f--,v=null===s[f][1];null===r&&(r=s.length-1);var _=r;for(v=!0;v&&_0;){var n=this.readyFns_.pop();n(this)}},Q.prototype.computeYAxes_=function(){var t,e,a;for(this.axes_=[],t=0;t0&&(v=0),_<0&&(_=0)),v==1/0&&(v=0),_==-(1/0)&&(_=1),a=_-v,0===a&&(0!==_?a=Math.abs(_):(_=1,a=1));var m=_,b=v;e&&(u?(m=_+n*a,b=v):(m=_+n*a,b=v-n*a,b<0&&v>=0&&(b=0),m>0&&_<=0&&(m=0))),h.extremeRange=[b,m]}if(h.valueRange){var w=o(h.valueRange[0])?h.extremeRange[0]:h.valueRange[0],A=o(h.valueRange[1])?h.extremeRange[1]:h.valueRange[1];h.computedValueRange=[w,A]}else h.computedValueRange=h.extremeRange;if(!e)if(u){w=h.computedValueRange[0],A=h.computedValueRange[1];var O=n/(2*n-1),T=(n-1)/(2*n-1);h.computedValueRange[0]=x.logRangeFraction(w,A,O),h.computedValueRange[1]=x.logRangeFraction(w,A,T)}else w=h.computedValueRange[0],A=h.computedValueRange[1],a=A-w,h.computedValueRange[0]=w-a*n,h.computedValueRange[1]=A+a*n;if(c){h.independentTicks=c;var D=this.optionsViewForAxis_("y"+(l?"2":"")),E=D("ticker");h.ticks=E(h.computedValueRange[0],h.computedValueRange[1],this.plotter_.area.h,D,this),r||(r=h)}}if(void 0===r)throw'Configuration Error: At least one axis has to have the "independentTicks" option activated.';for(var l=0;l0&&"e"!=t[a-1]&&"E"!=t[a-1]||t.indexOf("/")>=0||isNaN(parseFloat(t))?e=!0:8==t.length&&t>"19700101"&&t<"20371231"&&(e=!0),this.setXAxisOptions_(e)},Q.prototype.setXAxisOptions_=function(t){t?(this.attrs_.xValueParser=x.dateParser,this.attrs_.axes.x.valueFormatter=x.dateValueFormatter,this.attrs_.axes.x.ticker=_.dateTicker,this.attrs_.axes.x.axisLabelFormatter=x.dateAxisLabelFormatter):(this.attrs_.xValueParser=function(t){return parseFloat(t)},this.attrs_.axes.x.valueFormatter=function(t){return t},this.attrs_.axes.x.ticker=_.numericTicks,this.attrs_.axes.x.axisLabelFormatter=this.attrs_.axes.x.valueFormatter)},Q.prototype.parseCSV_=function(t){var e,a,i=[],n=x.detectLineDelimiter(t),r=t.split(n||"\n"),o=this.getStringOption("delimiter");r[0].indexOf(o)==-1&&r[0].indexOf("\t")>=0&&(o="\t");var s=0;"labels"in this.user_attrs_||(s=1,this.attrs_.labels=r[0].split(o),this.attributes_.reparseSeries());for(var l,h=0,u=!1,d=this.attr_("labels").length,c=!1,p=s;p0&&v[0]0;)e=String.fromCharCode(65+(t-1)%26)+e.toLowerCase(),t=Math.floor((t-1)/26);return e},a=t.getNumberOfColumns(),i=t.getNumberOfRows(),n=t.getColumnType(0);if("date"==n||"datetime"==n)this.attrs_.xValueParser=x.dateParser,this.attrs_.axes.x.valueFormatter=x.dateValueFormatter,this.attrs_.axes.x.ticker=_.dateTicker,this.attrs_.axes.x.axisLabelFormatter=x.dateAxisLabelFormatter;else{if("number"!=n)throw new Error("only 'date', 'datetime' and 'number' types are supported for column 1 of DataTable input (Got '"+n+"')");this.attrs_.xValueParser=function(t){return parseFloat(t)},this.attrs_.axes.x.valueFormatter=function(t){return t},this.attrs_.axes.x.ticker=_.numericTicks,this.attrs_.axes.x.axisLabelFormatter=this.attrs_.axes.x.valueFormatter}var r,o,s=[],l={},h=!1;for(r=1;r0&&v[0]0&&this.setAnnotations(f,!0),this.attributes_.reparseSeries()},Q.prototype.cascadeDataDidUpdateEvent_=function(){this.cascadeEvents_("dataDidUpdate",{})},Q.prototype.start_=function(){var t=this.file_;if("function"==typeof t&&(t=t()),x.isArrayLike(t))this.rawData_=this.parseArray_(t),this.cascadeDataDidUpdateEvent_(),this.predraw_();else if("object"==typeof t&&"function"==typeof t.getColumnRange)this.parseDataTable_(t),this.cascadeDataDidUpdateEvent_(),this.predraw_();else if("string"==typeof t){var e=x.detectLineDelimiter(t);if(e)this.loadedEvent_(t);else{var a;a=window.XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP");var i=this;a.onreadystatechange=function(){4==a.readyState&&(200!==a.status&&0!==a.status||i.loadedEvent_(a.responseText))},a.open("GET",t,!0),a.send(null)}}else console.error("Unknown data format: "+typeof t)},Q.prototype.updateOptions=function(t,e){"undefined"==typeof e&&(e=!1);var a=t.file,i=Q.copyUserAttrs_(t);"rollPeriod"in i&&(this.rollPeriod_=i.rollPeriod),"dateWindow"in i&&(this.dateWindow_=i.dateWindow);var n=x.isPixelChangingOptionList(this.attr_("labels"),i);x.updateDeep(this.user_attrs_,i),this.attributes_.reparseSeries(),a?(this.cascadeEvents_("dataWillUpdate",{}),this.file_=a,e||this.start_()):e||(n?this.predraw_():this.renderGraph_(!1))},Q.copyUserAttrs_=function(t){var e={};for(var a in t)t.hasOwnProperty(a)&&"file"!=a&&t.hasOwnProperty(a)&&(e[a]=t[a]);return e},Q.prototype.resize=function(t,e){if(!this.resize_lock){this.resize_lock=!0,null===t!=(null===e)&&(console.warn("Dygraph.resize() should be called with zero parameters or two non-NULL parameters. Pretending it was zero."),t=e=null);var a=this.width_,i=this.height_;t?(this.maindiv_.style.width=t+"px",this.maindiv_.style.height=e+"px",this.width_=t,this.height_=e):(this.width_=this.maindiv_.clientWidth,this.height_=this.maindiv_.clientHeight),a==this.width_&&i==this.height_||(this.resizeElements_(),this.predraw_()),this.resize_lock=!1}},Q.prototype.adjustRoll=function(t){this.rollPeriod_=t,this.predraw_()},Q.prototype.visibility=function(){for(this.getOption("visibility")||(this.attrs_.visibility=[]);this.getOption("visibility").length=a.length?console.warn("Invalid series number in setVisibility: "+n):a[n]=t[n]);else for(var n=0;n=a.length?console.warn("Invalid series number in setVisibility: "+n):a[n]=t[n]:t[n]<0||t[n]>=a.length?console.warn("Invalid series number in setVisibility: "+t[n]):a[t[n]]=e;this.predraw_()},Q.prototype.size=function(){return{width:this.width_,height:this.height_}},Q.prototype.setAnnotations=function(t,e){return this.annotations_=t,this.layout_?(this.layout_.setAnnotations(this.annotations_),void(e||this.predraw_())):void console.warn("Tried to setAnnotations before dygraph was ready. Try setting them in a ready() block. See dygraphs.com/tests/annotation.html")},Q.prototype.annotations=function(){return this.annotations_},Q.prototype.getLabels=function(){var t=this.attr_("labels");return t?t.slice():null},Q.prototype.indexFromSetName=function(t){return this.setIndexByName_[t]},Q.prototype.getRowForX=function(t){for(var e=0,a=this.numRows()-1;e<=a;){var i=a+e>>1,n=this.getValue(i,0);if(nt)a=i-1;else{if(e==i)return i;a=i}}return null},Q.prototype.ready=function(t){this.is_initial_draw_?this.readyFns_.push(t):t.call(this,this)},Q.prototype.addAndTrackEvent=function(t,e,a){x.addEvent(t,e,a),this.registeredEvents_.push({elem:t,type:e,fn:a})},Q.prototype.removeTrackedEvents_=function(){if(this.registeredEvents_)for(var t=0;tr.x+r.w||l.canvasyr.y+r.h)){var h=l.annotation,u=6;h.hasOwnProperty("tickHeight")&&(u=h.tickHeight);var d=document.createElement("div");d.style.fontSize=e.getOption("axisLabelFontSize")+"px";var c="dygraph-annotation";h.hasOwnProperty("icon")||(c+=" dygraphDefaultAnnotation dygraph-default-annotation"),h.hasOwnProperty("cssClass")&&(c+=" "+h.cssClass),d.className=c;var p=h.hasOwnProperty("width")?h.width:16,g=h.hasOwnProperty("height")?h.height:16;if(h.hasOwnProperty("icon")){var f=document.createElement("img");f.src=h.icon,f.width=p,f.height=g,d.appendChild(f)}else l.annotation.hasOwnProperty("shortText")&&d.appendChild(document.createTextNode(l.annotation.shortText));var v=l.canvasx-p/2;d.style.left=v+"px";var _=0;if(h.attachAtBottom){var y=r.y+r.h-g-u; +o[v]?y-=o[v]:o[v]=0,o[v]+=u+g,_=y}else _=l.canvasy-g-u;d.style.top=_+"px",d.style.width=p+"px",d.style.height=g+"px",d.title=l.annotation.text,d.style.color=e.colorsMap_[l.name],d.style.borderColor=e.colorsMap_[l.name],h.div=d,e.addAndTrackEvent(d,"click",n("clickHandler","annotationClickHandler",l,this)),e.addAndTrackEvent(d,"mouseover",n("mouseOverHandler","annotationMouseOverHandler",l,this)),e.addAndTrackEvent(d,"mouseout",n("mouseOutHandler","annotationMouseOutHandler",l,this)),e.addAndTrackEvent(d,"dblclick",n("dblClickHandler","annotationDblClickHandler",l,this)),i.appendChild(d),this.annotations_.push(d);var x=t.drawingContext;if(x.save(),x.strokeStyle=h.hasOwnProperty("tickColor")?h.tickColor:e.colorsMap_[l.name],x.lineWidth=h.hasOwnProperty("tickWidth")?h.tickWidth:e.getOption("strokeWidth"),x.beginPath(),h.attachAtBottom){var y=_+g;x.moveTo(l.canvasx,y),x.lineTo(l.canvasx,y+u)}else x.moveTo(l.canvasx,l.canvasy),x.lineTo(l.canvasx,l.canvasy-2-u);x.closePath(),x.stroke(),x.restore()}}},i.prototype.destroy=function(){this.detachLabels()},a.default=i,e.exports=a.default},{}],21:[function(t,e,a){"use strict";function i(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}Object.defineProperty(a,"__esModule",{value:!0});var n=t("../dygraph-utils"),r=i(n),o=function(){this.xlabels_=[],this.ylabels_=[]};o.prototype.toString=function(){return"Axes Plugin"},o.prototype.activate=function(t){return{layout:this.layout,clearChart:this.clearChart,willDrawChart:this.willDrawChart}},o.prototype.layout=function(t){var e=t.dygraph;if(e.getOptionForAxis("drawAxis","y")){var a=e.getOptionForAxis("axisLabelWidth","y")+2*e.getOptionForAxis("axisTickSize","y");t.reserveSpaceLeft(a)}if(e.getOptionForAxis("drawAxis","x")){var i;i=e.getOption("xAxisHeight")?e.getOption("xAxisHeight"):e.getOptionForAxis("axisLabelFontSize","x")+2*e.getOptionForAxis("axisTickSize","x"),t.reserveSpaceBottom(i)}if(2==e.numAxes()){if(e.getOptionForAxis("drawAxis","y2")){var a=e.getOptionForAxis("axisLabelWidth","y2")+2*e.getOptionForAxis("axisTickSize","y2");t.reserveSpaceRight(a)}}else e.numAxes()>2&&e.error("Only two y-axes are supported at this time. (Trying to use "+e.numAxes()+")")},o.prototype.detachLabels=function(){function t(t){for(var e=0;e0){var x=n.numAxes(),m=[y("y"),y("y2")];v.yticks.forEach(function(t){if(void 0!==t.label){s=_.x;var e=1,a="y1",n=m[0];1==t.axis&&(s=_.x+_.w,e=-1,a="y2",n=m[1]);var r=n("axisLabelFontSize");l=_.y+t.pos*_.h,o=f(t.label,"y",2==x?a:null);var h=l-r/2;h<0&&(h=0),h+r+3>c?o.style.bottom="0":o.style.top=h+"px",0===t.axis?(o.style.left=_.x-n("axisLabelWidth")-n("axisTickSize")+"px",o.style.textAlign="right"):1==t.axis&&(o.style.left=_.x+_.w+n("axisTickSize")+"px",o.style.textAlign="left"),o.style.width=n("axisLabelWidth")+"px",u.appendChild(o),i.ylabels_.push(o)}});var b=this.ylabels_[0],w=n.getOptionForAxis("axisLabelFontSize","y"),A=parseInt(b.style.top,10)+w;A>c-w&&(b.style.top=parseInt(b.style.top,10)-w/2+"px")}var O;if(n.getOption("drawAxesAtZero")){var T=n.toPercentXCoord(0);(T>1||T<0||isNaN(T))&&(T=0),O=e(_.x+T*_.w)}else O=e(_.x);h.strokeStyle=n.getOptionForAxis("axisLineColor","y"),h.lineWidth=n.getOptionForAxis("axisLineWidth","y"),h.beginPath(),h.moveTo(O,a(_.y)),h.lineTo(O,a(_.y+_.h)),h.closePath(),h.stroke(),2==n.numAxes()&&(h.strokeStyle=n.getOptionForAxis("axisLineColor","y2"),h.lineWidth=n.getOptionForAxis("axisLineWidth","y2"),h.beginPath(),h.moveTo(a(_.x+_.w),a(_.y)),h.lineTo(a(_.x+_.w),a(_.y+_.h)),h.closePath(),h.stroke())}if(n.getOptionForAxis("drawAxis","x")){if(v.xticks){var D=y("x");v.xticks.forEach(function(t){if(void 0!==t.label){s=_.x+t.pos*_.w,l=_.y+_.h,o=f(t.label,"x"),o.style.textAlign="center",o.style.top=l+D("axisTickSize")+"px";var e=s-D("axisLabelWidth")/2;e+D("axisLabelWidth")>d&&(e=d-D("axisLabelWidth"),o.style.textAlign="right"),e<0&&(e=0,o.style.textAlign="left"),o.style.left=e+"px",o.style.width=D("axisLabelWidth")+"px",u.appendChild(o),i.xlabels_.push(o)}})}h.strokeStyle=n.getOptionForAxis("axisLineColor","x"),h.lineWidth=n.getOptionForAxis("axisLineWidth","x"),h.beginPath();var E;if(n.getOption("drawAxesAtZero")){var T=n.toPercentYCoord(0,0);(T>1||T<0)&&(T=1),E=a(_.y+T*_.h)}else E=a(_.y+_.h);h.moveTo(e(_.x),E),h.lineTo(e(_.x+_.w),E),h.closePath(),h.stroke()}h.restore()}},a.default=o,e.exports=a.default},{"../dygraph-utils":17}],22:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=function(){this.title_div_=null,this.xlabel_div_=null,this.ylabel_div_=null,this.y2label_div_=null};i.prototype.toString=function(){return"ChartLabels Plugin"},i.prototype.activate=function(t){return{layout:this.layout,didDrawChart:this.didDrawChart}};var n=function(t){var e=document.createElement("div");return e.style.position="absolute",e.style.left=t.x+"px",e.style.top=t.y+"px",e.style.width=t.w+"px",e.style.height=t.h+"px",e};i.prototype.detachLabels_=function(){for(var t=[this.title_div_,this.xlabel_div_,this.ylabel_div_,this.y2label_div_],e=0;e=2);o=h.yticks,l.save(),o.forEach(function(t){if(t.has_tick){var r=t.axis;g[r]&&(l.save(),f[r]&&l.setLineDash&&l.setLineDash(v[r]),l.strokeStyle=c[r],l.lineWidth=p[r],i=e(u.x),n=a(u.y+t.pos*u.h),l.beginPath(),l.moveTo(i,n),l.lineTo(i+u.w,n),l.stroke(),l.restore())}}),l.restore()}if(s.getOptionForAxis("drawGrid","x")){o=h.xticks,l.save();var v=s.getOptionForAxis("gridLinePattern","x"),f=v&&v.length>=2;f&&l.setLineDash&&l.setLineDash(v),l.strokeStyle=s.getOptionForAxis("gridLineColor","x"),l.lineWidth=s.getOptionForAxis("gridLineWidth","x"),o.forEach(function(t){t.has_tick&&(i=e(u.x+t.pos*u.w),n=a(u.y+u.h),l.beginPath(),l.moveTo(i,n),l.lineTo(i,u.y),l.closePath(),l.stroke())}),f&&l.setLineDash&&l.setLineDash([]),l.restore()}},i.prototype.destroy=function(){},a.default=i,e.exports=a.default},{}],24:[function(t,e,a){"use strict";function i(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}function n(t,e,a){if(!t||t.length<=1)return'
';var i,n,r,o,s,l=0,h=0,u=[];for(i=0;i<=t.length;i++)l+=t[i%t.length];if(s=Math.floor(a/(l-t[0])),s>1){for(i=0;i';return d}Object.defineProperty(a,"__esModule",{value:!0});var r=t("../dygraph-utils"),o=i(r),s=function(){this.legend_div_=null,this.is_generated_div_=!1};s.prototype.toString=function(){return"Legend Plugin"},s.prototype.activate=function(t){var e,a=t.getOption("labelsDiv");return a&&null!==a?e="string"==typeof a||a instanceof String?document.getElementById(a):a:(e=document.createElement("div"),e.className="dygraph-legend",t.graphDiv.appendChild(e),this.is_generated_div_=!0),this.legend_div_=e,this.one_em_width_=10,{select:this.select,deselect:this.deselect,predraw:this.predraw,didDrawChart:this.didDrawChart}};var l=function(t){var e=document.createElement("span");e.setAttribute("style","margin: 0; padding: 0 0 0 1em; border: 0;"),t.appendChild(e);var a=e.offsetWidth;return t.removeChild(e),a},h=function(t){return t.replace(/&/g,"&").replace(/"/g,""").replace(//g,">")};s.prototype.select=function(t){var e=t.selectedX,a=t.selectedPoints,i=t.selectedRow,n=t.dygraph.getOption("legend");if("never"===n)return void(this.legend_div_.style.display="none");if("follow"===n){var r=t.dygraph.plotter_.area,o=this.legend_div_.offsetWidth,l=t.dygraph.getOptionForAxis("axisLabelWidth","y"),h=a[0].x*r.w+50,u=a[0].y*r.h-50;h+o+1>r.w&&(h=h-100-o-(l-r.x)),t.dygraph.graphDiv.appendChild(this.legend_div_),this.legend_div_.style.left=l+h+"px",this.legend_div_.style.top=u+"px"}var d=s.generateLegendHTML(t.dygraph,e,a,this.one_em_width_,i);this.legend_div_.innerHTML=d,this.legend_div_.style.display=""},s.prototype.deselect=function(t){var e=t.dygraph.getOption("legend");"always"!==e&&(this.legend_div_.style.display="none");var a=l(this.legend_div_);this.one_em_width_=a;var i=s.generateLegendHTML(t.dygraph,void 0,void 0,a,null);this.legend_div_.innerHTML=i},s.prototype.didDrawChart=function(t){this.deselect(t)},s.prototype.predraw=function(t){if(this.is_generated_div_){t.dygraph.graphDiv.appendChild(this.legend_div_);var e=t.dygraph.getArea(),a=this.legend_div_.offsetWidth;this.legend_div_.style.left=e.x+e.w-a-1+"px",this.legend_div_.style.top=e.y+"px"}},s.prototype.destroy=function(){this.legend_div_=null},s.generateLegendHTML=function(t,e,a,i,r){var l={dygraph:t,x:e,series:[]},u={},d=t.getLabels();if(d)for(var c=1;c":" "),a+=""+r.dashHTML+" "+r.labelHTML+"")}return a}a=t.xHTML+":";for(var n=0;n");var o=r.isHighlighted?' class="highlight"':"";a+=" "+r.labelHTML+": "+r.yHTML+""}}return a},a.default=s,e.exports=a.default},{"../dygraph-utils":17}],25:[function(t,e,a){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}function n(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}Object.defineProperty(a,"__esModule",{value:!0});var r=t("../dygraph-utils"),o=n(r),s=t("../dygraph-interaction-model"),l=i(s),h=t("../iframe-tarp"),u=i(h),d=function(){this.hasTouchInterface_="undefined"!=typeof TouchEvent,this.isMobileDevice_=/mobile|android/gi.test(navigator.appVersion),this.interfaceCreated_=!1};d.prototype.toString=function(){return"RangeSelector Plugin"},d.prototype.activate=function(t){return this.dygraph_=t,this.getOption_("showRangeSelector")&&this.createInterface_(),{layout:this.reserveSpace_,predraw:this.renderStaticLayer_,didDrawChart:this.renderInteractiveLayer_}},d.prototype.destroy=function(){this.bgcanvas_=null,this.fgcanvas_=null,this.leftZoomHandle_=null,this.rightZoomHandle_=null},d.prototype.getOption_=function(t,e){return this.dygraph_.getOption(t,e)},d.prototype.setDefaultOption_=function(t,e){this.dygraph_.attrs_[t]=e},d.prototype.createInterface_=function(){this.createCanvases_(),this.createZoomHandles_(),this.initInteraction_(),this.getOption_("animatedZooms")&&(console.warn("Animated zooms and range selector are not compatible; disabling animatedZooms."),this.dygraph_.updateOptions({animatedZooms:!1},!0)),this.interfaceCreated_=!0,this.addToGraph_()},d.prototype.addToGraph_=function(){var t=this.graphDiv_=this.dygraph_.graphDiv;t.appendChild(this.bgcanvas_),t.appendChild(this.fgcanvas_),t.appendChild(this.leftZoomHandle_),t.appendChild(this.rightZoomHandle_)},d.prototype.removeFromGraph_=function(){var t=this.graphDiv_;t.removeChild(this.bgcanvas_),t.removeChild(this.fgcanvas_),t.removeChild(this.leftZoomHandle_),t.removeChild(this.rightZoomHandle_),this.graphDiv_=null},d.prototype.reserveSpace_=function(t){this.getOption_("showRangeSelector")&&t.reserveSpaceBottom(this.getOption_("rangeSelectorHeight")+4)},d.prototype.renderStaticLayer_=function(){this.updateVisibility_()&&(this.resize_(),this.drawStaticLayer_())},d.prototype.renderInteractiveLayer_=function(){this.updateVisibility_()&&!this.isChangingRange_&&(this.placeZoomHandles_(),this.drawInteractiveLayer_())},d.prototype.updateVisibility_=function(){var t=this.getOption_("showRangeSelector");if(t)this.interfaceCreated_?this.graphDiv_&&this.graphDiv_.parentNode||this.addToGraph_():this.createInterface_();else if(this.graphDiv_){this.removeFromGraph_();var e=this.dygraph_;setTimeout(function(){e.width_=0,e.resize()},1)}return t},d.prototype.resize_=function(){function t(t,e,a){var i=o.getContextPixelRatio(e);t.style.top=a.y+"px",t.style.left=a.x+"px",t.width=a.w*i,t.height=a.h*i,t.style.width=a.w+"px",t.style.height=a.h+"px",1!=i&&e.scale(i,i)}var e=this.dygraph_.layout_.getPlotArea(),a=0;this.dygraph_.getOptionForAxis("drawAxis","x")&&(a=this.getOption_("xAxisHeight")||this.getOption_("axisLabelFontSize")+2*this.getOption_("axisTickSize")),this.canvasRect_={x:e.x,y:e.y+e.h+a+4,w:e.w,h:this.getOption_("rangeSelectorHeight")},t(this.bgcanvas_,this.bgcanvas_ctx_,this.canvasRect_),t(this.fgcanvas_,this.fgcanvas_ctx_,this.canvasRect_)},d.prototype.createCanvases_=function(){this.bgcanvas_=o.createCanvas(),this.bgcanvas_.className="dygraph-rangesel-bgcanvas",this.bgcanvas_.style.position="absolute",this.bgcanvas_.style.zIndex=9,this.bgcanvas_ctx_=o.getContext(this.bgcanvas_),this.fgcanvas_=o.createCanvas(),this.fgcanvas_.className="dygraph-rangesel-fgcanvas",this.fgcanvas_.style.position="absolute",this.fgcanvas_.style.zIndex=9,this.fgcanvas_.style.cursor="default",this.fgcanvas_ctx_=o.getContext(this.fgcanvas_)},d.prototype.createZoomHandles_=function(){var t=new Image;t.className="dygraph-rangesel-zoomhandle",t.style.position="absolute",t.style.zIndex=10,t.style.visibility="hidden",t.style.cursor="col-resize",t.width=9,t.height=16,t.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAAAXNSR0IArs4c6QAAAAZiS0dEANAAzwDP4Z7KegAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAd0SU1FB9sHGw0cMqdt1UwAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAaElEQVQoz+3SsRFAQBCF4Z9WJM8KCDVwownl6YXsTmCUsyKGkZzcl7zkz3YLkypgAnreFmDEpHkIwVOMfpdi9CEEN2nGpFdwD03yEqDtOgCaun7sqSTDH32I1pQA2Pb9sZecAxc5r3IAb21d6878xsAAAAAASUVORK5CYII=",this.isMobileDevice_&&(t.width*=2,t.height*=2),this.leftZoomHandle_=t,this.rightZoomHandle_=t.cloneNode(!1)},d.prototype.initInteraction_=function(){var t,e,a,i,n,r,s,h,d,c,p,g,f,v,_=this,y=document,x=0,m=null,b=!1,w=!1,A=!this.isMobileDevice_,O=new u.default;t=function(t){var e=_.dygraph_.xAxisExtremes(),a=(e[1]-e[0])/_.canvasRect_.w,i=e[0]+(t.leftHandlePos-_.canvasRect_.x)*a,n=e[0]+(t.rightHandlePos-_.canvasRect_.x)*a;return[i,n]},e=function(t){return o.cancelEvent(t),b=!0,x=t.clientX,m=t.target?t.target:t.srcElement,"mousedown"!==t.type&&"dragstart"!==t.type||(o.addEvent(y,"mousemove",a),o.addEvent(y,"mouseup",i)),_.fgcanvas_.style.cursor="col-resize",O.cover(),!0},a=function(t){if(!b)return!1;o.cancelEvent(t);var e=t.clientX-x;if(Math.abs(e)<4)return!0;x=t.clientX;var a,i=_.getZoomHandleStatus_();m==_.leftZoomHandle_?(a=i.leftHandlePos+e,a=Math.min(a,i.rightHandlePos-m.width-3),a=Math.max(a,_.canvasRect_.x)):(a=i.rightHandlePos+e,a=Math.min(a,_.canvasRect_.x+_.canvasRect_.w),a=Math.max(a,i.leftHandlePos+m.width+3));var r=m.width/2;return m.style.left=a-r+"px",_.drawInteractiveLayer_(),A&&n(),!0},i=function(t){return!!b&&(b=!1,O.uncover(),o.removeEvent(y,"mousemove",a),o.removeEvent(y,"mouseup",i),_.fgcanvas_.style.cursor="default",A||n(),!0)},n=function(){try{var e=_.getZoomHandleStatus_();if(_.isChangingRange_=!0,e.isZoomed){var a=t(e);_.dygraph_.doZoomXDates_(a[0],a[1])}else _.dygraph_.resetZoom()}finally{_.isChangingRange_=!1}},r=function(t){var e=_.leftZoomHandle_.getBoundingClientRect(),a=e.left+e.width/2;e=_.rightZoomHandle_.getBoundingClientRect();var i=e.left+e.width/2;return t.clientX>a&&t.clientX=_.canvasRect_.x+_.canvasRect_.w?(n=_.canvasRect_.x+_.canvasRect_.w,i=n-r):(i+=e,n+=e);var s=_.leftZoomHandle_.width/2;return _.leftZoomHandle_.style.left=i-s+"px",_.rightZoomHandle_.style.left=n-s+"px",_.drawInteractiveLayer_(),A&&c(),!0},d=function(t){return!!w&&(w=!1,o.removeEvent(y,"mousemove",h),o.removeEvent(y,"mouseup",d),A||c(),!0)},c=function(){try{_.isChangingRange_=!0,_.dygraph_.dateWindow_=t(_.getZoomHandleStatus_()),_.dygraph_.drawGraph_(!1)}finally{_.isChangingRange_=!1}},p=function(t){if(!b&&!w){var e=r(t)?"move":"default";e!=_.fgcanvas_.style.cursor&&(_.fgcanvas_.style.cursor=e)}},g=function(t){"touchstart"==t.type&&1==t.targetTouches.length?e(t.targetTouches[0])&&o.cancelEvent(t):"touchmove"==t.type&&1==t.targetTouches.length?a(t.targetTouches[0])&&o.cancelEvent(t):i(t)},f=function(t){"touchstart"==t.type&&1==t.targetTouches.length?s(t.targetTouches[0])&&o.cancelEvent(t):"touchmove"==t.type&&1==t.targetTouches.length?h(t.targetTouches[0])&&o.cancelEvent(t):d(t)},v=function(t,e){for(var a=["touchstart","touchend","touchmove","touchcancel"],i=0;i1&&(g=c.rollingAverage(g,e.rollPeriod(),p)),d.push(g)}var f=[];for(t=0;t0)&&(m=Math.min(m,w),b=Math.max(b,w))}var A=.25;if(a)for(b=o.log10(b),b+=b*A,m=o.log10(m),t=0;tthis.canvasRect_.x||a+1= 1 argument.'; + } + + var OPTIONS = ['selection', 'zoom', 'range']; + var opts = { + selection: true, + zoom: true, + range: true + }; + var dygraphs = []; + var prevCallbacks = []; + + var parseOpts = function(obj) { + if (!(obj instanceof Object)) { + throw 'Last argument must be either Dygraph or Object.'; + } else { + for (var i = 0; i < OPTIONS.length; i++) { + var optName = OPTIONS[i]; + if (obj.hasOwnProperty(optName)) opts[optName] = obj[optName]; + } + } + }; + + if (arguments[0] instanceof Dygraph) { + // Arguments are Dygraph objects. + for (var i = 0; i < arguments.length; i++) { + if (arguments[i] instanceof Dygraph) { + dygraphs.push(arguments[i]); + } else { + break; + } + } + if (i < arguments.length - 1) { + throw 'Invalid invocation of Dygraph.synchronize(). ' + + 'All but the last argument must be Dygraph objects.'; + } else if (i == arguments.length - 1) { + parseOpts(arguments[arguments.length - 1]); + } + } else if (arguments[0].length) { + // Invoked w/ list of dygraphs, options + for (var i = 0; i < arguments[0].length; i++) { + dygraphs.push(arguments[0][i]); + } + if (arguments.length == 2) { + parseOpts(arguments[1]); + } else if (arguments.length > 2) { + throw 'Invalid invocation of Dygraph.synchronize(). ' + + 'Expected two arguments: array and optional options argument.'; + } // otherwise arguments.length == 1, which is fine. + } else { + throw 'Invalid invocation of Dygraph.synchronize(). ' + + 'First parameter must be either Dygraph or list of Dygraphs.'; + } + + if (dygraphs.length < 2) { + throw 'Invalid invocation of Dygraph.synchronize(). ' + + 'Need two or more dygraphs to synchronize.'; + } + + var readycount = dygraphs.length; + for (var i = 0; i < dygraphs.length; i++) { + var g = dygraphs[i]; + g.ready(function() { + if (--readycount == 0) { + // store original callbacks + var callBackTypes = ['drawCallback', 'highlightCallback', 'unhighlightCallback']; + for (var j = 0; j < dygraphs.length; j++) { + if (!prevCallbacks[j]) { + prevCallbacks[j] = {}; + } + for (var k = callBackTypes.length - 1; k >= 0; k--) { + prevCallbacks[j][callBackTypes[k]] = dygraphs[j].getFunctionOption(callBackTypes[k]); + } + } + + // Listen for draw, highlight, unhighlight callbacks. + if (opts.zoom) { + attachZoomHandlers(dygraphs, opts, prevCallbacks); + } + + if (opts.selection) { + attachSelectionHandlers(dygraphs, prevCallbacks); + } + } + }); + } + + return { + detach: function() { + for (var i = 0; i < dygraphs.length; i++) { + var g = dygraphs[i]; + if (opts.zoom) { + g.updateOptions({ + drawCallback: prevCallbacks[i].drawCallback + }); + } + if (opts.selection) { + g.updateOptions({ + highlightCallback: prevCallbacks[i].highlightCallback, + unhighlightCallback: prevCallbacks[i].unhighlightCallback + }); + } + } + // release references & make subsequent calls throw. + dygraphs = null; + opts = null; + prevCallbacks = null; + } + }; + }; + + function arraysAreEqual(a, b) { + if (!Array.isArray(a) || !Array.isArray(b)) return false; + var i = a.length; + if (i !== b.length) return false; + while (i--) { + if (a[i] !== b[i]) return false; + } + return true; + } + + function attachZoomHandlers(gs, syncOpts, prevCallbacks) { + var block = false; + for (var i = 0; i < gs.length; i++) { + var g = gs[i]; + g.updateOptions({ + drawCallback: function(me, initial) { + if (block || initial) return; + block = true; + var opts = { + dateWindow: me.xAxisRange() + }; + if (syncOpts.range) opts.valueRange = me.yAxisRange(); + + for (var j = 0; j < gs.length; j++) { + if (gs[j] == me) { + if (prevCallbacks[j] && prevCallbacks[j].drawCallback) { + prevCallbacks[j].drawCallback.apply(this, arguments); + } + continue; + } + + // Only redraw if there are new options + if (arraysAreEqual(opts.dateWindow, gs[j].getOption('dateWindow')) && + arraysAreEqual(opts.valueRange, gs[j].getOption('valueRange'))) { + continue; + } + + gs[j].updateOptions(opts); + } + block = false; + } + }, true /* no need to redraw */ ); + } + } + + function attachSelectionHandlers(gs, prevCallbacks) { + var block = false; + for (var i = 0; i < gs.length; i++) { + var g = gs[i]; + + g.updateOptions({ + highlightCallback: function(event, x, points, row, seriesName) { + if (block) return; + block = true; + var me = this; + for (var i = 0; i < gs.length; i++) { + if (me == gs[i]) { + if (prevCallbacks[i] && prevCallbacks[i].highlightCallback) { + prevCallbacks[i].highlightCallback.apply(this, arguments); + } + continue; + } + var idx = gs[i].getRowForX(x); + if (idx !== null) { + gs[i].setSelection(idx, seriesName); + } + } + block = false; + }, + unhighlightCallback: function(event) { + if (block) return; + block = true; + var me = this; + for (var i = 0; i < gs.length; i++) { + if (me == gs[i]) { + if (prevCallbacks[i] && prevCallbacks[i].unhighlightCallback) { + prevCallbacks[i].unhighlightCallback.apply(this, arguments); + } + continue; + } + gs[i].clearSelection(); + } + block = false; + } + }, true /* no need to redraw */ ); + } + } + + Dygraph.synchronize = synchronize; + +})(); diff --git a/dana/third_party/fastclick/.bower.json b/dana/third_party/fastclick/.bower.json new file mode 100644 index 0000000000000000000000000000000000000000..d20384f435fbf9064444abb76ff0e32811403305 --- /dev/null +++ b/dana/third_party/fastclick/.bower.json @@ -0,0 +1,24 @@ +{ + "name": "fastclick", + "main": "lib/fastclick.js", + "ignore": [ + "**/.*", + "component.json", + "package.json", + "Makefile", + "tests", + "examples" + ], + "homepage": "https://github.com/ftlabs/fastclick", + "version": "1.0.6", + "_release": "1.0.6", + "_resolution": { + "type": "version", + "tag": "v1.0.6", + "commit": "2ac7258407619398005ca720596f0d36ce66a6c8" + }, + "_source": "https://github.com/ftlabs/fastclick.git", + "_target": "^1.0.6", + "_originalSource": "fastclick", + "_direct": true +} \ No newline at end of file diff --git a/dana/third_party/fastclick/LICENSE b/dana/third_party/fastclick/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..459a20dbcce4e1ecc4891b56617304db0bb5cf20 --- /dev/null +++ b/dana/third_party/fastclick/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2014 The Financial Times Ltd. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/dana/third_party/fastclick/README.md b/dana/third_party/fastclick/README.md new file mode 100644 index 0000000000000000000000000000000000000000..074895dc45b21455a0cc5bdf9229e6d75e70853a --- /dev/null +++ b/dana/third_party/fastclick/README.md @@ -0,0 +1,140 @@ +# FastClick # + +FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a `click` event on mobile browsers. The aim is to make your application feel less laggy and more responsive while avoiding any interference with your current logic. + +FastClick is developed by [FT Labs](http://labs.ft.com/), part of the Financial Times. + +[Explication en français](http://maxime.sh/2013/02/supprimer-le-lag-des-clics-sur-mobile-avec-fastclick/). + +[日本語で説明](https://developer.mozilla.org/ja/docs/Mozilla/Firefox_OS/Apps/Tips_and_techniques#Make_events_immediate)。 + +## Why does the delay exist? ## + +According to [Google](https://developers.google.com/mobile/articles/fast_buttons): + +> ...mobile browsers will wait approximately 300ms from the time that you tap the button to fire the click event. The reason for this is that the browser is waiting to see if you are actually performing a double tap. + +## Compatibility ## + +The library has been deployed as part of the [FT Web App](http://app.ft.com/) and is tried and tested on the following mobile browsers: + +* Mobile Safari on iOS 3 and upwards +* Chrome on iOS 5 and upwards +* Chrome on Android (ICS) +* Opera Mobile 11.5 and upwards +* Android Browser since Android 2 +* PlayBook OS 1 and upwards + +## When it isn't needed ## + +FastClick doesn't attach any listeners on desktop browsers. + +Chrome 32+ on Android with `width=device-width` in the [viewport meta tag](https://developer.mozilla.org/en-US/docs/Mobile/Viewport_meta_tag) doesn't have a 300ms delay, therefore listeners aren't attached. + +```html + +``` + +Same goes for Chrome on Android (all versions) with `user-scalable=no` in the viewport meta tag. But be aware that `user-scalable=no` also disables pinch zooming, which may be an accessibility concern. + +For IE11+, you can use `touch-action: manipulation;` to disable double-tap-to-zoom on certain elements (like links and buttons). For IE10 use `-ms-touch-action: manipulation`. + +## Usage ## + +Include fastclick.js in your JavaScript bundle or add it to your HTML page like this: + +```html + +``` + +The script must be loaded prior to instantiating FastClick on any element of the page. + +To instantiate FastClick on the `body`, which is the recommended method of use: + +```js +if ('addEventListener' in document) { + document.addEventListener('DOMContentLoaded', function() { + FastClick.attach(document.body); + }, false); +} +``` + +Or, if you're using jQuery: + +```js +$(function() { + FastClick.attach(document.body); +}); +``` + +If you're using Browserify or another CommonJS-style module system, the `FastClick.attach` function will be returned when you call `require('fastclick')`. As a result, the easiest way to use FastClick with these loaders is as follows: + +```js +var attachFastClick = require('fastclick'); +attachFastClick(document.body); +``` + +### Minified ### + +Run `make` to build a minified version of FastClick using the Closure Compiler REST API. The minified file is saved to `build/fastclick.min.js` or you can [download a pre-minified version](http://build.origami.ft.com/bundles/js?modules=fastclick). + +Note: the pre-minified version is built using [our build service](http://origami.ft.com/docs/developer-guide/build-service/) which exposes the `FastClick` object through `Origami.fastclick` and will have the Browserify/CommonJS API (see above). + +```js +var attachFastClick = Origami.fastclick; +attachFastClick(document.body); +``` + +### AMD ### + +FastClick has AMD (Asynchronous Module Definition) support. This allows it to be lazy-loaded with an AMD loader, such as [RequireJS](http://requirejs.org/). Note that when using the AMD style require, the full `FastClick` object will be returned, _not_ `FastClick.attach` + +```js +var FastClick = require('fastclick'); +FastClick.attach(document.body, options); +``` + +### Package managers ### + +You can install FastClick using [Component](https://github.com/component/component), [npm](https://npmjs.org/package/fastclick) or [Bower](http://bower.io/). + +For Ruby, there's a third-party gem called [fastclick-rails](http://rubygems.org/gems/fastclick-rails). For .NET there's a [NuGet package](http://nuget.org/packages/FastClick). + +## Advanced ## + +### Ignore certain elements with `needsclick` ### + +Sometimes you need FastClick to ignore certain elements. You can do this easily by adding the `needsclick` class. +```html +Ignored by FastClick +``` + +#### Use case 1: non-synthetic click required #### + +Internally, FastClick uses `document.createEvent` to fire a synthetic `click` event as soon as `touchend` is fired by the browser. It then suppresses the additional `click` event created by the browser after that. In some cases, the non-synthetic `click` event created by the browser is required, as described in the [triggering focus example](http://ftlabs.github.com/fastclick/examples/focus.html). + +This is where the `needsclick` class comes in. Add the class to any element that requires a non-synthetic click. + +#### Use case 2: Twitter Bootstrap 2.2.2 dropdowns #### + +Another example of when to use the `needsclick` class is with dropdowns in Twitter Bootstrap 2.2.2. Bootstrap add its own `touchstart` listener for dropdowns, so you want to tell FastClick to ignore those. If you don't, touch devices will automatically close the dropdown as soon as it is clicked, because both FastClick and Bootstrap execute the synthetic click, one opens the dropdown, the second closes it immediately after. + +```html +Dropdown +``` + +## Examples ## + +FastClick is designed to cope with many different browser oddities. Here are some examples to illustrate this: + +* [basic use](http://ftlabs.github.com/fastclick/examples/layer.html) showing the increase in perceived responsiveness +* [triggering focus](http://ftlabs.github.com/fastclick/examples/focus.html) on an input element from a `click` handler +* [input element](http://ftlabs.github.com/fastclick/examples/input.html) which never receives clicks but gets fast focus + +## Tests ## + +There are no automated tests. The files in `tests/` are manual reduced test cases. We've had a think about how best to test these cases, but they tend to be very browser/device specific and sometimes subjective which means it's not so trivial to test. + +## Credits and collaboration ## + +FastClick is maintained by [Rowan Beentje](http://twitter.com/rowanbeentje), [Matthew Caruana Galizia](http://twitter.com/mcaruanagalizia) and [Matthew Andrews](http://twitter.com/andrewsmatt) at [FT Labs](http://labs.ft.com). All open source code released by FT Labs is licenced under the MIT licence. We welcome comments, feedback and suggestions. Please feel free to raise an issue or pull request. diff --git a/dana/third_party/fastclick/bower.json b/dana/third_party/fastclick/bower.json new file mode 100644 index 0000000000000000000000000000000000000000..18e1abd47f6274ffd7ed82dc00decd1c00c6e323 --- /dev/null +++ b/dana/third_party/fastclick/bower.json @@ -0,0 +1,12 @@ +{ + "name": "fastclick", + "main": "lib/fastclick.js", + "ignore": [ + "**/.*", + "component.json", + "package.json", + "Makefile", + "tests", + "examples" + ] +} diff --git a/dana/third_party/fastclick/lib/fastclick.js b/dana/third_party/fastclick/lib/fastclick.js new file mode 100644 index 0000000000000000000000000000000000000000..3af4f9d6f14e39b48e9c449de1c660e245a2bc27 --- /dev/null +++ b/dana/third_party/fastclick/lib/fastclick.js @@ -0,0 +1,841 @@ +;(function () { + 'use strict'; + + /** + * @preserve FastClick: polyfill to remove click delays on browsers with touch UIs. + * + * @codingstandard ftlabs-jsv2 + * @copyright The Financial Times Limited [All Rights Reserved] + * @license MIT License (see LICENSE.txt) + */ + + /*jslint browser:true, node:true*/ + /*global define, Event, Node*/ + + + /** + * Instantiate fast-clicking listeners on the specified layer. + * + * @constructor + * @param {Element} layer The layer to listen on + * @param {Object} [options={}] The options to override the defaults + */ + function FastClick(layer, options) { + var oldOnClick; + + options = options || {}; + + /** + * Whether a click is currently being tracked. + * + * @type boolean + */ + this.trackingClick = false; + + + /** + * Timestamp for when click tracking started. + * + * @type number + */ + this.trackingClickStart = 0; + + + /** + * The element being tracked for a click. + * + * @type EventTarget + */ + this.targetElement = null; + + + /** + * X-coordinate of touch start event. + * + * @type number + */ + this.touchStartX = 0; + + + /** + * Y-coordinate of touch start event. + * + * @type number + */ + this.touchStartY = 0; + + + /** + * ID of the last touch, retrieved from Touch.identifier. + * + * @type number + */ + this.lastTouchIdentifier = 0; + + + /** + * Touchmove boundary, beyond which a click will be cancelled. + * + * @type number + */ + this.touchBoundary = options.touchBoundary || 10; + + + /** + * The FastClick layer. + * + * @type Element + */ + this.layer = layer; + + /** + * The minimum time between tap(touchstart and touchend) events + * + * @type number + */ + this.tapDelay = options.tapDelay || 200; + + /** + * The maximum time for a tap + * + * @type number + */ + this.tapTimeout = options.tapTimeout || 700; + + if (FastClick.notNeeded(layer)) { + return; + } + + // Some old versions of Android don't have Function.prototype.bind + function bind(method, context) { + return function() { return method.apply(context, arguments); }; + } + + + var methods = ['onMouse', 'onClick', 'onTouchStart', 'onTouchMove', 'onTouchEnd', 'onTouchCancel']; + var context = this; + for (var i = 0, l = methods.length; i < l; i++) { + context[methods[i]] = bind(context[methods[i]], context); + } + + // Set up event handlers as required + if (deviceIsAndroid) { + layer.addEventListener('mouseover', this.onMouse, true); + layer.addEventListener('mousedown', this.onMouse, true); + layer.addEventListener('mouseup', this.onMouse, true); + } + + layer.addEventListener('click', this.onClick, true); + layer.addEventListener('touchstart', this.onTouchStart, false); + layer.addEventListener('touchmove', this.onTouchMove, false); + layer.addEventListener('touchend', this.onTouchEnd, false); + layer.addEventListener('touchcancel', this.onTouchCancel, false); + + // Hack is required for browsers that don't support Event#stopImmediatePropagation (e.g. Android 2) + // which is how FastClick normally stops click events bubbling to callbacks registered on the FastClick + // layer when they are cancelled. + if (!Event.prototype.stopImmediatePropagation) { + layer.removeEventListener = function(type, callback, capture) { + var rmv = Node.prototype.removeEventListener; + if (type === 'click') { + rmv.call(layer, type, callback.hijacked || callback, capture); + } else { + rmv.call(layer, type, callback, capture); + } + }; + + layer.addEventListener = function(type, callback, capture) { + var adv = Node.prototype.addEventListener; + if (type === 'click') { + adv.call(layer, type, callback.hijacked || (callback.hijacked = function(event) { + if (!event.propagationStopped) { + callback(event); + } + }), capture); + } else { + adv.call(layer, type, callback, capture); + } + }; + } + + // If a handler is already declared in the element's onclick attribute, it will be fired before + // FastClick's onClick handler. Fix this by pulling out the user-defined handler function and + // adding it as listener. + if (typeof layer.onclick === 'function') { + + // Android browser on at least 3.2 requires a new reference to the function in layer.onclick + // - the old one won't work if passed to addEventListener directly. + oldOnClick = layer.onclick; + layer.addEventListener('click', function(event) { + oldOnClick(event); + }, false); + layer.onclick = null; + } + } + + /** + * Windows Phone 8.1 fakes user agent string to look like Android and iPhone. + * + * @type boolean + */ + var deviceIsWindowsPhone = navigator.userAgent.indexOf("Windows Phone") >= 0; + + /** + * Android requires exceptions. + * + * @type boolean + */ + var deviceIsAndroid = navigator.userAgent.indexOf('Android') > 0 && !deviceIsWindowsPhone; + + + /** + * iOS requires exceptions. + * + * @type boolean + */ + var deviceIsIOS = /iP(ad|hone|od)/.test(navigator.userAgent) && !deviceIsWindowsPhone; + + + /** + * iOS 4 requires an exception for select elements. + * + * @type boolean + */ + var deviceIsIOS4 = deviceIsIOS && (/OS 4_\d(_\d)?/).test(navigator.userAgent); + + + /** + * iOS 6.0-7.* requires the target element to be manually derived + * + * @type boolean + */ + var deviceIsIOSWithBadTarget = deviceIsIOS && (/OS [6-7]_\d/).test(navigator.userAgent); + + /** + * BlackBerry requires exceptions. + * + * @type boolean + */ + var deviceIsBlackBerry10 = navigator.userAgent.indexOf('BB10') > 0; + + /** + * Determine whether a given element requires a native click. + * + * @param {EventTarget|Element} target Target DOM element + * @returns {boolean} Returns true if the element needs a native click + */ + FastClick.prototype.needsClick = function(target) { + switch (target.nodeName.toLowerCase()) { + + // Don't send a synthetic click to disabled inputs (issue #62) + case 'button': + case 'select': + case 'textarea': + if (target.disabled) { + return true; + } + + break; + case 'input': + + // File inputs need real clicks on iOS 6 due to a browser bug (issue #68) + if ((deviceIsIOS && target.type === 'file') || target.disabled) { + return true; + } + + break; + case 'label': + case 'iframe': // iOS8 homescreen apps can prevent events bubbling into frames + case 'video': + return true; + } + + return (/\bneedsclick\b/).test(target.className); + }; + + + /** + * Determine whether a given element requires a call to focus to simulate click into element. + * + * @param {EventTarget|Element} target Target DOM element + * @returns {boolean} Returns true if the element requires a call to focus to simulate native click. + */ + FastClick.prototype.needsFocus = function(target) { + switch (target.nodeName.toLowerCase()) { + case 'textarea': + return true; + case 'select': + return !deviceIsAndroid; + case 'input': + switch (target.type) { + case 'button': + case 'checkbox': + case 'file': + case 'image': + case 'radio': + case 'submit': + return false; + } + + // No point in attempting to focus disabled inputs + return !target.disabled && !target.readOnly; + default: + return (/\bneedsfocus\b/).test(target.className); + } + }; + + + /** + * Send a click event to the specified element. + * + * @param {EventTarget|Element} targetElement + * @param {Event} event + */ + FastClick.prototype.sendClick = function(targetElement, event) { + var clickEvent, touch; + + // On some Android devices activeElement needs to be blurred otherwise the synthetic click will have no effect (#24) + if (document.activeElement && document.activeElement !== targetElement) { + document.activeElement.blur(); + } + + touch = event.changedTouches[0]; + + // Synthesise a click event, with an extra attribute so it can be tracked + clickEvent = document.createEvent('MouseEvents'); + clickEvent.initMouseEvent(this.determineEventType(targetElement), true, true, window, 1, touch.screenX, touch.screenY, touch.clientX, touch.clientY, false, false, false, false, 0, null); + clickEvent.forwardedTouchEvent = true; + targetElement.dispatchEvent(clickEvent); + }; + + FastClick.prototype.determineEventType = function(targetElement) { + + //Issue #159: Android Chrome Select Box does not open with a synthetic click event + if (deviceIsAndroid && targetElement.tagName.toLowerCase() === 'select') { + return 'mousedown'; + } + + return 'click'; + }; + + + /** + * @param {EventTarget|Element} targetElement + */ + FastClick.prototype.focus = function(targetElement) { + var length; + + // Issue #160: on iOS 7, some input elements (e.g. date datetime month) throw a vague TypeError on setSelectionRange. These elements don't have an integer value for the selectionStart and selectionEnd properties, but unfortunately that can't be used for detection because accessing the properties also throws a TypeError. Just check the type instead. Filed as Apple bug #15122724. + if (deviceIsIOS && targetElement.setSelectionRange && targetElement.type.indexOf('date') !== 0 && targetElement.type !== 'time' && targetElement.type !== 'month') { + length = targetElement.value.length; + targetElement.setSelectionRange(length, length); + } else { + targetElement.focus(); + } + }; + + + /** + * Check whether the given target element is a child of a scrollable layer and if so, set a flag on it. + * + * @param {EventTarget|Element} targetElement + */ + FastClick.prototype.updateScrollParent = function(targetElement) { + var scrollParent, parentElement; + + scrollParent = targetElement.fastClickScrollParent; + + // Attempt to discover whether the target element is contained within a scrollable layer. Re-check if the + // target element was moved to another parent. + if (!scrollParent || !scrollParent.contains(targetElement)) { + parentElement = targetElement; + do { + if (parentElement.scrollHeight > parentElement.offsetHeight) { + scrollParent = parentElement; + targetElement.fastClickScrollParent = parentElement; + break; + } + + parentElement = parentElement.parentElement; + } while (parentElement); + } + + // Always update the scroll top tracker if possible. + if (scrollParent) { + scrollParent.fastClickLastScrollTop = scrollParent.scrollTop; + } + }; + + + /** + * @param {EventTarget} targetElement + * @returns {Element|EventTarget} + */ + FastClick.prototype.getTargetElementFromEventTarget = function(eventTarget) { + + // On some older browsers (notably Safari on iOS 4.1 - see issue #56) the event target may be a text node. + if (eventTarget.nodeType === Node.TEXT_NODE) { + return eventTarget.parentNode; + } + + return eventTarget; + }; + + + /** + * On touch start, record the position and scroll offset. + * + * @param {Event} event + * @returns {boolean} + */ + FastClick.prototype.onTouchStart = function(event) { + var targetElement, touch, selection; + + // Ignore multiple touches, otherwise pinch-to-zoom is prevented if both fingers are on the FastClick element (issue #111). + if (event.targetTouches.length > 1) { + return true; + } + + targetElement = this.getTargetElementFromEventTarget(event.target); + touch = event.targetTouches[0]; + + if (deviceIsIOS) { + + // Only trusted events will deselect text on iOS (issue #49) + selection = window.getSelection(); + if (selection.rangeCount && !selection.isCollapsed) { + return true; + } + + if (!deviceIsIOS4) { + + // Weird things happen on iOS when an alert or confirm dialog is opened from a click event callback (issue #23): + // when the user next taps anywhere else on the page, new touchstart and touchend events are dispatched + // with the same identifier as the touch event that previously triggered the click that triggered the alert. + // Sadly, there is an issue on iOS 4 that causes some normal touch events to have the same identifier as an + // immediately preceeding touch event (issue #52), so this fix is unavailable on that platform. + // Issue 120: touch.identifier is 0 when Chrome dev tools 'Emulate touch events' is set with an iOS device UA string, + // which causes all touch events to be ignored. As this block only applies to iOS, and iOS identifiers are always long, + // random integers, it's safe to to continue if the identifier is 0 here. + if (touch.identifier && touch.identifier === this.lastTouchIdentifier) { + event.preventDefault(); + return false; + } + + this.lastTouchIdentifier = touch.identifier; + + // If the target element is a child of a scrollable layer (using -webkit-overflow-scrolling: touch) and: + // 1) the user does a fling scroll on the scrollable layer + // 2) the user stops the fling scroll with another tap + // then the event.target of the last 'touchend' event will be the element that was under the user's finger + // when the fling scroll was started, causing FastClick to send a click event to that layer - unless a check + // is made to ensure that a parent layer was not scrolled before sending a synthetic click (issue #42). + this.updateScrollParent(targetElement); + } + } + + this.trackingClick = true; + this.trackingClickStart = event.timeStamp; + this.targetElement = targetElement; + + this.touchStartX = touch.pageX; + this.touchStartY = touch.pageY; + + // Prevent phantom clicks on fast double-tap (issue #36) + if ((event.timeStamp - this.lastClickTime) < this.tapDelay) { + event.preventDefault(); + } + + return true; + }; + + + /** + * Based on a touchmove event object, check whether the touch has moved past a boundary since it started. + * + * @param {Event} event + * @returns {boolean} + */ + FastClick.prototype.touchHasMoved = function(event) { + var touch = event.changedTouches[0], boundary = this.touchBoundary; + + if (Math.abs(touch.pageX - this.touchStartX) > boundary || Math.abs(touch.pageY - this.touchStartY) > boundary) { + return true; + } + + return false; + }; + + + /** + * Update the last position. + * + * @param {Event} event + * @returns {boolean} + */ + FastClick.prototype.onTouchMove = function(event) { + if (!this.trackingClick) { + return true; + } + + // If the touch has moved, cancel the click tracking + if (this.targetElement !== this.getTargetElementFromEventTarget(event.target) || this.touchHasMoved(event)) { + this.trackingClick = false; + this.targetElement = null; + } + + return true; + }; + + + /** + * Attempt to find the labelled control for the given label element. + * + * @param {EventTarget|HTMLLabelElement} labelElement + * @returns {Element|null} + */ + FastClick.prototype.findControl = function(labelElement) { + + // Fast path for newer browsers supporting the HTML5 control attribute + if (labelElement.control !== undefined) { + return labelElement.control; + } + + // All browsers under test that support touch events also support the HTML5 htmlFor attribute + if (labelElement.htmlFor) { + return document.getElementById(labelElement.htmlFor); + } + + // If no for attribute exists, attempt to retrieve the first labellable descendant element + // the list of which is defined here: http://www.w3.org/TR/html5/forms.html#category-label + return labelElement.querySelector('button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea'); + }; + + + /** + * On touch end, determine whether to send a click event at once. + * + * @param {Event} event + * @returns {boolean} + */ + FastClick.prototype.onTouchEnd = function(event) { + var forElement, trackingClickStart, targetTagName, scrollParent, touch, targetElement = this.targetElement; + + if (!this.trackingClick) { + return true; + } + + // Prevent phantom clicks on fast double-tap (issue #36) + if ((event.timeStamp - this.lastClickTime) < this.tapDelay) { + this.cancelNextClick = true; + return true; + } + + if ((event.timeStamp - this.trackingClickStart) > this.tapTimeout) { + return true; + } + + // Reset to prevent wrong click cancel on input (issue #156). + this.cancelNextClick = false; + + this.lastClickTime = event.timeStamp; + + trackingClickStart = this.trackingClickStart; + this.trackingClick = false; + this.trackingClickStart = 0; + + // On some iOS devices, the targetElement supplied with the event is invalid if the layer + // is performing a transition or scroll, and has to be re-detected manually. Note that + // for this to function correctly, it must be called *after* the event target is checked! + // See issue #57; also filed as rdar://13048589 . + if (deviceIsIOSWithBadTarget) { + touch = event.changedTouches[0]; + + // In certain cases arguments of elementFromPoint can be negative, so prevent setting targetElement to null + targetElement = document.elementFromPoint(touch.pageX - window.pageXOffset, touch.pageY - window.pageYOffset) || targetElement; + targetElement.fastClickScrollParent = this.targetElement.fastClickScrollParent; + } + + targetTagName = targetElement.tagName.toLowerCase(); + if (targetTagName === 'label') { + forElement = this.findControl(targetElement); + if (forElement) { + this.focus(targetElement); + if (deviceIsAndroid) { + return false; + } + + targetElement = forElement; + } + } else if (this.needsFocus(targetElement)) { + + // Case 1: If the touch started a while ago (best guess is 100ms based on tests for issue #36) then focus will be triggered anyway. Return early and unset the target element reference so that the subsequent click will be allowed through. + // Case 2: Without this exception for input elements tapped when the document is contained in an iframe, then any inputted text won't be visible even though the value attribute is updated as the user types (issue #37). + if ((event.timeStamp - trackingClickStart) > 100 || (deviceIsIOS && window.top !== window && targetTagName === 'input')) { + this.targetElement = null; + return false; + } + + this.focus(targetElement); + this.sendClick(targetElement, event); + + // Select elements need the event to go through on iOS 4, otherwise the selector menu won't open. + // Also this breaks opening selects when VoiceOver is active on iOS6, iOS7 (and possibly others) + if (!deviceIsIOS || targetTagName !== 'select') { + this.targetElement = null; + event.preventDefault(); + } + + return false; + } + + if (deviceIsIOS && !deviceIsIOS4) { + + // Don't send a synthetic click event if the target element is contained within a parent layer that was scrolled + // and this tap is being used to stop the scrolling (usually initiated by a fling - issue #42). + scrollParent = targetElement.fastClickScrollParent; + if (scrollParent && scrollParent.fastClickLastScrollTop !== scrollParent.scrollTop) { + return true; + } + } + + // Prevent the actual click from going though - unless the target node is marked as requiring + // real clicks or if it is in the whitelist in which case only non-programmatic clicks are permitted. + if (!this.needsClick(targetElement)) { + event.preventDefault(); + this.sendClick(targetElement, event); + } + + return false; + }; + + + /** + * On touch cancel, stop tracking the click. + * + * @returns {void} + */ + FastClick.prototype.onTouchCancel = function() { + this.trackingClick = false; + this.targetElement = null; + }; + + + /** + * Determine mouse events which should be permitted. + * + * @param {Event} event + * @returns {boolean} + */ + FastClick.prototype.onMouse = function(event) { + + // If a target element was never set (because a touch event was never fired) allow the event + if (!this.targetElement) { + return true; + } + + if (event.forwardedTouchEvent) { + return true; + } + + // Programmatically generated events targeting a specific element should be permitted + if (!event.cancelable) { + return true; + } + + // Derive and check the target element to see whether the mouse event needs to be permitted; + // unless explicitly enabled, prevent non-touch click events from triggering actions, + // to prevent ghost/doubleclicks. + if (!this.needsClick(this.targetElement) || this.cancelNextClick) { + + // Prevent any user-added listeners declared on FastClick element from being fired. + if (event.stopImmediatePropagation) { + event.stopImmediatePropagation(); + } else { + + // Part of the hack for browsers that don't support Event#stopImmediatePropagation (e.g. Android 2) + event.propagationStopped = true; + } + + // Cancel the event + event.stopPropagation(); + event.preventDefault(); + + return false; + } + + // If the mouse event is permitted, return true for the action to go through. + return true; + }; + + + /** + * On actual clicks, determine whether this is a touch-generated click, a click action occurring + * naturally after a delay after a touch (which needs to be cancelled to avoid duplication), or + * an actual click which should be permitted. + * + * @param {Event} event + * @returns {boolean} + */ + FastClick.prototype.onClick = function(event) { + var permitted; + + // It's possible for another FastClick-like library delivered with third-party code to fire a click event before FastClick does (issue #44). In that case, set the click-tracking flag back to false and return early. This will cause onTouchEnd to return early. + if (this.trackingClick) { + this.targetElement = null; + this.trackingClick = false; + return true; + } + + // Very odd behaviour on iOS (issue #18): if a submit element is present inside a form and the user hits enter in the iOS simulator or clicks the Go button on the pop-up OS keyboard the a kind of 'fake' click event will be triggered with the submit-type input element as the target. + if (event.target.type === 'submit' && event.detail === 0) { + return true; + } + + permitted = this.onMouse(event); + + // Only unset targetElement if the click is not permitted. This will ensure that the check for !targetElement in onMouse fails and the browser's click doesn't go through. + if (!permitted) { + this.targetElement = null; + } + + // If clicks are permitted, return true for the action to go through. + return permitted; + }; + + + /** + * Remove all FastClick's event listeners. + * + * @returns {void} + */ + FastClick.prototype.destroy = function() { + var layer = this.layer; + + if (deviceIsAndroid) { + layer.removeEventListener('mouseover', this.onMouse, true); + layer.removeEventListener('mousedown', this.onMouse, true); + layer.removeEventListener('mouseup', this.onMouse, true); + } + + layer.removeEventListener('click', this.onClick, true); + layer.removeEventListener('touchstart', this.onTouchStart, false); + layer.removeEventListener('touchmove', this.onTouchMove, false); + layer.removeEventListener('touchend', this.onTouchEnd, false); + layer.removeEventListener('touchcancel', this.onTouchCancel, false); + }; + + + /** + * Check whether FastClick is needed. + * + * @param {Element} layer The layer to listen on + */ + FastClick.notNeeded = function(layer) { + var metaViewport; + var chromeVersion; + var blackberryVersion; + var firefoxVersion; + + // Devices that don't support touch don't need FastClick + if (typeof window.ontouchstart === 'undefined') { + return true; + } + + // Chrome version - zero for other browsers + chromeVersion = +(/Chrome\/([0-9]+)/.exec(navigator.userAgent) || [,0])[1]; + + if (chromeVersion) { + + if (deviceIsAndroid) { + metaViewport = document.querySelector('meta[name=viewport]'); + + if (metaViewport) { + // Chrome on Android with user-scalable="no" doesn't need FastClick (issue #89) + if (metaViewport.content.indexOf('user-scalable=no') !== -1) { + return true; + } + // Chrome 32 and above with width=device-width or less don't need FastClick + if (chromeVersion > 31 && document.documentElement.scrollWidth <= window.outerWidth) { + return true; + } + } + + // Chrome desktop doesn't need FastClick (issue #15) + } else { + return true; + } + } + + if (deviceIsBlackBerry10) { + blackberryVersion = navigator.userAgent.match(/Version\/([0-9]*)\.([0-9]*)/); + + // BlackBerry 10.3+ does not require Fastclick library. + // https://github.com/ftlabs/fastclick/issues/251 + if (blackberryVersion[1] >= 10 && blackberryVersion[2] >= 3) { + metaViewport = document.querySelector('meta[name=viewport]'); + + if (metaViewport) { + // user-scalable=no eliminates click delay. + if (metaViewport.content.indexOf('user-scalable=no') !== -1) { + return true; + } + // width=device-width (or less than device-width) eliminates click delay. + if (document.documentElement.scrollWidth <= window.outerWidth) { + return true; + } + } + } + } + + // IE10 with -ms-touch-action: none or manipulation, which disables double-tap-to-zoom (issue #97) + if (layer.style.msTouchAction === 'none' || layer.style.touchAction === 'manipulation') { + return true; + } + + // Firefox version - zero for other browsers + firefoxVersion = +(/Firefox\/([0-9]+)/.exec(navigator.userAgent) || [,0])[1]; + + if (firefoxVersion >= 27) { + // Firefox 27+ does not have tap delay if the content is not zoomable - https://bugzilla.mozilla.org/show_bug.cgi?id=922896 + + metaViewport = document.querySelector('meta[name=viewport]'); + if (metaViewport && (metaViewport.content.indexOf('user-scalable=no') !== -1 || document.documentElement.scrollWidth <= window.outerWidth)) { + return true; + } + } + + // IE11: prefixed -ms-touch-action is no longer supported and it's recomended to use non-prefixed version + // http://msdn.microsoft.com/en-us/library/windows/apps/Hh767313.aspx + if (layer.style.touchAction === 'none' || layer.style.touchAction === 'manipulation') { + return true; + } + + return false; + }; + + + /** + * Factory method for creating a FastClick object + * + * @param {Element} layer The layer to listen on + * @param {Object} [options={}] The options to override the defaults + */ + FastClick.attach = function(layer, options) { + return new FastClick(layer, options); + }; + + + if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) { + + // AMD. Register as an anonymous module. + define(function() { + return FastClick; + }); + } else if (typeof module !== 'undefined' && module.exports) { + module.exports = FastClick.attach; + module.exports.FastClick = FastClick; + } else { + window.FastClick = FastClick; + } +}()); diff --git a/dana/third_party/font-awesome/.bower.json b/dana/third_party/font-awesome/.bower.json new file mode 100644 index 0000000000000000000000000000000000000000..505130a05864701e12d02c1bcab736a96eb3d0e5 --- /dev/null +++ b/dana/third_party/font-awesome/.bower.json @@ -0,0 +1,37 @@ +{ + "name": "font-awesome", + "description": "Font Awesome", + "keywords": [], + "homepage": "http://fontawesome.io", + "dependencies": {}, + "devDependencies": {}, + "license": [ + "OFL-1.1", + "MIT", + "CC-BY-3.0" + ], + "main": [ + "less/font-awesome.less", + "scss/font-awesome.scss" + ], + "ignore": [ + "*/.*", + "*.json", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", + "*.md" + ], + "version": "4.6.1", + "_release": "4.6.1", + "_resolution": { + "type": "version", + "tag": "v4.6.1", + "commit": "2ea06070a708a56c260d4b60b23318ff55ce67f4" + }, + "_source": "https://github.com/FortAwesome/Font-Awesome.git", + "_target": "^4.6.1", + "_originalSource": "fontawesome", + "_direct": true +} \ No newline at end of file diff --git a/dana/third_party/font-awesome/.npmignore b/dana/third_party/font-awesome/.npmignore new file mode 100644 index 0000000000000000000000000000000000000000..54a691f81598172c378f35c30774b0d428294d37 --- /dev/null +++ b/dana/third_party/font-awesome/.npmignore @@ -0,0 +1,42 @@ +*.pyc +*.egg-info +*.db +*.db.old +*.swp +*.db-journal + +.coverage +.DS_Store +.installed.cfg +_gh_pages/* + +.idea/* +.svn/* +src/website/static/* +src/website/media/* + +bin +cfcache +develop-eggs +dist +downloads +eggs +parts +tmp +.sass-cache +node_modules + +src/website/settingslocal.py +stunnel.log + +.ruby-version + +# don't need these in the npm package. +src/ +_config.yml +bower.json +component.json +composer.json +CONTRIBUTING.md +Gemfile +Gemfile.lock diff --git a/dana/third_party/font-awesome/HELP-US-OUT.txt b/dana/third_party/font-awesome/HELP-US-OUT.txt new file mode 100644 index 0000000000000000000000000000000000000000..83d083dd770c94ee238774e2df508094ff5cc3a1 --- /dev/null +++ b/dana/third_party/font-awesome/HELP-US-OUT.txt @@ -0,0 +1,7 @@ +I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project, +Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome, +comprehensive icon sets or copy and paste your own. + +Please. Check it out. + +-Dave Gandy diff --git a/dana/third_party/font-awesome/License.htm b/dana/third_party/font-awesome/License.htm new file mode 100644 index 0000000000000000000000000000000000000000..443d83d549bf9b0eaec46ebafb920aaa5d3eeed9 --- /dev/null +++ b/dana/third_party/font-awesome/License.htm @@ -0,0 +1,372 @@ + + + + + + + + + + + + Font Awesome License + + + + + + + + + + + + + +
+ + + + + + + + +
+
+ +

  License

+

The full details of how Font Awesome is licensed

+ +
+
+ +
+
+
+
+
+
+ +
+
+
+ +
+
+
+ +
    +
  • + +
  • +
  • + +
  • + +
  • + +
  • +
+
+
+ + +
+ +
+
+ + + +

+ Font Awesome is fully open source and is GPL friendly. You can use it for commercial projects, open source + projects, or really just about whatever you want. +

+ +
+
+ + +
+
+
    +
  • + Attribution is no longer required as of Font Awesome 3.0 but is much appreciated: + "Font Awesome by Dave Gandy - http://fontawesome.io". +
  • +
+
+
+ +
+ +
    +
  • + Applies to all desktop and webfont files in the following directory: + font-awesome/fonts/. +
  • +
  • License: SIL OFL 1.1
  • +
  • URL: http://scripts.sil.org/OFL
  • +
+
+ +
+ + +
+ +
+ + +
+ +
+ +
    +
  • All brand icons are trademarks of their respective owners.
  • +
  • The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
  • +
  • Brand icons should only be used to represent the company or product to which they refer.
  • +
  • Please do not use brand logos for any purpose except to represent that particular brand or service.
  • +
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dana/third_party/font-awesome/License_files/2c0b9b01e524caf8c99e5f27227cb3c2_original.png b/dana/third_party/font-awesome/License_files/2c0b9b01e524caf8c99e5f27227cb3c2_original.png new file mode 100644 index 0000000000000000000000000000000000000000..dddbc683589b35667448c9bec35c2be27658afa3 --- /dev/null +++ b/dana/third_party/font-awesome/License_files/2c0b9b01e524caf8c99e5f27227cb3c2_original.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51435c1128d97be7da91545e79d624f2426791bfb694d165e7dc80bcfd128786 +size 698299 diff --git a/dana/third_party/font-awesome/License_files/590758314440297 b/dana/third_party/font-awesome/License_files/590758314440297 new file mode 100644 index 0000000000000000000000000000000000000000..c14260a6fa72e43f4d6a6336adee52e86bd08265 --- /dev/null +++ b/dana/third_party/font-awesome/License_files/590758314440297 @@ -0,0 +1,25 @@ +/** +* Copyright (c) 2017-present, Facebook, Inc. All rights reserved. +* +* You are hereby granted a non-exclusive, worldwide, royalty-free license to use, +* copy, modify, and distribute this software in source code or binary form for use +* in connection with the web services and APIs provided by Facebook. +* +* As with any software that integrates with the Facebook platform, your use of +* this software is subject to the Facebook Platform Policy +* [http://developers.facebook.com/policy/]. This copyright notice shall be +* included in all copies or substantial portions of the software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +*/ + +(function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){var g=a.fbq;g.execStart=a.performance&&a.performance.now&&a.performance.now();if(!function(){var t=a.postMessage||function(){};if(!g){t({action:"FB_LOG",logType:"Facebook Pixel Error",logMessage:"Pixel code is not installed correctly on this page"},"*");if("error"in console)console.error("Facebook Pixel Error: Pixel code is not installed correctly on this page");return false}return true}())return;"use strict";var h=typeof Symbol==="function"&&typeof (typeof Symbol==="function"?Symbol.iterator:"@@iterator")==="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==(typeof Symbol==="function"?Symbol.prototype:"@@prototype")?"symbol":typeof t};if(!g.__fbeventsModules){g.__fbeventsModules={};g.__fbeventsResolvedModules={};g.getFbeventsModules=function(t){if(!g.__fbeventsResolvedModules[t])g.__fbeventsResolvedModules[t]=g.__fbeventsModules[t]();return g.__fbeventsResolvedModules[t]};g.fbIsModuleLoaded=function(t){return!!g.__fbeventsModules[t]};g.ensureModuleRegistered=function(t,e){if(!g.fbIsModuleLoaded(t))g.__fbeventsModules[t]=e}}g.ensureModuleRegistered("SignalsFBEventsPlugin",function(){return function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){"use strict";function i(t){this.plugin=t;this.__fbEventsPlugin=1;return this}e.exports=i})();return e.exports}(a,b,c,d)});g.ensureModuleRegistered("SignalsParamList",function(){return function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){"use strict";var t="deep",u="shallow";function v(y){if(typeof JSON==="undefined"||JSON===null||!JSON.stringify)return Object.prototype.toString.call(y);else return JSON.stringify(y)}function w(y){if(y===null||y===undefined)return true;var z=typeof y==="undefined"?"undefined":h(y);return z==="number"||z==="boolean"||z==="string"}function x(y){this._params=[];this._piiTranslator=y}x.ERROR_PII_WITH_NO_TRANSLATOR="Provide a PII Translation function in order to append PII data to the ParamList.";x.prototype.addRange=function(y){var z=this;y.each(function(A,B){return z.append(A,B)})};x.prototype.containsKey=function(y){for(var z=0;z>>0;if(typeof T!=="function")throw new TypeError(T+" is not a function");U=new Array(X);V=0;while(V>>0,V=arguments.length>=2?arguments[1]:void 0;for(var W=0;W>>0;if(typeof S!=="function")throw new TypeError();var V=[],W=arguments.length>=2?arguments[1]:void 0;for(var X=0;X':"iframe",Y=b.createElement(X);Y.src="javascript:false";Y.id=U;Y.name=U;V.appendChild(Y);K(Y,"load",function(){S.each(function(U,Z){var $=b.createElement("input");$.name=U;$.value=Z;V.appendChild($)});K(Y,"load",function(){if(V.parentNode)V.parentNode.removeChild(V)});V.submit()});b.body.appendChild(V);return true}function sa(S,T){if(a.navigator&&a.navigator.sendBeacon){a.navigator.sendBeacon(T,S.toFormData());return true}return false}var ta={injectMethod:ma,isArray:E,isEmptyObject:pa,isNumber:F,keys:N,listenOnce:K,logError:I,logErrorOnce:H,logWarning:J,makeSafe:l,map:O,sendGET:ra,sendPOST:R,sendBeacon:sa,FBSet:Q,each:function k(S,T){O.call(this,S,T)},some:function S(T,U){return P.call(T,U)},filter:function S(T,U){return qa.call(T,U)}};e.exports=ta})();return e.exports}(a,b,c,d)});g.ensureModuleRegistered("signalsFBEventsMakeSafeString",function(){return function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){"use strict";var t=Object.assign||function(D){for(var E=1;E=0&&p.item(y)!==this);return y>-1},w=v.call(t,u);if(typeof w!=="boolean")throw"result of matches was a "+(typeof w==="undefined"?"undefined":h(w))+", not a boolean";return w}function fa(t){if(!t||t.disabled||t===b.body)return false;if(t.innerText&&t.innerText.length>m)return false;var u=typeof t.getBoundingClientRect==="function"&&t.getBoundingClientRect().height||t.offsetHeight;if(u!=undefined&&u!=null&&u>ba)return false;return true}function q(t){if(!t||t.disabled||t===b.body)return null;else if(!fa(t))return null;else if(p(t,n))return t;else return q(t.parentElement)}function ga(t){var u="";if(t.nodeName==="BUTTON"){var v=t;u=v.innerText||v.value||""}else u=t.value||t.innerText||"";return u.substr(0,m)}function ha(t,u){var v=t.name,w=t.id,x=t.tagName,y=t.value,z=t.innerText,A=x.toLowerCase(),B=t.classList&&t.classList.value?String(t.classList.value):"",C=t.querySelectorAll(n).length,D=null;if(t.tagName==="A"&&t.href)D=t.href;else if(u&&u.action)D=u.action;if(typeof D!=="string")D="";return{name:v,id:w,tag:A,classList:B,value:y,innerText:z,numChildButtons:C,destination:D}}function ia(t){var u={};u.name=t.name;u.id=t.id;u.tag=t.tagName.toLowerCase();if(u.tag=="input")u.inputType=t.getAttribute("type");if(Object.prototype.hasOwnProperty.call(t,"value")&&t.value==="")u.valueMeaning="empty";return u}function ja(t,u){if(!u)return[];var v=u.querySelectorAll(da),w={},x=[];for(var y=0;yca)continue;if(z==t)continue;x.push(ia(z))}return x}function r(t){if(t.form)return t.form;if(p(t,ea))return null;var u=t;while(u.nodeName!=="FORM"){if(!u.parentElement)return null;u=u.parentElement}return u}function ka(t){o.push(t)}function s(t,u,v){var w={labelledEvent:v,buttonText:aa(ga(t)).safe,buttonFeatures:ha(t,u),formFeatures:ja(t,u)};k(o,function(x){w[x.property]=x.method()});return w}function la(t){return function u(v){var w=q(v.target);if(w){var x=s(w,r(w));k(t.getOptedInPixels("InferredEvents"),function(y){return t.trackSingleCustom(y,"SubscribedButtonClick",x)})}}}e.exports=new i(function(g,t){g.once("fired",function(){var u=l(la(t));b.addEventListener?b.addEventListener("click",u,{capture:true,passive:true,once:false}):a.attachEvent("onclick",u)})});e.exports.getForm=r;e.exports.getPayload=s;e.exports.addPayloadAnnotator=ka;e.exports.BUTTON_SELECTORS=n;if(g.registerPlugin)g.registerPlugin("fbevents.plugins.inferredevents",e.exports);g.ensureModuleRegistered("fbevents.plugins.inferredevents",function(){return e.exports})})();return e.exports})(window,document,location,history); +(function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){var g=a.fbq;g.execStart=a.performance&&a.performance.now&&a.performance.now();if(!function(){var m=a.postMessage||function(){};if(!g){m({action:"FB_LOG",logType:"Facebook Pixel Error",logMessage:"Pixel code is not installed correctly on this page"},"*");if("error"in console)console.error("Facebook Pixel Error: Pixel code is not installed correctly on this page");return false}return true}())return;"use strict";var h=typeof Symbol==="function"&&typeof (typeof Symbol==="function"?Symbol.iterator:"@@iterator")==="symbol"?function(m){return typeof m}:function(m){return m&&typeof Symbol==="function"&&m.constructor===Symbol&&m!==(typeof Symbol==="function"?Symbol.prototype:"@@prototype")?"symbol":typeof m};if(!g.__fbeventsModules){g.__fbeventsModules={};g.__fbeventsResolvedModules={};g.getFbeventsModules=function(m){if(!g.__fbeventsResolvedModules[m])g.__fbeventsResolvedModules[m]=g.__fbeventsModules[m]();return g.__fbeventsResolvedModules[m]};g.fbIsModuleLoaded=function(m){return!!g.__fbeventsModules[m]};g.ensureModuleRegistered=function(m,e){if(!g.fbIsModuleLoaded(m))g.__fbeventsModules[m]=e}}g.ensureModuleRegistered("SignalsParamList",function(){return function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){"use strict";var m="deep",n="shallow";function o(r){if(typeof JSON==="undefined"||JSON===null||!JSON.stringify)return Object.prototype.toString.call(r);else return JSON.stringify(r)}function p(r){if(r===null||r===undefined)return true;var s=typeof r==="undefined"?"undefined":h(r);return s==="number"||s==="boolean"||s==="string"}function q(r){this._params=[];this._piiTranslator=r}q.ERROR_PII_WITH_NO_TRANSLATOR="Provide a PII Translation function in order to append PII data to the ParamList.";q.prototype.addRange=function(r){var s=this;r.each(function(t,u){return s.append(t,u)})};q.prototype.containsKey=function(r){for(var s=0;s>>0;if(typeof T!=="function")throw new TypeError(T+" is not a function");U=new Array(X);V=0;while(V>>0,V=arguments.length>=2?arguments[1]:void 0;for(var W=0;W>>0;if(typeof S!=="function")throw new TypeError();var V=[],W=arguments.length>=2?arguments[1]:void 0;for(var X=0;X':"iframe",Y=b.createElement(X);Y.src="javascript:false";Y.id=U;Y.name=U;V.appendChild(Y);D(Y,"load",function(){S.each(function(U,Z){var $=b.createElement("input");$.name=U;$.value=Z;V.appendChild($)});D(Y,"load",function(){if(V.parentNode)V.parentNode.removeChild(V)});V.submit()});b.body.appendChild(V);return true}function Q(S,T){if(a.navigator&&a.navigator.sendBeacon){a.navigator.sendBeacon(T,S.toFormData());return true}return false}var R={injectMethod:E,isArray:x,isEmptyObject:K,isNumber:y,keys:j,listenOnce:D,logError:B,logErrorOnce:A,logWarning:C,makeSafe:N,map:I,sendGET:O,sendPOST:P,sendBeacon:Q,FBSet:M,each:function S(T,U){I.call(this,T,U)},some:function S(T,U){return J.call(T,U)},filter:function S(T,U){return L.call(T,U)}};e.exports=R})();return e.exports}(a,b,c,d)});g.ensureModuleRegistered("SignalsFBEventsPlugin",function(){return function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){"use strict";function i(l){this.plugin=l;this.__fbEventsPlugin=1;return this}e.exports=i})();return e.exports}(a,b,c,d)});g.ensureModuleRegistered("SignalsFBEventsConstants",function(){return function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){"use strict";e.exports={ERRORS:{PREFIX:function m(n,o){if(n!=null)return"[ID:"+(typeof n==="string"?n:n.id)+"] "+o;else return o},PII_INVALID:function m(n,o){return"An invalid "+n+" was specified for '"+o+"'. This data will not be sent with any events for this Pixel."}}}})();return e.exports}(a,b,c,d)});g.ensureModuleRegistered("sha256_with_dependencies_new",function(){return function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){var m=function J(K){var L="",M,N;for(var O=0;O>>6&31,128|M&63);else if(M<=65535)L+=String.fromCharCode(224|M>>>12&15,128|M>>>6&63,128|M&63);else if(M<=2097151)L+=String.fromCharCode(240|M>>>18&7,128|M>>>12&63,128|M>>>6&63,128|M&63)}return L};function n(J,K){return K>>>J|K<<32-J}function o(J,K,L){return J&K^~J&L}function p(J,K,L){return J&K^J&L^K&L}function q(J){return n(2,J)^n(13,J)^n(22,J)}function r(J){return n(6,J)^n(11,J)^n(25,J)}function s(J){return n(7,J)^n(18,J)^J>>>3}function t(J){return n(17,J)^n(19,J)^J>>>10}function u(z,J){return z[J&15]+=t(z[J+14&15])+z[J+9&15]+s(z[J+1&15])}var v=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),w=new Array(8),x=new Array(2),y=new Array(64),z=new Array(16),A="0123456789abcdef";function B(J,K){var L=(J&65535)+(K&65535),M=(J>>16)+(K>>16)+(L>>16);return M<<16|L&65535}function C(){x[0]=x[1]=0;w[0]=1779033703;w[1]=3144134277;w[2]=1013904242;w[3]=2773480762;w[4]=1359893119;w[5]=2600822924;w[6]=528734635;w[7]=1541459225}function D(){var J,K,L,M,N,O,P,Q,R,S;J=w[0];K=w[1];L=w[2];M=w[3];N=w[4];O=w[5];P=w[6];Q=w[7];for(var T=0;T<16;T++)z[T]=y[(T<<2)+3]|y[(T<<2)+2]<<8|y[(T<<2)+1]<<16|y[T<<2]<<24;for(var U=0;U<64;U++){R=Q+r(N)+o(N,O,P)+v[U];if(U<16)R+=z[U];else R+=u(z,U);S=q(J)+p(J,K,L);Q=P;P=O;O=N;N=B(M,R);M=L;L=K;K=J;J=B(R,S)}w[0]+=J;w[1]+=K;w[2]+=L;w[3]+=M;w[4]+=N;w[5]+=O;w[6]+=P;w[7]+=Q}function E(J,K){var L,M,N=0;M=x[0]>>3&63;var O=K&63;if((x[0]+=K<<3)>29;for(L=0;L+63>3&63;y[J++]=128;if(J<=56)for(var K=J;K<56;K++)y[K]=0;else{for(var K=J;K<64;K++)y[K]=0;D();for(var K=0;K<56;K++)y[K]=0}y[56]=x[1]>>>24&255;y[57]=x[1]>>>16&255;y[58]=x[1]>>>8&255;y[59]=x[1]&255;y[60]=x[0]>>>24&255;y[61]=x[0]>>>16&255;y[62]=x[0]>>>8&255;y[63]=x[0]&255;D()}function ma(){var J=0,K=new Array(32);for(var L=0;L<8;L++){K[J++]=w[L]>>>24&255;K[J++]=w[L]>>>16&255;K[J++]=w[L]>>>8&255;K[J++]=w[L]&255}return K}function G(){var J=new String();for(var K=0;K<8;K++)for(var L=28;L>=0;L-=4)J+=A.charAt(w[K]>>>L&15);return J}function H(y){var J=0;for(var K=0;K<8;K++)for(var L=28;L>=0;L-=4)y[J++]=A.charCodeAt(w[K]>>>L&15)}function I(J,y){C();E(J,J.length);F();if(y)H(y);else return G()}function k(J,K,y){if(J===null||J===undefined)return null;K=typeof K=="undefined"?true:K;if(K)J=m(J);return I(J,y)}e.exports=k})();return e.exports}(a,b,c,d)});g.ensureModuleRegistered("undefined",function(){return undefined});"use strict";var aa=g.getFbeventsModules("SignalsFBEventsUtils"),i=g.getFbeventsModules("SignalsFBEventsPlugin"),ba=g.getFbeventsModules("SignalsFBEventsConstants"),ca=ba.ERRORS,j=aa.keys,k=g.getFbeventsModules("sha256_with_dependencies_new"),da=/^[A-Fa-f0-9]{64}$|^[A-Fa-f0-9]{32}$/,ea=/^[\w!#\$%&\'\*\+\/\=\?\^`\{\|\}~\-]+(:?\.[\w!#\$%&\'\*\+\/\=\?\^`\{\|\}~\-]+)*@(?:[a-z0-9](?:[a-z0-9\-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9\-]*[a-z0-9])?$/i,fa=/^\s+|\s+$/g,ga=Object.prototype.hasOwnProperty;function ha(m){return!!m&&ea.test(m)}function ia(m){if(typeof m==="string")return m.replace(fa,"")}function ja(m){if(typeof m==="string")return m.toLowerCase()}function ka(m,n){if(m==="ud[em]"||m==="ud[email]"){var o=ia(ja(n));if(o==null||o=="")return null;if(!ha(o)){var p=/ud\[(em|email)\]/.exec(m)[1];throw new Error(ca.PII_INVALID("email address",p))}return o}return n}function la(m,n){if(n!=null)if(da.test(n))return n.toLowerCase();else{n=ka(m,n);if(n!=null)return k(n)}return null}var l=new i(function(g){g.piiTranslator=la});l.piiTranslator=la;e.exports=l;if(g.registerPlugin)g.registerPlugin("fbevents.plugins.identity",e.exports);g.ensureModuleRegistered("fbevents.plugins.identity",function(){return e.exports})})();return e.exports})(window,document,location,history); +(function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){var g=a.fbq;g.execStart=a.performance&&a.performance.now&&a.performance.now();if(!function(){var q=a.postMessage||function(){};if(!g){q({action:"FB_LOG",logType:"Facebook Pixel Error",logMessage:"Pixel code is not installed correctly on this page"},"*");if("error"in console)console.error("Facebook Pixel Error: Pixel code is not installed correctly on this page");return false}return true}())return;"use strict";var h=typeof Symbol==="function"&&typeof (typeof Symbol==="function"?Symbol.iterator:"@@iterator")==="symbol"?function(q){return typeof q}:function(q){return q&&typeof Symbol==="function"&&q.constructor===Symbol&&q!==(typeof Symbol==="function"?Symbol.prototype:"@@prototype")?"symbol":typeof q};if(!g.__fbeventsModules){g.__fbeventsModules={};g.__fbeventsResolvedModules={};g.getFbeventsModules=function(q){if(!g.__fbeventsResolvedModules[q])g.__fbeventsResolvedModules[q]=g.__fbeventsModules[q]();return g.__fbeventsResolvedModules[q]};g.fbIsModuleLoaded=function(q){return!!g.__fbeventsModules[q]};g.ensureModuleRegistered=function(q,e){if(!g.fbIsModuleLoaded(q))g.__fbeventsModules[q]=e}}g.ensureModuleRegistered("SignalsFBEventsPlugin",function(){return function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){"use strict";function i(q){this.plugin=q;this.__fbEventsPlugin=1;return this}e.exports=i})();return e.exports}(a,b,c,d)});g.ensureModuleRegistered("SignalsParamList",function(){return function(a,b,c,d){var e={exports:{}},f=e.exports;(function(){"use strict";var q="deep",r="shallow";function s(v){if(typeof JSON==="undefined"||JSON===null||!JSON.stringify)return Object.prototype.toString.call(v);else return JSON.stringify(v)}function t(v){if(v===null||v===undefined)return true;var w=typeof v==="undefined"?"undefined":h(v);return w==="number"||w==="boolean"||w==="string"}function u(v){this._params=[];this._piiTranslator=v}u.ERROR_PII_WITH_NO_TRANSLATOR="Provide a PII Translation function in order to append PII data to the ParamList.";u.prototype.addRange=function(v){var w=this;v.each(function(x,y){return w.append(x,y)})};u.prototype.containsKey=function(v){for(var w=0;w>>0;if(typeof T!=="function")throw new TypeError(T+" is not a function");U=new Array(X);V=0;while(V>>0,V=arguments.length>=2?arguments[1]:void 0;for(var W=0;W>>0;if(typeof S!=="function")throw new TypeError();var V=[],W=arguments.length>=2?arguments[1]:void 0;for(var X=0;X':"iframe",Y=b.createElement(X);Y.src="javascript:false";Y.id=U;Y.name=U;V.appendChild(Y);H(Y,"load",function(){S.each(function(U,Z){var $=b.createElement("input");$.name=U;$.value=Z;V.appendChild($)});H(Y,"load",function(){if(V.parentNode)V.parentNode.removeChild(V)});V.submit()});b.body.appendChild(V);return true}function ja(S,T){if(a.navigator&&a.navigator.sendBeacon){a.navigator.sendBeacon(T,S.toFormData());return true}return false}var R={injectMethod:I,isArray:B,isEmptyObject:ga,isNumber:C,keys:l,listenOnce:H,logError:F,logErrorOnce:E,logWarning:G,makeSafe:P,map:N,sendGET:ia,sendPOST:Q,sendBeacon:ja,FBSet:m,each:function aa(S,T){N.call(this,S,T)},some:function k(S,T){return O.call(S,T)},filter:function S(T,U){return ha.call(T,U)}};e.exports=R})();return e.exports}(a,b,c,d)});g.ensureModuleRegistered("undefined",function(){return undefined});"use strict";var i=g.getFbeventsModules("SignalsFBEventsPlugin"),j=g.getFbeventsModules("SignalsFBEventsUtils"),aa=j.each,k=j.some,l=j.keys,m=j.FBSet,n=500,ba=1e3;function o(q){if(typeof q!=="string")return"";if(q.length>n)return q.substr(0,n);return q}function ca(){function q(L){var M=L.tagName.toLowerCase(),D=undefined;switch(M){case"meta":D=L.getAttribute("content");break;case"audio":case"embed":case"iframe":case"img":case"source":case"track":case"video":D=L.getAttribute("src");break;case"a":case"area":case"link":D=L.getAttribute("href");break;case"object":D=L.getAttribute("data");break;case"data":case"meter":D=L.getAttribute("value");break;case"time":D=L.getAttribute("datetime");break;default:D=L.innerText;break}if(typeof D==="string")return o(D)}var r=b.querySelectorAll("[itemscope]"),s=[],t=new m();for(var u=0;u=0;v--){var w=r[v],x=w.querySelectorAll("[itemprop]"),y=w.getAttribute("itemtype");if(typeof y!=="string"||y==="")continue;var z={};for(var A=0;A=0;K--)if(F[K].scope.contains(I)){F[K].schema.subscopes.push(J);break}else F.pop();if(F.length===0)E.push(J);F.push({scope:I,schema:J})}return E}function da(){var q=new m(["og","product","music","video","article","book","profile","website","twitter"]),r={},s=b.querySelectorAll("meta[property]");for(var t=0;t2&&arguments[2]!==undefined?arguments[2]:1,t=ca(),u=da(),v=fa();if(t.length===0&&l(u).length===0&&s>0){setTimeout(function(){return p(q,r,s-1)},ba);return}else if(t.length>0||l(u).length>0||l(v).length>0){var w={"Schema.org":t,OpenGraph:u,Meta:v};r.trackSingleCustom(q,"Microdata",w)}}e.exports=new i(function(g,q){var r={};g.on("fired",function(s,t){var u=t.get("id");if(Object.prototype.hasOwnProperty.call(r,u))return;var v=k(q.getOptedInPixels("Microdata"),function(w){return w.id===u});if(v){r[u]=true;setTimeout(function(){p(u,q)},500)}})});if(g.registerPlugin)g.registerPlugin("fbevents.plugins.microdata",e.exports);g.ensureModuleRegistered("fbevents.plugins.microdata",function(){return e.exports})})();return e.exports})(window,document,location,history); +fbq.registerPlugin("590758314440297", {__fbEventsPlugin: 1, plugin: function(fbq, instance) { if (!instance.pixelsByID.hasOwnProperty("590758314440297")) { fbq.init("590758314440297"); }instance.optIn("590758314440297", "InferredEvents", true); +instance.optIn("590758314440297", "Microdata", true);instance.configLoaded("590758314440297"); }}); \ No newline at end of file diff --git a/dana/third_party/font-awesome/License_files/6707-ToptalCarbon123.jpg b/dana/third_party/font-awesome/License_files/6707-ToptalCarbon123.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e577ac3534a5b210a195795af90cf086a8a63fff --- /dev/null +++ b/dana/third_party/font-awesome/License_files/6707-ToptalCarbon123.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52639eaceca3271970d883ef62c2465c0ff4402d5b2f038edc8213c16f03fc5b +size 13575 diff --git a/dana/third_party/font-awesome/License_files/C6AILKT.json b/dana/third_party/font-awesome/License_files/C6AILKT.json new file mode 100644 index 0000000000000000000000000000000000000000..1b7708564c6d8c1f21080a91f043d6d269a9b590 --- /dev/null +++ b/dana/third_party/font-awesome/License_files/C6AILKT.json @@ -0,0 +1 @@ +_carbonads_go({"ads":[{"active":"1","bannerid":"39561","buynow_url":"http://buysellads.com/buy/detail/246311/zone/1297933?utm_source=site_246311\u0026utm_medium=website\u0026utm_campaign=imagetext\u0026utm_content=zone_1297933","creativeid":"65907","directable":"1","endingdate":"0","evenodd":"0","extendo_0":"1","height":"100","html":"{\"fetch\":\"//adn.fusionads.net/launchbit/9533/developers/\",\"click_redir\":\"//srv.buysellads.com/ads/click/x/GTND42QJCT7DKKJYCV74YKQMC6YD6K7ICEBDLZ3JCWYITK7ICTYDTK7KC6BI4K3LCYBDEK3EHJNCLSIZZRLCP7I35MNFV?encredirect=\"}","i":"0","longimp":"TTIKE34BTTTTTTDQPW4HWTTTTTTQFIEHZVTTTTTTADFEVNETTTTTT","longlink_default":"T6IKE34BTTTTTTDQPW4HWTTTTTTQFIEHZVTTTTTTADFEVNETTTTTTBDW5JYDWZ7G537COZI45MAUC7ZK2JENVA75K2UNBZY","marketplace_siteid":"246311","marketplace_zoneid":"1297933","mode":"hwm","org_bannerid":"17249","org_creativeid":"24582","org_zoneid":"1673","startingdate":"1499085000","statimp":"//srv.buysellads.com/ads/imp/x/GTND42QJCT7DKKJYCV74YKQMC6YD6K7ICEBDLZ3JCWYITK7ICTYDTK7KC6BI4K3LCYBDEK3EHJWNBADLKM7UCBZG2Y","statlink_default":"//srv.buysellads.com/ads/click/x/GTND42QJCT7DKKJYCV74YKQMC6YD6K7ICEBDLZ3JCWYITK7ICTYDTK7KC6BI4K3LCYBDEK3EHJNCLSIZZRLCP7I35MNFV","timestamp":"1510265970","width":"130","zoneid":"1990","zonekey":"C6AILKT"},{}]}); \ No newline at end of file diff --git a/dana/third_party/font-awesome/License_files/Font-Awesome b/dana/third_party/font-awesome/License_files/Font-Awesome new file mode 100644 index 0000000000000000000000000000000000000000..90e7d12c20b321220128bd36ad42abfe91993779 --- /dev/null +++ b/dana/third_party/font-awesome/License_files/Font-Awesome @@ -0,0 +1,125 @@ +/**/callback({ + "meta": { + "Content-Type": "application/javascript; charset=utf-8", + "X-RateLimit-Limit": "60", + "X-RateLimit-Remaining": "58", + "X-RateLimit-Reset": "1510269505", + "Cache-Control": "public, max-age=60, s-maxage=60", + "Vary": "Accept", + "ETag": "\"983d6dace05a345089540e8c7d91f58b\"", + "Last-Modified": "Thu, 09 Nov 2017 21:59:59 GMT", + "X-GitHub-Media-Type": "github.v3; format=json", + "status": 200 + }, + "data": { + "id": 3470471, + "name": "Font-Awesome", + "full_name": "FortAwesome/Font-Awesome", + "owner": { + "login": "FortAwesome", + "id": 1505683, + "avatar_url": "https://avatars0.githubusercontent.com/u/1505683?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/FortAwesome", + "html_url": "https://github.com/FortAwesome", + "followers_url": "https://api.github.com/users/FortAwesome/followers", + "following_url": "https://api.github.com/users/FortAwesome/following{/other_user}", + "gists_url": "https://api.github.com/users/FortAwesome/gists{/gist_id}", + "starred_url": "https://api.github.com/users/FortAwesome/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/FortAwesome/subscriptions", + "organizations_url": "https://api.github.com/users/FortAwesome/orgs", + "repos_url": "https://api.github.com/users/FortAwesome/repos", + "events_url": "https://api.github.com/users/FortAwesome/events{/privacy}", + "received_events_url": "https://api.github.com/users/FortAwesome/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/FortAwesome/Font-Awesome", + "description": "The iconic font and CSS toolkit", + "fork": false, + "url": "https://api.github.com/repos/FortAwesome/Font-Awesome", + "forks_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/forks", + "keys_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/teams", + "hooks_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/hooks", + "issue_events_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/events", + "assignees_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/tags", + "blobs_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/languages", + "stargazers_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/stargazers", + "contributors_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/contributors", + "subscribers_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/subscribers", + "subscription_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/subscription", + "commits_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/merges", + "archive_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/downloads", + "issues_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/deployments", + "created_at": "2012-02-17T14:19:43Z", + "updated_at": "2017-11-09T21:59:59Z", + "pushed_at": "2017-10-02T03:52:18Z", + "git_url": "git://github.com/FortAwesome/Font-Awesome.git", + "ssh_url": "git@github.com:FortAwesome/Font-Awesome.git", + "clone_url": "https://github.com/FortAwesome/Font-Awesome.git", + "svn_url": "https://github.com/FortAwesome/Font-Awesome", + "homepage": "http://fontawesome.io", + "size": 36634, + "stargazers_count": 53198, + "watchers_count": 53198, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 9291, + "mirror_url": null, + "archived": false, + "open_issues_count": 4277, + "forks": 9291, + "open_issues": 4277, + "watchers": 53198, + "default_branch": "master", + "organization": { + "login": "FortAwesome", + "id": 1505683, + "avatar_url": "https://avatars0.githubusercontent.com/u/1505683?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/FortAwesome", + "html_url": "https://github.com/FortAwesome", + "followers_url": "https://api.github.com/users/FortAwesome/followers", + "following_url": "https://api.github.com/users/FortAwesome/following{/other_user}", + "gists_url": "https://api.github.com/users/FortAwesome/gists{/gist_id}", + "starred_url": "https://api.github.com/users/FortAwesome/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/FortAwesome/subscriptions", + "organizations_url": "https://api.github.com/users/FortAwesome/orgs", + "repos_url": "https://api.github.com/users/FortAwesome/repos", + "events_url": "https://api.github.com/users/FortAwesome/events{/privacy}", + "received_events_url": "https://api.github.com/users/FortAwesome/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9291, + "subscribers_count": 1329 + } +}) diff --git a/dana/third_party/font-awesome/License_files/algoliasearch.helper.min.js b/dana/third_party/font-awesome/License_files/algoliasearch.helper.min.js new file mode 100644 index 0000000000000000000000000000000000000000..24884f4a5fee9768ad522c2424c030c3fa91b0b3 --- /dev/null +++ b/dana/third_party/font-awesome/License_files/algoliasearch.helper.min.js @@ -0,0 +1,4 @@ +!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.algoliasearchHelper=e()}}(function(){return function e(t,n,r){function i(s,o){if(!n[s]){if(!t[s]){var c="function"==typeof require&&require;if(!o&&c)return c(s,!0);if(a)return a(s,!0);var u=new Error("Cannot find module '"+s+"'");throw u.code="MODULE_NOT_FOUND",u}var l=n[s]={exports:{}};t[s][0].call(l.exports,function(e){var n=t[s][1][e];return i(n?n:e)},l,l.exports,e,t,n,r)}return n[s].exports}for(var a="function"==typeof require&&require,s=0;s1)for(var n=1;ne||isNaN(e))throw TypeError("n must be a positive number");return this._maxListeners=e,this},r.prototype.emit=function(e){var t,n,r,a,c,u;if(this._events||(this._events={}),"error"===e&&(!this._events.error||s(this._events.error)&&!this._events.error.length)){if(t=arguments[1],t instanceof Error)throw t;throw TypeError('Uncaught, unspecified "error" event.')}if(n=this._events[e],o(n))return!1;if(i(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:a=Array.prototype.slice.call(arguments,1),n.apply(this,a)}else if(s(n))for(a=Array.prototype.slice.call(arguments,1),u=n.slice(),r=u.length,c=0;r>c;c++)u[c].apply(this,a);return!0},r.prototype.addListener=function(e,t){var n;if(!i(t))throw TypeError("listener must be a function");return this._events||(this._events={}),this._events.newListener&&this.emit("newListener",e,i(t.listener)?t.listener:t),this._events[e]?s(this._events[e])?this._events[e].push(t):this._events[e]=[this._events[e],t]:this._events[e]=t,s(this._events[e])&&!this._events[e].warned&&(n=o(this._maxListeners)?r.defaultMaxListeners:this._maxListeners,n&&n>0&&this._events[e].length>n&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace())),this},r.prototype.on=r.prototype.addListener,r.prototype.once=function(e,t){function n(){this.removeListener(e,n),r||(r=!0,t.apply(this,arguments))}if(!i(t))throw TypeError("listener must be a function");var r=!1;return n.listener=t,this.on(e,n),this},r.prototype.removeListener=function(e,t){var n,r,a,o;if(!i(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(n=this._events[e],a=n.length,r=-1,n===t||i(n.listener)&&n.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(s(n)){for(o=a;o-- >0;)if(n[o]===t||n[o].listener&&n[o].listener===t){r=o;break}if(0>r)return this;1===n.length?(n.length=0,delete this._events[e]):n.splice(r,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},r.prototype.removeAllListeners=function(e){var t,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(n=this._events[e],i(n))this.removeListener(e,n);else if(n)for(;n.length;)this.removeListener(e,n[n.length-1]);return delete this._events[e],this},r.prototype.listeners=function(e){var t;return t=this._events&&this._events[e]?i(this._events[e])?[this._events[e]]:this._events[e].slice():[]},r.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(i(t))return 1;if(t)return t.length}return 0},r.listenerCount=function(e,t){return e.listenerCount(t)}},{}],4:[function(e,t,n){function r(e){for(var t=-1,n=e?e.length:0,r=-1,i=[];++tn?s(r+n,0):n;else if(n){var o=a(e,t);return r>o&&(t===t?t===e[o]:e[o]!==e[o])?o:-1}return i(e,t,n||0)}var i=e("../internal/baseIndexOf"),a=e("../internal/binaryIndex"),s=Math.max;t.exports=r},{"../internal/baseIndexOf":52,"../internal/binaryIndex":72}],7:[function(e,t,n){var r=e("../internal/baseIndexOf"),i=e("../internal/cacheIndexOf"),a=e("../internal/createCache"),s=e("../internal/isArrayLike"),o=e("../function/restParam"),c=o(function(e){for(var t=e.length,n=t,o=Array(d),c=r,u=!0,l=[];n--;){var f=e[n]=s(f=e[n])?f:[];o[n]=u&&f.length>=120?a(n&&f):null}var h=e[0],p=-1,d=h?h.length:0,g=o[0];e:for(;++pn?f(h+n,0):n||0,"string"==typeof e||!s(e)&&u(e)?h>=n&&e.indexOf(t,n)>-1:!!h&&i(e,t,n)>-1}var i=e("../internal/baseIndexOf"),a=e("../internal/getLength"),s=e("../lang/isArray"),o=e("../internal/isIterateeCall"),c=e("../internal/isLength"),u=e("../lang/isString"),l=e("../object/values"),f=Math.max;t.exports=r},{"../internal/baseIndexOf":52,"../internal/getLength":104,"../internal/isIterateeCall":110,"../internal/isLength":113,"../lang/isArray":133,"../lang/isString":141,"../object/values":158}],14:[function(e,t,n){function r(e,t,n){var r=o(e)?i:s;return t=a(t,n,3),r(e,t)}var i=e("../internal/arrayMap"),a=e("../internal/baseCallback"),s=e("../internal/baseMap"),o=e("../lang/isArray");t.exports=r},{"../internal/arrayMap":30,"../internal/baseCallback":38,"../internal/baseMap":57,"../lang/isArray":133}],15:[function(e,t,n){function r(e,t){return i(e,a(t))}var i=e("./map"),a=e("../utility/property");t.exports=r},{"../utility/property":162,"./map":14}],16:[function(e,t,n){var r=e("../internal/arrayReduce"),i=e("../internal/baseEach"),a=e("../internal/createReduce"),s=a(r,i);t.exports=s},{"../internal/arrayReduce":32,"../internal/baseEach":43,"../internal/createReduce":97}],17:[function(e,t,n){function r(e,t,n,r){return null==e?[]:(r&&s(t,n,r)&&(n=void 0),a(t)||(t=null==t?[]:[t]),a(n)||(n=null==n?[]:[n]),i(e,t,n))}var i=e("../internal/baseSortByOrder"),a=e("../lang/isArray"),s=e("../internal/isIterateeCall");t.exports=r},{"../internal/baseSortByOrder":68,"../internal/isIterateeCall":110,"../lang/isArray":133}],18:[function(e,t,n){t.exports=e("../math/sum")},{"../math/sum":145}],19:[function(e,t,n){var r=e("../internal/getNative"),i=r(Date,"now"),a=i||function(){return(new Date).getTime()};t.exports=a},{"../internal/getNative":106}],20:[function(e,t,n){var r=e("../internal/createWrapper"),i=e("../internal/replaceHolders"),a=e("./restParam"),s=1,o=32,c=a(function(e,t,n){var a=s;if(n.length){var u=i(n,c.placeholder);a|=o}return r(e,a,t,n,u)});c.placeholder={},t.exports=c},{"../internal/createWrapper":98,"../internal/replaceHolders":123,"./restParam":23}],21:[function(e,t,n){var r=e("../internal/createPartial"),i=32,a=r(i);a.placeholder={},t.exports=a},{"../internal/createPartial":95}],22:[function(e,t,n){var r=e("../internal/createPartial"),i=64,a=r(i);a.placeholder={},t.exports=a},{"../internal/createPartial":95}],23:[function(e,t,n){function r(e,t){if("function"!=typeof e)throw new TypeError(i);return t=a(void 0===t?e.length-1:+t||0,0),function(){for(var n=arguments,r=-1,i=a(n.length-t,0),s=Array(i);++rt&&!a||!i||n&&!s&&o||r&&o)return 1;if(t>e&&!n||!o||a&&!r&&i||s&&i)return-1}return 0}t.exports=r},{}],40:[function(e,t,n){function r(e,t,n){n||(n={});for(var r=-1,i=t.length;++r=o?s(t):null,h=t.length;f&&(u=a,l=!1,t=f);e:for(;++cr;)e=e[t[r++]];return r&&r==a?e:void 0}}var i=e("./toObject");t.exports=r},{"./toObject":127}],52:[function(e,t,n){function r(e,t,n){if(t!==t)return i(e,n);for(var r=n-1,a=e.length;++rt&&(t=-t>i?0:i+t),n=void 0===n||n>i?i:+n||0,0>n&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=Array(i);++r=s){for(;s>r;){var c=r+s>>>1,u=e[c];(n?t>=u:t>u)&&null!==u?r=c+1:s=c}return s}return i(e,t,a,n)}var i=e("./binaryIndexBy"),a=e("../utility/identity"),s=4294967295,o=s>>>1;t.exports=r},{"../utility/identity":160,"./binaryIndexBy":73}],73:[function(e,t,n){function r(e,t,n,r){t=n(t);for(var s=0,c=e?e.length:0,u=t!==t,l=null===t,f=void 0===t;c>s;){var h=i((s+c)/2),p=n(e[h]),d=void 0!==p,g=p===p;if(u)var v=g||r;else v=l?g&&d&&(r||null!=p):f?g&&(r||d):null==p?!1:r?t>=p:t>p;v?s=h+1:c=h}return a(c,o)}var i=Math.floor,a=Math.min,s=4294967295,o=s-1;t.exports=r},{}],74:[function(e,t,n){function r(e,t,n){if("function"!=typeof e)return i;if(void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 3:return function(n,r,i){return e.call(t,n,r,i)};case 4:return function(n,r,i,a){return e.call(t,n,r,i,a)};case 5:return function(n,r,i,a,s){return e.call(t,n,r,i,a,s)}}return function(){return e.apply(t,arguments)}}var i=e("../utility/identity");t.exports=r},{"../utility/identity":160}],75:[function(e,t,n){function r(e,t){var n=e.data,r="string"==typeof t||i(t)?n.set.has(t):n.hash[t];return r?0:-1}var i=e("../lang/isObject");t.exports=r},{"../lang/isObject":139}],76:[function(e,t,n){function r(e){var t=this.data;"string"==typeof e||i(e)?t.set.add(e):t.hash[e]=!0}var i=e("../lang/isObject");t.exports=r},{"../lang/isObject":139}],77:[function(e,t,n){function r(e,t){for(var n=-1,r=e.length;++n-1;);return n}t.exports=r},{}],78:[function(e,t,n){function r(e,t){for(var n=e.length;n--&&t.indexOf(e.charAt(n))>-1;);return n}t.exports=r},{}],79:[function(e,t,n){function r(e,t,n){for(var r=-1,a=e.criteria,s=t.criteria,o=a.length,c=n.length;++r=c)return u;var l=n[r];return u*("asc"===l||l===!0?1:-1)}}return e.index-t.index}var i=e("./baseCompareAscending");t.exports=r},{"./baseCompareAscending":39}],80:[function(e,t,n){function r(e,t,n){for(var r=n.length,a=-1,s=i(e.length-r,0),o=-1,c=t.length,u=Array(c+s);++o2?n[s-2]:void 0,c=s>2?n[2]:void 0,u=s>1?n[s-1]:void 0;for("function"==typeof o?(o=i(o,u,5),s-=2):(o="function"==typeof u?u:void 0,s-=o?1:0),c&&a(n[0],n[1],c)&&(o=3>s?void 0:o,s=1);++r-1?n[u]:void 0}return a(n,r,e)}}var i=e("./baseCallback"),a=e("./baseFind"),s=e("./baseFindIndex"),o=e("../lang/isArray");t.exports=r},{"../lang/isArray":133,"./baseCallback":38,"./baseFind":45,"./baseFindIndex":46}],90:[function(e,t,n){function r(e){return function(t,n,r){return t&&t.length?(n=i(n,r,3),a(t,n,e)):-1}}var i=e("./baseCallback"),a=e("./baseFindIndex");t.exports=r},{"./baseCallback":38,"./baseFindIndex":46}],91:[function(e,t,n){function r(e,t){return function(n,r,s){return"function"==typeof r&&void 0===s&&a(n)?e(n,r):t(n,i(r,s,3))}}var i=e("./bindCallback"),a=e("../lang/isArray");t.exports=r},{"../lang/isArray":133,"./bindCallback":74}],92:[function(e,t,n){function r(e){return function(t,n,r){return"function"==typeof n&&void 0===r||(n=i(n,r,3)),e(t,n)}}var i=e("./bindCallback");t.exports=r},{"./bindCallback":74}],93:[function(e,t,n){(function(n){function r(e,t,j,R,F,O,w,_,P,A){function E(){for(var d=arguments.length,g=d,v=Array(d);g--;)v[g]=arguments[g];if(R&&(v=a(v,R,F)),O&&(v=s(v,O,w)),T||I){var b=E.placeholder,D=l(v,b);if(d-=D.length,A>d){var H=_?i(_):void 0,B=x(A-d,0),M=T?D:void 0,Q=T?void 0:D,W=T?v:void 0,q=T?void 0:v;t|=T?y:m,t&=~(T?m:y),C||(t&=~(h|p));var z=[e,t,j,W,M,q,Q,H,P,B],U=r.apply(void 0,z);return c(e)&&f(U,z),U.placeholder=b,U}}var V=k?j:this,$=L?V[e]:e;return _&&(v=u(v,_)),S&&Pu))return!1;for(;++c-1&&e%1==0&&t>e}var i=/^\d+$/,a=9007199254740991;t.exports=r},{}],110:[function(e,t,n){function r(e,t,n){if(!s(n))return!1;var r=typeof t;if("number"==r?i(n)&&a(t,n.length):"string"==r&&t in n){var o=n[t];return e===e?e===o:o!==o}return!1}var i=e("./isArrayLike"),a=e("./isIndex"),s=e("../lang/isObject");t.exports=r},{"../lang/isObject":139,"./isArrayLike":108,"./isIndex":109}],111:[function(e,t,n){function r(e,t){var n=typeof e;if("string"==n&&o.test(e)||"number"==n)return!0;if(i(e))return!1;var r=!s.test(e);return r||null!=t&&e in a(t)}var i=e("../lang/isArray"),a=e("./toObject"),s=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,o=/^\w*$/;t.exports=r},{"../lang/isArray":133,"./toObject":127}],112:[function(e,t,n){function r(e){var t=s(e),n=o[t];if("function"!=typeof n||!(t in i.prototype))return!1;if(e===n)return!0;var r=a(n);return!!r&&e===r[0]}var i=e("./LazyWrapper"),a=e("./getData"),s=e("./getFuncName"),o=e("../chain/lodash");t.exports=r},{"../chain/lodash":9,"./LazyWrapper":24,"./getData":102,"./getFuncName":103}],113:[function(e,t,n){function r(e){return"number"==typeof e&&e>-1&&e%1==0&&i>=e}var i=9007199254740991;t.exports=r},{}],114:[function(e,t,n){function r(e){return!!e&&"object"==typeof e}t.exports=r},{}],115:[function(e,t,n){function r(e){return 160>=e&&e>=9&&13>=e||32==e||160==e||5760==e||6158==e||e>=8192&&(8202>=e||8232==e||8233==e||8239==e||8287==e||12288==e||65279==e)}t.exports=r},{}],116:[function(e,t,n){function r(e){return e===e&&!i(e)}var i=e("../lang/isObject");t.exports=r},{"../lang/isObject":139}],117:[function(e,t,n){function r(e,t){var n=e[1],r=t[1],g=n|r,v=f>g,y=r==f&&n==l||r==f&&n==h&&e[7].length<=t[8]||r==(f|h)&&n==l;if(!v&&!y)return e;r&c&&(e[2]=t[2],g|=n&c?0:u);var m=t[3];if(m){var b=e[3];e[3]=b?a(b,m,t[4]):i(m),e[4]=b?o(e[3],p):i(t[4])}return m=t[5],m&&(b=e[5],e[5]=b?s(b,m,t[6]):i(m),e[6]=b?o(e[5],p):i(t[6])),m=t[7],m&&(e[7]=i(m)),r&f&&(e[8]=null==e[8]?t[8]:d(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=g,e}var i=e("./arrayCopy"),a=e("./composeArgs"),s=e("./composeArgsRight"),o=e("./replaceHolders"),c=1,u=4,l=8,f=128,h=256,p="__lodash_placeholder__",d=Math.min;t.exports=r},{"./arrayCopy":27,"./composeArgs":80,"./composeArgsRight":81,"./replaceHolders":123}],118:[function(e,t,n){(function(n){var r=e("./getNative"),i=r(n,"WeakMap"),a=i&&new i;t.exports=a}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./getNative":106}],119:[function(e,t,n){function r(e,t){e=i(e);for(var n=-1,r=t.length,a={};++n0){if(++e>=a)return n}else e=0;return r(n,o)}}();t.exports=o},{"../date/now":19,"./baseSetData":65}],125:[function(e,t,n){function r(e){for(var t=c(e),n=t.length,r=n&&e.length,u=!!r&&o(r)&&(a(e)||i(e)),f=-1,h=[];++f0;++ra;++a){var o=i[a],c=-1===o.indexOf("]=")?o.indexOf("="):o.indexOf("]=")+1;if(-1===c)n[r.decode(o)]="",t.strictNullHandling&&(n[r.decode(o)]=null);else{var u=r.decode(o.slice(0,c)),l=r.decode(o.slice(c+1));Object.prototype.hasOwnProperty.call(n,u)?n[u]=[].concat(n[u]).concat(l):n[u]=l}}return n},i.parseObject=function(e,t,n){if(!e.length)return t;var r,a=e.shift();if("[]"===a)r=[],r=r.concat(i.parseObject(e,t,n));else{r=n.plainObjects?Object.create(null):{};var s="["===a[0]&&"]"===a[a.length-1]?a.slice(1,a.length-1):a,o=parseInt(s,10),c=""+o;!isNaN(o)&&a!==s&&c===s&&o>=0&&n.parseArrays&&o<=n.arrayLimit?(r=[],r[o]=i.parseObject(e,t,n)):r[s]=i.parseObject(e,t,n)}return r},i.parseKeys=function(e,t,n){if(e){n.allowDots&&(e=e.replace(/\.([^\.\[]+)/g,"[$1]"));var r=/^([^\[\]]*)/,a=/(\[[^\[\]]*\])/g,s=r.exec(e),o=[];if(s[1]){if(!n.plainObjects&&Object.prototype.hasOwnProperty(s[1])&&!n.allowPrototypes)return;o.push(s[1])}for(var c=0;null!==(s=a.exec(e))&&co;++o){var u=s[o],l=i.parseKeys(u,n[u],t);a=r.merge(a,l,t)}return r.compact(a)}},{"./utils":166}],165:[function(e,t,n){var r=e("./utils"),i={delimiter:"&",arrayPrefixGenerators:{brackets:function(e,t){return e+"[]"},indices:function(e,t){return e+"["+t+"]"},repeat:function(e,t){return e}},strictNullHandling:!1,skipNulls:!1,encode:!0};i.stringify=function(e,t,n,a,s,o,c,u){if("function"==typeof c)e=c(t,e);else if(r.isBuffer(e))e=e.toString();else if(e instanceof Date)e=e.toISOString();else if(null===e){if(a)return o?r.encode(t):t;e=""}if("string"==typeof e||"number"==typeof e||"boolean"==typeof e)return o?[r.encode(t)+"="+r.encode(e)]:[t+"="+e];var l=[];if("undefined"==typeof e)return l;var f;if(Array.isArray(c))f=c;else{var h=Object.keys(e);f=u?h.sort(u):h}for(var p=0,d=f.length;d>p;++p){var g=f[p];s&&null===e[g]||(l=Array.isArray(e)?l.concat(i.stringify(e[g],n(t,g),n,a,s,o,c)):l.concat(i.stringify(e[g],t+"["+g+"]",n,a,s,o,c)))}return l},t.exports=function(e,t){t=t||{};var n,r,a="undefined"==typeof t.delimiter?i.delimiter:t.delimiter,s="boolean"==typeof t.strictNullHandling?t.strictNullHandling:i.strictNullHandling,o="boolean"==typeof t.skipNulls?t.skipNulls:i.skipNulls,c="boolean"==typeof t.encode?t.encode:i.encode,u="function"==typeof t.sort?t.sort:null;"function"==typeof t.filter?(r=t.filter,e=r("",e)):Array.isArray(t.filter)&&(n=r=t.filter);var l=[];if("object"!=typeof e||null===e)return"";var f;f=t.arrayFormat in i.arrayPrefixGenerators?t.arrayFormat:"indices"in t?t.indices?"indices":"repeat":"indices";var h=i.arrayPrefixGenerators[f];n||(n=Object.keys(e)),u&&n.sort(u);for(var p=0,d=n.length;d>p;++p){var g=n[p];o&&null===e[g]||(l=l.concat(i.stringify(e[g],g,h,s,o,c,r,u)))}return l.join(a)}},{"./utils":166}],166:[function(e,t,n){var r={};r.hexTable=new Array(256);for(var i=0;256>i;++i)r.hexTable[i]="%"+((16>i?"0":"")+i.toString(16)).toUpperCase();n.arrayToObject=function(e,t){for(var n=t.plainObjects?Object.create(null):{},r=0,i=e.length;i>r;++r)"undefined"!=typeof e[r]&&(n[r]=e[r]);return n},n.merge=function(e,t,r){if(!t)return e;if("object"!=typeof t)return Array.isArray(e)?e.push(t):"object"==typeof e?e[t]=!0:e=[e,t],e;if("object"!=typeof e)return e=[e].concat(t);Array.isArray(e)&&!Array.isArray(t)&&(e=n.arrayToObject(e,r));for(var i=Object.keys(t),a=0,s=i.length;s>a;++a){var o=i[a],c=t[o];Object.prototype.hasOwnProperty.call(e,o)?e[o]=n.merge(e[o],c,r):e[o]=c}return e},n.decode=function(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(t){return e}},n.encode=function(e){if(0===e.length)return e;"string"!=typeof e&&(e=""+e);for(var t="",n=0,i=e.length;i>n;++n){var a=e.charCodeAt(n);45===a||46===a||95===a||126===a||a>=48&&57>=a||a>=65&&90>=a||a>=97&&122>=a?t+=e[n]:128>a?t+=r.hexTable[a]:2048>a?t+=r.hexTable[192|a>>6]+r.hexTable[128|63&a]:55296>a||a>=57344?t+=r.hexTable[224|a>>12]+r.hexTable[128|a>>6&63]+r.hexTable[128|63&a]:(++n,a=65536+((1023&a)<<10|1023&e.charCodeAt(n)),t+=r.hexTable[240|a>>18]+r.hexTable[128|a>>12&63]+r.hexTable[128|a>>6&63]+r.hexTable[128|63&a])}return t},n.compact=function(e,t){if("object"!=typeof e||null===e)return e;t=t||[];var r=t.indexOf(e);if(-1!==r)return t[r];if(t.push(e),Array.isArray(e)){for(var i=[],a=0,s=e.length;s>a;++a)"undefined"!=typeof e[a]&&i.push(e[a]);return i}var o=Object.keys(e);for(a=0,s=o.length;s>a;++a){var c=o[a];e[c]=n.compact(e[c],t)}return e},n.isRegExp=function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},n.isBuffer=function(e){return null===e||"undefined"==typeof e?!1:!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))}},{}],167:[function(e,t,n){"function"==typeof Object.create?t.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:t.exports=function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}},{}],168:[function(e,t,n){t.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},{}],169:[function(e,t,n){(function(t,r){function i(e,t){var r={seen:[],stylize:s};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),g(t)?r.showHidden=t:t&&n._extend(r,t),j(r.showHidden)&&(r.showHidden=!1),j(r.depth)&&(r.depth=2),j(r.colors)&&(r.colors=!1),j(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=a),c(r,e,r.depth)}function a(e,t){var n=i.styles[t];return n?"["+i.colors[n][0]+"m"+e+"["+i.colors[n][1]+"m":e}function s(e,t){return e}function o(e){var t={};return e.forEach(function(e,n){t[e]=!0}),t}function c(e,t,r){if(e.customInspect&&t&&_(t.inspect)&&t.inspect!==n.inspect&&(!t.constructor||t.constructor.prototype!==t)){var i=t.inspect(r,e);return b(i)||(i=c(e,i,r)),i}var a=u(e,t);if(a)return a;var s=Object.keys(t),g=o(s);if(e.showHidden&&(s=Object.getOwnPropertyNames(t)),w(t)&&(s.indexOf("message")>=0||s.indexOf("description")>=0))return l(t);if(0===s.length){if(_(t)){var v=t.name?": "+t.name:"";return e.stylize("[Function"+v+"]","special")}if(R(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(O(t))return e.stylize(Date.prototype.toString.call(t),"date");if(w(t))return l(t)}var y="",m=!1,x=["{","}"];if(d(t)&&(m=!0,x=["[","]"]),_(t)){var j=t.name?": "+t.name:"";y=" [Function"+j+"]"}if(R(t)&&(y=" "+RegExp.prototype.toString.call(t)),O(t)&&(y=" "+Date.prototype.toUTCString.call(t)),w(t)&&(y=" "+l(t)),0===s.length&&(!m||0==t.length))return x[0]+y+x[1];if(0>r)return R(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special");e.seen.push(t);var F;return F=m?f(e,t,r,g,s):s.map(function(n){return h(e,t,r,g,n,m)}),e.seen.pop(),p(F,y,x)}function u(e,t){if(j(t))return e.stylize("undefined","undefined");if(b(t)){var n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}return m(t)?e.stylize(""+t,"number"):g(t)?e.stylize(""+t,"boolean"):v(t)?e.stylize("null","null"):void 0}function l(e){return"["+Error.prototype.toString.call(e)+"]"}function f(e,t,n,r,i){for(var a=[],s=0,o=t.length;o>s;++s)k(t,String(s))?a.push(h(e,t,n,r,String(s),!0)):a.push("");return i.forEach(function(i){i.match(/^\d+$/)||a.push(h(e,t,n,r,i,!0))}),a}function h(e,t,n,r,i,a){var s,o,u;if(u=Object.getOwnPropertyDescriptor(t,i)||{value:t[i]},u.get?o=u.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):u.set&&(o=e.stylize("[Setter]","special")),k(r,i)||(s="["+i+"]"),o||(e.seen.indexOf(u.value)<0?(o=v(n)?c(e,u.value,null):c(e,u.value,n-1),o.indexOf("\n")>-1&&(o=a?o.split("\n").map(function(e){return" "+e}).join("\n").substr(2):"\n"+o.split("\n").map(function(e){return" "+e}).join("\n"))):o=e.stylize("[Circular]","special")),j(s)){if(a&&i.match(/^\d+$/))return o;s=JSON.stringify(""+i),s.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(s=s.substr(1,s.length-2),s=e.stylize(s,"name")):(s=s.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),s=e.stylize(s,"string"))}return s+": "+o}function p(e,t,n){var r=0,i=e.reduce(function(e,t){return r++,t.indexOf("\n")>=0&&r++,e+t.replace(/\u001b\[\d\d?m/g,"").length+1},0);return i>60?n[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+n[1]:n[0]+t+" "+e.join(", ")+" "+n[1]}function d(e){return Array.isArray(e)}function g(e){return"boolean"==typeof e}function v(e){return null===e}function y(e){return null==e}function m(e){return"number"==typeof e}function b(e){return"string"==typeof e}function x(e){return"symbol"==typeof e}function j(e){return void 0===e}function R(e){return F(e)&&"[object RegExp]"===A(e)}function F(e){return"object"==typeof e&&null!==e}function O(e){return F(e)&&"[object Date]"===A(e)}function w(e){return F(e)&&("[object Error]"===A(e)||e instanceof Error)}function _(e){return"function"==typeof e}function P(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||"undefined"==typeof e}function A(e){return Object.prototype.toString.call(e)}function E(e){return 10>e?"0"+e.toString(10):e.toString(10)}function S(){var e=new Date,t=[E(e.getHours()),E(e.getMinutes()),E(e.getSeconds())].join(":");return[e.getDate(),I[e.getMonth()],t].join(" ")}function k(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var L=/%[sdj%]/g;n.format=function(e){if(!b(e)){for(var t=[],n=0;n=a)return e;switch(e){case"%s":return String(r[n++]);case"%d":return Number(r[n++]);case"%j":try{return JSON.stringify(r[n++])}catch(t){return"[Circular]"}default:return e}}),o=r[n];a>n;o=r[++n])s+=v(o)||!F(o)?" "+o:" "+i(o);return s},n.deprecate=function(e,i){function a(){if(!s){if(t.throwDeprecation)throw new Error(i);t.traceDeprecation?console.trace(i):console.error(i),s=!0}return e.apply(this,arguments)}if(j(r.process))return function(){return n.deprecate(e,i).apply(this,arguments)};if(t.noDeprecation===!0)return e;var s=!1;return a};var T,C={};n.debuglog=function(e){if(j(T)&&(T=t.env.NODE_DEBUG||""),e=e.toUpperCase(),!C[e])if(new RegExp("\\b"+e+"\\b","i").test(T)){var r=t.pid;C[e]=function(){var t=n.format.apply(n,arguments);console.error("%s %d: %s",e,r,t)}}else C[e]=function(){};return C[e]},n.inspect=i,i.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},i.styles={special:"cyan",number:"yellow","boolean":"yellow",undefined:"grey","null":"bold",string:"green",date:"magenta",regexp:"red"},n.isArray=d,n.isBoolean=g,n.isNull=v,n.isNullOrUndefined=y,n.isNumber=m,n.isString=b,n.isSymbol=x,n.isUndefined=j,n.isRegExp=R,n.isObject=F,n.isDate=O,n.isError=w,n.isFunction=_,n.isPrimitive=P,n.isBuffer=e("./support/isBuffer");var I=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];n.log=function(){console.log("%s - %s",S(),n.format.apply(n,arguments))},n.inherits=e("inherits"),n._extend=function(e,t){if(!t||!F(t))return e;for(var n=Object.keys(t),r=n.length;r--;)e[n[r]]=t[n[r]];return e}}).call(this,e("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./support/isBuffer":168,_process:2,inherits:167}],170:[function(e,t,n){"use strict";var r=e("lodash/lang/isUndefined"),i=e("lodash/lang/isString"),a=e("lodash/lang/isFunction"),s=e("lodash/lang/isEmpty"),o=e("lodash/object/defaults"),c=e("lodash/collection/reduce"),u=e("lodash/collection/filter"),l=e("lodash/object/omit"),f={addRefinement:function(e,t,n){if(f.isRefined(e,t,n))return e;var r=""+n,i=e[t]?e[t].concat(r):[r],a={};return a[t]=i,o({},a,e)},removeRefinement:function(e,t,n){if(r(n))return f.clearRefinement(e,t);var i=""+n;return f.clearRefinement(e,function(e,n){return t===n&&i===e})},toggleRefinement:function(e,t,n){if(r(n))throw new Error("toggleRefinement should be used with a value");return f.isRefined(e,t,n)?f.removeRefinement(e,t,n):f.addRefinement(e,t,n)},clearRefinement:function(e,t,n){return r(t)?{}:i(t)?l(e,t):a(t)?c(e,function(e,r,i){var a=u(r,function(e){return!t(e,i,n)});return s(a)||(e[i]=a),e},{}):void 0},isRefined:function(t,n,i){var a=e("lodash/array/indexOf"),s=!!t[n]&&t[n].length>0;if(r(i)||!s)return s;var o=""+i;return-1!==a(t[n],o)}};t.exports=f},{"lodash/array/indexOf":6,"lodash/collection/filter":10,"lodash/collection/reduce":16,"lodash/lang/isEmpty":134,"lodash/lang/isFunction":136,"lodash/lang/isString":141,"lodash/lang/isUndefined":143,"lodash/object/defaults":147,"lodash/object/omit":155}],171:[function(e,t,n){"use strict";function r(e,t){var n={},r=a(t,function(e){return-1!==e.indexOf("attribute:")}),u=s(r,function(e){return e.split(":")[1]});-1===c(u,"*")?i(u,function(t){e.isConjunctiveFacet(t)&&e.isFacetRefined(t)&&(n.facetsRefinements||(n.facetsRefinements={}),n.facetsRefinements[t]=e.facetsRefinements[t]),e.isDisjunctiveFacet(t)&&e.isDisjunctiveFacetRefined(t)&&(n.disjunctiveFacetsRefinements||(n.disjunctiveFacetsRefinements={}),n.disjunctiveFacetsRefinements[t]=e.disjunctiveFacetsRefinements[t]),e.isHierarchicalFacet(t)&&e.isHierarchicalFacetRefined(t)&&(n.hierarchicalFacetsRefinements||(n.hierarchicalFacetsRefinements={}),n.hierarchicalFacetsRefinements[t]=e.hierarchicalFacetsRefinements[t]);var r=e.getNumericRefinements(t);o(r)||(n.numericRefinements||(n.numericRefinements={}),n.numericRefinements[t]=e.numericRefinements[t])}):(o(e.numericRefinements)||(n.numericRefinements=e.numericRefinements),o(e.facetsRefinements)||(n.facetsRefinements=e.facetsRefinements),o(e.disjunctiveFacetsRefinements)||(n.disjunctiveFacetsRefinements=e.disjunctiveFacetsRefinements), +o(e.hierarchicalFacetsRefinements)||(n.hierarchicalFacetsRefinements=e.hierarchicalFacetsRefinements));var l=a(t,function(e){return-1===e.indexOf("attribute:")});return i(l,function(t){n[t]=e[t]}),n}var i=e("lodash/collection/forEach"),a=e("lodash/collection/filter"),s=e("lodash/collection/map"),o=e("lodash/lang/isEmpty"),c=e("lodash/array/indexOf");t.exports=r},{"lodash/array/indexOf":6,"lodash/collection/filter":10,"lodash/collection/forEach":12,"lodash/collection/map":14,"lodash/lang/isEmpty":134}],172:[function(e,t,n){"use strict";function r(e,t){return x(e,function(e){return v(e,t)})}function i(e){var t=e?i._parseNumbers(e):{};this.index=t.index||"",this.query=t.query||"",this.facets=t.facets||[],this.disjunctiveFacets=t.disjunctiveFacets||[],this.hierarchicalFacets=t.hierarchicalFacets||[],this.facetsRefinements=t.facetsRefinements||{},this.facetsExcludes=t.facetsExcludes||{},this.disjunctiveFacetsRefinements=t.disjunctiveFacetsRefinements||{},this.numericRefinements=t.numericRefinements||{},this.tagRefinements=t.tagRefinements||[],this.hierarchicalFacetsRefinements=t.hierarchicalFacetsRefinements||{},this.numericFilters=t.numericFilters,this.tagFilters=t.tagFilters,this.optionalTagFilters=t.optionalTagFilters,this.optionalFacetFilters=t.optionalFacetFilters,this.hitsPerPage=t.hitsPerPage,this.maxValuesPerFacet=t.maxValuesPerFacet,this.page=t.page||0,this.queryType=t.queryType,this.typoTolerance=t.typoTolerance,this.minWordSizefor1Typo=t.minWordSizefor1Typo,this.minWordSizefor2Typos=t.minWordSizefor2Typos,this.minProximity=t.minProximity,this.allowTyposOnNumericTokens=t.allowTyposOnNumericTokens,this.ignorePlurals=t.ignorePlurals,this.restrictSearchableAttributes=t.restrictSearchableAttributes,this.advancedSyntax=t.advancedSyntax,this.analytics=t.analytics,this.analyticsTags=t.analyticsTags,this.synonyms=t.synonyms,this.replaceSynonymsInHighlight=t.replaceSynonymsInHighlight,this.optionalWords=t.optionalWords,this.removeWordsIfNoResults=t.removeWordsIfNoResults,this.attributesToRetrieve=t.attributesToRetrieve,this.attributesToHighlight=t.attributesToHighlight,this.highlightPreTag=t.highlightPreTag,this.highlightPostTag=t.highlightPostTag,this.attributesToSnippet=t.attributesToSnippet,this.getRankingInfo=t.getRankingInfo,this.distinct=t.distinct,this.aroundLatLng=t.aroundLatLng,this.aroundLatLngViaIP=t.aroundLatLngViaIP,this.aroundRadius=t.aroundRadius,this.minimumAroundRadius=t.minimumAroundRadius,this.aroundPrecision=t.aroundPrecision,this.insideBoundingBox=t.insideBoundingBox,this.insidePolygon=t.insidePolygon,this.snippetEllipsisText=t.snippetEllipsisText,this.disableExactOnAttributes=t.disableExactOnAttributes,this.enableExactOnSingleWordQuery=t.enableExactOnSingleWordQuery,this.offset=t.offset,this.length=t.length,o(t,function(e,t){if(-1===i.PARAMETERS.indexOf(t)){this[t]=e;var n="Unknown SearchParameter: `"+t+"` (this might raise an error in the Algolia API)";w(n)}},this)}var a=e("lodash/object/keys"),s=e("lodash/array/intersection"),o=e("lodash/object/forOwn"),c=e("lodash/collection/forEach"),u=e("lodash/collection/filter"),l=e("lodash/collection/map"),f=e("lodash/collection/reduce"),h=e("lodash/object/omit"),p=e("lodash/array/indexOf"),d=e("lodash/lang/isArray"),g=e("lodash/lang/isEmpty"),v=e("lodash/lang/isEqual"),y=e("lodash/lang/isUndefined"),m=e("lodash/lang/isString"),b=e("lodash/lang/isFunction"),x=e("lodash/collection/find"),j=e("lodash/collection/pluck"),R=e("lodash/object/defaults"),F=e("lodash/object/merge"),O=e("../functions/deepFreeze"),w=e("../functions/warnOnce"),_=e("../functions/valToNumber"),P=e("./filterState"),A=e("./RefinementList");i.PARAMETERS=a(new i),i._parseNumbers=function(e){var t={},n=["aroundPrecision","aroundRadius","getRankingInfo","minWordSizefor2Typos","minWordSizefor1Typo","page","maxValuesPerFacet","distinct","minimumAroundRadius","hitsPerPage","minProximity"];if(c(n,function(n){var r=e[n];m(r)&&(t[n]=parseFloat(e[n]))}),e.numericRefinements){var r={};c(e.numericRefinements,function(e,t){r[t]={},c(e,function(e,n){var i=l(e,function(e){return d(e)?l(e,function(e){return m(e)?parseFloat(e):e}):m(e)?parseFloat(e):e});r[t][n]=i})}),t.numericRefinements=r}return F({},e,t)},i.make=function(e){var t=new i(e);return c(e.hierarchicalFacets,function(e){if(e.rootPath){var n=t.getHierarchicalRefinement(e.name);n.length>0&&0!==n[0].indexOf(e.rootPath)&&(t=t.clearRefinements(e.name)),n=t.getHierarchicalRefinement(e.name),0===n.length&&(t=t.toggleHierarchicalFacetRefinement(e.name,e.rootPath))}}),O(t)},i.validate=function(e,t){var n=t||{},r=a(n),s=u(r,function(e){return-1===i.PARAMETERS.indexOf(e)});return 1===s.length?w("Unknown parameter "+s[0]+" (this might rise an error in the Algolia API)"):s.length>1&&w("Unknown parameters "+s.join(", ")+" (this might raise an error in the Algolia API)"),e.tagFilters&&n.tagRefinements&&n.tagRefinements.length>0?new Error("[Tags] Cannot switch from the managed tag API to the advanced API. It is probably an error, if it is really what you want, you should first clear the tags with clearTags method."):e.tagRefinements.length>0&&n.tagFilters?new Error("[Tags] Cannot switch from the advanced tag API to the managed API. It is probably an error, if it is not, you should first clear the tags with clearTags method."):e.numericFilters&&n.numericRefinements&&!g(n.numericRefinements)?new Error("[Numeric filters] Can't switch from the advanced to the managed API. It is probably an error, if this is really what you want, you have to first clear the numeric filters."):!g(e.numericRefinements)&&n.numericFilters?new Error("[Numeric filters] Can't switch from the managed API to the advanced. It is probably an error, if this is really what you want, you have to first clear the numeric filters."):null},i.prototype={constructor:i,clearRefinements:function(e){var t=A.clearRefinement;return this.setQueryParameters({page:0,numericRefinements:this._clearNumericRefinements(e),facetsRefinements:t(this.facetsRefinements,e,"conjunctiveFacet"),facetsExcludes:t(this.facetsExcludes,e,"exclude"),disjunctiveFacetsRefinements:t(this.disjunctiveFacetsRefinements,e,"disjunctiveFacet"),hierarchicalFacetsRefinements:t(this.hierarchicalFacetsRefinements,e,"hierarchicalFacet")})},clearTags:function(){return void 0===this.tagFilters&&0===this.tagRefinements.length?this:this.setQueryParameters({page:0,tagFilters:void 0,tagRefinements:[]})},setIndex:function(e){return e===this.index?this:this.setQueryParameters({index:e,page:0})},setQuery:function(e){return e===this.query?this:this.setQueryParameters({query:e,page:0})},setPage:function(e){return e===this.page?this:this.setQueryParameters({page:e})},setFacets:function(e){return this.setQueryParameters({facets:e})},setDisjunctiveFacets:function(e){return this.setQueryParameters({disjunctiveFacets:e})},setHitsPerPage:function(e){return this.hitsPerPage===e?this:this.setQueryParameters({hitsPerPage:e,page:0})},setTypoTolerance:function(e){return this.typoTolerance===e?this:this.setQueryParameters({typoTolerance:e,page:0})},addNumericRefinement:function(e,t,n){var r=_(n);if(this.isNumericRefined(e,t,r))return this;var i=F({},this.numericRefinements);return i[e]=F({},i[e]),i[e][t]?(i[e][t]=i[e][t].slice(),i[e][t].push(r)):i[e][t]=[r],this.setQueryParameters({page:0,numericRefinements:i})},getConjunctiveRefinements:function(e){if(!this.isConjunctiveFacet(e))throw new Error(e+" is not defined in the facets attribute of the helper configuration");return this.facetsRefinements[e]||[]},getDisjunctiveRefinements:function(e){if(!this.isDisjunctiveFacet(e))throw new Error(e+" is not defined in the disjunctiveFacets attribute of the helper configuration");return this.disjunctiveFacetsRefinements[e]||[]},getHierarchicalRefinement:function(e){return this.hierarchicalFacetsRefinements[e]||[]},getExcludeRefinements:function(e){if(!this.isConjunctiveFacet(e))throw new Error(e+" is not defined in the facets attribute of the helper configuration");return this.facetsExcludes[e]||[]},removeNumericRefinement:function(e,t,n){if(void 0!==n){var r=_(n);return this.isNumericRefined(e,t,r)?this.setQueryParameters({page:0,numericRefinements:this._clearNumericRefinements(function(n,i){return i===e&&n.op===t&&v(n.val,r)})}):this}return void 0!==t?this.isNumericRefined(e,t)?this.setQueryParameters({page:0,numericRefinements:this._clearNumericRefinements(function(n,r){return r===e&&n.op===t})}):this:this.isNumericRefined(e)?this.setQueryParameters({page:0,numericRefinements:this._clearNumericRefinements(function(t,n){return n===e})}):this},getNumericRefinements:function(e){return this.numericRefinements[e]||{}},getNumericRefinement:function(e,t){return this.numericRefinements[e]&&this.numericRefinements[e][t]},_clearNumericRefinements:function(e){return y(e)?{}:m(e)?h(this.numericRefinements,e):b(e)?f(this.numericRefinements,function(t,n,r){var i={};return c(n,function(t,n){var a=[];c(t,function(t){var i=e({val:t,op:n},r,"numeric");i||a.push(t)}),g(a)||(i[n]=a)}),g(i)||(t[r]=i),t},{}):void 0},addFacetRefinement:function(e,t){if(!this.isConjunctiveFacet(e))throw new Error(e+" is not defined in the facets attribute of the helper configuration");return A.isRefined(this.facetsRefinements,e,t)?this:this.setQueryParameters({page:0,facetsRefinements:A.addRefinement(this.facetsRefinements,e,t)})},addExcludeRefinement:function(e,t){if(!this.isConjunctiveFacet(e))throw new Error(e+" is not defined in the facets attribute of the helper configuration");return A.isRefined(this.facetsExcludes,e,t)?this:this.setQueryParameters({page:0,facetsExcludes:A.addRefinement(this.facetsExcludes,e,t)})},addDisjunctiveFacetRefinement:function(e,t){if(!this.isDisjunctiveFacet(e))throw new Error(e+" is not defined in the disjunctiveFacets attribute of the helper configuration");return A.isRefined(this.disjunctiveFacetsRefinements,e,t)?this:this.setQueryParameters({page:0,disjunctiveFacetsRefinements:A.addRefinement(this.disjunctiveFacetsRefinements,e,t)})},addTagRefinement:function(e){if(this.isTagRefined(e))return this;var t={page:0,tagRefinements:this.tagRefinements.concat(e)};return this.setQueryParameters(t)},removeFacetRefinement:function(e,t){if(!this.isConjunctiveFacet(e))throw new Error(e+" is not defined in the facets attribute of the helper configuration");return A.isRefined(this.facetsRefinements,e,t)?this.setQueryParameters({page:0,facetsRefinements:A.removeRefinement(this.facetsRefinements,e,t)}):this},removeExcludeRefinement:function(e,t){if(!this.isConjunctiveFacet(e))throw new Error(e+" is not defined in the facets attribute of the helper configuration");return A.isRefined(this.facetsExcludes,e,t)?this.setQueryParameters({page:0,facetsExcludes:A.removeRefinement(this.facetsExcludes,e,t)}):this},removeDisjunctiveFacetRefinement:function(e,t){if(!this.isDisjunctiveFacet(e))throw new Error(e+" is not defined in the disjunctiveFacets attribute of the helper configuration");return A.isRefined(this.disjunctiveFacetsRefinements,e,t)?this.setQueryParameters({page:0,disjunctiveFacetsRefinements:A.removeRefinement(this.disjunctiveFacetsRefinements,e,t)}):this},removeTagRefinement:function(e){if(!this.isTagRefined(e))return this;var t={page:0,tagRefinements:u(this.tagRefinements,function(t){return t!==e})};return this.setQueryParameters(t)},toggleRefinement:function(e,t){if(this.isHierarchicalFacet(e))return this.toggleHierarchicalFacetRefinement(e,t);if(this.isConjunctiveFacet(e))return this.toggleFacetRefinement(e,t);if(this.isDisjunctiveFacet(e))return this.toggleDisjunctiveFacetRefinement(e,t);throw new Error("Cannot refine the undeclared facet "+e+"; it should be added to the helper options facets, disjunctiveFacets or hierarchicalFacets")},toggleFacetRefinement:function(e,t){if(!this.isConjunctiveFacet(e))throw new Error(e+" is not defined in the facets attribute of the helper configuration");return this.setQueryParameters({page:0,facetsRefinements:A.toggleRefinement(this.facetsRefinements,e,t)})},toggleExcludeFacetRefinement:function(e,t){if(!this.isConjunctiveFacet(e))throw new Error(e+" is not defined in the facets attribute of the helper configuration");return this.setQueryParameters({page:0,facetsExcludes:A.toggleRefinement(this.facetsExcludes,e,t)})},toggleDisjunctiveFacetRefinement:function(e,t){if(!this.isDisjunctiveFacet(e))throw new Error(e+" is not defined in the disjunctiveFacets attribute of the helper configuration");return this.setQueryParameters({page:0,disjunctiveFacetsRefinements:A.toggleRefinement(this.disjunctiveFacetsRefinements,e,t)})},toggleHierarchicalFacetRefinement:function(e,t){if(!this.isHierarchicalFacet(e))throw new Error(e+" is not defined in the hierarchicalFacets attribute of the helper configuration");var n=this._getHierarchicalFacetSeparator(this.getHierarchicalFacetByName(e)),r={},i=void 0!==this.hierarchicalFacetsRefinements[e]&&this.hierarchicalFacetsRefinements[e].length>0&&(this.hierarchicalFacetsRefinements[e][0]===t||0===this.hierarchicalFacetsRefinements[e][0].indexOf(t+n));return i?-1===t.indexOf(n)?r[e]=[]:r[e]=[t.slice(0,t.lastIndexOf(n))]:r[e]=[t],this.setQueryParameters({page:0,hierarchicalFacetsRefinements:R({},r,this.hierarchicalFacetsRefinements)})},toggleTagRefinement:function(e){return this.isTagRefined(e)?this.removeTagRefinement(e):this.addTagRefinement(e)},isDisjunctiveFacet:function(e){return p(this.disjunctiveFacets,e)>-1},isHierarchicalFacet:function(e){return void 0!==this.getHierarchicalFacetByName(e)},isConjunctiveFacet:function(e){return p(this.facets,e)>-1},isFacetRefined:function(e,t){if(!this.isConjunctiveFacet(e))throw new Error(e+" is not defined in the facets attribute of the helper configuration");return A.isRefined(this.facetsRefinements,e,t)},isExcludeRefined:function(e,t){if(!this.isConjunctiveFacet(e))throw new Error(e+" is not defined in the facets attribute of the helper configuration");return A.isRefined(this.facetsExcludes,e,t)},isDisjunctiveFacetRefined:function(e,t){if(!this.isDisjunctiveFacet(e))throw new Error(e+" is not defined in the disjunctiveFacets attribute of the helper configuration");return A.isRefined(this.disjunctiveFacetsRefinements,e,t)},isHierarchicalFacetRefined:function(e,t){if(!this.isHierarchicalFacet(e))throw new Error(e+" is not defined in the hierarchicalFacets attribute of the helper configuration");var n=this.getHierarchicalRefinement(e);return t?-1!==p(n,t):n.length>0},isNumericRefined:function(e,t,n){if(y(n)&&y(t))return!!this.numericRefinements[e];var i=this.numericRefinements[e]&&!y(this.numericRefinements[e][t]);if(y(n)||!i)return i;var a=_(n),s=!y(r(this.numericRefinements[e][t],a));return i&&s},isTagRefined:function(e){return-1!==p(this.tagRefinements,e)},getRefinedDisjunctiveFacets:function(){var e=s(a(this.numericRefinements),this.disjunctiveFacets);return a(this.disjunctiveFacetsRefinements).concat(e).concat(this.getRefinedHierarchicalFacets())},getRefinedHierarchicalFacets:function(){return s(j(this.hierarchicalFacets,"name"),a(this.hierarchicalFacetsRefinements))},getUnrefinedDisjunctiveFacets:function(){var e=this.getRefinedDisjunctiveFacets();return u(this.disjunctiveFacets,function(t){return-1===p(e,t)})},managedParameters:["index","facets","disjunctiveFacets","facetsRefinements","facetsExcludes","disjunctiveFacetsRefinements","numericRefinements","tagRefinements","hierarchicalFacets","hierarchicalFacetsRefinements"],getQueryParams:function(){var e=this.managedParameters,t={};return o(this,function(n,r){-1===p(e,r)&&void 0!==n&&(t[r]=n)}),t},getQueryParameter:function(e){if(!this.hasOwnProperty(e))throw new Error("Parameter '"+e+"' is not an attribute of SearchParameters (http://algolia.github.io/algoliasearch-helper-js/docs/SearchParameters.html)");return this[e]},setQueryParameter:function(e,t){if(this[e]===t)return this;var n={};return n[e]=t,this.setQueryParameters(n)},setQueryParameters:function(e){var t=i.validate(this,e);if(t)throw t;var n=i._parseNumbers(e);return this.mutateMe(function(t){var r=a(e);return c(r,function(e){t[e]=n[e]}),t})},filter:function(e){return P(this,e)},mutateMe:function(e){var t=new this.constructor(this);return e(t,this),O(t)},_getHierarchicalFacetSortBy:function(e){return e.sortBy||["isRefined:desc","name:asc"]},_getHierarchicalFacetSeparator:function(e){return e.separator||" > "},_getHierarchicalRootPath:function(e){return e.rootPath||null},_getHierarchicalShowParentLevel:function(e){return"boolean"==typeof e.showParentLevel?e.showParentLevel:!0},getHierarchicalFacetByName:function(e){return x(this.hierarchicalFacets,{name:e})}},t.exports=i},{"../functions/deepFreeze":177,"../functions/valToNumber":179,"../functions/warnOnce":180,"./RefinementList":170,"./filterState":171,"lodash/array/indexOf":6,"lodash/array/intersection":7,"lodash/collection/filter":10,"lodash/collection/find":11,"lodash/collection/forEach":12,"lodash/collection/map":14,"lodash/collection/pluck":15,"lodash/collection/reduce":16,"lodash/lang/isArray":133,"lodash/lang/isEmpty":134,"lodash/lang/isEqual":135,"lodash/lang/isFunction":136,"lodash/lang/isString":141,"lodash/lang/isUndefined":143,"lodash/object/defaults":147,"lodash/object/forOwn":148,"lodash/object/keys":150,"lodash/object/merge":154,"lodash/object/omit":155}],173:[function(e,t,n){"use strict";var r=e("lodash/object/invert"),i=e("lodash/object/keys"),a={advancedSyntax:"aS",allowTyposOnNumericTokens:"aTONT",analyticsTags:"aT",analytics:"a",aroundLatLngViaIP:"aLLVIP",aroundLatLng:"aLL",aroundPrecision:"aP",aroundRadius:"aR",attributesToHighlight:"aTH",attributesToRetrieve:"aTR",attributesToSnippet:"aTS",disjunctiveFacetsRefinements:"dFR",disjunctiveFacets:"dF",distinct:"d",facetsExcludes:"fE",facetsRefinements:"fR",facets:"f",getRankingInfo:"gRI",hierarchicalFacetsRefinements:"hFR",hierarchicalFacets:"hF",highlightPostTag:"hPoT",highlightPreTag:"hPrT",hitsPerPage:"hPP",ignorePlurals:"iP",index:"idx",insideBoundingBox:"iBB",insidePolygon:"iPg",length:"l",maxValuesPerFacet:"mVPF",minimumAroundRadius:"mAR",minProximity:"mP",minWordSizefor1Typo:"mWS1T",minWordSizefor2Typos:"mWS2T",numericFilters:"nF",numericRefinements:"nR",offset:"o",optionalWords:"oW",page:"p",queryType:"qT",query:"q",removeWordsIfNoResults:"rWINR",replaceSynonymsInHighlight:"rSIH",restrictSearchableAttributes:"rSA",synonyms:"s",tagFilters:"tF",tagRefinements:"tR",typoTolerance:"tT",optionalTagFilters:"oTF",optionalFacetFilters:"oFF",snippetEllipsisText:"sET",disableExactOnAttributes:"dEOA",enableExactOnSingleWordQuery:"eEOSWQ"},s=r(a);t.exports={ENCODED_PARAMETERS:i(s),decode:function(e){return s[e]},encode:function(e){return a[e]}}},{"lodash/object/invert":149,"lodash/object/keys":150}],174:[function(e,t,n){"use strict";function r(e){return function(t,n){var r=e.hierarchicalFacets[n],a=e.hierarchicalFacetsRefinements[r.name]&&e.hierarchicalFacetsRefinements[r.name][0]||"",s=e._getHierarchicalFacetSeparator(r),o=e._getHierarchicalRootPath(r),c=e._getHierarchicalShowParentLevel(r),l=d(e._getHierarchicalFacetSortBy(r)),f=i(l,s,o,c,a),h=t;return o&&(h=t.slice(o.split(s).length)),u(h,f,{name:e.hierarchicalFacets[n].name,count:null,isRefined:!0,path:null,data:null})}}function i(e,t,n,r,i){return function(o,u,f){var d=o;if(f>0){var g=0;for(d=o;f>g;)d=d&&h(d.data,{isRefined:!0}),g++}if(d){var v=a(d.path||n,i,t,n,r);d.data=l(c(p(u.data,v),s(t,i)),e[0],e[1])}return o}}function a(e,t,n,r,i){return function(a,s){return!r||0===s.indexOf(r)&&r!==s?!r&&-1===s.indexOf(n)||r&&s.split(n).length-r.split(n).length===1||-1===s.indexOf(n)&&-1===t.indexOf(n)||0===t.indexOf(s)||0===s.indexOf(e+n)&&(i||0===s.indexOf(t)):!1}}function s(e,t){return function(n,r){return{name:f(o(r.split(e))),path:r,count:n,isRefined:t===r||0===t.indexOf(r+e),data:null}}}t.exports=r;var o=e("lodash/array/last"),c=e("lodash/collection/map"),u=e("lodash/collection/reduce"),l=e("lodash/collection/sortByOrder"),f=e("lodash/string/trim"),h=e("lodash/collection/find"),p=e("lodash/object/pick"),d=e("../functions/formatSort")},{"../functions/formatSort":178,"lodash/array/last":8,"lodash/collection/find":11,"lodash/collection/map":14,"lodash/collection/reduce":16,"lodash/collection/sortByOrder":17,"lodash/object/pick":157,"lodash/string/trim":159}],175:[function(e,t,n){"use strict";function r(e){var t={};return f(e,function(e,n){t[e]=n}),t}function i(e,t,n){t&&t[n]&&(e.stats=t[n])}function a(e,t){return v(e,function(e){return y(e.attributes,t)})}function s(e,t){var n=t.results[0];this.query=n.query,this.parsedQuery=n.parsedQuery,this.hits=n.hits,this.index=n.index,this.hitsPerPage=n.hitsPerPage,this.nbHits=n.nbHits,this.nbPages=n.nbPages,this.page=n.page,this.processingTimeMS=g(t.results,"processingTimeMS"),this.aroundLatLng=n.aroundLatLng,this.automaticRadius=n.automaticRadius,this.serverUsed=n.serverUsed,this.timeoutCounts=n.timeoutCounts,this.timeoutHits=n.timeoutHits,this.disjunctiveFacets=[],this.hierarchicalFacets=m(e.hierarchicalFacets,function(){return[]}),this.facets=[];var s=e.getRefinedDisjunctiveFacets(),o=r(e.facets),c=r(e.disjunctiveFacets),u=1;f(n.facets,function(t,r){var s=a(e.hierarchicalFacets,r);if(s){var u=s.attributes.indexOf(r);this.hierarchicalFacets[d(e.hierarchicalFacets,{name:s.name})][u]={attribute:r,data:t,exhaustive:n.exhaustiveFacetsCount}}else{var l,f=-1!==p(e.disjunctiveFacets,r),h=-1!==p(e.facets,r);f&&(l=c[r],this.disjunctiveFacets[l]={name:r,data:t,exhaustive:n.exhaustiveFacetsCount},i(this.disjunctiveFacets[l],n.facets_stats,r)),h&&(l=o[r],this.facets[l]={name:r,data:t,exhaustive:n.exhaustiveFacetsCount},i(this.facets[l],n.facets_stats,r))}},this),this.hierarchicalFacets=h(this.hierarchicalFacets),f(s,function(r){var a=t.results[u],s=e.getHierarchicalFacetByName(r);f(a.facets,function(t,r){var o;if(s){o=d(e.hierarchicalFacets,{name:s.name});var u=d(this.hierarchicalFacets[o],{attribute:r});if(-1===u)return;this.hierarchicalFacets[o][u].data=j({},this.hierarchicalFacets[o][u].data,t)}else{o=c[r];var l=n.facets&&n.facets[r]||{};this.disjunctiveFacets[o]={name:r,data:x({},t,l),exhaustive:a.exhaustiveFacetsCount},i(this.disjunctiveFacets[o],a.facets_stats,r),e.disjunctiveFacetsRefinements[r]&&f(e.disjunctiveFacetsRefinements[r],function(t){!this.disjunctiveFacets[o].data[t]&&p(e.disjunctiveFacetsRefinements[r],t)>-1&&(this.disjunctiveFacets[o].data[t]=0)},this)}},this),u++},this),f(e.getRefinedHierarchicalFacets(),function(n){var r=e.getHierarchicalFacetByName(n),i=e._getHierarchicalFacetSeparator(r),a=e.getHierarchicalRefinement(n);if(!(0===a.length||a[0].split(i).length<2)){var s=t.results[u];f(s.facets,function(t,n){var s=d(e.hierarchicalFacets,{name:r.name}),o=d(this.hierarchicalFacets[s],{attribute:n});if(-1!==o){var c={};if(a.length>0){var u=a[0].split(i)[0];c[u]=this.hierarchicalFacets[s][o].data[u]}this.hierarchicalFacets[s][o].data=x(c,t,this.hierarchicalFacets[s][o].data)}},this),u++}},this),f(e.facetsExcludes,function(e,t){var r=o[t];this.facets[r]={name:t,data:n.facets[t],exhaustive:n.exhaustiveFacetsCount},f(e,function(e){this.facets[r]=this.facets[r]||{name:t},this.facets[r].data=this.facets[r].data||{},this.facets[r].data[e]=0},this)},this),this.hierarchicalFacets=m(this.hierarchicalFacets,P(e)),this.facets=h(this.facets),this.disjunctiveFacets=h(this.disjunctiveFacets),this._state=e}function o(e,t){var n={name:t};if(e._state.isConjunctiveFacet(t)){var r=v(e.facets,n);return r?m(r.data,function(n,r){return{name:r,count:n,isRefined:e._state.isFacetRefined(t,r)}}):[]}if(e._state.isDisjunctiveFacet(t)){var i=v(e.disjunctiveFacets,n);return i?m(i.data,function(n,r){return{name:r,count:n,isRefined:e._state.isDisjunctiveFacetRefined(t,r)}}):[]}return e._state.isHierarchicalFacet(t)?v(e.hierarchicalFacets,n):void 0}function c(e,t){if(!t.data||0===t.data.length)return t;var n=m(t.data,O(c,e)),r=e(n),i=j({},t,{data:r});return i}function u(e,t){return t.sort(e)}function l(e,t){var n=v(e,{name:t});return n&&n.stats}var f=e("lodash/collection/forEach"),h=e("lodash/array/compact"),p=e("lodash/array/indexOf"),d=e("lodash/array/findIndex"),g=e("lodash/collection/sum"),v=e("lodash/collection/find"),y=e("lodash/collection/includes"),m=e("lodash/collection/map"),b=e("lodash/collection/sortByOrder"),x=e("lodash/object/defaults"),j=e("lodash/object/merge"),R=e("lodash/lang/isArray"),F=e("lodash/lang/isFunction"),O=e("lodash/function/partial"),w=e("lodash/function/partialRight"),_=e("../functions/formatSort"),P=e("./generate-hierarchical-tree");s.prototype.getFacetByName=function(e){var t={name:e};return v(this.facets,t)||v(this.disjunctiveFacets,t)||v(this.hierarchicalFacets,t)},s.DEFAULT_SORT=["isRefined:desc","count:desc","name:asc"],s.prototype.getFacetValues=function(e,t){var n=o(this,e);if(!n)throw new Error(e+" is not a retrieved facet.");var r=x({},t,{sortBy:s.DEFAULT_SORT});if(R(r.sortBy)){var i=_(r.sortBy);return R(n)?b(n,i[0],i[1]):c(w(b,i[0],i[1]),n)}if(F(r.sortBy))return R(n)?n.sort(r.sortBy):c(O(u,r.sortBy),n);throw new Error("options.sortBy is optional but if defined it must be either an array of string (predicates) or a sorting function")},s.prototype.getFacetStats=function(e){if(this._state.isConjunctiveFacet(e))return l(this.facets,e);if(this._state.isDisjunctiveFacet(e))return l(this.disjunctiveFacets,e);throw new Error(e+" is not present in `facets` or `disjunctiveFacets`")},t.exports=s},{"../functions/formatSort":178,"./generate-hierarchical-tree":174,"lodash/array/compact":4,"lodash/array/findIndex":5,"lodash/array/indexOf":6,"lodash/collection/find":11,"lodash/collection/forEach":12,"lodash/collection/includes":13,"lodash/collection/map":14,"lodash/collection/sortByOrder":17,"lodash/collection/sum":18,"lodash/function/partial":21,"lodash/function/partialRight":22,"lodash/lang/isArray":133,"lodash/lang/isFunction":136,"lodash/object/defaults":147,"lodash/object/merge":154}],176:[function(e,t,n){"use strict";function r(e,t,n){this.client=e;var r=n||{};r.index=t,this.state=s.make(r),this.lastResults=null,this._queryId=0,this._lastQueryIdReceived=-1}function i(e){if(0>e)throw new Error("Page requested below 0.");return this.state=this.state.setPage(e),this._change(),this}function a(){return this.state.page}var s=e("./SearchParameters"),o=e("./SearchResults"),c=e("./requestBuilder"),u=e("util"),l=e("events"),f=e("lodash/collection/forEach"),h=e("lodash/collection/map"),p=e("lodash/function/bind"),d=e("lodash/lang/isEmpty"),g=e("lodash/string/trim"),v=e("./url");u.inherits(r,l.EventEmitter),r.prototype.search=function(){return this._search(),this},r.prototype.searchOnce=function(e,t){var n=this.state.setQueryParameters(e),r=c._getQueries(n.index,n);return t?this.client.search(r,function(e,r){t(e,new o(n,r),n)}):this.client.search(r).then(function(e){return{content:new o(n,e),state:n}})},r.prototype.setQuery=function(e){return this.state=this.state.setQuery(e),this._change(),this},r.prototype.clearRefinements=function(e){return this.state=this.state.clearRefinements(e),this._change(),this},r.prototype.clearTags=function(){return this.state=this.state.clearTags(),this._change(),this},r.prototype.addDisjunctiveFacetRefinement=function(e,t){return this.state=this.state.addDisjunctiveFacetRefinement(e,t),this._change(),this},r.prototype.addDisjunctiveRefine=function(){return this.addDisjunctiveFacetRefinement.apply(this,arguments)},r.prototype.addNumericRefinement=function(e,t,n){return this.state=this.state.addNumericRefinement(e,t,n),this._change(),this},r.prototype.addFacetRefinement=function(e,t){return this.state=this.state.addFacetRefinement(e,t),this._change(),this},r.prototype.addRefine=function(){return this.addFacetRefinement.apply(this,arguments)},r.prototype.addFacetExclusion=function(e,t){return this.state=this.state.addExcludeRefinement(e,t),this._change(),this},r.prototype.addExclude=function(){return this.addFacetExclusion.apply(this,arguments)},r.prototype.addTag=function(e){return this.state=this.state.addTagRefinement(e),this._change(),this},r.prototype.removeNumericRefinement=function(e,t,n){return this.state=this.state.removeNumericRefinement(e,t,n),this._change(),this},r.prototype.removeDisjunctiveFacetRefinement=function(e,t){return this.state=this.state.removeDisjunctiveFacetRefinement(e,t),this._change(),this},r.prototype.removeDisjunctiveRefine=function(){return this.removeDisjunctiveFacetRefinement.apply(this,arguments)},r.prototype.removeFacetRefinement=function(e,t){return this.state=this.state.removeFacetRefinement(e,t),this._change(),this},r.prototype.removeRefine=function(){return this.removeFacetRefinement.apply(this,arguments)},r.prototype.removeFacetExclusion=function(e,t){return this.state=this.state.removeExcludeRefinement(e,t),this._change(),this},r.prototype.removeExclude=function(){return this.removeFacetExclusion.apply(this,arguments)},r.prototype.removeTag=function(e){return this.state=this.state.removeTagRefinement(e),this._change(),this},r.prototype.toggleFacetExclusion=function(e,t){return this.state=this.state.toggleExcludeFacetRefinement(e,t),this._change(),this},r.prototype.toggleExclude=function(){return this.toggleFacetExclusion.apply(this,arguments)},r.prototype.toggleRefinement=function(e,t){return this.state=this.state.toggleRefinement(e,t),this._change(),this},r.prototype.toggleRefine=function(){return this.toggleRefinement.apply(this,arguments)},r.prototype.toggleTag=function(e){return this.state=this.state.toggleTagRefinement(e),this._change(),this},r.prototype.nextPage=function(){return this.setPage(this.state.page+1)},r.prototype.previousPage=function(){return this.setPage(this.state.page-1)},r.prototype.setCurrentPage=i,r.prototype.setPage=i,r.prototype.setIndex=function(e){return this.state=this.state.setIndex(e),this._change(),this},r.prototype.setQueryParameter=function(e,t){var n=this.state.setQueryParameter(e,t);return this.state===n?this:(this.state=n,this._change(),this)},r.prototype.setState=function(e){return this.state=new s(e),this._change(),this},r.prototype.getState=function(e){return void 0===e?this.state:this.state.filter(e)},r.prototype.getStateAsQueryString=function(e){var t=e&&e.filters||["query","attribute:*"],n=this.getState(t);return v.getQueryStringFromState(n,e)},r.getConfigurationFromQueryString=v.getStateFromQueryString,r.getForeignConfigurationInQueryString=v.getUnrecognizedParametersInQueryString,r.prototype.setStateFromQueryString=function(e,t){var n=t&&t.triggerChange||!1,r=v.getStateFromQueryString(e,t),i=this.state.setQueryParameters(r);n?this.setState(i):this.overrideStateWithoutTriggeringChangeEvent(i)},r.prototype.overrideStateWithoutTriggeringChangeEvent=function(e){return this.state=new s(e),this},r.prototype.isRefined=function(e,t){if(this.state.isConjunctiveFacet(e))return this.state.isFacetRefined(e,t);if(this.state.isDisjunctiveFacet(e))return this.state.isDisjunctiveFacetRefined(e,t);throw new Error(e+" is not properly defined in this helper configuration(use the facets or disjunctiveFacets keys to configure it)")},r.prototype.hasRefinements=function(e){return d(this.state.getNumericRefinements(e))?this.state.isConjunctiveFacet(e)?this.state.isFacetRefined(e):this.state.isDisjunctiveFacet(e)?this.state.isDisjunctiveFacetRefined(e):this.state.isHierarchicalFacet(e)?this.state.isHierarchicalFacetRefined(e):!1:!0},r.prototype.isExcluded=function(e,t){return this.state.isExcludeRefined(e,t)},r.prototype.isDisjunctiveRefined=function(e,t){return this.state.isDisjunctiveFacetRefined(e,t)},r.prototype.hasTag=function(e){return this.state.isTagRefined(e)},r.prototype.isTagRefined=function(){return this.hasTagRefinements.apply(this,arguments)},r.prototype.getIndex=function(){return this.state.index},r.prototype.getCurrentPage=a,r.prototype.getPage=a,r.prototype.getTags=function(){return this.state.tagRefinements},r.prototype.getQueryParameter=function(e){return this.state.getQueryParameter(e)},r.prototype.getRefinements=function(e){var t=[];if(this.state.isConjunctiveFacet(e)){var n=this.state.getConjunctiveRefinements(e);f(n,function(e){t.push({value:e,type:"conjunctive"})});var r=this.state.getExcludeRefinements(e);f(r,function(e){ +t.push({value:e,type:"exclude"})})}else if(this.state.isDisjunctiveFacet(e)){var i=this.state.getDisjunctiveRefinements(e);f(i,function(e){t.push({value:e,type:"disjunctive"})})}var a=this.state.getNumericRefinements(e);return f(a,function(e,n){t.push({value:e,operator:n,type:"numeric"})}),t},r.prototype.getNumericRefinement=function(e,t){return this.state.getNumericRefinement(e,t)},r.prototype.getHierarchicalFacetBreadcrumb=function(e){return h(this.state.getHierarchicalRefinement(e)[0].split(this.state._getHierarchicalFacetSeparator(this.state.getHierarchicalFacetByName(e))),function(e){return g(e)})},r.prototype._search=function(){var e=this.state,t=c._getQueries(e.index,e);this.emit("search",e,this.lastResults),this.client.search(t,p(this._handleResponse,this,e,this._queryId++))},r.prototype._handleResponse=function(e,t,n,r){if(!(t0},r.prototype._change=function(){this.emit("change",this.state,this.lastResults)},t.exports=r},{"./SearchParameters":172,"./SearchResults":175,"./requestBuilder":181,"./url":182,events:3,"lodash/collection/forEach":12,"lodash/collection/map":14,"lodash/function/bind":20,"lodash/lang/isEmpty":134,"lodash/string/trim":159,util:169}],177:[function(e,t,n){"use strict";var r=e("lodash/collection/forEach"),i=e("lodash/utility/identity"),a=e("lodash/lang/isObject"),s=function(e){return a(e)?(r(e,s),Object.isFrozen(e)||Object.freeze(e),e):e};t.exports=Object.freeze?s:i},{"lodash/collection/forEach":12,"lodash/lang/isObject":139,"lodash/utility/identity":160}],178:[function(e,t,n){"use strict";var r=e("lodash/collection/reduce");t.exports=function(e){return r(e,function(e,t){var n=t.split(":");return e[0].push(n[0]),e[1].push(n[1]),e},[[],[]])}},{"lodash/collection/reduce":16}],179:[function(e,t,n){"use strict";function r(e){if(s(e))return e;if(o(e))return parseFloat(e);if(a(e))return i(e,r);throw new Error("The value should be a number, a parseable string or an array of those.")}var i=e("lodash/collection/map"),a=e("lodash/lang/isArray"),s=e("lodash/lang/isNumber"),o=e("lodash/lang/isString");t.exports=r},{"lodash/collection/map":14,"lodash/lang/isArray":133,"lodash/lang/isNumber":138,"lodash/lang/isString":141}],180:[function(e,t,n){"use strict";var r=e("lodash/function/bind");try{var i;i="undefined"!=typeof window?window.console&&r(window.console.warn,console):r(console.warn,console);var a=function(e){var t=[];return function(n){-1===t.indexOf(n)&&(e(n),t.push(n))}}(i);t.exports=a}catch(s){t.exports=function(){}}},{"lodash/function/bind":20}],181:[function(e,t,n){"use strict";var r=e("lodash/collection/forEach"),i=e("lodash/collection/map"),a=e("lodash/collection/reduce"),s=e("lodash/object/merge"),o=e("lodash/lang/isArray"),c={_getQueries:function(e,t){var n=[];return n.push({indexName:e,params:this._getHitsSearchParams(t)}),r(t.getRefinedDisjunctiveFacets(),function(r){n.push({indexName:e,params:this._getDisjunctiveFacetSearchParams(t,r)})},this),r(t.getRefinedHierarchicalFacets(),function(r){var i=t.getHierarchicalFacetByName(r),a=t.getHierarchicalRefinement(r);a.length>0&&a[0].split(t._getHierarchicalFacetSeparator(i)).length>1&&n.push({indexName:e,params:this._getDisjunctiveFacetSearchParams(t,r,!0)})},this),n},_getHitsSearchParams:function(e){var t=e.facets.concat(e.disjunctiveFacets).concat(this._getHitsHierarchicalFacetsAttributes(e)),n=this._getFacetFilters(e),r=this._getNumericFilters(e),i=this._getTagFilters(e),a={facets:t,tagFilters:i};return n.length>0&&(a.facetFilters=n),r.length>0&&(a.numericFilters=r),s(e.getQueryParams(),a)},_getDisjunctiveFacetSearchParams:function(e,t,n){var r=this._getFacetFilters(e,t,n),i=this._getNumericFilters(e,t),a=this._getTagFilters(e),o={hitsPerPage:1,page:0,attributesToRetrieve:[],attributesToHighlight:[],attributesToSnippet:[],tagFilters:a},c=e.getHierarchicalFacetByName(t);return c?o.facets=this._getDisjunctiveHierarchicalFacetAttribute(e,c,n):o.facets=t,i.length>0&&(o.numericFilters=i),r.length>0&&(o.facetFilters=r),s(e.getQueryParams(),o)},_getNumericFilters:function(e,t){if(e.numericFilters)return e.numericFilters;var n=[];return r(e.numericRefinements,function(e,a){r(e,function(e,s){t!==a&&r(e,function(e){if(o(e)){var t=i(e,function(e){return a+s+e});n.push(t)}else n.push(a+s+e)})})}),n},_getTagFilters:function(e){return e.tagFilters?e.tagFilters:e.tagRefinements.join(",")},_getFacetFilters:function(e,t,n){var i=[];return r(e.facetsRefinements,function(e,t){r(e,function(e){i.push(t+":"+e)})}),r(e.facetsExcludes,function(e,t){r(e,function(e){i.push(t+":-"+e)})}),r(e.disjunctiveFacetsRefinements,function(e,n){if(n!==t&&e&&0!==e.length){var a=[];r(e,function(e){a.push(n+":"+e)}),i.push(a)}}),r(e.hierarchicalFacetsRefinements,function(r,a){var s=r[0];if(void 0!==s){var o,c,u=e.getHierarchicalFacetByName(a),l=e._getHierarchicalFacetSeparator(u),f=e._getHierarchicalRootPath(u);if(t===a){if(-1===s.indexOf(l)||!f&&n===!0||f&&f.split(l).length===s.split(l).length)return;f?(c=f.split(l).length-1,s=f):(c=s.split(l).length-2,s=s.slice(0,s.lastIndexOf(l))),o=u.attributes[c]}else c=s.split(l).length-1,o=u.attributes[c];o&&i.push([o+":"+s])}}),i},_getHitsHierarchicalFacetsAttributes:function(e){var t=[];return a(e.hierarchicalFacets,function(t,n){var r=e.getHierarchicalRefinement(n.name)[0];if(!r)return t.push(n.attributes[0]),t;var i=r.split(e._getHierarchicalFacetSeparator(n)).length,a=n.attributes.slice(0,i+1);return t.concat(a)},t)},_getDisjunctiveHierarchicalFacetAttribute:function(e,t,n){var r=e._getHierarchicalFacetSeparator(t);if(n===!0){var i=e._getHierarchicalRootPath(t),a=0;return i&&(a=i.split(r).length),[t.attributes[a]]}var s=e.getHierarchicalRefinement(t.name)[0]||"",o=s.split(r).length-1;return t.attributes.slice(0,o+1)}};t.exports=c},{"lodash/collection/forEach":12,"lodash/collection/map":14,"lodash/collection/reduce":16,"lodash/lang/isArray":133,"lodash/object/merge":154}],182:[function(e,t,n){"use strict";function r(e){return g(e)?p(e,r):v(e)?f(e,r):d(e)?m(e):e}function i(e,t,n,r){if(null!==e&&(n=n.replace(e,""),r=r.replace(e,"")),n=t[n]||n,r=t[r]||r,-1!==x.indexOf(n)||-1!==x.indexOf(r)){if("q"===n)return-1;if("q"===r)return 1;var i=-1!==b.indexOf(n),a=-1!==b.indexOf(r);if(i&&!a)return 1;if(a&&!i)return-1}return n.localeCompare(r)}var a=e("./SearchParameters/shortener"),s=e("./SearchParameters"),o=e("qs"),c=e("lodash/function/bind"),u=e("lodash/collection/forEach"),l=e("lodash/object/pick"),f=e("lodash/collection/map"),h=e("lodash/object/mapKeys"),p=e("lodash/object/mapValues"),d=e("lodash/lang/isString"),g=e("lodash/lang/isPlainObject"),v=e("lodash/lang/isArray"),y=e("lodash/object/invert"),m=e("qs/lib/utils").encode,b=["dFR","fR","nR","hFR","tR"],x=a.ENCODED_PARAMETERS;n.getStateFromQueryString=function(e,t){var n=t&&t.prefix||"",r=t&&t.mapping||{},i=y(r),c=o.parse(e),u=new RegExp("^"+n),f=h(c,function(e,t){var r=n&&u.test(t),s=r?t.replace(u,""):t,o=a.decode(i[s]||s);return o||s}),p=s._parseNumbers(f);return l(p,s.PARAMETERS)},n.getUnrecognizedParametersInQueryString=function(e,t){var n=t&&t.prefix,r=t&&t.mapping||{},i=y(r),s={},c=o.parse(e);if(n){var l=new RegExp("^"+n);u(c,function(e,t){l.test(t)||(s[t]=e)})}else u(c,function(e,t){a.decode(i[t]||t)||(s[t]=e)});return s},n.getQueryStringFromState=function(e,t){var n=t&&t.moreAttributes,s=t&&t.prefix||"",u=t&&t.mapping||{},l=y(u),f=r(e),p=h(f,function(e,t){var n=a.encode(t);return s+(u[n]||n)}),d=""===s?null:new RegExp("^"+s),g=c(i,null,d,l);if(n){var v=o.stringify(p,{encode:!1,sort:g}),m=o.stringify(n,{encode:!1});return v?v+"&"+m:m}return o.stringify(p,{encode:!1,sort:g})}},{"./SearchParameters":172,"./SearchParameters/shortener":173,"lodash/collection/forEach":12,"lodash/collection/map":14,"lodash/function/bind":20,"lodash/lang/isArray":133,"lodash/lang/isPlainObject":140,"lodash/lang/isString":141,"lodash/object/invert":149,"lodash/object/mapKeys":152,"lodash/object/mapValues":153,"lodash/object/pick":157,qs:163,"qs/lib/utils":166}],183:[function(e,t,n){"use strict";t.exports="2.9.1"},{}]},{},[1])(1)}); diff --git a/dana/third_party/font-awesome/License_files/algoliasearch.jquery.min.js b/dana/third_party/font-awesome/License_files/algoliasearch.jquery.min.js new file mode 100644 index 0000000000000000000000000000000000000000..f30b32b12ace089d0d016eb5f806dc70a7f3c36c --- /dev/null +++ b/dana/third_party/font-awesome/License_files/algoliasearch.jquery.min.js @@ -0,0 +1,3 @@ +/*! algoliasearch 3.13.1 | © 2014, 2015 Algolia SAS | github.com/algolia/algoliasearch-client-js */ +!function(e){var t;"undefined"!=typeof window?t=window:"undefined"!=typeof self&&(t=self),t.ALGOLIA_MIGRATION_LAYER=e()}(function(){return function e(t,r,n){function o(s,a){if(!r[s]){if(!t[s]){var c="function"==typeof require&&require;if(!a&&c)return c(s,!0);if(i)return i(s,!0);var u=new Error("Cannot find module '"+s+"'");throw u.code="MODULE_NOT_FOUND",u}var l=r[s]={exports:{}};t[s][0].call(l.exports,function(e){var r=t[s][1][e];return o(r?r:e)},l,l.exports,e,t,r,n)}return r[s].exports}for(var i="function"==typeof require&&require,s=0;so;o++)if(r[o].src&&t.test(r[o].src)){n=!0;break}return n}t.exports=n},{}],3:[function(e,t,r){"use strict";function n(t){var r=e(1),n="//cdn.jsdelivr.net/algoliasearch/2/"+t+".min.js",i="-- AlgoliaSearch `latest` warning --\nWarning, you are using the `latest` version string from jsDelivr to load the AlgoliaSearch library.\nUsing `latest` is no more recommended, you should load //cdn.jsdelivr.net/algoliasearch/2/algoliasearch.min.js\n\nAlso, we updated the AlgoliaSearch JavaScript client to V3. If you want to upgrade,\nplease read our migration guide at https://github.com/algolia/algoliasearch-client-js/wiki/Migration-guide-from-2.x.x-to-3.x.x\n-- /AlgoliaSearch `latest` warning --";window.console&&(window.console.warn?window.console.warn(i):window.console.log&&window.console.log(i));try{document.write(""),window.ALGOLIA_SUPPORTS_DOCWRITE===!0?(document.write(''),o("document.write")()):r(n,o("DOMElement"))}catch(s){r(n,o("DOMElement"))}}function o(e){return function(){var t="AlgoliaSearch: loaded V2 script using "+e;window.console&&window.console.log&&window.console.log(t)}}t.exports=n},{1:1}],4:[function(e,t,r){"use strict";function n(){var e="-- AlgoliaSearch V2 => V3 error --\nYou are trying to use a new version of the AlgoliaSearch JavaScript client with an old notation.\nPlease read our migration guide at https://github.com/algolia/algoliasearch-client-js/wiki/Migration-guide-from-2.x.x-to-3.x.x\n-- /AlgoliaSearch V2 => V3 error --";window.AlgoliaSearch=function(){throw new Error(e)},window.AlgoliaSearchHelper=function(){throw new Error(e)},window.AlgoliaExplainResults=function(){throw new Error(e)}}t.exports=n},{}],5:[function(e,t,r){"use strict";function n(t){var r=e(2),n=e(3),o=e(4);r(t)?n(t):o()}n("algoliasearch.jquery")},{2:2,3:3,4:4}]},{},[5])(5)}),function e(t,r,n){function o(s,a){if(!r[s]){if(!t[s]){var c="function"==typeof require&&require;if(!a&&c)return c(s,!0);if(i)return i(s,!0);var u=new Error("Cannot find module '"+s+"'");throw u.code="MODULE_NOT_FOUND",u}var l=r[s]={exports:{}};t[s][0].call(l.exports,function(e){var r=t[s][1][e];return o(r?r:e)},l,l.exports,e,t,r,n)}return r[s].exports}for(var i="function"==typeof require&&require,s=0;s=31}function o(){var e=arguments,t=this.useColors;if(e[0]=(t?"%c":"")+this.namespace+(t?" %c":" ")+e[0]+(t?"%c ":" ")+"+"+r.humanize(this.diff),!t)return e;var n="color: "+this.color;e=[e[0],n,"color: inherit"].concat(Array.prototype.slice.call(e,1));var o=0,i=0;return e[0].replace(/%[a-z%]/g,function(e){"%%"!==e&&(o++,"%c"===e&&(i=o))}),e.splice(i,0,n),e}function i(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function s(e){try{null==e?r.storage.removeItem("debug"):r.storage.debug=e}catch(t){}}function a(){var e;try{e=r.storage.debug}catch(t){}return e}function c(){try{return window.localStorage}catch(e){}}r=t.exports=e(2),r.log=i,r.formatArgs=o,r.save=s,r.load=a,r.useColors=n,r.storage="undefined"!=typeof chrome&&"undefined"!=typeof chrome.storage?chrome.storage.local:c(),r.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],r.formatters.j=function(e){return JSON.stringify(e)},r.enable(a())},{2:2}],2:[function(e,t,r){function n(){return r.colors[l++%r.colors.length]}function o(e){function t(){}function o(){var e=o,t=+new Date,i=t-(u||t);e.diff=i,e.prev=u,e.curr=t,u=t,null==e.useColors&&(e.useColors=r.useColors()),null==e.color&&e.useColors&&(e.color=n());var s=Array.prototype.slice.call(arguments);s[0]=r.coerce(s[0]),"string"!=typeof s[0]&&(s=["%o"].concat(s));var a=0;s[0]=s[0].replace(/%([a-z%])/g,function(t,n){if("%%"===t)return t;a++;var o=r.formatters[n];if("function"==typeof o){var i=s[a];t=o.call(e,i),s.splice(a,1),a--}return t}),"function"==typeof r.formatArgs&&(s=r.formatArgs.apply(e,s));var c=o.log||r.log||console.log.bind(console);c.apply(e,s)}t.enabled=!1,o.enabled=!0;var i=r.enabled(e)?o:t;return i.namespace=e,i}function i(e){r.save(e);for(var t=(e||"").split(/[\s,]+/),n=t.length,o=0;n>o;o++)t[o]&&(e=t[o].replace(/\*/g,".*?"),"-"===e[0]?r.skips.push(new RegExp("^"+e.substr(1)+"$")):r.names.push(new RegExp("^"+e+"$")))}function s(){r.enable("")}function a(e){var t,n;for(t=0,n=r.skips.length;n>t;t++)if(r.skips[t].test(e))return!1;for(t=0,n=r.names.length;n>t;t++)if(r.names[t].test(e))return!0;return!1}function c(e){return e instanceof Error?e.stack||e.message:e}r=t.exports=o,r.coerce=c,r.disable=s,r.enable=i,r.enabled=a,r.humanize=e(3),r.names=[],r.skips=[],r.formatters={};var u,l=0},{3:3}],3:[function(e,t,r){function n(e){if(e=""+e,!(e.length>1e4)){var t=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(e);if(t){var r=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*f;case"days":case"day":case"d":return r*l;case"hours":case"hour":case"hrs":case"hr":case"h":return r*u;case"minutes":case"minute":case"mins":case"min":case"m":return r*c;case"seconds":case"second":case"secs":case"sec":case"s":return r*a;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r}}}}function o(e){return e>=l?Math.round(e/l)+"d":e>=u?Math.round(e/u)+"h":e>=c?Math.round(e/c)+"m":e>=a?Math.round(e/a)+"s":e+"ms"}function i(e){return s(e,l,"day")||s(e,u,"hour")||s(e,c,"minute")||s(e,a,"second")||e+" ms"}function s(e,t,r){return t>e?void 0:1.5*t>e?Math.floor(e/t)+" "+r:Math.ceil(e/t)+" "+r+"s"}var a=1e3,c=60*a,u=60*c,l=24*u,f=365.25*l;t.exports=function(e,t){return t=t||{},"string"==typeof e?n(e):t["long"]?i(e):o(e)}},{}],4:[function(e,t,r){(function(r,n){(function(){"use strict";function o(e){return"function"==typeof e||"object"==typeof e&&null!==e}function i(e){return"function"==typeof e}function s(e){Q=e}function a(e){W=e}function c(){return function(){r.nextTick(h)}}function u(){return function(){B(h)}}function l(){var e=0,t=new z(h),r=document.createTextNode("");return t.observe(r,{characterData:!0}),function(){r.data=e=++e%2}}function f(){var e=new MessageChannel;return e.port1.onmessage=h,function(){e.port2.postMessage(0)}}function p(){return function(){setTimeout(h,1)}}function h(){for(var e=0;V>e;e+=2){var t=te[e],r=te[e+1];t(r),te[e]=void 0,te[e+1]=void 0}V=0}function d(){try{var t=e,r=t("vertx");return B=r.runOnLoop||r.runOnContext,u()}catch(n){return p()}}function y(e,t){var r=this,n=r._state;if(n===ie&&!e||n===se&&!t)return this;var o=new this.constructor(m),i=r._result;if(n){var s=arguments[n-1];W(function(){E(n,o,s,i)})}else R(r,o,e,t);return o}function v(e){var t=this;if(e&&"object"==typeof e&&e.constructor===t)return e;var r=new t(m);return A(r,e),r}function m(){}function b(){return new TypeError("You cannot resolve a promise with itself")}function g(){return new TypeError("A promises callback cannot return that same promise.")}function w(e){try{return e.then}catch(t){return ae.error=t,ae}}function x(e,t,r,n){try{e.call(t,r,n)}catch(o){return o}}function _(e,t,r){W(function(e){var n=!1,o=x(r,t,function(r){n||(n=!0,t!==r?A(e,r):S(e,r))},function(t){n||(n=!0,k(e,t))},"Settle: "+(e._label||" unknown promise"));!n&&o&&(n=!0,k(e,o))},e)}function j(e,t){t._state===ie?S(e,t._result):t._state===se?k(e,t._result):R(t,void 0,function(t){A(e,t)},function(t){k(e,t)})}function T(e,t,r){t.constructor===e.constructor&&r===re&&constructor.resolve===ne?j(e,t):r===ae?k(e,ae.error):void 0===r?S(e,t):i(r)?_(e,t,r):S(e,t)}function A(e,t){e===t?k(e,b()):o(t)?T(e,t,w(t)):S(e,t)}function O(e){e._onerror&&e._onerror(e._result),P(e)}function S(e,t){e._state===oe&&(e._result=t,e._state=ie,0!==e._subscribers.length&&W(P,e))}function k(e,t){e._state===oe&&(e._state=se,e._result=t,W(O,e))}function R(e,t,r,n){var o=e._subscribers,i=o.length;e._onerror=null,o[i]=t,o[i+ie]=r,o[i+se]=n,0===i&&e._state&&W(P,e)}function P(e){var t=e._subscribers,r=e._state;if(0!==t.length){for(var n,o,i=e._result,s=0;ss;s++)R(n.resolve(e[s]),void 0,t,r);return o}function L(e){var t=this,r=new t(m);return k(r,e),r}function D(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}function H(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}function M(e){this._id=pe++,this._state=void 0,this._result=void 0,this._subscribers=[],m!==e&&("function"!=typeof e&&D(),this instanceof M?q(this,e):H())}function K(e,t){this._instanceConstructor=e,this.promise=new e(m),Array.isArray(t)?(this._input=t,this.length=t.length,this._remaining=t.length,this._result=new Array(this.length),0===this.length?S(this.promise,this._result):(this.length=this.length||0,this._enumerate(),0===this._remaining&&S(this.promise,this._result))):k(this.promise,this._validationError())}function J(){var e;if("undefined"!=typeof n)e=n;else if("undefined"!=typeof self)e=self;else try{e=Function("return this")()}catch(t){throw new Error("polyfill failed because global object is unavailable in this environment")}var r=e.Promise;r&&"[object Promise]"===Object.prototype.toString.call(r.resolve())&&!r.cast||(e.Promise=he)}var F;F=Array.isArray?Array.isArray:function(e){return"[object Array]"===Object.prototype.toString.call(e)};var B,Q,G,$=F,V=0,W=function(e,t){te[V]=e,te[V+1]=t,V+=2,2===V&&(Q?Q(h):G())},X="undefined"!=typeof window?window:void 0,Y=X||{},z=Y.MutationObserver||Y.WebKitMutationObserver,Z="undefined"!=typeof r&&"[object process]"==={}.toString.call(r),ee="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel,te=new Array(1e3);G=Z?c():z?l():ee?f():void 0===X&&"function"==typeof e?d():p();var re=y,ne=v,oe=void 0,ie=1,se=2,ae=new I,ce=new I,ue=C,le=N,fe=L,pe=0,he=M;M.all=ue,M.race=le,M.resolve=ne,M.reject=fe,M._setScheduler=s,M._setAsap=a,M._asap=W,M.prototype={constructor:M,then:re,"catch":function(e){return this.then(null,e)}};var de=K;K.prototype._validationError=function(){return new Error("Array Methods must be provided an Array")},K.prototype._enumerate=function(){for(var e=this.length,t=this._input,r=0;this._state===oe&&e>r;r++)this._eachEntry(t[r],r)},K.prototype._eachEntry=function(e,t){var r=this._instanceConstructor,n=r.resolve;if(n===ne){var o=w(e);if(o===re&&e._state!==oe)this._settledAt(e._state,t,e._result);else if("function"!=typeof o)this._remaining--,this._result[t]=e;else if(r===he){var i=new r(m);T(i,e,o),this._willSettleAt(i,t)}else this._willSettleAt(new r(function(t){t(e)}),t)}else this._willSettleAt(n(e),t)},K.prototype._settledAt=function(e,t,r){var n=this.promise;n._state===oe&&(this._remaining--,e===se?k(n,r):this._result[t]=r),0===this._remaining&&S(n,this._result)},K.prototype._willSettleAt=function(e,t){var r=this;R(e,void 0,function(e){r._settledAt(ie,t,e)},function(e){r._settledAt(se,t,e)})};var ye=J,ve={Promise:he,polyfill:ye};"function"==typeof define&&define.amd?define(function(){return ve}):"undefined"!=typeof t&&t.exports?t.exports=ve:"undefined"!=typeof this&&(this.ES6Promise=ve),ye()}).call(this)}).call(this,e(77),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{77:77}],5:[function(e,t,r){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function o(e){return"function"==typeof e}function i(e){return"number"==typeof e}function s(e){return"object"==typeof e&&null!==e}function a(e){return void 0===e}t.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(e){if(!i(e)||0>e||isNaN(e))throw TypeError("n must be a positive number");return this._maxListeners=e,this},n.prototype.emit=function(e){var t,r,n,i,c,u;if(this._events||(this._events={}),"error"===e&&(!this._events.error||s(this._events.error)&&!this._events.error.length)){if(t=arguments[1],t instanceof Error)throw t;throw TypeError('Uncaught, unspecified "error" event.')}if(r=this._events[e],a(r))return!1;if(o(r))switch(arguments.length){case 1:r.call(this);break;case 2:r.call(this,arguments[1]);break;case 3:r.call(this,arguments[1],arguments[2]);break;default:i=Array.prototype.slice.call(arguments,1),r.apply(this,i)}else if(s(r))for(i=Array.prototype.slice.call(arguments,1),u=r.slice(),n=u.length,c=0;n>c;c++)u[c].apply(this,i);return!0},n.prototype.addListener=function(e,t){var r;if(!o(t))throw TypeError("listener must be a function");return this._events||(this._events={}),this._events.newListener&&this.emit("newListener",e,o(t.listener)?t.listener:t),this._events[e]?s(this._events[e])?this._events[e].push(t):this._events[e]=[this._events[e],t]:this._events[e]=t,s(this._events[e])&&!this._events[e].warned&&(r=a(this._maxListeners)?n.defaultMaxListeners:this._maxListeners,r&&r>0&&this._events[e].length>r&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace())),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(e,t){function r(){this.removeListener(e,r),n||(n=!0,t.apply(this,arguments))}if(!o(t))throw TypeError("listener must be a function");var n=!1;return r.listener=t,this.on(e,r),this},n.prototype.removeListener=function(e,t){var r,n,i,a;if(!o(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(r=this._events[e],i=r.length,n=-1,r===t||o(r.listener)&&r.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(s(r)){for(a=i;a-- >0;)if(r[a]===t||r[a].listener&&r[a].listener===t){n=a;break}if(0>n)return this;1===r.length?(r.length=0,delete this._events[e]):r.splice(n,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},n.prototype.removeAllListeners=function(e){var t,r;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(r=this._events[e],o(r))this.removeListener(e,r);else if(r)for(;r.length;)this.removeListener(e,r[r.length-1]);return delete this._events[e],this},n.prototype.listeners=function(e){var t;return t=this._events&&this._events[e]?o(this._events[e])?[this._events[e]]:this._events[e].slice():[]},n.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(o(t))return 1;if(t)return t.length}return 0},n.listenerCount=function(e,t){return e.listenerCount(t)}},{}],6:[function(e,t,r){"function"==typeof Object.create?t.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:t.exports=function(e,t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}},{}],7:[function(e,t,r){function n(e){var t=e?e.length:0;return t?e[t-1]:void 0}t.exports=n},{}],8:[function(e,t,r){var n=e(12),o=e(19),i=e(41),s=i(n,o);t.exports=s},{12:12,19:19,41:41}],9:[function(e,t,r){function n(e,t,r){var n=a(e)?o:s;return t=i(t,r,3),n(e,t)}var o=e(13),i=e(16),s=e(27),a=e(64);t.exports=n},{13:13,16:16,27:27,64:64}],10:[function(e,t,r){function n(e,t){if("function"!=typeof e)throw new TypeError(o);return t=i(void 0===t?e.length-1:+t||0,0),function(){for(var r=arguments,n=-1,o=i(r.length-t,0),s=Array(o);++nn;)e=e[t[n++]];return n&&n==i?e:void 0}}var o=e(59);t.exports=n},{59:59}],24:[function(e,t,r){function n(e,t,r,a,c,u){return e===t?!0:null==e||null==t||!i(e)&&!s(t)?e!==e&&t!==t:o(e,t,n,r,a,c,u)}var o=e(25),i=e(67),s=e(56);t.exports=n},{25:25,56:56,67:67}],25:[function(e,t,r){function n(e,t,r,n,p,y,v){var m=a(e),b=a(t),g=l,w=l;m||(g=d.call(e),g==u?g=f:g!=f&&(m=c(e))),b||(w=d.call(t),w==u?w=f:w!=f&&(b=c(t)));var x=g==f,_=w==f,j=g==w;if(j&&!m&&!x)return i(e,t,g);if(!p){var T=x&&h.call(e,"__wrapped__"),A=_&&h.call(t,"__wrapped__");if(T||A)return r(T?e.value():e,A?t.value():t,n,p,y,v)}if(!j)return!1;y||(y=[]),v||(v=[]);for(var O=y.length;O--;)if(y[O]==e)return v[O]==t;y.push(e),v.push(t);var S=(m?o:s)(e,t,r,n,p,y,v);return y.pop(),v.pop(),S}var o=e(42),i=e(43),s=e(44),a=e(64),c=e(69),u="[object Arguments]",l="[object Array]",f="[object Object]",p=Object.prototype,h=p.hasOwnProperty,d=p.toString;t.exports=n},{42:42,43:43,44:44,64:64,69:69}],26:[function(e,t,r){function n(e,t,r){var n=t.length,s=n,a=!r;if(null==e)return!s;for(e=i(e);n--;){var c=t[n];if(a&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++nt&&(t=-t>o?0:o+t),r=void 0===r||r>o?o:+r||0,0>r&&(r+=o),o=t>r?0:r-t>>>0,t>>>=0;for(var i=Array(o);++n2?r[s-2]:void 0,c=s>2?r[2]:void 0,u=s>1?r[s-1]:void 0;for("function"==typeof a?(a=o(a,u,5),s-=2):(a="function"==typeof u?u:void 0,s-=a?1:0),c&&i(r[0],r[1],c)&&(a=3>s?void 0:a,s=1);++nu))return!1;for(;++c-1&&e%1==0&&t>e}var o=/^\d+$/,i=9007199254740991;t.exports=n},{}],53:[function(e,t,r){function n(e,t,r){if(!s(r))return!1;var n=typeof t;if("number"==n?o(r)&&i(t,r.length):"string"==n&&t in r){var a=r[t];return e===e?e===a:a!==a}return!1}var o=e(51),i=e(52),s=e(67);t.exports=n},{51:51,52:52,67:67}],54:[function(e,t,r){function n(e,t){var r=typeof e;if("string"==r&&a.test(e)||"number"==r)return!0;if(o(e))return!1;var n=!s.test(e);return n||null!=t&&e in i(t)}var o=e(64),i=e(59),s=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,a=/^\w*$/;t.exports=n},{59:59,64:64}],55:[function(e,t,r){function n(e){return"number"==typeof e&&e>-1&&e%1==0&&o>=e}var o=9007199254740991;t.exports=n},{}],56:[function(e,t,r){function n(e){return!!e&&"object"==typeof e}t.exports=n},{}],57:[function(e,t,r){function n(e){return e===e&&!o(e)}var o=e(67);t.exports=n},{67:67}],58:[function(e,t,r){function n(e){for(var t=c(e),r=t.length,n=r&&e.length,u=!!n&&a(n)&&(i(e)||o(e)),f=-1,p=[];++f0;++n1)for(var r=1;r0&&u>c&&(u=c);for(var l=0;u>l;++l){var f,p,h,d,y=e[l].replace(a,"%20"),v=y.indexOf(r);v>=0?(f=y.substr(0,v),p=y.substr(v+1)):(f=y,p=""),h=decodeURIComponent(f),d=decodeURIComponent(p),n(s,h)?o(s[h])?s[h].push(d):s[h]=[s[h],d]:s[h]=d}return s};var o=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},{}],79:[function(e,t,r){"use strict";function n(e,t){if(e.map)return e.map(t);for(var r=[],n=0;n=c.hosts[t.hostType].length&&(h||!d)?c._promise.reject(n):(c.hostIndex[t.hostType]=++c.hostIndex[t.hostType]%c.hosts[t.hostType].length,n instanceof l.RequestTimeout?v():(h||(f=1/0),r(e,a)))}function v(){return c.hostIndex[t.hostType]=++c.hostIndex[t.hostType]%c.hosts[t.hostType].length,a.timeout=c.requestTimeout*(f+1),r(e,a)}var m;if(c._useCache&&(m=t.url),c._useCache&&n&&(m+="_body_"+a.body),c._useCache&&s&&void 0!==s[m])return i("serving response from cache"),c._promise.resolve(JSON.parse(s[m]));if(f>=c.hosts[t.hostType].length)return!d||h?(i("could not get any response"),c._promise.reject(new l.AlgoliaSearchError("Cannot connect to the AlgoliaSearch API. Send an email to support@algolia.com to report and resolve the issue. Application id was: "+c.applicationID))):(i("switching to fallback"),f=0,a.method=t.fallback.method,a.url=t.fallback.url,a.jsonBody=t.fallback.body,a.jsonBody&&(a.body=u(a.jsonBody)),o=c._computeRequestHeaders(),a.timeout=c.requestTimeout*(f+1),c.hostIndex[t.hostType]=0,h=!0,r(c._request.fallback,a));var b=c.hosts[t.hostType][c.hostIndex[t.hostType]]+a.url,g={body:a.body,jsonBody:a.jsonBody,method:a.method,headers:o,timeout:a.timeout,debug:i};return i("method: %s, url: %s, headers: %j, timeout: %d",g.method,b,g.headers,g.timeout),e===c._request.fallback&&i("using fallback"),e.call(c,b,g).then(p,y)}var n,o,i=e(1)("algoliasearch:"+t.url),s=t.cache,c=this,f=0,h=!1,d=c._useFallback&&c._request.fallback&&t.fallback;this.apiKey.length>p&&void 0!==t.body&&void 0!==t.body.params?(t.body.apiKey=this.apiKey,o=this._computeRequestHeaders(!1)):o=this._computeRequestHeaders(),void 0!==t.body&&(n=u(t.body)),i("request start");var y=r(c._request,{url:t.url,method:t.method,body:n,jsonBody:t.body,timeout:c.requestTimeout*(f+1)});return t.callback?void y.then(function(e){a(function(){t.callback(null,e)},c._setTimeout||setTimeout)},function(e){a(function(){t.callback(e)},c._setTimeout||setTimeout)}):y},_getSearchParams:function(e,t){if(void 0===e||null===e)return t;for(var r in e)null!==r&&void 0!==e[r]&&e.hasOwnProperty(r)&&(t+=""===t?"":"&",t+=r+"="+encodeURIComponent("[object Array]"===Object.prototype.toString.call(e[r])?u(e[r]):e[r]));return t},_computeRequestHeaders:function(t){var r=e(8),n={"x-algolia-agent":this._ua,"x-algolia-application-id":this.applicationID};return t!==!1&&(n["x-algolia-api-key"]=this.apiKey),this.userToken&&(n["x-algolia-usertoken"]=this.userToken),this.securityTags&&(n["x-algolia-tagfilters"]=this.securityTags),this.extraHeaders&&r(this.extraHeaders,function(e){n[e.name]=e.value}),n}},n.prototype.Index.prototype={clearCache:function(){this.cache={}},addObject:function(e,t,r){var n=this;return 1!==arguments.length&&"function"!=typeof t||(r=t,t=void 0),this.as._jsonRequest({method:void 0!==t?"PUT":"POST",url:"/1/indexes/"+encodeURIComponent(n.indexName)+(void 0!==t?"/"+encodeURIComponent(t):""),body:e,hostType:"write",callback:r})},addObjects:function(t,r){var n=e(64),o="Usage: index.addObjects(arrayOfObjects[, callback])";if(!n(t))throw new Error(o);for(var i=this,s={requests:[]},a=0;as&&(t=s),"published"!==e.status?l._promise.delay(t).then(r):e})}function n(e){a(function(){t(null,e)},l._setTimeout||setTimeout)}function o(e){a(function(){t(e)},l._setTimeout||setTimeout)}var i=100,s=5e3,c=0,u=this,l=u.as,f=r();return t?void f.then(n,o):f},clearIndex:function(e){var t=this;return this.as._jsonRequest({method:"POST",url:"/1/indexes/"+encodeURIComponent(t.indexName)+"/clear",hostType:"write",callback:e})},getSettings:function(e){var t=this;return this.as._jsonRequest({method:"GET",url:"/1/indexes/"+encodeURIComponent(t.indexName)+"/settings",hostType:"read",callback:e})},setSettings:function(e,t){var r=this;return this.as._jsonRequest({method:"PUT",url:"/1/indexes/"+encodeURIComponent(r.indexName)+"/settings",hostType:"write",body:e,callback:t})},listUserKeys:function(e){var t=this;return this.as._jsonRequest({method:"GET",url:"/1/indexes/"+encodeURIComponent(t.indexName)+"/keys",hostType:"read",callback:e})},getUserKeyACL:function(e,t){var r=this;return this.as._jsonRequest({method:"GET",url:"/1/indexes/"+encodeURIComponent(r.indexName)+"/keys/"+e,hostType:"read",callback:t})},deleteUserKey:function(e,t){var r=this;return this.as._jsonRequest({method:"DELETE",url:"/1/indexes/"+encodeURIComponent(r.indexName)+"/keys/"+e,hostType:"write",callback:t})},addUserKey:function(t,r,n){var o=e(64),i="Usage: index.addUserKey(arrayOfAcls[, params, callback])";if(!o(t))throw new Error(i);1!==arguments.length&&"function"!=typeof r||(n=r,r=null);var s={acl:t};return r&&(s.validity=r.validity,s.maxQueriesPerIPPerHour=r.maxQueriesPerIPPerHour,s.maxHitsPerQuery=r.maxHitsPerQuery,s.description=r.description,r.queryParameters&&(s.queryParameters=this.as._getSearchParams(r.queryParameters,"")),s.referers=r.referers),this.as._jsonRequest({method:"POST",url:"/1/indexes/"+encodeURIComponent(this.indexName)+"/keys",body:s,hostType:"write",callback:n})},addUserKeyWithValidity:c(function(e,t,r){return this.addUserKey(e,t,r)},s("index.addUserKeyWithValidity()","index.addUserKey()")),updateUserKey:function(t,r,n,o){var i=e(64),s="Usage: index.updateUserKey(key, arrayOfAcls[, params, callback])";if(!i(r))throw new Error(s);2!==arguments.length&&"function"!=typeof n||(o=n,n=null);var a={acl:r};return n&&(a.validity=n.validity,a.maxQueriesPerIPPerHour=n.maxQueriesPerIPPerHour,a.maxHitsPerQuery=n.maxHitsPerQuery,a.description=n.description,n.queryParameters&&(a.queryParameters=this.as._getSearchParams(n.queryParameters,"")),a.referers=n.referers),this.as._jsonRequest({method:"PUT",url:"/1/indexes/"+encodeURIComponent(this.indexName)+"/keys/"+t,body:a,hostType:"write",callback:o})},_search:function(e,t,r){return this.as._jsonRequest({cache:this.cache,method:"POST",url:t||"/1/indexes/"+encodeURIComponent(this.indexName)+"/query",body:{params:e},hostType:"read",fallback:{method:"GET",url:"/1/indexes/"+encodeURIComponent(this.indexName),body:{params:e}},callback:r})},as:null,indexName:null,typeAheadArgs:null,typeAheadValueOption:null}},{1:1,61:61,64:64,73:73,8:8,82:82,88:88,89:89,9:9}],82:[function(e,t,r){"use strict";function n(){}t.exports=n;var o=e(6),i=e(5).EventEmitter;o(n,i),n.prototype.stop=function(){this._stopped=!0,this._clean()},n.prototype._end=function(){this.emit("end"),this._clean()},n.prototype._error=function(e){this.emit("error",e),this._clean()},n.prototype._result=function(e){this.emit("result",e)},n.prototype._clean=function(){this.removeAllListeners("stop"),this.removeAllListeners("end"),this.removeAllListeners("error"),this.removeAllListeners("result")}},{5:5,6:6}],83:[function(e,t,r){"use strict";function n(t,r,i){var s=e(62),a=e(85);return i=s(i||{}),void 0===i.protocol&&(i.protocol=a()),i._ua=i._ua||n.ua,new o(t,r,i)}function o(){s.apply(this,arguments)}var i=e(6),s=e(81),a=e(89),c=e(86),u=e(87),l=e(90);window.algoliasearch=e(84),n.version=e(91),n.ua="Algolia for jQuery "+n.version,n.initPlaces=l(n),window.__algolia={debug:e(1),algoliasearch:n};var f=window.jQuery;f.algolia={Client:n,ua:n.ua,version:n.version},i(o,s),o.prototype._request=function(e,t){return new f.Deferred(function(r){var n=t.body;e=c(e,t.headers);var o={accept:"application/json"};n&&("POST"===t.method?o["content-type"]="application/x-www-form-urlencoded":o["content-type"]="application/json"),f.ajax(e,{type:t.method,timeout:t.timeout,dataType:"json",data:n,headers:o,complete:function(e,t){return"timeout"===t?void r.reject(new a.RequestTimeout):0===e.status?void r.reject(new a.Network({more:e})):void r.resolve({statusCode:e.status,body:e.responseJSON,responseText:e.responseText,headers:e.getAllResponseHeaders()})}})}).promise()},o.prototype._request.fallback=function(e,t){return e=c(e,t.headers),new f.Deferred(function(r){u(e,t,function(e,t){return e?void r.reject(e):void r.resolve(t)})}).promise()},o.prototype._promise={reject:function(e){return new f.Deferred(function(t){t.reject(e)}).promise()},resolve:function(e){return new f.Deferred(function(t){t.resolve(e)}).promise()},delay:function(e){return new f.Deferred(function(t){setTimeout(function(){t.resolve()},e)}).promise()}}},{1:1,6:6,62:62,81:81,84:84,85:85,86:86,87:87,89:89,90:90,91:91}],84:[function(e,t,r){"use strict";function n(t,r,i){var s=e(62),a=e(85);return i=s(i||{}),void 0===i.protocol&&(i.protocol=a()),i._ua=i._ua||n.ua,new o(t,r,i)}function o(){a.apply(this,arguments)}t.exports=n;var i=e(6),s=window.Promise||e(4).Promise,a=e(81),c=e(89),u=e(86),l=e(87),f=e(90);n.version=e(91),n.ua="Algolia for vanilla JavaScript "+n.version,n.initPlaces=f(n),window.__algolia={debug:e(1),algoliasearch:n};var p={hasXMLHttpRequest:"XMLHttpRequest"in window,hasXDomainRequest:"XDomainRequest"in window,cors:"withCredentials"in new XMLHttpRequest,timeout:"timeout"in new XMLHttpRequest};i(o,a),o.prototype._request=function(e,t){return new s(function(r,n){function o(){if(!l){p.timeout||clearTimeout(a);var e;try{e={body:JSON.parse(h.responseText),responseText:h.responseText,statusCode:h.status,headers:h.getAllResponseHeaders&&h.getAllResponseHeaders()||{}}}catch(t){e=new c.UnparsableJSON({more:h.responseText})}e instanceof c.UnparsableJSON?n(e):r(e)}}function i(e){l||(p.timeout||clearTimeout(a),n(new c.Network({more:e})))}function s(){p.timeout||(l=!0,h.abort()),n(new c.RequestTimeout)}if(!p.cors&&!p.hasXDomainRequest)return void n(new c.Network("CORS not supported"));e=u(e,t.headers);var a,l,f=t.body,h=p.cors?new XMLHttpRequest:new XDomainRequest;h instanceof XMLHttpRequest?h.open(t.method,e,!0):h.open(t.method,e),p.cors&&(f&&("POST"===t.method?h.setRequestHeader("content-type","application/x-www-form-urlencoded"):h.setRequestHeader("content-type","application/json")),h.setRequestHeader("accept","application/json")),h.onprogress=function(){},h.onload=o,h.onerror=i,p.timeout?(h.timeout=t.timeout,h.ontimeout=s):a=setTimeout(s,t.timeout),h.send(f)})},o.prototype._request.fallback=function(e,t){return e=u(e,t.headers),new s(function(r,n){l(e,t,function(e,t){return e?void n(e):void r(t)})})},o.prototype._promise={reject:function(e){return s.reject(e)},resolve:function(e){return s.resolve(e)},delay:function(e){return new s(function(t){setTimeout(t,e)})}}},{1:1,4:4,6:6,62:62,81:81,85:85,86:86,87:87,89:89,90:90,91:91}],85:[function(e,t,r){"use strict";function n(){var e=window.document.location.protocol;return"http:"!==e&&"https:"!==e&&(e="http:"),e}t.exports=n},{}],86:[function(e,t,r){"use strict";function n(e,t){return e+=/\?/.test(e)?"&":"?",e+o.encode(t)}t.exports=n;var o=e(80)},{80:80}],87:[function(e,t,r){"use strict";function n(e,t,r){function n(){t.debug("JSONP: success"),y||f||(y=!0,l||(t.debug("JSONP: Fail. Script loaded but did not call the callback"),a(),r(new o.JSONPScriptFail)))}function s(){"loaded"!==this.readyState&&"complete"!==this.readyState||n()}function a(){clearTimeout(v),h.onload=null,h.onreadystatechange=null,h.onerror=null,p.removeChild(h);try{delete window[d],delete window[d+"_loaded"]}catch(e){window[d]=null,window[d+"_loaded"]=null}}function c(){t.debug("JSONP: Script timeout"),f=!0,a(),r(new o.RequestTimeout)}function u(){t.debug("JSONP: Script error"),y||f||(a(),r(new o.JSONPScriptError))}if("GET"!==t.method)return void r(new Error("Method "+t.method+" "+e+" is not supported by JSONP."));t.debug("JSONP: start");var l=!1,f=!1;i+=1;var p=document.getElementsByTagName("head")[0],h=document.createElement("script"),d="algoliaJSONP_"+i,y=!1;window[d]=function(e){try{delete window[d]}catch(t){window[d]=void 0}f||(l=!0,a(),r(null,{body:e}))},e+="&callback="+d,t.jsonBody&&t.jsonBody.params&&(e+="&"+t.jsonBody.params);var v=setTimeout(c,t.timeout);h.onreadystatechange=s,h.onload=n,h.onerror=u,h.async=!0,h.defer=!0,h.src=e,p.appendChild(h)}t.exports=n;var o=e(89),i=0},{89:89}],88:[function(e,t,r){function n(e,t){return function(r,n,i){if("function"==typeof r&&"object"==typeof n||"object"==typeof i)throw new o.AlgoliaSearchError("index.search usage is index.search(query, params, cb)");0===arguments.length||"function"==typeof r?(i=r,r=""):1!==arguments.length&&"function"!=typeof n||(i=n,n=void 0),"object"==typeof r&&null!==r?(n=r,r=void 0):void 0!==r&&null!==r||(r="");var s="";return void 0!==r&&(s+=e+"="+encodeURIComponent(r)),void 0!==n&&(s=this.as._getSearchParams(n,s)),this._search(s,t,i)}}t.exports=n;var o=e(89)},{89:89}],89:[function(e,t,r){"use strict";function n(t,r){var n=e(8),o=this;"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):o.stack=(new Error).stack||"Cannot get a stacktrace, browser is too old",this.name=this.constructor.name,this.message=t||"Unknown error",r&&n(r,function(e,t){o[t]=e})}function o(e,t){function r(){var r=Array.prototype.slice.call(arguments,0);"string"!=typeof r[0]&&r.unshift(t),n.apply(this,r),this.name="AlgoliaSearch"+e+"Error"}return i(r,n),r}var i=e(6);i(n,Error),t.exports={AlgoliaSearchError:n,UnparsableJSON:o("UnparsableJSON","Could not parse the incoming response as JSON, see err.more for details"),RequestTimeout:o("RequestTimeout","Request timedout before getting a response"),Network:o("Network","Network issue, see err.more for details"),JSONPScriptFail:o("JSONPScriptFail"," + + + \ No newline at end of file diff --git a/dana/third_party/font-awesome/License_files/font-awesome.css b/dana/third_party/font-awesome/License_files/font-awesome.css new file mode 100644 index 0000000000000000000000000000000000000000..ee906a8196d0fbd581c27a9d5615db4c250860f2 --- /dev/null +++ b/dana/third_party/font-awesome/License_files/font-awesome.css @@ -0,0 +1,2337 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.fa { + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} diff --git a/dana/third_party/font-awesome/License_files/ga.js b/dana/third_party/font-awesome/License_files/ga.js new file mode 100644 index 0000000000000000000000000000000000000000..530f14c8efa2032f683d4b2144114cdf522b6abe --- /dev/null +++ b/dana/third_party/font-awesome/License_files/ga.js @@ -0,0 +1,80 @@ +(function(){var E;var g=window,n=document,p=function(a){var b=g._gaUserPrefs;if(b&&b.ioo&&b.ioo()||a&&!0===g["ga-disable-"+a])return!0;try{var c=g.external;if(c&&c._gaUserPrefs&&"oo"==c._gaUserPrefs)return!0}catch(f){}a=[];b=n.cookie.split(";");c=/^\s*AMP_TOKEN=\s*(.*?)\s*$/;for(var d=0;da.split("/")[0].indexOf(":")&&(a=Be+e[2].substring(0,e[2].lastIndexOf("/"))+ +"/"+a):a=Be+e[2]+(a||f);b.href=a;d=c(b);return{protocol:(b.protocol||"").toLowerCase(),host:d[0],port:d[1],path:d[2],query:b.search||"",url:a||""}}function Na(a,b){function c(b,c){a.contains(b)||a.set(b,[]);a.get(b).push(c)}b=Da(b).split("&");for(var d=0;de?c(b[d],"1"):c(b[d].substring(0,e),b[d].substring(e+1))}} +function Pa(a,b){return F(a)||"["==a.charAt(0)&&"]"==a.charAt(a.length-1)?"-":a.indexOf(J.domain+(b&&"/"!=b?b:""))==(0==a.indexOf("http://")?7:0==a.indexOf("https://")?8:0)?"0":a};var Qa=0;function Ra(a,b,c){1<=Qa||1<=100*Math.random()||ld()||(a=["utmt=error","utmerr="+a,"utmwv=5.7.0","utmn="+Ea(),"utmsp=1"],b&&a.push("api="+b),c&&a.push("msg="+G(c.substring(0,100))),M.w&&a.push("aip=1"),Sa(a.join("&")),Qa++)};var Ta=0,Ua={};function N(a){return Va("x"+Ta++,a)}function Va(a,b){Ua[a]=!!b;return a} +var Wa=N(),Xa=Va("anonymizeIp"),Ya=N(),$a=N(),ab=N(),bb=N(),O=N(),P=N(),cb=N(),db=N(),eb=N(),fb=N(),gb=N(),hb=N(),ib=N(),jb=N(),kb=N(),lb=N(),nb=N(),ob=N(),pb=N(),qb=N(),rb=N(),sb=N(),tb=N(),ub=N(),vb=N(),wb=N(),xb=N(),yb=N(),zb=N(),Ab=N(),Bb=N(),Cb=N(),Db=N(),Eb=N(),Fb=N(!0),Gb=Va("currencyCode"),v=Va("storeGac"),Hb=Va("page"),Ib=Va("title"),Jb=N(),Kb=N(),Lb=N(),Mb=N(),Nb=N(),Ob=N(),Pb=N(),Qb=N(),Rb=N(),Q=N(!0),Sb=N(!0),Tb=N(!0),Ub=N(!0),Vb=N(!0),Wb=N(!0),Zb=N(!0),$b=N(!0),ac=N(!0),bc=N(!0),cc=N(!0), +R=N(!0),dc=N(!0),ec=N(!0),fc=N(!0),gc=N(!0),hc=N(!0),ic=N(!0),jc=N(!0),S=N(!0),kc=N(!0),lc=N(!0),mc=N(!0),nc=N(!0),oc=N(!0),pc=N(!0),qc=N(!0),rc=Va("campaignParams"),sc=N(),tc=Va("hitCallback"),uc=N();N();var vc=N(),wc=N(),xc=N(),yc=N(),zc=N(),Ac=N(),Bc=N(),Cc=N(),Dc=N(),Ec=N(),Fc=N(),Gc=N(),Hc=N(),Ic=N();N(); +var Mc=N(),Nc=N(),Yb=N(),Jc=N(),Kc=N(),Lc=Va("utmtCookieName"),Cd=Va("displayFeatures"),Oc=N(),of=Va("gtmid"),Oe=Va("uaName"),Pe=Va("uaDomain"),Qe=Va("uaPath"),pf=Va("linkid"),w=N(),x=N(),y=N();var Re=function(){function a(a,c,d){T(qf.prototype,a,c,d)}a("_createTracker",qf.prototype.hb,55);a("_getTracker",qf.prototype.oa,0);a("_getTrackerByName",qf.prototype.u,51);a("_getTrackers",qf.prototype.pa,130);a("_anonymizeIp",qf.prototype.aa,16);a("_forceSSL",qf.prototype.la,125);a("_getPlugin",Pc,120)},Se=function(){function a(a,c,d){T(U.prototype,a,c,d)}Qc("_getName",$a,58);Qc("_getAccount",Wa,64);Qc("_visitCode",Q,54);Qc("_getClientInfo",ib,53,1);Qc("_getDetectTitle",lb,56,1);Qc("_getDetectFlash", +jb,65,1);Qc("_getLocalGifPath",wb,57);Qc("_getServiceMode",xb,59);V("_setClientInfo",ib,66,2);V("_setAccount",Wa,3);V("_setNamespace",Ya,48);V("_setAllowLinker",fb,11,2);V("_setDetectFlash",jb,61,2);V("_setDetectTitle",lb,62,2);V("_setLocalGifPath",wb,46,0);V("_setLocalServerMode",xb,92,void 0,0);V("_setRemoteServerMode",xb,63,void 0,1);V("_setLocalRemoteServerMode",xb,47,void 0,2);V("_setSampleRate",vb,45,1);V("_setCampaignTrack",kb,36,2);V("_setAllowAnchor",gb,7,2);V("_setCampNameKey",ob,41);V("_setCampContentKey", +tb,38);V("_setCampIdKey",nb,39);V("_setCampMediumKey",rb,40);V("_setCampNOKey",ub,42);V("_setCampSourceKey",qb,43);V("_setCampTermKey",sb,44);V("_setCampCIdKey",pb,37);V("_setCookiePath",P,9,0);V("_setMaxCustomVariables",yb,0,1);V("_setVisitorCookieTimeout",cb,28,1);V("_setSessionCookieTimeout",db,26,1);V("_setCampaignCookieTimeout",eb,29,1);V("_setReferrerOverride",Jb,49);V("_setSiteSpeedSampleRate",Dc,132);V("_storeGac",v,143);a("_trackPageview",U.prototype.Fa,1);a("_trackEvent",U.prototype.F,4); +a("_trackPageLoadTime",U.prototype.Ea,100);a("_trackSocial",U.prototype.Ga,104);a("_trackTrans",U.prototype.Ia,18);a("_sendXEvent",U.prototype.ib,78);a("_createEventTracker",U.prototype.ia,74);a("_getVersion",U.prototype.qa,60);a("_setDomainName",U.prototype.B,6);a("_setAllowHash",U.prototype.va,8);a("_getLinkerUrl",U.prototype.na,52);a("_link",U.prototype.link,101);a("_linkByPost",U.prototype.ua,102);a("_setTrans",U.prototype.za,20);a("_addTrans",U.prototype.$,21);a("_addItem",U.prototype.Y,19); +a("_clearTrans",U.prototype.ea,105);a("_setTransactionDelim",U.prototype.Aa,82);a("_setCustomVar",U.prototype.wa,10);a("_deleteCustomVar",U.prototype.ka,35);a("_getVisitorCustomVar",U.prototype.ra,50);a("_setXKey",U.prototype.Ca,83);a("_setXValue",U.prototype.Da,84);a("_getXKey",U.prototype.sa,76);a("_getXValue",U.prototype.ta,77);a("_clearXKey",U.prototype.fa,72);a("_clearXValue",U.prototype.ga,73);a("_createXObj",U.prototype.ja,75);a("_addIgnoredOrganic",U.prototype.W,15);a("_clearIgnoredOrganic", +U.prototype.ba,97);a("_addIgnoredRef",U.prototype.X,31);a("_clearIgnoredRef",U.prototype.ca,32);a("_addOrganic",U.prototype.Z,14);a("_clearOrganic",U.prototype.da,70);a("_cookiePathCopy",U.prototype.ha,30);a("_get",U.prototype.ma,106);a("_set",U.prototype.xa,107);a("_addEventListener",U.prototype.addEventListener,108);a("_removeEventListener",U.prototype.removeEventListener,109);a("_addDevId",U.prototype.V);a("_getPlugin",Pc,122);a("_setPageGroup",U.prototype.ya,126);a("_trackTiming",U.prototype.Ha, +124);a("_initData",U.prototype.initData,2);a("_setVar",U.prototype.Ba,22);V("_setSessionTimeout",db,27,3);V("_setCookieTimeout",eb,25,3);V("_setCookiePersistence",cb,24,1);a("_setAutoTrackOutbound",Fa,79);a("_setTrackOutboundSubdomains",Fa,81);a("_setHrefExamineLimit",Fa,80)};function Pc(a){var b=this.plugins_;if(b)return b.get(a)} +var T=function(a,b,c,d){a[b]=function(){try{return void 0!=d&&H(d),c.apply(this,arguments)}catch(e){throw Ra("exc",b,e&&e.name),e;}}},Qc=function(a,b,c,d){U.prototype[a]=function(){try{return H(c),Aa(this.a.get(b),d)}catch(e){throw Ra("exc",a,e&&e.name),e;}}},V=function(a,b,c,d,e){U.prototype[a]=function(f){try{H(c),void 0==e?this.a.set(b,Aa(f,d)):this.a.set(b,e)}catch(Be){throw Ra("exc",a,Be&&Be.name),Be;}}},Te=function(a,b){return{type:b,target:a,stopPropagation:function(){throw"aborted";}}};var Rc=new RegExp(/(^|\.)doubleclick\.net$/i),Sc=function(a,b){return Rc.test(J.location.hostname)?!0:"/"!==b?!1:0!=a.indexOf("www.google.")&&0!=a.indexOf(".google.")&&0!=a.indexOf("google.")||-1b.length||ad(b[0],c))return!1;b=b.slice(1).join(".").split("|");0=b.length)return!0;b=b[1].split(-1==b[1].indexOf(",")?"^":",");for(c=0;cb.length||ad(b[0],c))return a.set(ec,void 0),a.set(fc,void 0),a.set(gc,void 0),a.set(ic,void 0),a.set(jc,void 0),a.set(nc,void 0),a.set(oc,void 0),a.set(pc,void 0),a.set(qc,void 0),a.set(S,void 0),a.set(kc,void 0),a.set(lc,void 0),a.set(mc,void 0),!1;a.set(ec,1*b[1]);a.set(fc,1*b[2]);a.set(gc,1*b[3]);Ve(a,b.slice(4).join(".")); +return!0},Ve=function(a,b){function c(a){return(a=b.match(a+"=(.*?)(?:\\|utm|$)"))&&2==a.length?a[1]:void 0}function d(b,c){c?(c=e?I(c):c.split("%20").join(" "),a.set(b,c)):a.set(b,void 0)}-1==b.indexOf("=")&&(b=I(b));var e="2"==c("utmcvr");d(ic,c("utmcid"));d(jc,c("utmccn"));d(nc,c("utmcsr"));d(oc,c("utmcmd"));d(pc,c("utmctr"));d(qc,c("utmcct"));d(S,c("utmgclid"));d(kc,c("utmgclsrc"));d(lc,c("utmdclid"));d(mc,c("utmdsid"))},ad=function(a,b){return b?a!=b:!/^\d+$/.test(a)};var Uc=function(){this.filters=[]};Uc.prototype.add=function(a,b){this.filters.push({name:a,s:b})};Uc.prototype.cb=function(a){try{for(var b=0;b=100*a.get(vb)&&a.stopPropagation()}function kd(a){ld(a.get(Wa))&&a.stopPropagation()}function md(a){"file:"==J.location.protocol&&a.stopPropagation()}function Ge(a){He()&&a.stopPropagation()} +function nd(a){a.get(Ib)||a.set(Ib,J.title,!0);a.get(Hb)||a.set(Hb,J.location.pathname+J.location.search,!0)}function lf(a){a.get(Wa)&&"UA-XXXXX-X"!=a.get(Wa)||a.stopPropagation()};var od=new function(){var a=[];this.set=function(b){a[b]=!0};this.encode=function(){for(var b=[],c=0;c=b[0]||0>=b[1]?"":b.join("x");a.Wa=Be}catch(k){H(135)}qd=a}},td=function(){sd();var a=qd,b=W.navigator;a=b.appName+b.version+a.language+b.platform+b.userAgent+a.javaEnabled+a.jb+a.P+(J.cookie?J.cookie:"")+(J.referrer?J.referrer:"");b=a.length;for(var c=W.history.length;0d?(this.i=b.substring(0,d),this.l=b.substring(d+1,c),this.h=b.substring(c+1)):(this.i=b.substring(0,d),this.h=b.substring(d+1));this.Xa=a.slice(1);this.Ma=!this.l&&"_require"==this.h;this.J=!this.i&&!this.l&&"_provide"==this.h}},Y=function(){T(Y.prototype, +"push",Y.prototype.push,5);T(Y.prototype,"_getPlugin",Pc,121);T(Y.prototype,"_createAsyncTracker",Y.prototype.Sa,33);T(Y.prototype,"_getAsyncTracker",Y.prototype.Ta,34);this.I=new nf;this.eb=[]};E=Y.prototype;E.Na=function(a,b,c){var d=this.I.get(a);if(!Ba(d))return!1;b.plugins_=b.plugins_||new nf;b.plugins_.set(a,new d(b,c||{}));return!0};E.push=function(a){var b=Z.Va.apply(this,arguments);b=Z.eb.concat(b);for(Z.eb=[];0e?b+"#"+d:b+"&"+d;c="";0b.indexOf("?")?b+"?"+d+c:b+"&"+d+c},$d=function(a,b,c,d){for(var e=0;3>e;e++){for(var f= +0;3>f;f++){if(d==Yc(a+b+c))return H(127),[b,c];var Be=b.replace(/ /g,"%20"),k=c.replace(/ /g,"%20");if(d==Yc(a+Be+k))return H(128),[Be,k];Be=Be.replace(/\+/g,"%20");k=k.replace(/\+/g,"%20");if(d==Yc(a+Be+k))return H(129),[Be,k];try{var Ja=b.match("utmctr=(.*?)(?:\\|utm|$)");if(Ja&&2==Ja.length&&(Be=b.replace(Ja[1],G(I(Ja[1]))),d==Yc(a+Be+c)))return H(139),[Be,c]}catch(t){}b=I(b)}c=I(c)}};var de="|",fe=function(a,b,c,d,e,f,Be,k,Ja){var t=ee(a,b);t||(t={},a.get(Cb).push(t));t.id_=b;t.affiliation_=c;t.total_=d;t.tax_=e;t.shipping_=f;t.city_=Be;t.state_=k;t.country_=Ja;t.items_=t.items_||[];return t},ge=function(a,b,c,d,e,f,Be){a=ee(a,b)||fe(a,b,"",0,0,0,"","","");a:{if(a&&a.items_){var k=a.items_;for(var Ja=0;Jab.length||!/^\d+$/.test(b[0])||(b[0]=""+c,Fd(a,"__utmx",b.join("."),void 0))},be=function(a,b){a=$c(a.get(O),pd("__utmx"));"-"==a&&(a="");return b?G(a):a},Ye=function(a){try{var b=La(J.location.href,!1),c=decodeURIComponent(L(b.R.get("utm_referrer")))||"";c&&a.set(Jb,c);var d=decodeURIComponent(K(b.R.get("utm_expid")))||"";d&&(d=d.split(".")[0],a.set(Oc,""+d))}catch(e){H(146)}},l=function(a){var b=W.gaData&&W.gaData.expId;b&&a.set(Oc, +""+b)};var ke=function(a,b){var c=Math.min(a.b(Dc,0),100);if(a.b(Q,0)%100>=c)return!1;c=Ze()||$e();if(void 0==c)return!1;var d=c[0];if(void 0==d||Infinity==d||isNaN(d))return!1;0a[b])return!1;return!0},le=function(a){return isNaN(a)||0>a?0:5E3>a?10*Math.floor(a/10):5E4>a?100*Math.floor(a/100):41E5>a?1E3*Math.floor(a/1E3):41E5},je=function(a){for(var b=new yd,c=0;cb.length)){for(var c=[],d=0;d=f)return!1;c=1*(""+c);if(""==a||!wd(a)||""==b||!wd(b)||!xd(c)||isNaN(c)||0>c||0>f||100=a||a>e.get(yb))a=!1;else if(!b||!c||128=a&&Ca(b)&&""!=b){var c=this.get(Fc)||[];c[a]=b;this.set(Fc,c)}};E.V=function(a){a=""+a;if(a.match(/^[A-Za-z0-9]{1,5}$/)){var b=this.get(Ic)||[];b.push(a);this.set(Ic,b)}};E.initData=function(){this.a.load()}; +E.Ba=function(a){a&&""!=a&&(this.set(Tb,a),this.a.j("var"))};var ne=function(a){"trans"!==a.get(sc)&&500<=a.b(cc,0)&&a.stopPropagation();if("event"===a.get(sc)){var b=(new Date).getTime(),c=a.b(dc,0),d=a.b(Zb,0);c=Math.floor((b-(c!=d?c:1E3*c))/1E3*1);0=a.b(R,0)&&a.stopPropagation()}},pe=function(a){"event"===a.get(sc)&&a.set(R,Math.max(0,a.b(R,10)-1))};var qe=function(){var a=[];this.add=function(b,c,d){d&&(c=G(""+c));a.push(b+"="+c)};this.toString=function(){return a.join("&")}},re=function(a,b){(b||2!=a.get(xb))&&a.Za(cc)},se=function(a,b){b.add("utmwv","5.7.0");b.add("utms",a.get(cc));b.add("utmn",Ea());var c=J.location.hostname;F(c)||b.add("utmhn",c,!0);a=a.get(vb);100!=a&&b.add("utmsp",a,!0)},te=function(a,b){b.add("utmht",(new Date).getTime());b.add("utmac",Da(a.get(Wa)));a.get(Oc)&&b.add("utmxkey",a.get(Oc),!0);a.get(vc)&&b.add("utmni",1); +a.get(of)&&b.add("utmgtm",a.get(of),!0);var c=a.get(Ic);c&&0=a.length)gf(a,b,c);else if(8192>=a.length){if(0<=W.navigator.userAgent.indexOf("Firefox")&&![].reduce)throw new De(a.length);df(a,b)||ef(a,b)||Ee(a,b)||b()}else throw new Ce(a.length);},gf=function(a,b,c){c=c||Ne()+"/__utm.gif?"; +var d=new Image(1,1);d.src=c+a;d.onload=function(){d.onload=null;d.onerror=null;b()};d.onerror=function(){d.onload=null;d.onerror=null;b()}},ef=function(a,b){if(0!=Ne().indexOf(J.location.protocol))return!1;var c=W.XDomainRequest;if(!c)return!1;c=new c;c.open("POST",Ne()+"/p/__utm.gif");c.onerror=function(){b()};c.onload=b;c.send(a);return!0},df=function(a,b){var c=W.XMLHttpRequest;if(!c)return!1;var d=new c;if(!("withCredentials"in d))return!1;d.open("POST",Ne()+"/p/__utm.gif",!0);d.withCredentials= +!0;d.setRequestHeader("Content-Type","text/plain");d.onreadystatechange=function(){4==d.readyState&&(b(),d=null)};d.send(a);return!0},Ee=function(a,b){if(!J.body)return We(function(){Ee(a,b)},100),!0;a=encodeURIComponent(a);try{var c=J.createElement('')}catch(e){c=J.createElement("iframe"),c.name=a}c.height="0";c.width="0";c.style.display="none";c.style.visibility="hidden";var d=Ne()+"/u/post_iframe.html";Ga(W,"beforeunload",function(){c.src="";c.parentNode&&c.parentNode.removeChild(c)}); +setTimeout(b,1E3);J.body.appendChild(c);c.src=d;return!0};var qf=function(){this.G=this.w=!1;0==Ea()%1E4&&(H(142),this.G=!0);this.C={};this.D=[];this.U=0;this.S=[["www.google-analytics.com","","/plugins/"]];this._gasoCPath=this._gasoDomain=this.bb=void 0;Re();Se()};E=qf.prototype;E.oa=function(a,b){return this.hb(a,void 0,b)};E.hb=function(a,b,c){b&&H(23);c&&H(67);void 0==b&&(b="~"+M.U++);a=new U(b,a,c);M.C[b]=a;M.D.push(a);return a};E.u=function(a){a=a||"";return M.C[a]||M.hb(void 0,a)};E.pa=function(){return M.D.slice(0)};E.ab=function(){return M.D.length}; +E.aa=function(){this.w=!0};E.la=function(){this.G=!0};var Fe=function(a){if("prerender"==J.visibilityState)return!1;a();return!0};var M=new qf;var z=W._gat;z&&Ba(z._getTracker)?M=z:W._gat=M;var Z=new Y;(function(a){if(!Fe(a)){H(123);var b=!1,c=function(){if(!b&&Fe(a)){b=!0;var d=J,e=c;d.removeEventListener?d.removeEventListener("visibilitychange",e,!1):d.detachEvent&&d.detachEvent("onvisibilitychange",e)}};Ga(J,"visibilitychange",c)}})(function(){var a=W._gaq,b=!1;if(a&&Ba(a.push)&&(b="[object Array]"==Object.prototype.toString.call(Object(a)),!b)){Z=a;return}W._gaq=Z;b&&Z.push.apply(Z,a)});function Yc(a){var b=1,c;if(a)for(b=0,c=a.length-1;0<=c;c--){var d=a.charCodeAt(c);b=(b<<6&268435455)+d+(d<<14);d=b&266338304;b=0!=d?b^d>>21:b}return b};}).call(this); diff --git a/dana/third_party/font-awesome/License_files/github-btn(1).html b/dana/third_party/font-awesome/License_files/github-btn(1).html new file mode 100644 index 0000000000000000000000000000000000000000..a40db3107d02d34f57519b90f0c7cb14f057648c --- /dev/null +++ b/dana/third_party/font-awesome/License_files/github-btn(1).html @@ -0,0 +1,3 @@ + + + Fork 9,291 \ No newline at end of file diff --git a/dana/third_party/font-awesome/License_files/github-btn.html b/dana/third_party/font-awesome/License_files/github-btn.html new file mode 100644 index 0000000000000000000000000000000000000000..d00bbcdb0b29456b6d4a6e896a01aee8356f61d0 --- /dev/null +++ b/dana/third_party/font-awesome/License_files/github-btn.html @@ -0,0 +1,3 @@ + + + Star 53,198 \ No newline at end of file diff --git a/dana/third_party/font-awesome/License_files/info.json b/dana/third_party/font-awesome/License_files/info.json new file mode 100644 index 0000000000000000000000000000000000000000..50ba22d204949c01efbc31a0be0fcf40e29ebdef --- /dev/null +++ b/dana/third_party/font-awesome/License_files/info.json @@ -0,0 +1 @@ +/**/__twttr.setFollowersCountAndFollowing([{"following":false,"id":"515543735","screen_name":"fontawesome","name":"Font Awesome","protected":false,"followers_count":30207,"formatted_followers_count":"30.2K followers","age_gated":false}]); \ No newline at end of file diff --git a/dana/third_party/font-awesome/License_files/inventory b/dana/third_party/font-awesome/License_files/inventory new file mode 100644 index 0000000000000000000000000000000000000000..82a99f65c945d7e34d517b13aac4da2d203b95b7 --- /dev/null +++ b/dana/third_party/font-awesome/License_files/inventory @@ -0,0 +1 @@ +_bsa_go({"ads":[{"zonekey":"CVADP2Y","zoneid":"2857","width":"220","timestamp":"1510265968","statlink":"//inventory.fontawesome.io/73d36d4","statimp":"//srv.buysellads.com/ads/imp/x/GTND42QJCT7DKKQ7CYYLYKQMC6YD623ECWADEZ3JCWYITK7JCEBDKK7KC6BI4K3LCYBDEK3EHJWNBADLKM7UCBZG2Y","org_zoneid":"1298241","org_creativeid":"6495954","org_bannerid":"6495954","model":"0","mode":"hwm","longlink":"TF6AV34BTTTTTT4K564HWTTTTTT2X6VHZVTTTTTTADFEVNETTTTTTBDW5JYDWZ7G5RSU5ZIH2JLN5YZ55JBCE7Z2KM7LAYSG2WUN5YZK2JLU6OQGKJWUKBQGFRBUVSPX52UUPAIDKWONKSS55JEU57ZI2RNNPQIM5JNMOSZHKJWUPSQRCV7DTO3NCWIFPRD2ZRJN4SZEKHWN5SJRKQBULASH2JNC47DI","longimp":"TD6AV34BTTTTTT4K564HWTTTTTT2X6VHZVTTTTTTADFEVNETTTTTT","image":"//s3.buysellads.com/1298241/309950-1454187271.png","i":"0","height":"65","evenodd":"0","creativeid":"89663","buynow_url":"http://www.buysellads.com/buy/detail/247631/zone/1298241?utm_source=site_247631&utm_medium=website&utm_campaign=imagetext&utm_content=zone_1298241","bsa":"rocks","base64":"data:image;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAABBCAYAAAC6osocAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADKGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowOENGMDcwOEJGQjgxMUU1ODQzREI4Mjg3Qzk2NDM1NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowOENGMDcwOUJGQjgxMUU1ODQzREI4Mjg3Qzk2NDM1NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjdEN0RDREQzQjZCQTExRTU4NDNEQjgyODdDOTY0MzU3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdEN0RDREQ0QjZCQTExRTU4NDNEQjgyODdDOTY0MzU3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+42jP1AAACoFJREFUeNrsXWmMHMUVrgUUhDgHEEb+kaPB3KfGmASFcA2JwCwCxJjTwljQVoAQBYPXhCskHLOEIIMB4ZVAFkgcOwIkQICYAYtDgGDXnJGxzE4gB8gIdjCBIEXg4T31K/lRqr6PnV7eJ33bvdNV1XV9XVWvqqsHer2eAswCNoA14HZKIBBkhS+AbeBS4Lot4M+ewBeA1wPPB05KHgkEmWFH4NnAl4C/GoAW7mES3K2SNwJBbhgCzkHBbYCTn0nLJhDk3tJ9iILDQdyA5IdAkDt6m0keCATFQQQnEIjgBAIRnEAgEMEJBCI4gUAgghMIRHACgQguB+wK/B3wRWDPh68DLwPOlKIRTEfkvdJkW+A5wOUJ/V8CXAnsSlEJpgFyW2mCr/hco7xXE7TYPgeuAt4OdIHHAA8CHgg8GrgQuAz4HBPYLcpb43kjsJJBvGoBrStyiLlxLP4ngCt4Blo44XPvSbpeN34fY/dWdL2n7Gtb6xHib/M/xty4RphVds12zyF2nae9EhKX0QA3Y5b7tELCUz7xVxSviQhhOUa5VS1hVSzuh3zCc+NWwC1yEBu+inAbE8hq4H3AJvA/EcOYAZwHnA88RHnvEv0BeAHwnhRxa7PW3KFCWgQcMUQZB6b/fkfV8hAKgn5AdOl8UU7xOtYQEMZrtxThjUSIK6Zn3PjNT0SdlPHJZQx3M4mrQpX5dCrgZTHEhlhPLeMc4KnAtcAtgXcD7/gBd0ma9MBADgf8pgIqTd1SwboB4qySv3EqVy5Afd95Ab9pzGbXZvdBXrZ9xFWna31vNLkfuJjO76BMfSiDcB+mQr+Z/sdW7jEZDiRCh0RTY628E1DBaqxyNo0Wr+xoGw8Q/oBp9rvgUFhn0Dk+2S6iMVtW+Ep51svj6f9B4BM5F8hEwBjAHD+Y46h+rmRcNHXjd+XTvWoyN7WE9+bjyEaKNKyIOJZyDTct43qX0uVaWreOJTzHZ1xZuOD+xroPR+T5dAA8BTyMzucag/issRvrAml2fMZwAzG6dVMtuC4TTZ1VPFvr5tD1ttGtdKcwDYss5TLiM4bjbo716aLrdOp0NQN6B+Z9Cxfcycoz3SPOVN5WDXnjFeCJ7Ck2vyRdGD1OMq2tlYLj0aQK5oZ0n2osfqZVL0m3ko/hlvbRmFgbg+pMqLkhjZWyQgYSRQaOB0Lc7w/8BRC3dPjWeEJgov8NfC/ivR8H3gD8I/Beavk+LcH4yWFPUV3Qups6XlA89H0aId3JIFFVqfynw/zoCJVJRxVgbU7Twv0WuDWNdf4Uwf0y6gI+SBVulBH712so0bgaZcsI4V0HfJfOh0pQsMOssuo5uVFW6duWBxofL2S154wWeyVCd9LWte4m7FbyMdxYnwnOoTQ3+1Vw2ytvWz1d2aNUhq/piCLBye2/0/k7ypsGQOBmRjiHh1MI+0YIbwmdXwrceYoKzBzETwSMn+ZZhDXsM77Is2s7zsQX1LrZDAhlsVa6EY1eHUrneEgvw1EZTHwnXdp1ofJWjKxW9tl6G9CUP0juV1uu/xh4sfImuPWDYD8SZhBepq7q1cC/KIGgf5F4adctdIyz6kPfy0/c/6SW6gDgh/Tb8xGMCnfR8c9SnoJ+RxLB4ar/HwH/C3wkgf+w8Rm2aIcCNwJ3Yl3XoDHJJ2y8IRBMK8GdxgbBH+cULxzTXc6MMzNCxnK6771AilQwXQX3bs5xu4laUcRJIW7foOPpMcLHD5jgsrENKniVulDIuYHqzayiBHcoHd8u4IHwPB1/GeLuTTruHjFc/IDJa8BTlHwtSBAP21G9eY3qUe6C0346BSRuFR3DpgjWxQwXJ813kLojSIEdqB7lLjiNzwpIlF49gnNsQati4k4K16S+CDLAr4sUXK+ABH3L4pnlq0TSjRRkgW2KFFwRXbJd6IhWy/8HuKtI2QvKgDSCcwqI35F0DFttIvNvglIgydsCOP+Gr1ocUED8jqJj2Gs/B9PxH32Yx7g4tuvTKtsWzOJvuPwN5xb1ukuX3HeYe9do2c376LeZtRvT74hxPx6GGTe+OLyjgtdg6nfoRigNXQrfZQ/pTkC6OXge8HjEzZv+Qc+DisHF5KcV098T5O+wiO5/39uEnUPcPkbu/hox7CJR84lDLSAPR4GTwAr936CwXOY3yn3Q/5ilvBAOnQ+xMCrst5ZPfgWVe4viXQ1IV1AYrnEv17g+Qb/HzZs8EUcDvSSCm0l+Po8ghKSC2x74v4gi2hz4Ebnduw8FN0YVrMoqVYv9zitr3ag0K+h/hyobd+snOJcqdpX5tQlOV9Aqi6e+PhYguEm61jDio8XGf19hpN0Wl5bFj/kAqBviips3pRacCngCRRHcISHuZgHXktt/AbcOcX9WgsRPBWqWSmNW6iHLU9phFUtXvijht0IENGq0HA3WKvYCBNcLuV6ztFajEcRcM9LXYukeNR4OcfOmbwSX1GhyGR0XxvCzkY7f+FzHRdH4eg2+iLoHucMNYr8KCVfvPdhQ5QYafobZGMQct3RippPPNXZ9xlt6nKPfB9O/p0HbYlSrhMSFx7drhFNj18YN/0nzpnRWyrvpiMu8BmPeayXwaeUtjXmdjh8obyH0lcDNlbfdwt4qfAUJFsThdH5byQXXYRWeV3pubHBjWIejbNlQZ26bFqEmQTWhPzO+TZYvI0y0zQzypnSC66pNL3s2Ik4AbkVHtG7+Rnk7Ks+m409Y5uLLrT8Fvh/BwnoTnS9X+b25UBQmWIVq+0zBxKlQI4Y1NKhVaRuWzTRwLFbTcZ+W12aNrNH/HRa3pZaWL03elGpaQAP3KLkCuA/wKhW+rwju7vVz5X1v4Bujq4m/fRRhvo1jCZsOuEGVHw7l4TBVsKT7fixV398VqxHSwlWM1jUt9CZJemtwhwnOVkcGjNbRZV1rh3WvdUvH92QpHxIaTTTPZIPHwRThxCU3KixMYfTpN6OJzdzt5zdsWqDKzPBBRo66xWyfxmiijSSOMT0xFDC1UCEjy6RhDHEN66jNkhklb/rGaJLF56ruVN5LogjcW+TVnJ8RVRr7YZxxi7xzkjxnlECQDeJop5fV9+Fw2/G5dH4cGUXyAFotn6XzVdTf3yiCE5RFcFmtwD9BeZuzIp6iMdVWGY81r2BiezaF2ASC0lkpbcDtx/UOWpdTt28wg3CPo7Cuo/9XKm8fxzRi+0KKXpABvpxKwSkay51PXTZ8Sxv3osRvAZynvF2aowJbxwXKW7T8pPK+lIrAr/Kcm0GXsC11RZABnond/8zpG9+4vd0StWlnZMQn1FK9RcR5p09JPGjinUXCwnk6nJvblfnFeTbcLm99RvHbix4Ess2CICnwc2xoJHwvhp9eXoLTwK0R8AOK1yb0fz2JbX0OcduTxprYPd1W6o8gInAnOfwWBn5IZm1Mv7kLjgN31EITPu6vv4ePG1zK9SiN09ZI2QqmGQoVnEDwgxfcZpIHAkFxEMEJBCI4gUAEJxAIRHACgQhOIBCI4ASCqRccLuTdUbJCIMgVqLEvUXC4kHe+5IdAkCtwAf8z+j0z/PAhrji5T/lvYyYQCOKjQg3aYuARA97KLlnIKxDkhO8tdv5OgAEAfLPylPXyep4AAAAASUVORK5CYII=","bannerstyles":"div.bsap_1298241{width:100%;display:block;}div.bsap_1298241 a{width:220px;}div.bsap_1298241 a img{padding:0;}div.bsap_1298241 a em{font-style:normal;}div.bsap_1298241 a{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0;text-align:center;text-decoration:none;overflow:hidden;}\ndiv.bsap_1298241 img{border:0;clear:right;}\ndiv.bsap_1298241 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;}\ndiv.bsap_1298241 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}div.bsap_1298241 a{line-height:100%;}div.bsap_1298241 a.adhere{width:220px;height:65px;line-height:520%;}html>body div.bsap_1298241 a.adhere{width:218px;height:63px;}div.bsap_1298241 img.s{height:0;width:0;}","bannerid":"48812","alt":"The Ultimate WordPress Theme","active":"1"},{"zonekey":"CVADP2Y","zoneid":"2857","width":"220","timestamp":"1510265968","statlink":"//inventory.fontawesome.io/65e4b42","statimp":"//srv.buysellads.com/ads/imp/x/GTND42QJCT7DKKQ7CYYLYKQMC6YD6KJWCVBIKZ3JCWYITK77CA7DCKJKC6BI4K3LCYBDEK3EHJWNBADLKM7UCBZG2Y","org_zoneid":"1298241","org_creativeid":"7293110","org_bannerid":"7293110","model":"0","mode":"hwm","longlink":"TF6AV34BTTTTTT6TC64HWTTTTTTD3MVCZVTTTTTTADFEVNETTTTTTBDW5JYDWZ7G5RSU5ZIM27LFC7S5H7JNOSQG5MUCCSS6KWUIORZW2MGUCSSM5QJNPGZC2RUFVYZUKM7NOSZHKQ7N4","longimp":"TD6AV34BTTTTTT6TC64HWTTTTTTD3MVCZVTTTTTTADFEVNETTTTTT","image":"//s3.buysellads.com/1298241/7293110-1486549940.png","i":"1","height":"65","evenodd":"1","creativeid":"137936","buynow_url":"http://www.buysellads.com/buy/detail/247631/zone/1298241?utm_source=site_247631&utm_medium=website&utm_campaign=imagetext&utm_content=zone_1298241","bsa":"rocks","base64":"data:image;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAABBCAYAAAC6osocAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAN1wAADdcBQiibeAAABJhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIj4KICAgICAgICAgPHhtcE1NOkRlcml2ZWRGcm9tIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgPHN0UmVmOmluc3RhbmNlSUQ+eG1wLmlpZDo5NzJlMGExMy1lNzJjLTQzZjYtYmI2OC00NDg5NjMxOTQ2NDI8L3N0UmVmOmluc3RhbmNlSUQ+CiAgICAgICAgICAgIDxzdFJlZjpkb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1YmI1ZmZkNC0yY2U4LTExN2EtOGJmNS1lOGRhNTA1YjNhOGI8L3N0UmVmOmRvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6QzM3QjlCNzBFNjBEMTFFNjkwMURDNjRGNkMzMDcwODM8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6QzM3QjlCNkZFNjBEMTFFNjkwMURDNjRGNkMzMDcwODM8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDpkZjVjNWVkYy1lMTcxLWJmNDUtODY0NC0yMTdiZGYwZDQzNWU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KwtgK/gAAH/JJREFUeAHtnAmYXUWVx7sJJCFBwiaEJSSyCKiAAiogElD2EVDZibKouI6iBueDoCgynwOKooMKKCKLAkGUTVHWBE2QVZF9TwgQIErCkqQTQtLz+9Wr83L79nud7pCY6c493/fvU3Xq1KlTe92693VrS6a5s2cfuqClfXRra8sI0L+9vZ2U1kiueNUCVQt0uwXqc6eNGTSlZYXWHwwYMOhSs6/on7lzZn+PCXZov5YVTnxt/vzrBw8ePAtxa8v06SZXVLVA1QI9aYE11lC7fdasWYP79++3x4L5C06fM3vmdgMHrXJcy9y5bYe3zZ717IwZM1bric1Kt2qBqgW61wJsZqs5x9raZo5asaV9weiW1vYTVl999ZcmTZo0cMSIEXO7Z6bSqlqgaoFFtcDkyZMHtLa2vsRkO6G1vXV0y5y2Wf9sb5+5jhmZidVD26JasEqvWqAHLRBzaubMmes411Ygb/+WlsGze2CjUq1aoGqBHrYA9yKzuRXpz4TzRqW6juxh+1XqVQv0tAVaOUK2MOE4RVa3kT1tvEq/aoGetUCaY61OuIqqFqha4N/VAuk93L+rsKqcvtECXAT0oybFxbqdm7jX+0btlm4tqgm3dNu3z1n31g2aT8VERT1sgWrC9bDBlmd1JtsKTLYF8L1ph5FgJhgIpoJz8kQkWFGzFqgmXLOWqeSNWsBj5ALwEXBMQeEJwucYzztguvoupFfB3ALFc3jVKFULLKoFYiK9nBX95laaBiItCao/jVugT+9wrrbFanPk6XJQdKXfVZpl5PQozwedLssq+tUgfxL5Z0nY6amNBv6U6+OlibRSjdU+gs/hhqzUPuqUbTbM19eEfXrC9XSgdaXfLI2B1I+0+Tm9PsmQp9MDco9gTSnroZYuIur5I4P2CS/I9kPcgaPjRE/HvazXwU6pjA55i5Gwoy9lOzlNX7p9WdKVPcvtrl9FH3t7uM9OuNyZ1s/B54B00Da9us6DwxW7oT7p2nJQx2B2ImkzDUDS1yM+VBmYgjz9tgl5mpDIOlExjbBlbwhWB9p8ARtTC/Yb2inYCD/WJO8woL1XwNPYSJ/uoZv8Jx51ILlGpiHX97BjXayT9AxpHhtfS7Fu/Gng11pkWx/YjuHXHE115ZfpfYr4oPLl9hdfXNVKUfE4EvXaOlKHtIjAPw2mgn+AR8CtYO1yPZGl4xF8f/AkuA88DO4Aw7P+QMJXgCfAPeAZcHxOO4DwePA8mAPawFNgLHh3ubyIk5baGr4F+BG4H0wHrwHtaO82cAJ4c84XRzmj9lf4rn+fAjeCp4E+zAMvg0fBhWBkylTLl3bfQjzstKJ3JBgHbDv9EM+Ca8Au5oGfAaS5NZbaqm4TWdgbQPgzYBywzWYD6zcDPAh+AbYv+FG3EbLezqlfrZ+ZY841fy3Q1yZceq6gomNAkezktGLD6wsL4ZigRxIu0iwim9jh8JXBA8VEwt8BXynJvDIv0nwix2QbaTARL5b9VeIO6CKZRxTJSeRVfHGSxaDehjQXlSLpR9mG6eeCQSV/ws76pN2sUonKdg4j/ZtZp9OEQx7tuSXhv2e9YM38+j4KsQD1qUlXr1cfnnDR4cflXo4B7SrtMclBWxz0MeAOz/quwBI/W2rfKOu7g9ylEIr0xwi/niQd/ziolLvDBO2V7fRDEBPv5EiEa7ORLeWN7PALj1SPkaS7MEjqxQRIgvzHCaMd/ZJuAYPDn8zXQvawiZB2AklQ+mN5McHDN08DK4hsbyvC7taSOtFmSZD/hF8hG2teCUG9f2qS3vs36uIp0s0tDc7eW50uPY9OixVTHrJGGSOtqF/Ui/Q0QUlIux/c55Dbgc8lTmiPker4nOQzo238PzT8TXAvIxz4+xE+Cajjc1PaleG3gsfAALAD8EjrM5U/Clb2c/Jugw0Xg7cQ/x1wx5oHLNOyngMTQBvwmXAXYJ20Y1k7g3PBYcDypZ+CzYDPaNqINniU8MNA/7YFHsktbytg3tAj6IVqq5PI9EuAz6Lhl3r6NRH4PGm9RoLwS1sHk/dBbJxckBPsY9QHj5QOGFfJrwEpVtfnCK+b02LyFI9oo5L2wp3mReIbZX13uLtzuoNKSD7PvVMdibDPQPuBaUBSL3aWXbKOzzV/MxGKHUK9dPRURyI+BPwWlOl7Of1XOcH6hT+XEk7Pe8lIzc7uyNzdJfViJ/1wtrNnSunoqzZHg7QTZr2hxH9S0DUY5brDxa5rPqno12XEy37tjcw+kcKnmYSjzZ2MvZ6oTxprscP1xWe4pT3hYnC8SmO+1REB9zjlZEuDBH4okIoD/Pisu1stKU3EsHVqTks2SI86rE74ajAeXA/+CvyHTxuCV4AUk/ZGbUjI0tEVHv68m7AXKZITQboy615QiyY7sTgcmQzVbOlTcYH6YdbX95hwdxKONjAsRTkuSgNyWSsRXhGkHR2+D5AsN+rhDpfqIO/tRL2qCReNYGcSjme47u5wMZCuyvkdQLVGXTjA34RsMpBC/6ysf0pNXB9gruobF33J4U4rPHoxgQ7PNhz0MUn2yPnSYM5hJ0sM7vNynvDHi5i1QVxshHxclE9a3QfC0U7uvM8AKSbJXTmPN67eREqxmIwyrRmhNz5pL2ynP4cu8vpED1lv41GH2OHSStrbKrGM/fV5Q3qyxjp8MRFps0ibBoaDkMXgHYFM8nlKmgSeSqGFMh+InEg+F0V+VbRhvk2MQIadCNPBPUCqv2s0r1QTtziQjwbhh//L7W0g3dzCg67LAd/LFW25m/ku8GX4X9A5FEQdYmKsj2xlYJlRzsfR/wBxJ374QjA9T2t/mBEo9DdEf2XK8Rm0z9HyNuGKHf5GO7M+GMuGGCxOFi86pCgzeP25qJbcMr04sLMsMeQpD7ZiQEfykAhk7oRrNkCjXHWksCUfDtLOBY8B/zzhRdHUJgpOtjLtWRY0iOtjlO+vDyLcQLV3i5anCWcndtWRMTC726MxcJvpR3rw0CtP1P5OqJhcoRScNH0OG+G/t39Fsh9DpygvhutHzYLQn9cERf0d8IuiZjrFuoU/YbeRzdAJro51i52zUZ5eLVueJpw7S3p4b9JjHrGkrgZITWPx/sZkmVHK7s2pvhUHf1LJE7E4+Lzal2IXioHq6wiv7H01oaxYB8s130ZA0p4yB/YjwHL9HCzybEm4GYXOFlkhyg95/IogfJB7WTQRvAmE/wTrfioLfXdb6zAH9PjDbfP8f6e+POHiiBWd6aDeDEwC7ioOONNiQG5PWIrBU4st+b/3ZpMOLssaDiz7RqBfvgvTL3c9n5tM03cHprvUc6BoQ7k7zr7gDOBNoHXTts9chqVDaqxev8eJPwDk+mCZ0gHkP4V8z8O96o9da0VkXqy8F9lIFSHbTrIsSVseN30u1K+085LPCVeRLdAH38OlZxIGhu95JJ+n4sbMa/VOuxyyXUB8kRJX3c3ew8XXHKfbfuSLZyDDMWgNTwBS6J+d9TdD5tcaUvg1kXCnIx+yfVXKFLq/zXYeyfK4KfTLDl9IdyLkp2Vd6xa3kd9RkfiYnKadKOM6wr7A7kDIhoGHgKStaCvfw6XFGz4WSFGOry/q7yrDIDJfXVwMngT3gQeAtrdWBx6TObL0Sk490piIW8q+OOFqFWxv92q+0eC4HblfNfhuaifggJsBJCenkJb0hDsrRgy2z00l1AZlDNo/I9sDDAdOyv8ELwHJiRB+7a4d4p81ASpOFL9AORa8DWwIdgExAQjWr/FfILx+trMO4edMhCwn/HESHAneA3YAXwFTQZFC1wmXFgz4zllBf7UnaV9/twD69UHwJ1CmcdmnDu/+lPVWooJ9e8LZMVQydrnP5x51tXUAxABR7M6jrEjGQ7akJlzsnMUJN5RypuSC9S0GpiInTbzUNu6Eil3szFy/tPojv0wFqKhj3Hd70wxkst6WE/TRbMcjo+318Zxg3fWl6E/ZP1XDv9BzwqUX39ne6SpBpofvxv1YwPoFmR7t4w791py/T+xuuS4dJlyfqZiVK1C6aODZwW8EfwNcfa24cq/rhZMyLiT+SVhdn1d89pDi2aUWWyiP9OCRXuaRHjyVxaDq7/MRynuDZ4G+6YvPbsILDJ/Z9FEfPKqJS8GXgZQ6EX40uAKEjvrm83reT6l8fotnQssx/gnK/x1++J7NySS/CPkYoF19kUc7OUZ8RotnQf34BZC0LaU6Yic9y8GPQ3Y+0Ja+hV8eU9cC4ZfpHvG9SDqAfI/ij8+d0S+I+xj1tWe46B46Lg1KuF+CnAGKKzzROvnVxHvBIXVJLeBqHyvuIMKPl9LjmcxBk4j0KNMj0b0l/fNVQuazi4PQ8AbgEtDMN5LSccwBnIh47G71xRKZxz2/HOmKbiDRD5Att5i3fnxDfhB4DDSjsTn/j0oKDxNP7QAv2v4S8fiOs5QlRd3hrgSbZLv1tjTeF4i61cZE/rVAqxNuwOw5w1rXXNNjAotLhy8benWdqY+rd+wsPrjvDNYArsTKJ4Hr0PGY41cXe4LY/eRjSfPLCifIgWBoTnelvp00L0ZgndsMufrDwByg/t3ojQ99uCt52hkIb0O6t3/rAH2zk9wF9O9m9NwRnSgEF5ZFvFg/d45dwabAo2LYeZGwZd8K10a9XOOSdmHadpEZQngP4GLjrijZFtb3ZiPojIRtB/zy3x1qKvgN6ZbZwU90fV2hXxuD/iYDy5sG7iTPnfCGfinv7WTb2i5emswdNPDpPndpUu4gKwzqq2453TjpacdpkubgaEjabpjQRFjW16+yrFFWdNwVG5al3PRG+YqyrLeodujSTndsRJlL0q+w2Ru57aDfcUvZdKD1xso18jmvutQ7TToHXHHgutr6GzWPNqaVB2T8M520Apfy+v9M0u6JvBNhz8FbLKuTfuQvlF3U16b26/83RUGZcv28FDFvozpYxyg77UBlGxHHVld2wg+K6tRWLuNpty7YSm27JPwKm32B9/kJF52UB3fTCdKN9A4DKuw24+UB2ExP+aLK7ipvpGEjDXDiPfIz8gfvjp2e+Nsde1H28sDLK/ryUOeqjlULLLMWqCbcMmv6quDlsQWqCbc89npV52XWAtWEW2ZN37hgLyTypURjheVQmi9eFqvm5gVd3r4uluHFzPSGL01yYzhxvSWLG7Eub8MW09dO2XJDenu2xMuLemH7DV1CdHK6C4FlQuliJ4eXRr3s87i1TN7kujoo67eyJiC3X33X5y1ueax0sKH+0iLKX6x2KLRhvQ9znWzoxbL5Ruv4hnY4nPclaroStlNA6jDlb9Sx7uQvlFe+Tu9O9qY60VHab6q0hBOiTPiWYFPKhjV+9/ZGisau/eQL7tRmcsvK8nqZWe6kSp+45XTzBpKNsPNGfOoqL/b9UmhV0OOxiq9ka18F7ATSS3xkaYEmvkTHTFd1KKaVV61iWtOwzloZ4HubDVD0C43VwEvgT8ifhSfKFbOxXLkTN29BHhXvsLqaGR31o6Fj8LviWq5fLewM7iPu1+/pq4uSXVex1MDwhlQqQx+tF+L2EYSHg4kgyeF1/wknyvnT1X6ESbDcWHTqOwHp1jXZyNx42cfrkE0B26tDHtMb2kOeKJfbsJ1CR46eg+4IcAt1fJx4+uoEvh6yfcAfkfspVsg3R+YXMJcBP3j2f01qwy9M/oHubXDtEqztGIYRpT4yTUKmb+pEH4YsXokYt71iLNjeob8rYb+HtT38hMx+N73eroSTD7BUjlFgfheLj4ALwQfAOPLLnyDtKcKNxgzJnXZ6/Yr+TONepcWixfmWEkdTw8DHAL+6vx+My9zvAk/UGXg0YAffkIfzZbkNlvKhk8IdFEoRdNqAHZJoUXZDL3ijMpD5qZI+fBJMCd1GnPR6/Qg39de0om4TW1H33dB9fyOdkBXLKoYjvcyLZRP2m8v41cFAdYn7UyDp2BwP+XnIHOQDTIT87nQ8GAf8uv/iYlnE6+0R8kXJSG/YNsid2Pq2D5C2DJvBkUWbdWp70pIv8LXAKLBKtjeF8KfKNiIeHJ1F2g7drjh2an4s7n9exkCsfl+noFOAX3n/Lgol3RX0AvhKyL8FH0F8YzABHATuQP4o3Mb8MOztwH9wcxVyf2+V7NeS06+dRxJ2Rf21MuCKexNwxbVRHKB+q3gP+dPqTPhgsAmYCi5H7veQaTUjXifkHou0txuYCa5E5srn9387AQfaoXC/+/Nfwb0b+E2hP3+BpZ3QbzQN/x3Zuwjr47PAfH61f4NpcOvrF/xbg4nAU8E7wMPgt+i4akv67LeL6u8Is2y/yrfttH0Nun5gnOpjPsLa2Sunuxu8AHYFE0i3XtryF9uu+JeCPZRBqRz4LkagHcCPQMi1cTb5XFQJtpxE+DwDxO1TJ+N4ZD+D29/z4O6W+nMT8XjEsC9GEL8RbmOh1u63mKZH2+xO3PbV32uRPw6XbBfhbwM3hdsOrwB34yeQxXh0DBwO1gWOhWvgkrvqI3J0LWMw8Dd+z8EfRe8xuPVpNBZTm5FmvzmmVgO3kmcc3DwEe/gs2JMdjgJi1g8nbEd/PBfcYZVCvlchLX4oOQ6ZH0j7Y0a/DbwVuNpeBO4CdqqTKBHhnwDpFjAO3A0uBQ52fzR5FZD+Bm4CW4G1wUPgEXAhcEA42RxINlDaWeFRD3+sqU/atZw5YGuwI9A3f781AZwJ3gXcUdNKC18p27yC8NU5rB2Pt38FfwL+Tkz6fE7fl7CDchyw/tcA6ToQPvmPU9MCBveX4JNA6Fo36UPakwh/PUna22+HXwus8/lgFghf7Z+o+16EZ4OhOf9Qwk+AU4Grv8dG7b4d2B5vA+aXPpvTYgfUvx9nWZwMNkZmX45ULhH2FxHS8Bx3xrlbjs7x3xOeBtSzH6Qv5jTbzH44B7jQ2O/3AekzWcfx8I8M626fuvBY9oeA5PhwTDluHwB/BnsAfbG/ymPxwJzfH83aLo6Di4FtcnpOS31muBmh22GH69HHy2ReUcPwY8AM0D/HY7DofOrYcID40UAaU5A5MB+NeLZxCjIH9IrgCCC5CyQi/D7g5HEgDQT9c9iVPXRuQ+buVyfivwKTQQy48FUb3r4dEcqEbfjLjcO/ACYX0rzMcLK7epseE+5ywldk2fmEpTTBs+x04nNyeNeU2t7+XeMScSeylPyAp4Ulp40j7mBzZU9E2PKeNgLfDUhH11KTbHPik5OUX1hnPSdMreNrv4S3HWOxPIywk3Qt8CJI7Qn/Kpic8w8i7EAtttV6xF08YjGx36IMF8HTct41CWvf8fK5LNuOsG05BHwTOEGGmCYR/iSQNgReeEguXmvVNJLOt5O05vcYwv8spDmR9HcY2AVIm2fbTp7kR45fSrzhWMzpF5B+Z8H2p4k7Bt3t9DXVOdLLPNLj4+VFztCSgTC+IfJXgT8hkdJ5w+0VzKcQJ4NbvOTANP37RpCvAtsfpEFH3I5TdjZw5fQh91BwGbZc+e1IjysTkWlDuwuAE0h/YhHYjLBHktPQ7we064LgEcmV1SOilOqAPSfBk2AUeuunhNZWJ8pRhjO5gCT7ISjwVGfi0SYmeVy5C9tO3Mj3c2T646TxeCMpsy2sl0cq8R5lUNHem4j/AZ3H0LVtpJ8B66bex4BH3F8aB/649WFk3wBS+BjHOI+h9tsd4IMqQPsBf77zL7gDL004+D7gBiC5e7WBL1OGA3As4buBR8RzgGTd7BPpChDH1h0JPwXOA7GAyh+izJfhnwBnGsbuusCBfAmYBTzGecSURusj6WmRJ3wSMn0+Cth+LhgHgEGkXU/co+bTcH2vtwNhKfmJ7hDC+4PyWDwLmQuybXMXcFF04tq+tr/9on+pXeXdpZ5OuHDcijhJkuPFwnDKir4GZme5A8N8Vlxar8ZavoPuM4RvBw6S24Cd6sDaADgZJH2MctVfALQppKjDiBRrafklfArQrjauBHZs6ii4Az3y7EvUDr0RmTvL6YTDbpmTlKgs158iRTx8duKJtUGkhS8Rn0famkBSFmUkQf4TutqShoN1wZNGIPsiJvRzhF8HUU+CiSL+B2I+u0rvAulIDHeC+Xyjra1AOtrCLVvZJGA/Odk+Rh/vDVxgYelZJnx0wm2c7exK+D5gv2wLpJ3ANSnU0rIq/HPoPg13J7kfOB5cvFwUXbClF2qsxVNJ1OMxZNtR9h/ho8GJ4E7SnXB7AinaqxbrOHaajUXHzlwwBNtnwk8D/wu0bVtti9zdPfxA1D3qaYZo0Oswvzo4MBfjkcUOccbbAR51jsppMfCCP49cO65YTiw7fmuwORiB7CL4q2AjIJkv2YbbQPqsTGgnfLLDDB8O3gLcMbYEbwWbgfEg+UcZHjdcGB4BByDeARwHDJ8HgsJ2xO28kEXbudpF3UJPHrLgTqIIl7lpYc+8QeqZJhXzqOtgtM7WT9KvGJxDCRd9NV0K3x2Qa9AGB8Gd/OOAdC1YB4wCLpgTgOREVs/LnbPAd8FNJmCDYP3iIPlI3EkzGdgX+udFgzKfHXeHbwJ+DyR3ijNIHwa3z94JHAtDkf0Yno5uBe6pIOphPz8O7NcfgG0Iuis5cf9AWRvDZ4JoQ4KpDSK/k9hweSw6XvTH47vjxInswnQImAZuQK5/jqOibZK6pkad3DRHLkAHnkLpW+BiCtyVuLdNdoodcDDsBmCjSZZhpVIl0XuFsOlfAjbUVPAiwc8AV17pXHAwtnYnbR6YS3gLZF8EdpA2xcogOvlBwg+AL6HvDvscmEH8ZPALwvPgaYDIIUymy5pjSXsJOOguAjubCGnf40nKR/hJYB2PBvqtTx4T9wTWSarXsxZNf/UvoKAYTgr8KeYrhtU1XqTI74S6AGyLH0fij++lfKB3wpxQzFAIm1dyB3kIuKNPJJ+DSLoHGD4VjEfuwieZ73XgbmTDedzqZxidsJnCyPVLugYcC9YFE4Ak/x54DDgBpcuBz0VOJMfCv4j/BxiPzMVsLpA8Ea1MeooTPgmZC8tPCTtWvFBybD4BTkRu/7mQuzBJ4adjxjT9nQ67ETiujMdY/CxRb0rb4P+F3b8QdozbbmPAEGDfS6011r2/0Tjd09Z6nljwk3HEwnzOug/+FNgIWMn/Jv0bcMkyRNExJ9fN5HN1ugm4Cu4APgUs45ek7UzwerirsZ39ZnAb2Bf0R8cHbeM/g98CPxl8GNxG3IFzO3BV0vZHgQMlXnQGH4v4h8hdGe2Eg8BoIN0BViVtAvxWyrPhv0L4HPj74M+aDqYCO0AaBFZJoYV/HJjWPQ3QUji0PD6ZVzJ/hJU7QKRov2jL1fHpL/jyXdLOh38C/iLYBNwLNgArgTqhj1rt9QD8DhJGAgecbTOAdCesebcHf1SeybK1ZdmSX5ukBbYW7fA3FojLkDo4r0B3WtawLP10p3yNsrR7PHgn8DLjWvjaYC/wdXS8MFqDsGR730XcRXVD8F7wBXSmIruFcH9wf7axD2HH5FVgDyCZLo0H30bPuv8QjAIeFR+HF8fiMcSlq8HXSHes/RUcAKzHRCDFRK7FFvF3sf6nCYVTz9rKRvgtlGEFNwY67fuRSaED3xzZjuBC5On8DXcrtgGOAk4KO+Rc5E8jT5OBuIPggzAn2CzwE2AH7Q0uQNcztJ1hA8j9nxpPZtkRxDcDk4F2vX2r20VWp1zG/ggcQF7UeOERE3IbZHbY8+Ai0jwu29GHAFfOn4INwKqkuTh8gPAqhK8mDEsDfDVk+hhHqA8RdsD5Xil09kP2KpFxyPTFsAuS4VeyPHyyPH3ynaErtO2kTwcbhs4GawEHxNvRceWv1z3C8E1J3xXoi+3j7mD9tkD2fjCW+Mtw7TvRbFMXHm8cYQt3NnXKpA6yo4DvxP5uOrIhsAPBTcgmE09l5rTD4JZrmb8mPe2A6Awjbn0vAO8BLoqzgToPhg247fxp4Dh0Unqq8TbRybkbcOJ7UzqIsP2h/Bpk9yIbSNj6lcdivIdbjzRtrwuceBeQzzEMW3Q7qLNE/qcJBfaj8E6E3N3CBrbRO1GklxNCbr5meSNPo3RkXfoTeYM3sdHUd/RTWuQv8kZpjexHnkZpRVmjcFGmHeKbgVPCZnBkR4PZwMHVqR+Qd+iXiAcPO414d3TK+RrlCVnwBnm8F+jgZyMdZc30kHfor0Z6yLocM2Ub4UMjW5FW5KEXrwXiiFDU6XaYmeuKaKWEjeP2Wv/GLc3snE74ddISEU6rAxEr2zCfitg2XdvadQeSXBU90pCcOiQazDO2/mivaFf5gpSz9CfbiDJMrevmtKibS1lKw74y84RPlkdyKjv5YhiZwqKPdf9J0lb9KIJSPV+zcMmeK+88ZDPA8eRxJ/4CcMd7BzgTnIOOk66+iyBLlP2KutV9aSY3E3YcK/W+TYYW8aech3j0TblM5eFPhzFUzINO5Lfk1B8Gst+RJk99g7w4zlKZ2Z5lqaes0Zip17NkwzyOJdPr/Ue8+9STL026b7XSXNotwMBx0DgRNgW+FPY91gvASXZWlE/YQVLRMmqBaP/Y4WpfmvDzB/2JxGXkW1VsD1uA/kqTzmyENwLbgKFhhnA12aIxlhGPPoCvOqdt5sscE9LOuHjb4zKqRFVsrQXyccdJ55H3yWgXOjdkVb9GoyxjPn369JZVBg/0mre1bdasWV4/v7qMfaqKX4wWcNKZLU+yFAzZYpirsiylFhg4cOBg9rZ5K/Lo+Gy/funa9ULK6k/HvbaUyqzMLt0WqO9m9GF1lFy6bd0T6/1RnrvSCivstqB9wZSWtraZo7g4eYZO8h1JRVULVC2whFtgxowZqznH5ra1jUor4ZzZM3/A3epB7S3tY+bPb7l+8ODBvlhsbeHcWVHVAlUL9LAF1liDqTO9xWNk2tlaFpzK/Bo7cOCgr9aPHnNnzz6Mnxkexzlzw9bWdLSklHpyD0us1KsWWJ5boN13g95HzuNw/xRfuZ4+YNCgS2yR/wOD6k52meji0gAAAABJRU5ErkJggg==","bannerstyles":"div.bsap_1298241{width:100%;display:block;}div.bsap_1298241 a{width:220px;}div.bsap_1298241 a img{padding:0;}div.bsap_1298241 a em{font-style:normal;}div.bsap_1298241 a{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0;text-align:center;text-decoration:none;overflow:hidden;}\ndiv.bsap_1298241 img{border:0;clear:right;}\ndiv.bsap_1298241 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;}\ndiv.bsap_1298241 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}div.bsap_1298241 a{line-height:100%;}div.bsap_1298241 a.adhere{width:220px;height:65px;line-height:520%;}html>body div.bsap_1298241 a.adhere{width:218px;height:63px;}div.bsap_1298241 img.s{height:0;width:0;}","bannerid":"65120","alt":"Uncode - Creative Multiuse WordPress Theme","active":"1"},{"zonekey":"CVADP2Y","zoneid":"2857","width":"220","timestamp":"1510265968","statlink":"//inventory.fontawesome.io/79b976b","statimp":"//srv.buysellads.com/ads/imp/x/GTND42QJCT7DKKQ7CYYLYKQMC6YDCK7UCWSI5Z3JCWYITK7YCWAIP2JKC6BI4K3LCYBDEK3EHJWNBADLKM7UCBZG2Y","org_zoneid":"1298241","org_creativeid":"7653589","org_bannerid":"7653589","model":"0","mode":"hwm","longlink":"TF6AV34BTTTTTT3QRE4MWTTTTTT4QPVCZVTTTTTTADFEVNETTTTTTBDW5JYFC5JGHR7CORZ5KJWNCSS55KUCCSS2","longimp":"TD6AV34BTTTTTT3QRE4MWTTTTTT4QPVCZVTTTTTTADFEVNETTTTTT","image":"https://s3.buysellads.com/creatives/2c34609f4403297f46fcbaecbda7ec68-1508731812.gif","i":"2","height":"65","evenodd":"0","creativeid":"157380","buynow_url":"http://www.buysellads.com/buy/detail/247631/zone/1298241?utm_source=site_247631&utm_medium=website&utm_campaign=imagetext&utm_content=zone_1298241","bsa":"rocks","base64":"data:image;base64,R0lGODlh3ABBANU/AByZcRV5WQUlGhaBXxiIZAkyJRd9XRqNaBFeRRNpTgUbFBmQah2ddA5KNwISDBiCYA5NORuUbhuXcAxBMAktIhuSbBRsUBV0VhVxVAIMCRBaQgo5KhJhSAEDAhiFYg9RPBJjSRNmTBmJZRyWbws9LRRwUwxEMgQVEAgqHxZ2WBBWQA1GNAo1JxmGZAEIBhBVPwcnHQ9oTAY/LQ9UPhJwUgQzJBqLZww/LwtVPQYgFwhLNQ1fRRybcwAAAB2edf///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiMDNjMmZkZC1hNTZkLTQ1M2EtYjNlZS03YjNjNDU3OGQwOGQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODk3RUNBRjRBRUY4MTFFNzkxQjk5QkFBNjQzMDJENTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODk3RUNBRjNBRUY4MTFFNzkxQjk5QkFBNjQzMDJENTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTdkMDcwNy04MGI5LTQyNDEtOWUwMy1kMmZkNjc3ZmMxYjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YjAzYzJmZGQtYTU2ZC00NTNhLWIzZWUtN2IzYzQ1NzhkMDhkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBcgAPwAsAAAAANwAQQAABv9An3BILBqPyKRyyWw6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz+i0es1uu9/lgwdOJy4gOYdiMrAuEnVjCycuD08RDSyKi4yNii8AgUwhLj2Wlw0MUQIWPiEOQjkYVwMqC5JCDDCWJxFOFAo3srO0tbIODahJFpe9lrlMEg2RLCSeoAc9hhidUyknHSwpmnUaLhswJxNLKQUnPSVRHx0FErpFIxm+vgbBGSo+CAo+Fyg+CQ4MEg7wVAwYBTooiARHQoYXDShc6EAgCYIOGzi4CJeEGpEZJxwgOEcEwTpfG5SUcIXAhQQA7YZEaPfhRKQANqoM6BETDoIMwij4EGACSYv/DiBSbOhAEUkGQxddEE3SwoBTADacSp1KdWqLLCx6KeBQoBeoJDkESGCAgKCPFAKIBGhnoUOzQxfihugRIq7duK7QCFjhI6EPDhksEsHzAKILDkp6BCgywwEgJCZ6PZjwsXIvvldWXWoHoJKlDkoOnAjp44YIITxOC/mQwoeHDv2gzOiQIUMlF7VzZ+igAY2EDq39LlB2ZMONFzl8jNPNXN3ii2mRSOjRoYG6yZZwN9/egbrZIwwsbBAggMSoIl0vhVvQ3VKGIwA+nKrQxweIvEVKnAZwwQeDBK05oUF0NtBkxAkgoGFAD+b45YMDCRqxwQQzRGdAAhhmqKFiEViQ/9EDFSYRQQ8uGPANdsA0cYEl+BmxgGa9UNCiCr1c40AvBcCXgwu9RSECDC5E2AQH8/hQYE1EZHCeGbzk4lcALnxQHIXRLaHYC9FMFCISI3Zww3WUzfDEAyxyqUBlOZh1QHuVvVUEWRsAgBQRD2SCjgcXbNDQE/gIcSQREiTQAwyObADBc1AccFdcpxBBiQsNJARldcXdoEJyTDhAQnk+aFmlESO6IMKJYY5Z5hErWNYDBETcYJkCgh1hgD1EeKCOCYJhwMIUGLjgp4FCgOCACwWsEOmxDZgAQwcCzNnEBuv0REQCGVzgggOETJCDlEYQFo0tN1A4Bz05UBCTpyJSx/9CJdiJOQQDBnwwAQQlfEdmDy0O8ZuqLvAwhAhs+vIYFC3caAlmVwTQw681QQDbd0bYUECJT2hQpH8ZhFDEgvxVMgEDDiBmBMBBbeAICwXksKoR6HJJYgRntjvEAAL0kEMBAnTg2BD35isEBr10sIIJASPqAwkfwbpErATcmAEFB78pBZnm/NlWfz5A0CMJjxWwGAMTOOAzEmQeIMRMjarUwWIrCMBABT2kZMRDLCBg9912c2BAryIP0fIRI0pWqg8AOFAABhBssIIFDXQwbs9HeHSJtNBeovEQP61zeRIEKFCfEB4dBXYPCpiTCgkIO1HgCRn1gK0LrIL+GGtCmFD/Hw8KxM4EAxlEqMLFROTAql8hBJaEASwowPryrN+owQsnFJFBAhDAkO4NF0CgzOA+HKBBBzmQgEI0ZgsBuRGCXmKMD+lZgvUQlV9yQqxFiOC0ITZsIAECAxiAKwQLsICURreyQ/RAAxpq3NiSwIF8MKECGjhBDiKlAAUgIF8acAAA/AKDG1Qhgx7oQQWIQLQe9A1Ug5pBV2Q2BANwoAEwIEEJNueD8xWBACDJSi/SJoQQ9uKEETMYUUQzKAAMQB0kCE93PgAAFFxCd7uLGxE+EJ0GYGYDPYIBIACggMUkQzVJAADrUEDGMupBMBHgkaSIQ4USuOBP70rB5wDHiu6w/7CFOVAWEG1YBBh9RCdG0GEPTuAvJAziMxYgoiUUoA5L5IBNKgAAjNzVBBcEqHa78kEJKAKC52jAEAz4QEwYIEUlpKADEOseG4cwgwyITwHra+MbgWVAX8WMe/9ywcB4diojAM0yRuOlJTaShBJcIgELOJOqeqEBCaiMdE9wgJsmQBooKGYJB3ABCYREFhbgpAgAeKTORkiFADyzBwW4igHBxy5cDoGHwlygD87pC1odoSsaFMlnSnAmFxDCMq3rwQwqB7wlnICGE8hADhbK0IY6lKHXXMIFGDkEAIBPbkQQgW0wGoUFaBMDF7AACuZXSx/cUqCmwlcxKxMgAIjgpf8iMNuCerTSS2QsEv/4xmUaRQBBQtMJOSBmKLY1g6Ia9ahInUEDeCQiEMxgBVEiYQZWMIMQ5KspVnCjRXBYviZ0aUfbQ6kT+PgmZfbCej7AklZ+lsobKjMHIhgABRwgAAxEID0ZG8EKTqCADzBABZXoABSXAANKiqAHe4ICFZFggWvBoAAcEAwDNEABAeDmfT7QQOqk4MazuOAAcPQqiUwa1g1U5bRO0UAvj8ALX/TnlCGAaUyfwAAGEKAFDKBEL2bAABsMAAAtMGsPULAACRigAvRLQgFSRKYW8aCrDimo+TrgVyYAAKpIcpAsfcADA/SWlkzgQQc6gIJ2LrMy/VL/AgOEGx0I2JOzeZxAP1nQABKowwE3WAEFugODoamMWCvAxhMm9K8eQBcEmFLCpY5AAp3YgAXbUO8EfRCAo7oJCp21rZHAywTAXAI75/VFBoB4hLmoJ1gZICdnY1SBlRSXMpdwQAAY8AAP5NYzP20CNd+lABSEIEMkmMeFwhGoBJymBDfhVhFyAI+wLCkJK8hRY7ITyyh0dkWg5XAdGKDTHFADAJZ1qAAaMIJgrCAHCuDtOCwxAQAgeDQHCECXW/AAb8AAs0toQI6GYAJ/Li8DpbvW2j6AGwGM6EbOGoIFf6POPOvEANqczYWf0FkfuCK0qACBJdwEAAu84Kgf6DET/0Dbw/ZZQgApiQBgezFinHJUCTN4746HII8jIYgEE/jEiAqUaCFY0NJO8AsEMhCJHGSSs74agQW+iyQpQBAFD412WHqtXr4mt35azo/rDEaBBBigBJXLgAO6cwINBCAAH1BHBwgh3SRoIME+mDXoFHDYA3ypAyGwQLV6MBxqC0DJOs5RBDIwg7aMC9k+MNECMB0FoeB4mR3AMxMMQO2R9aDRSEjBJTqAAB6EoAEIkECvLlEOA0DgAx5YQM1O/QQQRG8I8q7huucHgBCMYgRnytEqB+MAjCvBABnoEQiulSIpzCSxbWkrHciCGAQkFdSinvgHUP7XRQzjAE9dNvIUof8nj4NcnkawwFeEEPOzqACM7zqAJnZe0a5oZzu5qQQLqMEAATjAdFRAgQIScAHAbFYSTdQJBaS9UBg0AO+SsNZUbqCAFKAWtZqGbhEGoKHKa8gCPl+Az6UggT67jrccCX0UXhNiVVFX9KhPvepXz/rWu/71sI+97GdP+9rb/va4z73ud8/73vs+9gSIgQyGv4M5+oAGOhh+DBBfhBg4//kxoAERkK985lNfBsv/ve918BEcDAEHvhAAPIfwERl8P/xpA38vxH8EGjjfCAEQvg5ikFghBD/5OIgBPAfwfMTzX/9DEHzKF0xDAH3ONwCI53zSRwTPNwTu937TB4E+YID/9OciB3gEFBgDxvcECuMA88d9lrAYNGAJDrADMmAJ5mcE0+E6w0d8QjCCrmOCKPiCJCiDPZCCRXCCCxOAK9cLMSAEEgCCvvCDBXgJO8CAllAfO7AOOnAEH+EAC+gDM0gElzAEOhhRQqCD5LcOAmA0M9EDRFgEHxGGUhAAeKd+P1gDSSgEK1d/Z2MJ3mcEatgD9dGGPjCHdWgJbugDWmh/BlMDMbADNdMoOugA+SeEYRgDvZBYikiHPoBDMSh8PRCFVMiCMjCH/CYEU7iFO8iHlyAWVmgJW+gAw4eJUfiFZDiKLSgDlGgFS3hNJFiEYGgEqOiEriOLPxiLQtCIqeiJ/52og2TYKDAIivZ3CaajiAaDg43YB42IKOOniTd4fo4ohdFYib/oOpYQhn1IjTg4AAbTKLVoBJuoBQtAAzdSAz7whTgIg3FIBOqYfBr4htV4fHCojg4Ih0bQh8PRA59CBCDYiuq3gIooA68okGvYiEdoJfP4ivUxjtR4jTEwh4QoitCIgxNoCQkZjmI4j1hwhQJAhPYojxa5i92XjpuojiFpkhyZhRSpMD2QkHJoCdaXjSRZA/vgOuawjD6wAMlIgJX4kTEAguhYkRt5jcU3hds4jvuYghr5k9D3jE9whfz4gymZkjMjAC3YgzRQlSjIlSvpiyQ5i7bYiTMzhY1Ij/894H06SWEGw48bCI2+UANp45BVyJLmF5BgSZSVyJQ0KY7r8JZPQAADMAA0sHIaeJIOeQQgqANeKQONmY8UyYtIYDC0iI8XuYM6OAAu+TkSEANt6ZOn5nwg6AB7QpcU6Ynmd5N394pbaJEryJdiuZFA6XxQWYaWIJe3iYtMoI77OJSXqX+5GZa92Idf2I45qIfN15dn+Yi3+YXGJwGv6Jt7eY9pCY39WJeoGZY7sJzcqBaW0IQq2Yvd6QXDuBMyKQT/yAQw2IQrZzrp2Z7oaQmtmJcreHcYaJlDYIeXOQSvmJlHMIe22I1TOId4t4K+eYI4OIdJOY8SMIcL2JStmQX/gNgHCxAABqOW9diI9rkAg3kKOFB8g2mO8nmZOMB/JJiTGXqikNmJ6lcD9cF/DcGT2XgKBACCyniaEtCDjqgDOGCG6XiOtuiimjmHCfmKOtAQBACMoYiDkIidzUmYK+ebxTmYg1maPSCkHUoFleEAp5Cj60CEjSh9UnkJKeilQwiEOtqXx9mJDfoR9QGDXJg23ElhvdAHYxqCYxmXptOm62CTS0oEr3ialSEDePeFvpCCY0gFONCWroMDeLcAV+gA2oiTE8ioH2kHkRqMmYoE2+gDncmoMpA2NeoVO5CAp8mSB4mJV+qTD3kJgIh4ErCoMZZ9f6ovbcmJp6YDwWSoSr2AqF9qBRKQpUcQrG54I8YZrAgoHQOwh0C4rFTAobXJocw3BYO5BdCqfUywj8yKrdyKBgsggd0aruI6ruRaruZ6ruiarurKekEAACH5BAXIAD8ALAYABQDQACAAAAb/QJ9wSCwaj8ikcslsOp/QpCGzOCYUnRPJwot6v0OPasIiQUoA8BAQgjTe8HgDUVXb799FZsMwgnoTCR8UHQ4aaXiJQyU5PScUJAU5HRkziF4EJz2bnJ2dLhaKQwF9okMHD0cXl0kUOWkRBkQODUQLEC4KqU8JM76/wMHBCKVJEQUdN7tDERoZJ7JRPAqe1Z4dLaIPPS4FCCKmHzlGET0BSyk9sgAwFMzmRgsUoE4Bjif4Pc/4Li74Jw56OPjXAcSSFdB88LgAYcKKEBV8HDvRBUoJaxg5rRClwtMJExfAPGhwQIgFF8WE2IsgxMAKCUYKFBACIUNJIQxcGDTCAEKH/xBNBMwUsm3ZBHdCInQoMQQhKyMAqlg40SFHARj9GgBgcBNKR04sbogdO7YDJxSiClgjwSRCSiETOnSYYINADw9FNDjwYYDCpgRFlIaq4AKBRAqpVmT4gADDiCIzOpxTcnGZXiJHiQjYKGSBCw1M/pio4wMAhwxDvczohEGE69evXXASgAeEBbcPVKAw+1cJgUYOUhRhsSEElg09CsjJ4QBFDwoGTnAogqFDGgQZ+pA4wfKiAqodUCQodsMBaZ4KNhChoH5I5iEQFBCpCVMJAOELVNyAIMvGsiirZYQRbXYwEFAHAnxgAAMAYLCCAiwlkQMMAWywFxHO2MBAAhSg4P/hhx+yIMtFeBGhwglCbKCeYEIocENSFrCQBWClpZdECB2AIwQPOmGGlEo9kDbCYk2k4IIDFFBTixoBbiLAhw6E9yFvPRCohgE9wIABC5tkwAIHXSGxgDo+/MYKAAJkECE6HXBGRAMEwgCBDxf0AAuZRBwQFwVVpDPAEQCc4KYP9oT53o4uADWEBi5EtAQAxAiBwZ9MdrLMBi4QIZuTd6x2Tgs/JbCpAiswBehPa8AmggkKvIWEDR2EVMQKaPmQIJ0d9AFABzQWMUAOGcgCQ3t5uXBefEUcKgR7RADgAGcMIABsBtRmMJ0QIHjJTLXUfrRmEgh8Uq1Z3HaSGhhY9RH/AlIFbGAAcvIhYUIGCIAgwFpPKAAaZOP4UABbB8DjwwYnQLCBGRY8VhoLLqRgQQeODiHBHgZUXLFVFlfMggAZG2CCAx2v0EFJJlhjWFIcRCORNRAuIQKVAnZyLRgSmHVDAjCAZmA29gxaBAAk9DBXDgq08BoME4ShgHBCqABDMQrMYMRJXcyAog8UCNBFOultIIBcIvrAwAQuGJBoEQnErLY1KmzDSS5mnXxEOY4ExMmcS0CwNicwVKTGAiBskIEjvlzYkayAwnBCNtaulzRRJyAuziVRxwOPCD2EQgDIthZQjAQ4J3cAA0miwBYRIbgQweqsu5AA66uTgALsEdjz/wDtUX8lkA18FWZMDx+UhhynTHCgScwZrPCUFx+YYIEEDBgwAwxmsYCAAi4sP8QMNgnRAwaOD8EAB3Ig7kPlRghw+gYKpNHHCAIXkYICGZQQQbdFpG5ED6a69yNRPeAdEaLWAE4EL0UrUBVsLoASIXiAE/FqAgBWxwEqkWB1CsOD3ToAgxksSAIWMIEm/lcEHmRABUNQwJKW9TgfzMAFIIIBns4nNSOIincROAGxdgW+znBgBSZAgAdEFgINCM1vPkjdtyrQg5kJYWMpqZPKSnOCGRRQH6fzAQwGh5EOGEtSXIwgFEBgFhK4yg4PLEAEwtWlDYCgCiL4TxGwhABEVP8wFD6ogAJaqKIiOEBu6CsCA6zSBw/0Cms5WF1cMgADFASEBSIrgWwi5gMR4KNEDzhBBjpwMqB5kQIROgm1mHaANBmggGqCgWFWQAICwKwTKmDEAqIjAnihIwf4mEAxBFEMDnznBCgEgxFDUoEOPECP3OgBqZCINqGdYBcrcIQAZMNHYgnhjymsoREe4AJt5kmTDnCABUrBgAsowAEwcMC9wuSDgLmgBKICpQY60EpgBSCTz9SbVkjQAQ0YICDnKOAKFoAgH7ggAwBQSzU6IIEbmGM1CMCSGI9ADU70rwg164QAveAcliSgViQwwfgcoYQQOCACKGhVSyBgAg4gbQj/N8jBBWZ6AQycrUXeLIIFesBOIZgGAucRggQc2Y8e1OcdzukBBEqRgsHl4CYR8MtNfYAAuTgnFQVEgHeU0oMHRLMae6FGAqK5gXJM1Ah224SijGADT8jRCYN0xIOW5IBUPNAEJd0LlnQUPqKkdRMwoFwwxfQFwpCLHOawwEV9YAMVsCJacjQAB9qKVaW24BMS4FI1sqfQTXxgG2f1YyfWWoS2WuoLfTgAB1iwSdNZh6r8yytfAmiEG5AQdkctDaq+EAFmEuGrtSJCOSbDlwI4IAMKgMCaGKBA2NjOBx9wBAD0JjQOEAYjINjcJhIZzdDOYrRICNhpvcCqFWBgKwb4/8DX9hAl7Q3BpCIQgJWIUCfzJaEBqrsRWfYbsMUSAQOeRexkcEQBBITgAw5QgKOMGLNUBGgDPCAABg4wAhmqoAEZWBcMEuCAskkAAynYkFm8O4SgbcIFfBVkIzZxAvcuQRMncEF42saACFhgAicILhJCsAkFpJgIJqCnBhBA5CIXWQO7OaQRksSCJju5yW317xCwdBcBt9MFBxSCHttjNdjkYAKvee4VlTkDEEDAbgcIQKtYaiuhkYADCPBLj5cQ1x4wDQlDEholn4A59bwsA8ApTkQyuONgnfG9KPiHojWB3LApgQINiEBzRXCBByhwCADW8TvOoZe3JOC1MxCjAP9WSFkfjNkaMuaGWTaFERIP4V52ts+mvvWEcDFFAl/k5xZ7kIM9G8GkdpjqEiDdJLVlSgjRJK5w4aEsIdglG6HWDKm7aupqiCcB2M62trFN3U642gdpA2xuicCAr/bgBodWglqEUwIYCMEEc8LchWS7BiawQtiPjvSkJy2EA7ggi4FhNgkZS22rZSwHJLBYZartiSkmgQHHg+DcIMCCFXMCNRtgmg1WUICIs/hf2XBCAzRxTgqkISEBA/iO5/2AZMghDjHN0RDw3YoGDODJOM95k+2lgHFv2gfNJngq2CigynaiX00otjKPIOeMGDNQyKN1eOGIgAL0gxrCCRce6U3/qB6g4Bkf8oeHIEFtIdAcCcR2gc7X/ogV9PTnQS+1RGgHu6IwnBNyYwJBvX2Etb2AyjHr4RIKqMJVMCAAEPhahzsg9V/PeyXl0eoHdiv0mZM239F2QtADfo64l10JpX6BJ0rkhIput+9qm4E91CZlI5j+OS9AQCoikAASsKAJwAZSBCw0OIDgVQhyN+jll5D5Jmx+2Z0fePCTUGpQQTDdRxA9J/ZVhLWpfm1StoCRie5ZBKjgSCTYvpFD8JbUwQE5EbBBBQKQqQV0pa0kgAPlk56B/dqfLAoY+M86sIEG4PLlE9AD8fdychCAOoIBWEABGwVXDXBcDXBG3BKB3OJPPhJYgfYlBB23aBq4gRr4Cr4CIijgOUNAaD5VACD4VkpgAGu3gk6EBBzQISAYgzIYgzllCjZ4gziYgzpoB0EAADs=","bannerstyles":"div.bsap_1298241{width:100%;display:block;}div.bsap_1298241 a{width:220px;}div.bsap_1298241 a img{padding:0;}div.bsap_1298241 a em{font-style:normal;}div.bsap_1298241 a{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0;text-align:center;text-decoration:none;overflow:hidden;}\ndiv.bsap_1298241 img{border:0;clear:right;}\ndiv.bsap_1298241 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;}\ndiv.bsap_1298241 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}div.bsap_1298241 a{line-height:100%;}div.bsap_1298241 a.adhere{width:220px;height:65px;line-height:520%;}html>body div.bsap_1298241 a.adhere{width:218px;height:63px;}div.bsap_1298241 img.s{height:0;width:0;}","bannerid":"74697","alt":"30,500 Icons Bundle","active":"1"},{"zonekey":"CVADP2Y","zoneid":"2857","width":"220","timestamp":"1510265968","statimp":"//srv.buysellads.com/ads/imp/x/GTND42QJCT7DKKQ7CYYLYKQMC6YD62JWFTYD4Z3JCWYITKJNCEADTKQKC6BI4K3LCYBDEK3EHJWNBADLKM7UCBZG2Y","noincrement":"1","model":"0","mode":"hwm","longimp":"TD6AV34BTTTTTTF37A4HWTTTTTT5DIY6ZVTTTTTTADFEVNETTTTTT","height":"65","buynow_url":"http://www.buysellads.com/buy/detail/247631/zone/1298241?utm_source=site_247631&utm_medium=website&utm_campaign=imagetext&utm_content=zone_1298241","bsa":"rocks","bannerstyles":"div.bsap_1298241{width:100%;display:block;}div.bsap_1298241 a{width:220px;}div.bsap_1298241 a img{padding:0;}div.bsap_1298241 a em{font-style:normal;}div.bsap_1298241 a{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0;text-align:center;text-decoration:none;overflow:hidden;}\ndiv.bsap_1298241 img{border:0;clear:right;}\ndiv.bsap_1298241 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;}\ndiv.bsap_1298241 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}div.bsap_1298241 a{line-height:100%;}div.bsap_1298241 a.adhere{width:220px;height:65px;line-height:520%;}html>body div.bsap_1298241 a.adhere{width:218px;height:63px;}div.bsap_1298241 img.s{height:0;width:0;}","active":"1"},{"zonekey":"CVADP2Y","zoneid":"2857","width":"220","timestamp":"1510265968","statimp":"//srv.buysellads.com/ads/imp/x/GTND42QJCT7DKKQ7CYYLYKQMC6YD62JWFTYD4Z3JCWYITKJNCEADTKQKC6BI4K3LCYBDEK3EHJWNBADLKM7UCBZG2Y","noincrement":"1","model":"0","mode":"hwm","longimp":"TD6AV34BTTTTTTF37A4HWTTTTTT5DIY6ZVTTTTTTADFEVNETTTTTT","height":"65","buynow_url":"http://www.buysellads.com/buy/detail/247631/zone/1298241?utm_source=site_247631&utm_medium=website&utm_campaign=imagetext&utm_content=zone_1298241","bsa":"rocks","bannerstyles":"div.bsap_1298241{width:100%;display:block;}div.bsap_1298241 a{width:220px;}div.bsap_1298241 a img{padding:0;}div.bsap_1298241 a em{font-style:normal;}div.bsap_1298241 a{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0;text-align:center;text-decoration:none;overflow:hidden;}\ndiv.bsap_1298241 img{border:0;clear:right;}\ndiv.bsap_1298241 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;}\ndiv.bsap_1298241 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}div.bsap_1298241 a{line-height:100%;}div.bsap_1298241 a.adhere{width:220px;height:65px;line-height:520%;}html>body div.bsap_1298241 a.adhere{width:218px;height:63px;}div.bsap_1298241 img.s{height:0;width:0;}","active":"1"},{"zonekey":"CVADP2Y","zoneid":"2857","width":"220","timestamp":"1510265968","statimp":"//srv.buysellads.com/ads/imp/x/GTND42QJCT7DKKQ7CYYLYKQMC6YD62JWFTYD4Z3JCWYITKJNCEADTKQKC6BI4K3LCYBDEK3EHJWNBADLKM7UCBZG2Y","noincrement":"1","model":"0","mode":"hwm","longimp":"TD6AV34BTTTTTTF37A4HWTTTTTT5DIY6ZVTTTTTTADFEVNETTTTTT","height":"65","buynow_url":"http://www.buysellads.com/buy/detail/247631/zone/1298241?utm_source=site_247631&utm_medium=website&utm_campaign=imagetext&utm_content=zone_1298241","bsa":"rocks","bannerstyles":"div.bsap_1298241{width:100%;display:block;}div.bsap_1298241 a{width:220px;}div.bsap_1298241 a img{padding:0;}div.bsap_1298241 a em{font-style:normal;}div.bsap_1298241 a{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0;text-align:center;text-decoration:none;overflow:hidden;}\ndiv.bsap_1298241 img{border:0;clear:right;}\ndiv.bsap_1298241 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;}\ndiv.bsap_1298241 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}div.bsap_1298241 a{line-height:100%;}div.bsap_1298241 a.adhere{width:220px;height:65px;line-height:520%;}html>body div.bsap_1298241 a.adhere{width:218px;height:63px;}div.bsap_1298241 img.s{height:0;width:0;}","active":"1"},{}]}); \ No newline at end of file diff --git a/dana/third_party/font-awesome/License_files/jquery.min.js b/dana/third_party/font-awesome/License_files/jquery.min.js new file mode 100644 index 0000000000000000000000000000000000000000..f3644431eea2f04111468e57034018c341592f65 --- /dev/null +++ b/dana/third_party/font-awesome/License_files/jquery.min.js @@ -0,0 +1,6 @@ +/*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.3",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b="length"in a&&a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1; + +return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="
a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function aa(){return!0}function ba(){return!1}function ca(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ha=/^\s+/,ia=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ja=/<([\w:]+)/,ka=/\s*$/g,ra={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:k.htmlSerialize?[0,"",""]:[1,"X
","
"]},sa=da(y),ta=sa.appendChild(y.createElement("div"));ra.optgroup=ra.option,ra.tbody=ra.tfoot=ra.colgroup=ra.caption=ra.thead,ra.th=ra.td;function ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ua(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function va(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wa(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xa(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function ya(a){var b=pa.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function za(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Aa(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Ba(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xa(b).text=a.text,ya(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ta.innerHTML=a.outerHTML,ta.removeChild(f=ta.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ua(f),h=ua(a),g=0;null!=(e=h[g]);++g)d[g]&&Ba(e,d[g]);if(b)if(c)for(h=h||ua(a),d=d||ua(f),g=0;null!=(e=h[g]);g++)Aa(e,d[g]);else Aa(a,f);return d=ua(f,"script"),d.length>0&&za(d,!i&&ua(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=da(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(la.test(f)){h=h||o.appendChild(b.createElement("div")),i=(ja.exec(f)||["",""])[1].toLowerCase(),l=ra[i]||ra._default,h.innerHTML=l[1]+f.replace(ia,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&ha.test(f)&&p.push(b.createTextNode(ha.exec(f)[0])),!k.tbody){f="table"!==i||ka.test(f)?""!==l[1]||ka.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ua(p,"input"),va),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ua(o.appendChild(f),"script"),g&&za(h),c)){e=0;while(f=h[e++])oa.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ua(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&za(ua(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ua(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fa,""):void 0;if(!("string"!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ia,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ua(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ua(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&na.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ua(i,"script"),xa),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ua(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,ya),j=0;f>j;j++)d=g[j],oa.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qa,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Ca,Da={};function Ea(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fa(a){var b=y,c=Da[a];return c||(c=Ea(a,b),"none"!==c&&c||(Ca=(Ca||m("').bind("load",function(){var t,a=e.isArray(n.paramName)?n.paramName:[n.paramName];r.unbind("load").bind("load",function(){var t;try{if(t=r.contents(),!t.length||!t[0].firstChild)throw new Error}catch(e){t=void 0}l(200,"success",{iframe:t}),e('').appendTo(i),window.setTimeout(function(){i.remove()},0)}),i.prop("target",r.prop("name")).prop("action",n.url).prop("method",n.type),n.formData&&e.each(n.formData,function(t,n){e('').prop("name",n.name).val(n.value).appendTo(i)}),n.fileInput&&n.fileInput.length&&"POST"===n.type&&(t=n.fileInput.clone(),n.fileInput.after(function(e){return t[e]}),n.paramName&&n.fileInput.each(function(t){e(this).prop("name",a[t]||n.paramName)}),i.append(n.fileInput).prop("enctype","multipart/form-data").prop("encoding","multipart/form-data"),n.fileInput.removeAttr("form")),i.submit(),t&&t.length&&n.fileInput.each(function(n,i){var r=e(t[n]);e(i).prop("name",r.prop("name")).attr("form",r.attr("form")),r.replaceWith(i)})}),i.append(r).appendTo(document.body)},abort:function(){r&&r.unbind("load").prop("src",s),i&&i.remove()}}}}),e.ajaxSetup({converters:{"iframe text":function(t){return t&&e(t[0].body).text()},"iframe json":function(t){return t&&e.parseJSON(e(t[0].body).text())},"iframe html":function(t){return t&&e(t[0].body).html()},"iframe xml":function(t){var n=t&&t[0];return n&&e.isXMLDoc(n)?n:e.parseXML(n.XMLDocument&&n.XMLDocument.xml||e(n.body).html())},"iframe script":function(t){return t&&e.globalEval(e(t[0].body).text())}}})})},124:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i={};i.pageX=function(e){return e.originalEvent&&e.originalEvent.targetTouches?e.originalEvent.targetTouches[0].pageX:e.pageX},t.default=i},125:function(e,t,n){"use strict";var i=n(5),r=function(e){return e&&e.__esModule?e:{default:e}}(i),a=n(0);n(0);!function(e){e.fn.whenNear=function(t,n){function i(){var t=r.default.filter(o,function(t){var n=e(t);if(!n.is(":hidden")){var i=a.scrollTop(),r=i+a.height(),o=n.offset().top;return o+n.height()>=i-s&&o<=r+s}});o=o.not(t),r.default.each(t,n)}var a=e(window),s=t||0,o=this;return a.on("scroll.whenNear resize.whenNear",r.default.throttle(i,25)),i(),this}}(a)},128:function(e,t,n){"use strict";var i=n(0),r=function(e){return e&&e.__esModule?e:{default:e}}(i);!function(){(0,r.default)(function(){(0,r.default)("body").hasClass("admin")||(window._sf_async_config={uid:5536,domain:window.location.hostname.replace("www.","")},window._sf_endpt=(new Date).getTime(),r.default.getScript("//a248.e.akamai.net/chartbeat.download.akamai.com/102508/js/chartbeat.js"))})}()},129:function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}var r=n(0),a=i(r),s=n(5),o=i(s),l=n(24),u=i(l);n(11),(0,a.default)(function(){(0,a.default)(".render_mustache").livequery(function(){var e=(0,a.default)(this),t=o.default.extend(e.data("data"),e.data("extend")),n=t,i=e.data("partials")?e.data("partials").split(","):void 0,r=e.data("template");e.append((0,u.default)(r,n,i))})})},130:function(e,t,n){var i=n(0);n(0);!function(e,t){e.effects={effect:{}},function(e,t){function n(e,t,n){var i=c[t.type]||{};return null==e?n||!t.def?null:t.def:(e=i.floor?~~e:parseFloat(e),isNaN(e)?t.def:i.mod?(e+i.mod)%i.mod:0>e?0:i.max")[0],h=e.each;f.style.cssText="background-color:rgba(1,1,1,.5)",d.rgba=f.style.backgroundColor.indexOf("rgba")>-1,h(u,function(e,t){t.cache="_"+e,t.props.alpha={idx:3,type:"percent",def:1}}),l.fn=e.extend(l.prototype,{parse:function(t,r,s,o){if(void 0===t)return this._rgba=[null,null,null,null],this;(t.jquery||t.nodeType)&&(t=e(t).css(r),r=void 0);var c=this,d=e.type(t),f=this._rgba=[];return void 0!==r&&(t=[t,r,s,o],d="array"),"string"===d?this.parse(i(t)||a._default):"array"===d?(h(u.rgba.props,function(e,i){f[i.idx]=n(t[i.idx],i)}),this):"object"===d?(t instanceof l?h(u,function(e,n){t[n.cache]&&(c[n.cache]=t[n.cache].slice())}):h(u,function(i,r){var a=r.cache;h(r.props,function(e,i){if(!c[a]&&r.to){if("alpha"===e||null==t[e])return;c[a]=r.to(c._rgba)}c[a][i.idx]=n(t[e],i,!0)}),c[a]&&e.inArray(null,c[a].slice(0,3))<0&&(c[a][3]=1,r.from&&(c._rgba=r.from(c[a])))}),this):void 0},is:function(e){var t=l(e),n=!0,i=this;return h(u,function(e,r){var a,s=t[r.cache];return s&&(a=i[r.cache]||r.to&&r.to(i._rgba)||[],h(r.props,function(e,t){if(null!=s[t.idx])return n=s[t.idx]===a[t.idx]})),n}),n},_space:function(){var e=[],t=this;return h(u,function(n,i){t[i.cache]&&e.push(n)}),e.pop()},transition:function(e,t){var i=l(e),r=i._space(),a=u[r],s=0===this.alpha()?l("transparent"):this,o=s[a.cache]||a.to(s._rgba),d=o.slice();return i=i[a.cache],h(a.props,function(e,r){var a=r.idx,s=o[a],l=i[a],u=c[r.type]||{};null!==l&&(null===s?d[a]=l:(u.mod&&(l-s>u.mod/2?s+=u.mod:s-l>u.mod/2&&(s-=u.mod)),d[a]=n((l-s)*t+s,r)))}),this[r](d)},blend:function(t){if(1===this._rgba[3])return this;var n=this._rgba.slice(),i=n.pop(),r=l(t)._rgba;return l(e.map(n,function(e,t){return(1-i)*r[t]+i*e}))},toRgbaString:function(){var t="rgba(",n=e.map(this._rgba,function(e,t){return null==e?t>2?1:0:e});return 1===n[3]&&(n.pop(),t="rgb("),t+n.join()+")"},toHslaString:function(){var t="hsla(",n=e.map(this.hsla(),function(e,t){return null==e&&(e=t>2?1:0),t&&t<3&&(e=Math.round(100*e)+"%"),e});return 1===n[3]&&(n.pop(),t="hsl("),t+n.join()+")"},toHexString:function(t){var n=this._rgba.slice(),i=n.pop();return t&&n.push(~~(255*i)),"#"+e.map(n,function(e){return e=(e||0).toString(16),1===e.length?"0"+e:e}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,u.hsla.to=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t,n,i=e[0]/255,r=e[1]/255,a=e[2]/255,s=e[3],o=Math.max(i,r,a),l=Math.min(i,r,a),u=o-l,c=o+l,d=.5*c;return t=l===o?0:i===o?60*(r-a)/u+360:r===o?60*(a-i)/u+120:60*(i-r)/u+240,n=0===u?0:d<=.5?u/c:u/(2-c),[Math.round(t)%360,n,d,null==s?1:s]},u.hsla.from=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t=e[0]/360,n=e[1],i=e[2],a=e[3],s=i<=.5?i*(1+n):i+n-i*n,o=2*i-s;return[Math.round(255*r(o,s,t+1/3)),Math.round(255*r(o,s,t)),Math.round(255*r(o,s,t-1/3)),a]},h(u,function(t,i){var r=i.props,a=i.cache,o=i.to,u=i.from;l.fn[t]=function(t){if(o&&!this[a]&&(this[a]=o(this._rgba)),void 0===t)return this[a].slice();var i,s=e.type(t),c="array"===s||"object"===s?t:arguments,d=this[a].slice();return h(r,function(e,t){var i=c["object"===s?e:t.idx];null==i&&(i=d[t.idx]),d[t.idx]=n(i,t)}),u?(i=l(u(d)),i[a]=d,i):l(d)},h(r,function(n,i){l.fn[n]||(l.fn[n]=function(r){var a,o=e.type(r),l="alpha"===n?this._hsla?"hsla":"rgba":t,u=this[l](),c=u[i.idx];return"undefined"===o?c:("function"===o&&(r=r.call(this,c),o=e.type(r)),null==r&&i.empty?this:("string"===o&&(a=s.exec(r))&&(r=c+parseFloat(a[2])*("+"===a[1]?1:-1)),u[i.idx]=r,this[l](u)))})})}),l.hook=function(t){var n=t.split(" ");h(n,function(t,n){e.cssHooks[n]={set:function(t,r){var a,s,o="";if("transparent"!==r&&("string"!==e.type(r)||(a=i(r)))){if(r=l(a||r),!d.rgba&&1!==r._rgba[3]){for(s="backgroundColor"===n?t.parentNode:t;(""===o||"transparent"===o)&&s&&s.style;)try{o=e.css(s,"backgroundColor"),s=s.parentNode}catch(e){}r=r.blend(o&&"transparent"!==o?o:"_default")}r=r.toRgbaString()}try{t.style[n]=r}catch(e){}}},e.fx.step[n]=function(t){t.colorInit||(t.start=l(t.elem,n),t.end=l(t.end),t.colorInit=!0),e.cssHooks[n].set(t.elem,t.start.transition(t.end,t.pos))}})},l.hook("backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor"),e.cssHooks.borderColor={expand:function(e){var t={};return h(["Top","Right","Bottom","Left"],function(n,i){t["border"+i+"Color"]=e}),t}},a=e.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(i),function(){function t(t){var n,i,r=t.ownerDocument.defaultView?t.ownerDocument.defaultView.getComputedStyle(t,null):t.currentStyle,a={};if(r&&r.length&&r[0]&&r[r[0]])for(i=r.length;i--;)n=r[i],"string"==typeof r[n]&&(a[e.camelCase(n)]=r[n]);else for(n in r)"string"==typeof r[n]&&(a[n]=r[n]);return a}function n(t,n){var i,r,s={};for(i in n)r=n[i],t[i]!==r&&(a[i]||!e.fx.step[i]&&isNaN(parseFloat(r))||(s[i]=r));return s}var r=["add","remove","toggle"],a={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};e.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(t,n){e.fx.step[n]=function(e){("none"!==e.end&&!e.setAttr||1===e.pos&&!e.setAttr)&&(i.style(e.elem,n,e.end),e.setAttr=!0)}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e.effects.animateClass=function(i,a,s,o){var l=e.speed(a,s,o);return this.queue(function(){var a,s=e(this),o=s.attr("class")||"",u=l.children?s.find("*").addBack():s;u=u.map(function(){return{el:e(this),start:t(this)}}),a=function(){e.each(r,function(e,t){i[t]&&s[t+"Class"](i[t])})},a(),u=u.map(function(){return this.end=t(this.el[0]),this.diff=n(this.start,this.end),this}),s.attr("class",o),u=u.map(function(){var t=this,n=e.Deferred(),i=e.extend({},l,{queue:!1,complete:function(){n.resolve(t)}});return this.el.animate(this.diff,i),n.promise()}),e.when.apply(e,u.get()).done(function(){a(),e.each(arguments,function(){var t=this.el;e.each(this.diff,function(e){t.css(e,"")})}),l.complete.call(s[0])})})},e.fn.extend({addClass:function(t){return function(n,i,r,a){return i?e.effects.animateClass.call(this,{add:n},i,r,a):t.apply(this,arguments)}}(e.fn.addClass),removeClass:function(t){return function(n,i,r,a){return arguments.length>1?e.effects.animateClass.call(this,{remove:n},i,r,a):t.apply(this,arguments)}}(e.fn.removeClass),toggleClass:function(t){return function(n,i,r,a,s){return"boolean"==typeof i||void 0===i?r?e.effects.animateClass.call(this,i?{add:n}:{remove:n},r,a,s):t.apply(this,arguments):e.effects.animateClass.call(this,{toggle:n},i,r,a)}}(e.fn.toggleClass),switchClass:function(t,n,i,r,a){return e.effects.animateClass.call(this,{add:n,remove:t},i,r,a)}})}(),function(){function t(t,n,i,r){return e.isPlainObject(t)&&(n=t,t=t.effect),t={effect:t},null==n&&(n={}),e.isFunction(n)&&(r=n,i=null,n={}),("number"==typeof n||e.fx.speeds[n])&&(r=i,i=n,n={}),e.isFunction(i)&&(r=i,i=null),n&&e.extend(t,n),i=i||n.duration,t.duration=e.fx.off?0:"number"==typeof i?i:i in e.fx.speeds?e.fx.speeds[i]:e.fx.speeds._default,t.complete=r||n.complete,t}function n(t){return!(t&&"number"!=typeof t&&!e.fx.speeds[t])||("string"==typeof t&&!e.effects.effect[t]||(!!e.isFunction(t)||"object"==typeof t&&!t.effect))}e.extend(e.effects,{version:"1.10.3",save:function(e,t){for(var n=0;n").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),r={width:t.width(),height:t.height()},a=document.activeElement;try{a.id}catch(e){a=document.body}return t.wrap(i),(t[0]===a||e.contains(t[0],a))&&e(a).focus(),i=t.parent(),"static"===t.css("position")?(i.css({position:"relative"}),t.css({position:"relative"})):(e.extend(n,{position:t.css("position"),zIndex:t.css("z-index")}),e.each(["top","left","bottom","right"],function(e,i){n[i]=t.css(i),isNaN(parseInt(n[i],10))&&(n[i]="auto")}),t.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),t.css(r),i.css(n).show()},removeWrapper:function(t){var n=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),(t[0]===n||e.contains(t[0],n))&&e(n).focus()),t},setTransition:function(t,n,i,r){return r=r||{},e.each(n,function(e,n){var a=t.cssUnit(n);a[0]>0&&(r[n]=a[0]*i+a[1])}),r}}),e.fn.extend({effect:function(){function n(t){function n(){e.isFunction(a)&&a.call(r[0]),e.isFunction(t)&&t()}var r=e(this),a=i.complete,o=i.mode;(r.is(":hidden")?"hide"===o:"show"===o)?(r[o](),n()):s.call(r[0],i,n)}var i=t.apply(this,arguments),r=i.mode,a=i.queue,s=e.effects.effect[i.effect];return e.fx.off||!s?r?this[r](i.duration,i.complete):this.each(function(){i.complete&&i.complete.call(this)}):!1===a?this.each(n):this.queue(a||"fx",n)},show:function(e){return function(i){if(n(i))return e.apply(this,arguments);var r=t.apply(this,arguments);return r.mode="show",this.effect.call(this,r)}}(e.fn.show),hide:function(e){return function(i){if(n(i))return e.apply(this,arguments);var r=t.apply(this,arguments);return r.mode="hide",this.effect.call(this,r)}}(e.fn.hide),toggle:function(e){return function(i){if(n(i)||"boolean"==typeof i)return e.apply(this,arguments);var r=t.apply(this,arguments);return r.mode="toggle",this.effect.call(this,r)}}(e.fn.toggle),cssUnit:function(t){var n=this.css(t),i=[];return e.each(["em","px","%","pt"],function(e,t){n.indexOf(t)>0&&(i=[parseFloat(n),t])}),i}})}(),function(){var t={};e.each(["Quad","Cubic","Quart","Quint","Expo"],function(e,n){t[n]=function(t){return Math.pow(t,e+2)}}),e.extend(t,{Sine:function(e){return 1-Math.cos(e*Math.PI/2)},Circ:function(e){return 1-Math.sqrt(1-e*e)},Elastic:function(e){return 0===e||1===e?e:-Math.pow(2,8*(e-1))*Math.sin((80*(e-1)-7.5)*Math.PI/15)},Back:function(e){return e*e*(3*e-2)},Bounce:function(e){for(var t,n=4;e<((t=Math.pow(2,--n))-1)/11;);return 1/Math.pow(4,3-n)-7.5625*Math.pow((3*t-2)/22-e,2)}}),e.each(t,function(t,n){e.easing["easeIn"+t]=n,e.easing["easeOut"+t]=function(e){return 1-n(1-e)},e.easing["easeInOut"+t]=function(e){return e<.5?n(2*e)/2:1-n(-2*e+2)/2}})}()}(i)},131:function(e,t,n){"use strict";n(64);var i=(n(0),n(0));!function(){i.fn.client_side_asset_uploader=function(){var e=i(this),t=["data-asset-attachable-type","data-asset-method"].map(function(t){return"["+t+'="'+e.attr(t)+'"]'}).join("");e.adhoc_fileuploader({url:e.data("url"),paramsUrl:e.data("params-url"),done:function(e,n){var r=n.files[0],a={file:r,s3_key:n.formData.filter(function(e){return"key"===e.name})[0].value,data_file_name:r.name,data_file_size:r.size,data_content_type:r.type,signed_preview_url:"umm"};i(".js-assets-list"+t).trigger("assets_list:item_added",a)}})}}()},132:function(e,t,n){var i=n(0);n(0);!function(e,t){function n(e){return parseInt(e,10)||0}function i(e){return!isNaN(parseInt(e,10))}e.widget("ui.resizable",e.ui.mouse,{version:"1.10.3",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_create:function(){var t,n,i,r,a,s=this,o=this.options;if(this.element.addClass("ui-resizable"),e.extend(this,{_aspectRatio:!!o.aspectRatio,aspectRatio:o.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:o.helper||o.ghost||o.animate?o.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)&&(this.element.wrap(e("
").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.data("ui-resizable")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=o.handles||(e(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),t=this.handles.split(","),this.handles={},n=0;n"),r.css({zIndex:o.zIndex}),"se"===i&&r.addClass("ui-icon ui-icon-gripsmall-diagonal-se"),this.handles[i]=".ui-resizable-"+i,this.element.append(r);this._renderAxis=function(t){var n,i,r,a;t=t||this.element;for(n in this.handles)this.handles[n].constructor===String&&(this.handles[n]=e(this.handles[n],this.element).show()),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)&&(i=e(this.handles[n],this.element),a=/sw|ne|nw|se|n|s/.test(n)?i.outerHeight():i.outerWidth(),r=["padding",/ne|nw|n/.test(n)?"Top":/se|sw|s/.test(n)?"Bottom":/^e$/.test(n)?"Right":"Left"].join(""),t.css(r,a),this._proportionallyResize()),e(this.handles[n]).length},this._renderAxis(this.element),this._handles=e(".ui-resizable-handle",this.element).disableSelection(),this._handles.mouseover(function(){s.resizing||(this.className&&(r=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),s.axis=r&&r[1]?r[1]:"se")}),o.autoHide&&(this._handles.hide(),e(this.element).addClass("ui-resizable-autohide").mouseenter(function(){o.disabled||(e(this).removeClass("ui-resizable-autohide"),s._handles.show())}).mouseleave(function(){o.disabled||s.resizing||(e(this).addClass("ui-resizable-autohide"),s._handles.hide())})),this._mouseInit()},_destroy:function(){this._mouseDestroy();var t,n=function(t){e(t).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").removeData("ui-resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(n(this.element),t=this.element,this.originalElement.css({position:t.css("position"),width:t.outerWidth(),height:t.outerHeight(),top:t.css("top"),left:t.css("left")}).insertAfter(t),t.remove()),this.originalElement.css("resize",this.originalResizeStyle),n(this.originalElement),this},_mouseCapture:function(t){var n,i,r=!1;for(n in this.handles)((i=e(this.handles[n])[0])===t.target||e.contains(i,t.target))&&(r=!0);return!this.options.disabled&&r},_mouseStart:function(t){var i,r,a,s=this.options,o=this.element.position(),l=this.element;return this.resizing=!0,/absolute/.test(l.css("position"))?l.css({position:"absolute",top:l.css("top"),left:l.css("left")}):l.is(".ui-draggable")&&l.css({position:"absolute",top:o.top,left:o.left}),this._renderProxy(),i=n(this.helper.css("left")),r=n(this.helper.css("top")),s.containment&&(i+=e(s.containment).scrollLeft()||0,r+=e(s.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:r},this.size=this._helper?{width:l.outerWidth(),height:l.outerHeight()}:{width:l.width(),height:l.height()},this.originalSize=this._helper?{width:l.outerWidth(),height:l.outerHeight()}:{width:l.width(),height:l.height()},this.originalPosition={left:i,top:r},this.sizeDiff={width:l.outerWidth()-l.width(),height:l.outerHeight()-l.height()},this.originalMousePosition={left:t.pageX,top:t.pageY},this.aspectRatio="number"==typeof s.aspectRatio?s.aspectRatio:this.originalSize.width/this.originalSize.height||1,a=e(".ui-resizable-"+this.axis).css("cursor"),e("body").css("cursor","auto"===a?this.axis+"-resize":a),l.addClass("ui-resizable-resizing"),this._propagate("start",t),!0},_mouseDrag:function(t){var n,i=this.helper,r={},a=this.originalMousePosition,s=this.axis,o=this.position.top,l=this.position.left,u=this.size.width,c=this.size.height,d=t.pageX-a.left||0,f=t.pageY-a.top||0,h=this._change[s];return!!h&&(n=h.apply(this,[t,d,f]),this._updateVirtualBoundaries(t.shiftKey),(this._aspectRatio||t.shiftKey)&&(n=this._updateRatio(n,t)),n=this._respectSize(n,t),this._updateCache(n),this._propagate("resize",t),this.position.top!==o&&(r.top=this.position.top+"px"),this.position.left!==l&&(r.left=this.position.left+"px"),this.size.width!==u&&(r.width=this.size.width+"px"),this.size.height!==c&&(r.height=this.size.height+"px"),i.css(r),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),e.isEmptyObject(r)||this._trigger("resize",t,this.ui()),!1)},_mouseStop:function(t){this.resizing=!1;var n,i,r,a,s,o,l,u=this.options,c=this;return this._helper&&(n=this._proportionallyResizeElements,i=n.length&&/textarea/i.test(n[0].nodeName),r=i&&e.ui.hasScroll(n[0],"left")?0:c.sizeDiff.height,a=i?0:c.sizeDiff.width,s={width:c.helper.width()-a,height:c.helper.height()-r},o=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null,l=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null,u.animate||this.element.css(e.extend(s,{top:l,left:o})),c.helper.height(c.size.height),c.helper.width(c.size.width),this._helper&&!u.animate&&this._proportionallyResize()),e("body").css("cursor","auto"),this.element.removeClass("ui-resizable-resizing"),this._propagate("stop",t),this._helper&&this.helper.remove(),!1},_updateVirtualBoundaries:function(e){var t,n,r,a,s,o=this.options;s={minWidth:i(o.minWidth)?o.minWidth:0,maxWidth:i(o.maxWidth)?o.maxWidth:1/0,minHeight:i(o.minHeight)?o.minHeight:0,maxHeight:i(o.maxHeight)?o.maxHeight:1/0},(this._aspectRatio||e)&&(t=s.minHeight*this.aspectRatio,r=s.minWidth/this.aspectRatio,n=s.maxHeight*this.aspectRatio,a=s.maxWidth/this.aspectRatio,t>s.minWidth&&(s.minWidth=t),r>s.minHeight&&(s.minHeight=r),ne.width,o=i(e.height)&&t.minHeight&&t.minHeight>e.height,l=this.originalPosition.left+this.originalSize.width,u=this.position.top+this.size.height,c=/sw|nw|w/.test(n),d=/nw|ne|n/.test(n);return s&&(e.width=t.minWidth),o&&(e.height=t.minHeight),r&&(e.width=t.maxWidth),a&&(e.height=t.maxHeight),s&&c&&(e.left=l-t.minWidth),r&&c&&(e.left=l-t.maxWidth),o&&d&&(e.top=u-t.minHeight),a&&d&&(e.top=u-t.maxHeight),e.width||e.height||e.left||!e.top?e.width||e.height||e.top||!e.left||(e.left=null):e.top=null,e},_proportionallyResize:function(){if(this._proportionallyResizeElements.length){var e,t,n,i,r,a=this.helper||this.element;for(e=0;e"),this.helper.addClass(this._helper).css({width:this.element.outerWidth()-1,height:this.element.outerHeight()-1,position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++n.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(e,t){return{width:this.originalSize.width+t}},w:function(e,t){var n=this.originalSize;return{left:this.originalPosition.left+t,width:n.width-t}},n:function(e,t,n){var i=this.originalSize;return{top:this.originalPosition.top+n,height:i.height-n}},s:function(e,t,n){return{height:this.originalSize.height+n}},se:function(t,n,i){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[t,n,i]))},sw:function(t,n,i){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[t,n,i]))},ne:function(t,n,i){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[t,n,i]))},nw:function(t,n,i){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[t,n,i]))}},_propagate:function(t,n){e.ui.plugin.call(this,t,[n,this.ui()]),"resize"!==t&&this._trigger(t,n,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),e.ui.plugin.add("resizable","animate",{stop:function(t){var n=e(this).data("ui-resizable"),i=n.options,r=n._proportionallyResizeElements,a=r.length&&/textarea/i.test(r[0].nodeName),s=a&&e.ui.hasScroll(r[0],"left")?0:n.sizeDiff.height,o=a?0:n.sizeDiff.width,l={width:n.size.width-o,height:n.size.height-s},u=parseInt(n.element.css("left"),10)+(n.position.left-n.originalPosition.left)||null,c=parseInt(n.element.css("top"),10)+(n.position.top-n.originalPosition.top)||null;n.element.animate(e.extend(l,c&&u?{top:c,left:u}:{}),{duration:i.animateDuration,easing:i.animateEasing,step:function(){var i={width:parseInt(n.element.css("width"),10),height:parseInt(n.element.css("height"),10),top:parseInt(n.element.css("top"),10),left:parseInt(n.element.css("left"),10)};r&&r.length&&e(r[0]).css({width:i.width,height:i.height}),n._updateCache(i),n._propagate("resize",t)}})}}),e.ui.plugin.add("resizable","containment",{start:function(){var t,i,r,a,s,o,l,u=e(this).data("ui-resizable"),c=u.options,d=u.element,f=c.containment,h=f instanceof e?f.get(0):/parent/.test(f)?d.parent().get(0):f;h&&(u.containerElement=e(h),/document/.test(f)||f===document?(u.containerOffset={left:0,top:0},u.containerPosition={left:0,top:0},u.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}):(t=e(h),i=[],e(["Top","Right","Left","Bottom"]).each(function(e,r){i[e]=n(t.css("padding"+r))}),u.containerOffset=t.offset(),u.containerPosition=t.position(),u.containerSize={height:t.innerHeight()-i[3],width:t.innerWidth()-i[1]},r=u.containerOffset,a=u.containerSize.height,s=u.containerSize.width,o=e.ui.hasScroll(h,"left")?h.scrollWidth:s,l=e.ui.hasScroll(h)?h.scrollHeight:a,u.parentData={element:h,left:r.left,top:r.top,width:o,height:l}))},resize:function(t){var n,i,r,a,s=e(this).data("ui-resizable"),o=s.options,l=s.containerOffset,u=s.position,c=s._aspectRatio||t.shiftKey,d={top:0,left:0},f=s.containerElement;f[0]!==document&&/static/.test(f.css("position"))&&(d=l),u.left<(s._helper?l.left:0)&&(s.size.width=s.size.width+(s._helper?s.position.left-l.left:s.position.left-d.left),c&&(s.size.height=s.size.width/s.aspectRatio),s.position.left=o.helper?l.left:0),u.top<(s._helper?l.top:0)&&(s.size.height=s.size.height+(s._helper?s.position.top-l.top:s.position.top),c&&(s.size.width=s.size.height*s.aspectRatio),s.position.top=s._helper?l.top:0),s.offset.left=s.parentData.left+s.position.left,s.offset.top=s.parentData.top+s.position.top,n=Math.abs((s._helper,s.offset.left-d.left+s.sizeDiff.width)),i=Math.abs((s._helper?s.offset.top-d.top:s.offset.top-l.top)+s.sizeDiff.height),r=s.containerElement.get(0)===s.element.parent().get(0),a=/relative|absolute/.test(s.containerElement.css("position")),r&&a&&(n-=s.parentData.left),n+s.size.width>=s.parentData.width&&(s.size.width=s.parentData.width-n,c&&(s.size.height=s.size.width/s.aspectRatio)),i+s.size.height>=s.parentData.height&&(s.size.height=s.parentData.height-i,c&&(s.size.width=s.size.height*s.aspectRatio))},stop:function(){var t=e(this).data("ui-resizable"),n=t.options,i=t.containerOffset,r=t.containerPosition,a=t.containerElement,s=e(t.helper),o=s.offset(),l=s.outerWidth()-t.sizeDiff.width,u=s.outerHeight()-t.sizeDiff.height;t._helper&&!n.animate&&/relative/.test(a.css("position"))&&e(this).css({left:o.left-r.left-i.left,width:l,height:u}),t._helper&&!n.animate&&/static/.test(a.css("position"))&&e(this).css({left:o.left-r.left-i.left,width:l,height:u})}}),e.ui.plugin.add("resizable","alsoResize",{start:function(){var t=e(this).data("ui-resizable"),n=t.options,i=function(t){e(t).each(function(){var t=e(this);t.data("ui-resizable-alsoresize",{width:parseInt(t.width(),10),height:parseInt(t.height(),10),left:parseInt(t.css("left"),10),top:parseInt(t.css("top"),10)})})};"object"!=typeof n.alsoResize||n.alsoResize.parentNode?i(n.alsoResize):n.alsoResize.length?(n.alsoResize=n.alsoResize[0],i(n.alsoResize)):e.each(n.alsoResize,function(e){i(e)})},resize:function(t,n){var i=e(this).data("ui-resizable"),r=i.options,a=i.originalSize,s=i.originalPosition,o={height:i.size.height-a.height||0,width:i.size.width-a.width||0,top:i.position.top-s.top||0,left:i.position.left-s.left||0},l=function(t,i){e(t).each(function(){var t=e(this),r=e(this).data("ui-resizable-alsoresize"),a={},s=i&&i.length?i:t.parents(n.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(s,function(e,t){var n=(r[t]||0)+(o[t]||0);n&&n>=0&&(a[t]=n||null)}),t.css(a)})};"object"!=typeof r.alsoResize||r.alsoResize.nodeType?l(r.alsoResize):e.each(r.alsoResize,function(e,t){l(e,t)})},stop:function(){e(this).removeData("resizable-alsoresize")}}),e.ui.plugin.add("resizable","ghost",{start:function(){var t=e(this).data("ui-resizable"),n=t.options,i=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:"block",position:"relative",height:i.height,width:i.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass("string"==typeof n.ghost?n.ghost:""),t.ghost.appendTo(t.helper)},resize:function(){var t=e(this).data("ui-resizable");t.ghost&&t.ghost.css({position:"relative",height:t.size.height,width:t.size.width})},stop:function(){var t=e(this).data("ui-resizable");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),e.ui.plugin.add("resizable","grid",{resize:function(){var t=e(this).data("ui-resizable"),n=t.options,i=t.size,r=t.originalSize,a=t.originalPosition,s=t.axis,o="number"==typeof n.grid?[n.grid,n.grid]:n.grid,l=o[0]||1,u=o[1]||1,c=Math.round((i.width-r.width)/l)*l,d=Math.round((i.height-r.height)/u)*u,f=r.width+c,h=r.height+d,p=n.maxWidth&&n.maxWidthf,v=n.minHeight&&n.minHeight>h;n.grid=o,m&&(f+=l),v&&(h+=u),p&&(f-=l),g&&(h-=u),/^(se|s|e)$/.test(s)?(t.size.width=f,t.size.height=h):/^(ne)$/.test(s)?(t.size.width=f,t.size.height=h,t.position.top=a.top-d):/^(sw)$/.test(s)?(t.size.width=f,t.size.height=h,t.position.left=a.left-c):(t.size.width=f,t.size.height=h,t.position.top=a.top-d,t.position.left=a.left-c)}})}(i)},133:function(e,t,n){"use strict";var i=n(21),r=function(e){return e&&e.__esModule?e:{default:e}}(i),a=n(0);n(0);a.browser=r.default},134:function(e,t,n){"use strict";n(51);var i=n(0);n(0);!function(e){function t(e){window.history&&window.history.replaceState?history.replaceState(null,null,e):window.location.replace(e)}e.fn.persistent_paging=function(){return e(this).each(function(){function n(){var t=[];e.each(r,function(){t.push([this[0],this[2].offset().top,this[2]])}),r=t}var i=e(this),r=[[1,0,i.find(".page")]],a=[],s=!1,o=i.data("mobius"),l=/^#p(\d*)/,u=l.exec(window.location.hash);u&&1!==parseInt(u[1],10)&&(i.one("mobius:loaded_page",function(t,n,i){e.scrollTo(i.offset().top+70)}),o.load_page(parseInt(u[1],10))),i.on("mobius:loaded_page",function(t,a,s){function l(){if(this[0]===c)return u=!0,!1}var u,c,d=[];for(r.push([a,!1,s]),n(),c=1;c<=r[r.length-1][0];c+=1)u=!1,e.each(r,l),u||d.push(c);d.length?e.each(d,function(){var t=r[0],n=parseInt(this,10),a=e([]),s=[],l=e([]),u=e([]);e.each(r,function(){this[0]>t[0]&&this[0]e&&(a=this)}),a[0]!==s&&(t("#p"+a[0]),e(document).trigger("infinite_scroll:scrolled_to",[a[0]]),s=a[0])})})}}(i)},135:function(e,t,n){"use strict";var i=n(0);n(0);!function(e){function t(t,n){this.$elem=t,this.options=e.extend({},{adjust_on:"mobius:loaded_page scroll resize sticky_bar:position load hashchange",parent:t.parent(),attach_to:"top",lock_to_bottom:!0},n),this.paused=!1,this.last_scroll_top=0,this.last_up=!1,this.fixed=!1,this.original_top=t.offset().top,this.original_bottom=this.original_top+t.height(),this.update_window_larger_then_elem(),this.attach_to_top="top"===this.options.attach_to,this.attach_to_bottom=!this.attach_to_top,this.bind_events(),this.reposition()}function n(t,n){this.$elem=t,this.options=e.extend({},{adjust_on:"shifted scroll resize load hashchange"},n),this.original_top=t.offset().top,this.bind_events(),this.reposition()}e.fn.sticky_bar=function(n){return n=n||{},e(this).each(function(){var i=e(this).data("stickybar");i?e(this).trigger("shifted"):(i=new t(e(this),n),e(this).data("stickybar",i))})},e.fn.simple_sticky_bar=function(t){return t=t||{},e(this).each(function(){var i=e(this).data("simple_stickybar");i?e(this).trigger("shifted"):(i=new n(e(this),t),e(this).data("simple_stickybar",i))})},e.extend(n.prototype,{bind_events:function(){var t=this;e(window).on(this.options.adjust_on,function(e){t.reposition(e)})},reposition:function(){e(window).scrollTop()this.$elem.height()},lockToBottom:function(e){this.fixed=!1,this.$elem.css("position","absolute"),this.$elem.css("top",e-this.$elem.outerHeight()-this.$elem.offsetParent().offset().top)},reposition:function(t){var n=this,i=e(window).scrollTop(),r=i+e(window).height(),a=n.$elem.offset().top,s=a+n.$elem.height(),o=n.options.parent,l=o.offset().top+o.outerHeight(),u=t&&"scroll"===t.type,c=!(i>n.last_scroll_top),d=c!==n.last_up;e("body").width()<640||n.attach_to_top&&in.original_bottom?(n.fixed=!1,n.$elem.css("position","static"),n.$elem.css("top","auto"),n.$elem.css("bottom","auto")):n.options.lock_to_bottom&&!n.window_larger_then_elem&&r>l?n.lockToBottom(l):n.options.lock_to_bottom&&n.window_larger_then_elem&&i+n.$elem.height()>l?n.lockToBottom(l):d&&u?n.window_larger_then_elem||(n.fixed=!1,n.$elem.css("position","absolute"),n.$elem.css("top",a),n.$elem.css("bottom","auto")):n.fixed||(n.attach_to_top?n.window_larger_then_elem||(!u||c)&&is)||(n.fixed=!0,n.$elem.css("position","fixed"),n.$elem.css("top",-(n.$elem.height()-e(window).height()))):(n.window_larger_then_elem||(!u||!c)&&r>s)&&(n.fixed=!0,n.$elem.css("position","fixed"),n.$elem.css("bottom",0))),n.was_fixed!==n.fixed&&n.$elem.trigger("sticky_bar:fixed_changed",[n.fixed]),n.last_scroll_top=i,n.last_up=c}})}(i)},139:function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}var r=n(0),a=i(r),s=n(4),o=i(s),l=n(199),u=i(l);(0,o.default)(".NS_banners__social_prompt",function(e){var t=e.data("url");t&&a.default.ajax({url:(0,u.default)(t),type:"get",success:function(t){var n=t.remotely_followed_count;n>0&&(e.find(".js-friend-count").html(n),e.removeClass("banner--is-hidden"))}})})},140:function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}var r=n(8),a=i(r),s=n(2),o=i(s),l=n(0);n(0);!function(e){function t(t){var n=t.data("status-url");n&&e.pollster(n,function(n){var i,r=t.data("track-label");return n.ok?(i=e(n.html),t.replaceWith(i),(0,a.default)({success:o.default.t("library.video_tracks_editor.Successfully_imported_label",{label:r})}),!0):!!n.error&&(i=e(n.html),t.replaceWith(i),(0,a.default)({error:o.default.t("library.video_tracks_editor.Something_went_wrong_while_importing_label",{label:r,error:n.error})}),!0)},{delay:1e3})}e.fn.videoTracksEditor=function(){var n=e(this);n.on("click",".js-add-track",function(t){var n,i=e(t.currentTarget),r=i.closest(".js-subtitles"),a=r.find(".js-language-select"),s=r.find(".js-track-list"),o=a.find("option:selected").val();n=e.ajax({method:"POST",url:i.data("create-track-path"),data:{language:o,captionable_type:i.data("captionable-type"),captionable_id:i.data("captionable-id")},dataType:"json"}),n.success(function(e){s.append(e.html),a.find('option[value="'+o+'"]').prop("disabled",!0),a.ksr_val(a.find("option").not("[disabled]").first().val())}),t.preventDefault()}),n.on("click",".js-captionable--destroy-track",function(t){var n,i=e(t.currentTarget),r=i.closest(".js-subtitles"),a=r.find(".js-language-select"),s=i.data("path");t.preventDefault(),confirm(o.default.t("library.video_tracks_editor.Are_you_sure_you_want_to_delete_this_track"))&&(n=e.ajax({method:"DELETE",url:s}),n.success(function(e){var t=i.data("language");e.ok&&(a.find('option[value="'+t+'"]').prop("disabled",!1),i.closest(".js-captionable--track-item").remove())}))}),n.on("change",".js-importer--input",function(){var n,i=e(this),r=i.closest(".js-importer"),s=i.closest(".js-captionable--track-item"),l=r.find(".js-importer--text"),u=this.files&&this.files[0],c=new FormData;u&&(i.hide(),l.text(o.default.t("library.video_tracks_editor.Uploading")),c.append("track[file]",u),n=e.ajax({url:i.data("url"),type:"PUT",processData:!1,contentType:!1,data:c}),n.success(function(n){var i;n.ok?(i=e(n.html),s.replaceWith(i),t(i)):(0,a.default)({error:n.error})}),n.error(function(){(0,a.default)({error:o.default.t("library.video_tracks_editor.Something_went_wrong_while_uploading_file",{file:u.name})}),i.show()}))}),n.find(".js-captionable--track-item").each(function(){t(e(this))})}}(l)},141:function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}var r=n(5),a=i(r),s=n(21),o=i(s),l=n(14),u=n(2),c=i(u);n(296),n(67),n(33),n(164),n(78);var d=n(0);n(0);!function(e){function t(t){this.$c=e(t),this.video_data=this.$c.data("video")||{},this.autostarting=!1;var n=this.$c.find("video");n.get(0)&&n.get(0).canPlayType&&(n.get(0).canPlayType("video/mp4")||n.hasClass("has_webm"))&&(this.$video=n,this.video=n.get(0),o.default.chrome&&this.$video.attr("controls","controls").removeAttr("controls"),this.$c.addClass("vertically_center")),this.initialize(),(window.location.search.match("play="+(this.$c.attr("id")||this.video_data.id))||this.$c.hasClass("autoplay"))&&(this.autostarting=!0,this.play()),this.$c.hasClass("muted")&&this.mute(),this.add_size_class(),this.bind_events()}e.fn.ksr_video=function(){return e(this).each(function(){var n=e(this).data("ksr_video");n||(n=new t(e(this)),e(this).data("ksr_video",n))})},e.extend(t.prototype,{overlay:function(){var t=this;this.$c.children(":not(video)").hide(),this.$overlay=e('
'),this.$overlay.on("click",function(e){t.initialize_flash(),t.$overlay.remove(),e.preventDefault()}),this.$c.append(this.$overlay)},bind_events:function(){var e=this;this.$c.on("ksr_video:play",function(){e.play()}),this.$c.on("ksr_video:pause",function(){e.pause()}),this.$c.on("ksr_video:mute",function(){e.mute()}),this.$c.on("ksr_video:unmute",function(){e.unmute()}),this.$c.on("ksr_video:destroy",function(){e.destroy()}),this.$c.on("ksr_video:seek",function(t,n,i){e.seek(n,i)})},add_size_class:function(){this.$c.removeClass("small medium large"),this.$c.width()>600?this.$c.addClass("large"):this.$c.width()>400?this.$c.addClass("large"):this.$c.addClass("small")},bind_video_element:function(){var e=this,t=this.$video,n=!0;this.$video.on("loadedmetadata",function(){e.$c.trigger("ksr_video:loaded")}),t.bind("ended",function(){e.$c.trigger("ksr_video:ended")}),t.on("play",function(){e.$c.trigger("ksr_video:playing",[n]),e.$c.addClass("has_played"),e.autostarting?e.autostarting=!1:e.focus_playpause_button(),n=!1}),t.on("pause",function(){e.$c.trigger("ksr_video:paused"),e.focus_playpause_button()}),t.on("progress",function(){var t,n,i,r=e.video.buffered,s=[];if(r.length)for(t=0;t20)&&(r(),o(),k=t)}),u(),this.$video.on("click",function(){v.playpause()}),this.$c.find(".play_button_big, img.poster").on("click",function(e){v.play(),e.preventDefault()}),this.$c.on("focus click",":tabbable",function(){v.playing()&&(r(),o())}),this.$c.on("keydown",'[role="button"]',function(t){t.which!==l.ENTER&&t.which!==l.SPACE||(e(this).click(),t.preventDefault())}),this.$c.on("keydown",'.progress_container [role="slider"]',function(e){h("currentTime",{delta:.05*v.video.duration,direction:d(e),max:v.video.duration})}),this.$c.on("keydown",'.volume_container [role="slider"]',function(e){h("volume",{delta:.05,direction:d(e),max:1})}),this.$c.on("ksr_video:loaded",function(){u(),C.attr("aria-valuemin","0").attr("aria-valuemax","1"),p()}),this.$video.on("volumechange",function(){p()}).on("play",function(){D.removeClass("play").addClass("pause").attr("aria-label",c.default.t("library.ksr_video.Pause")),o()}).on("pause",function(){D.removeClass("pause").addClass("play").attr("aria-label",c.default.t("library.ksr_video.Play")),r(),s()}),D.on("click",function(e){v.playpause(),e.preventDefault()}),_.on("mouseenter focus",".video_dropdown",function(t){var n=e(t.currentTarget);n.addClass("open"),_.on("mouseleave.leave_dropdown blur.leave_dropdown",".video_dropdown",function(){n.removeClass("open"),_.off(".leave_dropdown")})}),j.on("click","li",function(){var t=e(this),n=t.data("language");T.removeClass("open"),n?KSR.store.setItem("last_track_language",n):KSR.store.removeItem("last_track_language"),g(n),v.$c.trigger("ksr_video:change_track",n)}),v.video.textTracks&&0!==v.video.textTracks.length?g(KSR.store.getItem("last_track_language")):this.$c.find(".js-remove-unless-text-tracks").remove();var R=null;e(document).on("fullscreenchange mozfullscreenchange webkitfullscreenchange",function(){!(document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement)&&R&&v.$c.css("height",R)}),_.find(".fullscreen").on("click",function(e){if(document.fullscreenEnabled||document.mozFullScreenEnabled||document.webkitFullscreenEnabled){var t=v.$c.get(0);document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement?document.cancelFullscreen?document.cancelFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitCancelFullScreen&&document.webkitCancelFullScreen():(R=v.$c.css("height"),v.$c.css("height","auto"),t.requestFullscreen?t.requestFullscreen():t.mozRequestFullScreen?t.mozRequestFullScreen():t.webkitRequestFullscreen&&t.webkitRequestFullscreen())}else v.$c.toggleClass("fullscreen");e.preventDefault()}),y.draggable_bar(function(e){var t=v.video.duration*e;v.video.currentTime=t}),x.draggable_bar(function(e){v.video.muted&&v.unmute(),v.video.volume=e}),x.find(".progress_bar_bg").on("mouseup",m),E.on("mouseup",m),C.on("mouseup",m),e("body").is(".touchable")?E.hide():S.on("click",function(){v.mute_toggle()}),this.$c.on("ksr_video:buffer_change",function(e,t,n){b.width(n+"%")}),this.$c.on("ksr_video:time_update",function(e,n){var i=n/v.video.duration*100;w.width(i+"%"),A.css("left",i+"%"),P.text(t(n)).attr("datetime","PT"+Math.floor(n)+"S"),A.attr("aria-valuenow",n)})},play:function(){this.video?(this.$video.show(),this.video.play()):this.jwplayer&&this.jwplayer.play()},pause:function(){this.playing()&&(this.video?this.video.pause():this.jwplayer&&this.jwplayer.pause())},playpause:function(){return this.playing()?this.pause():this.play(),this.playing()},focus_playpause_button:function(){var t=this.$c.find(".playpause"),n=e(window),i=t[0].getBoundingClientRect();i.top>=0&&i.left>=0&&i.bottom<=n.height()&&i.right<=n.width()&&t.focus()},seek:function(e,t){var n=this;if(void 0===t&&(t=!1),this.video){if(this.video.readyState<1)return this.video.load(),void this.$c.one("ksr_video:loaded",function(){n.seek(e,t)});this.video.currentTime=e,t?this.pause():this.play()}else this.jwplayer&&(this.jwplayer.seek(e),this.jwplayer.pause(t))},mute_toggle:function(){return this.video&&(this.video.muted?this.unmute():this.mute()),this.video.muted},mute:function(){this.$c.trigger("ksr_video:muted"),this.jwplayer?this.jwplayer.setMute(!0):this.video.muted=!0},unmute:function(){this.$c.trigger("ksr_video:unmuted"),this.jwplayer?this.jwplayer.setMute(!1):this.video.muted=!1},destroy:function(){this.$c.empty(),this.$c.removeData("ksr_video")},current_position:function(){return this.video?this.video.currentTime:this.jwplayer?this.jwplayer.getPosition():void 0},duration:function(){return this.jwplayer?this.jwplayer.getDuration():this.video.duration},playing:function(){return this.video?!this.video.paused:this.jwplayer?"playing"===this.jwplayer.getState().toLowerCase():void 0},initialize_flash:function(){var e="v"+parseInt(1e8*Math.random(),10),t=this.$c.data("external_flashvars")||{},n=this;this.$c.append('
'),"undefined"!=typeof swfobject&&swfobject.embedSWF("https://d3mlfyygrfdi2i.cloudfront.net/321f/kickplayer.swf",e,this.$c.data("dimensions").width,this.$c.data("dimensions").height,"9.0.115","/swf/expressInstall.swf",a.default.extend(t,{displayheight:this.$c.height(),file:encodeURI(this.$c.attr("data-video-url")),image:encodeURI(this.$c.attr("data-image")),backcolor:"000000",screencolor:"000000",controlbar:"over","controlbar.idlehide":"true",autostart:!0,skin:"https://d3mlfyygrfdi2i.cloudfront.net/cc3a/kickskin.swf"}),{allowscriptaccess:"always",allowfullscreen:"true",wmode:"opaque",menu:"false"},{id:"ksr_player_"+e,class:"ksr_player",name:"ksr_player_"+e},function(e){var t=!0;window.player_reference=e.ref,e.success?(n.$c.find("video").remove(),n.jwplayer=jwplayer(e.ref),n.jwplayer.onReady(function(){n.$c.trigger("ksr_video:loaded")}),n.jwplayer.onPlay(function(){n.$c.trigger("ksr_video:playing",[t]),t=!1}),n.jwplayer.onPause(function(){n.$c.trigger("ksr_video:paused")}),n.jwplayer.onComplete(function(){n.$c.trigger("ksr_video:ended")}),n.jwplayer.onBufferChange(function(e){var t=e.duration*(e.bufferPercent/100);isNaN(t)||n.$c.trigger("ksr_video:buffer_change",[t,e.bufferPercent])})):(n.$video=n.$c.find("video"),n.video=n.$video.get(0),n.$overlay.remove(),n.$c.children().show(),n.$c.find(".play_button_big").removeAttr("style"),n.video&&(n.initialize(),n.play()))})},initialize:function(){var e=this;this.video?(e.bind_controls(),e.bind_video_element(),KSR.store.getItem("ksr_video_volume")&&(this.video.volume=KSR.store.getItem("ksr_video_volume")),this.$video.css({height:"100%"}).removeAttr("style")):this.overlay()}})}(d)},142:function(e,t,n){"use strict";n(78);var i=n(0);n(0);!function(e){function t(t){this.$container=e(t),this.embed()}e.fn.sound_player=function(){return e(this).each(function(){var n=e(this).data("ksr_video");n||(n=new t(e(this)),e(this).data("sound_player",n))})},e.extend(t.prototype,{embed:function(t){var n="v"+parseInt(1e8*Math.random(),10),i=this;this.$container.find("span").attr("id",n),swfobject.embedSWF("https://d3mlfyygrfdi2i.cloudfront.net/321f/kickplayer.swf",n,this.$container.width(),this.$container.height(),"9.0.115","https://d3mlfyygrfdi2i.cloudfront.net/7b65/expressInstall.swf",{displayheight:this.$container.height(),file:encodeURI(this.$container.attr("data-file")),backcolor:"000000",screencolor:"000000",controlbar:"bottom","controlbar.idlehide":"false",autostart:t,audioonly:!0,skin:"https://d3mlfyygrfdi2i.cloudfront.net/cc3a/kickskin.swf"},{allowscriptaccess:"always",wmode:"opaque",menu:"false"},{id:"sound_player_"+n,class:"ksr_player",name:"sound_player_"+n},function(n){if(n.success)i.jwplayer=jwplayer(n.ref);else{var r=e("
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Property (Type)DefaultDescription
barColor#ef1e25The color of the curcular bar. You can either pass a valid css color string, or a function that takes the current percentage as a value and returns a valid css color string.
trackColor#f2f2f2The color of the track, or false to disable rendering.
scaleColor#dfe0e0The color of the scale lines, false to disable rendering.
scaleLength5Length of the scale lines (reduces the radius of the chart).
lineCaproundDefines how the ending of the bar line looks like. Possible values are: butt, round and square.
lineWidth3Width of the chart line in px.
size110Size of the pie chart in px. It will always be a square.
rotate0Rotation of the complete chart in degrees.
animateobjectObject with time in milliseconds and boolean for an animation of the bar growing ({ duration: 1000, enabled: true }), or false to deactivate animations.
easingdefaultEasingEasing function or string with the name of a jQuery easing function
+ + + +## Callbacks +All callbacks will only be called if `animate` is not `false`. + + + + + + + + + + + + + + + + + + +
Callback(params, ...)Description
onStart(from, to)Is called at the start of any animation.
onStep(from, to, currentValue)Is called during animations providing the current value (the method is scoped to the context of th eplugin, so you can access the DOM element via this.el).
onStop(from, to)Is called at the end of any animation.
+ + + +## Plugin api +#### jQuery + +```javascript +$(function() { + // instantiate the plugin + ... + // update + $('.chart').data('easyPieChart').update(40); + ... + // disable animation + $('.chart').data('easyPieChart').disableAnimation(); + ... + // enable animation + $('.chart').data('easyPieChart').enableAnimation(); +}); +``` + +#### Vanilla JS + +```javascript +// instantiate the plugin +var chart = new EasyPieChart(element, options); +// update +chart.update(40); +// disable animation +chart.disableAnimation(); +// enable animation +chart.enableAnimation(); +``` + +###### Using a gradient + +```javascript +new EasyPieChart(element, { + barColor: function(percent) { + var ctx = this.renderer.ctx(); + var canvas = this.renderer.canvas(); + var gradient = ctx.createLinearGradient(0,0,canvas.width,0); + gradient.addColorStop(0, "#ffe57e"); + gradient.addColorStop(1, "#de5900"); + return gradient; + } +}); +``` + +#### AngularJS + +For a value binding you need to add the `percent` attribute and bind it to your controller. + +#### RequireJS + +When using [RequireJS](http://requirejs.org) you can define your own name. Examples can be found in the `demo/requirejs.html`. + + + +## Browser Support +Native support + +* Chrome +* Safari +* FireFox +* Opera +* Internet Explorer 9+ + +Support for Internet Explorer 7 and 8 with [excanvas](https://code.google.com/p/explorercanvas/wiki/Instructions) polyfill. + + + +## Test +To run the test just use the karma adapter of grunt: `grunt test` + + + +## Credits +Thanks to [Rafal Bromirski](http://www.paranoida.com/) for designing [this dribble shot](http://drbl.in/ezuc) which inspired me building this plugin. + + + +## Copyright +Copyright (c) 2014 Robert Fleischmann, contributors. Released under the MIT, GPL licenses diff --git a/dana/third_party/jquery.easy-pie-chart/bower.json b/dana/third_party/jquery.easy-pie-chart/bower.json new file mode 100644 index 0000000000000000000000000000000000000000..6117b1eb96cc2af26388856af586bbce2161212c --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/bower.json @@ -0,0 +1,19 @@ +{ + "name": "jquery.easy-pie-chart", + "version": "2.1.6", + "main": [ + "dist/jquery.easypiechart.js" + ], + "ignore": [ + "demo", + ".editorconfig" + ], + "dependencies": { + "jquery": ">=1.9.0", + "requirejs": "~2.1.10" + }, + "devDependencies": { + "angular": "~1.2.9", + "angular-mocks": "~1.2.9" + } +} diff --git a/dana/third_party/jquery.easy-pie-chart/changelog.md b/dana/third_party/jquery.easy-pie-chart/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..be40ca74d277164226dc5204f292be7bf95147b6 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/changelog.md @@ -0,0 +1,80 @@ +# Changlog + +## Version 2.1.5 - Feb 28, 2014 +* Fixed build error for minified vanilla version + +## Version 2.1.4 - Feb 1, 2014 +* Various updates and pull requests + +## Version 2.1.3 - Dec 1, 2013 +* Allow negative percent values with a reversed pie chart + +## Version 2.1.2 - Dec 1, 2013 +* Allow override of default options with data attributes in JQuery plugin + +## Version 2.1.1 - Nov 19, 2013 +* Fixed AMD support for jQuery version + +## Version 2.1.0 - Oct 28, 2013 +* Added UMD (Universal Module Definition) wrapper for AMD and requireJS support +* Angular module: Move options into single attribute and provide it as JSON +* Allow decimal numbers for percent values + +## Version 2.0.5 – Oct 12, 2013 +* (Angular) Fixed timer bug + +## Version 2.0.4 - Oct 10, 2013 +* Use the internal timing function of angular +* Added the ability to create two instances of the chart on one main scope +* Removed unnecessary stuff from the angular example to provide the minimal setup +* Added more conventional way to create controller in angular + +## Version 2.0.3 - Sep 29, 2013 +* Fixed render bug on retina displays +* Auto detect and load renderer (in preparation of a svg renderer) + +## Version 2.0.2 - Sep 26, 2013 +* Improved render performance by approx. 300% + +## Version 2.0.1 - Sep 22, 2013 +* Support for Internet Explorer 7 and 8 with excanvas + +## Version 2.0.0 - Sep 22, 2013 +* Added vanilla JS version +* Added angular directive +* Dropped coffeescript version +* Dropped support for delayed animations +* Moved canvas render methods in own module + +## Version 1.2.5 - Aug 05, 2013 +* Added default option value for delay + +## Version 1.2.4 - Aug 05, 2013 +* bug fix for incomplete animations +* support for delayed animations + +## Version 1.2.3 - Jul 17, 2013 +* Date.now fix for IE < IE9 + +## Version 1.2.2 - Jul 15, 2013 +* Add `currentValue` and `to` to the onStop callback + +## Version 1.2.1 - Jun 19, 2013 +* Allow overriding of options with HTML data attributes where provided + +## Version 1.2.0 - Jun 19, 2013 +* Added `rotate` option to rotate the complete chart + +## Version 1.1.0 - Jun 10, 2013 +* Added missing `onStop` method +* cast `percent` to float to avoid breaking chart if a string is passed to the update method + +## Version 1.0.2 - Jun 07, 2013 +* Use requestAnimationFrame for smooth animations +* Added `onStep` option to get the current value during animations + +## Version 1.0.1 - Feb 07, 2013 +* Added retina support + +## Version 1.0.0 - Aug 02, 2012 +* Initial version diff --git a/dana/third_party/jquery.easy-pie-chart/dist/angular.easypiechart.js b/dana/third_party/jquery.easy-pie-chart/dist/angular.easypiechart.js new file mode 100644 index 0000000000000000000000000000000000000000..9b156bbcf698a3b0beac00065b6026cfcec8bb04 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/dist/angular.easypiechart.js @@ -0,0 +1,397 @@ +/**! + * easyPieChart + * Lightweight plugin to render simple, animated and retina optimized pie charts + * + * @license + * @author Robert Fleischmann (http://robert-fleischmann.de) + * @version 2.1.6 + **/ + +(function(root, factory) { + if(typeof exports === 'object') { + module.exports = factory(require('angular')); + } + else if(typeof define === 'function' && define.amd) { + define(['angular'], factory); + } + else { + factory(root.angular); + } +}(this, function(angular) { + +(function (angular) { + + 'use strict'; + + return angular.module('easypiechart', []) + + .directive('easypiechart', [function() { + return { + restrict: 'A', + require: '?ngModel', + scope: { + percent: '=', + options: '=' + }, + link: function (scope, element, attrs) { + + scope.percent = scope.percent || 0; + + /** + * default easy pie chart options + * @type {Object} + */ + var options = { + barColor: '#ef1e25', + trackColor: '#f9f9f9', + scaleColor: '#dfe0e0', + scaleLength: 5, + lineCap: 'round', + lineWidth: 3, + size: 110, + rotate: 0, + animate: { + duration: 1000, + enabled: true + } + }; + scope.options = angular.extend(options, scope.options); + + var pieChart = new EasyPieChart(element[0], options); + + scope.$watch('percent', function(newVal, oldVal) { + pieChart.update(newVal); + }); + } + }; + }]); + +})(angular); +/** + * Renderer to render the chart on a canvas object + * @param {DOMElement} el DOM element to host the canvas (root of the plugin) + * @param {object} options options object of the plugin + */ +var CanvasRenderer = function(el, options) { + var cachedBackground; + var canvas = document.createElement('canvas'); + + el.appendChild(canvas); + + if (typeof(G_vmlCanvasManager) !== 'undefined') { + G_vmlCanvasManager.initElement(canvas); + } + + var ctx = canvas.getContext('2d'); + + canvas.width = canvas.height = options.size; + + // canvas on retina devices + var scaleBy = 1; + if (window.devicePixelRatio > 1) { + scaleBy = window.devicePixelRatio; + canvas.style.width = canvas.style.height = [options.size, 'px'].join(''); + canvas.width = canvas.height = options.size * scaleBy; + ctx.scale(scaleBy, scaleBy); + } + + // move 0,0 coordinates to the center + ctx.translate(options.size / 2, options.size / 2); + + // rotate canvas -90deg + ctx.rotate((-1 / 2 + options.rotate / 180) * Math.PI); + + var radius = (options.size - options.lineWidth) / 2; + if (options.scaleColor && options.scaleLength) { + radius -= options.scaleLength + 2; // 2 is the distance between scale and bar + } + + // IE polyfill for Date + Date.now = Date.now || function() { + return +(new Date()); + }; + + /** + * Draw a circle around the center of the canvas + * @param {strong} color Valid CSS color string + * @param {number} lineWidth Width of the line in px + * @param {number} percent Percentage to draw (float between -1 and 1) + */ + var drawCircle = function(color, lineWidth, percent) { + percent = Math.min(Math.max(-1, percent || 0), 1); + var isNegative = percent <= 0 ? true : false; + + ctx.beginPath(); + ctx.arc(0, 0, radius, 0, Math.PI * 2 * percent, isNegative); + + ctx.strokeStyle = color; + ctx.lineWidth = lineWidth; + + ctx.stroke(); + }; + + /** + * Draw the scale of the chart + */ + var drawScale = function() { + var offset; + var length; + + ctx.lineWidth = 1; + ctx.fillStyle = options.scaleColor; + + ctx.save(); + for (var i = 24; i > 0; --i) { + if (i % 6 === 0) { + length = options.scaleLength; + offset = 0; + } else { + length = options.scaleLength * 0.6; + offset = options.scaleLength - length; + } + ctx.fillRect(-options.size/2 + offset, 0, length, 1); + ctx.rotate(Math.PI / 12); + } + ctx.restore(); + }; + + /** + * Request animation frame wrapper with polyfill + * @return {function} Request animation frame method or timeout fallback + */ + var reqAnimationFrame = (function() { + return window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + function(callback) { + window.setTimeout(callback, 1000 / 60); + }; + }()); + + /** + * Draw the background of the plugin including the scale and the track + */ + var drawBackground = function() { + if(options.scaleColor) drawScale(); + if(options.trackColor) drawCircle(options.trackColor, options.trackWidth || options.lineWidth, 1); + }; + + /** + * Canvas accessor + */ + this.getCanvas = function() { + return canvas; + }; + + /** + * Canvas 2D context 'ctx' accessor + */ + this.getCtx = function() { + return ctx; + }; + + /** + * Clear the complete canvas + */ + this.clear = function() { + ctx.clearRect(options.size / -2, options.size / -2, options.size, options.size); + }; + + /** + * Draw the complete chart + * @param {number} percent Percent shown by the chart between -100 and 100 + */ + this.draw = function(percent) { + // do we need to render a background + if (!!options.scaleColor || !!options.trackColor) { + // getImageData and putImageData are supported + if (ctx.getImageData && ctx.putImageData) { + if (!cachedBackground) { + drawBackground(); + cachedBackground = ctx.getImageData(0, 0, options.size * scaleBy, options.size * scaleBy); + } else { + ctx.putImageData(cachedBackground, 0, 0); + } + } else { + this.clear(); + drawBackground(); + } + } else { + this.clear(); + } + + ctx.lineCap = options.lineCap; + + // if barcolor is a function execute it and pass the percent as a value + var color; + if (typeof(options.barColor) === 'function') { + color = options.barColor(percent); + } else { + color = options.barColor; + } + + // draw bar + drawCircle(color, options.lineWidth, percent / 100); + }.bind(this); + + /** + * Animate from some percent to some other percentage + * @param {number} from Starting percentage + * @param {number} to Final percentage + */ + this.animate = function(from, to) { + var startTime = Date.now(); + options.onStart(from, to); + var animation = function() { + var process = Math.min(Date.now() - startTime, options.animate.duration); + var currentValue = options.easing(this, process, from, to - from, options.animate.duration); + this.draw(currentValue); + options.onStep(from, to, currentValue); + if (process >= options.animate.duration) { + options.onStop(from, to); + } else { + reqAnimationFrame(animation); + } + }.bind(this); + + reqAnimationFrame(animation); + }.bind(this); +}; + +var EasyPieChart = function(el, opts) { + var defaultOptions = { + barColor: '#ef1e25', + trackColor: '#f9f9f9', + scaleColor: '#dfe0e0', + scaleLength: 5, + lineCap: 'round', + lineWidth: 3, + trackWidth: undefined, + size: 110, + rotate: 0, + animate: { + duration: 1000, + enabled: true + }, + easing: function (x, t, b, c, d) { // more can be found here: http://gsgd.co.uk/sandbox/jquery/easing/ + t = t / (d/2); + if (t < 1) { + return c / 2 * t * t + b; + } + return -c/2 * ((--t)*(t-2) - 1) + b; + }, + onStart: function(from, to) { + return; + }, + onStep: function(from, to, currentValue) { + return; + }, + onStop: function(from, to) { + return; + } + }; + + // detect present renderer + if (typeof(CanvasRenderer) !== 'undefined') { + defaultOptions.renderer = CanvasRenderer; + } else if (typeof(SVGRenderer) !== 'undefined') { + defaultOptions.renderer = SVGRenderer; + } else { + throw new Error('Please load either the SVG- or the CanvasRenderer'); + } + + var options = {}; + var currentValue = 0; + + /** + * Initialize the plugin by creating the options object and initialize rendering + */ + var init = function() { + this.el = el; + this.options = options; + + // merge user options into default options + for (var i in defaultOptions) { + if (defaultOptions.hasOwnProperty(i)) { + options[i] = opts && typeof(opts[i]) !== 'undefined' ? opts[i] : defaultOptions[i]; + if (typeof(options[i]) === 'function') { + options[i] = options[i].bind(this); + } + } + } + + // check for jQuery easing + if (typeof(options.easing) === 'string' && typeof(jQuery) !== 'undefined' && jQuery.isFunction(jQuery.easing[options.easing])) { + options.easing = jQuery.easing[options.easing]; + } else { + options.easing = defaultOptions.easing; + } + + // process earlier animate option to avoid bc breaks + if (typeof(options.animate) === 'number') { + options.animate = { + duration: options.animate, + enabled: true + }; + } + + if (typeof(options.animate) === 'boolean' && !options.animate) { + options.animate = { + duration: 1000, + enabled: options.animate + }; + } + + // create renderer + this.renderer = new options.renderer(el, options); + + // initial draw + this.renderer.draw(currentValue); + + // initial update + if (el.dataset && el.dataset.percent) { + this.update(parseFloat(el.dataset.percent)); + } else if (el.getAttribute && el.getAttribute('data-percent')) { + this.update(parseFloat(el.getAttribute('data-percent'))); + } + }.bind(this); + + /** + * Update the value of the chart + * @param {number} newValue Number between 0 and 100 + * @return {object} Instance of the plugin for method chaining + */ + this.update = function(newValue) { + newValue = parseFloat(newValue); + if (options.animate.enabled) { + this.renderer.animate(currentValue, newValue); + } else { + this.renderer.draw(newValue); + } + currentValue = newValue; + return this; + }.bind(this); + + /** + * Disable animation + * @return {object} Instance of the plugin for method chaining + */ + this.disableAnimation = function() { + options.animate.enabled = false; + return this; + }; + + /** + * Enable animation + * @return {object} Instance of the plugin for method chaining + */ + this.enableAnimation = function() { + options.animate.enabled = true; + return this; + }; + + init(); +}; + + +})); diff --git a/dana/third_party/jquery.easy-pie-chart/dist/angular.easypiechart.min.js b/dana/third_party/jquery.easy-pie-chart/dist/angular.easypiechart.min.js new file mode 100644 index 0000000000000000000000000000000000000000..5a6998b054555e5c07bd76354f91c11d5ffdaead --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/dist/angular.easypiechart.min.js @@ -0,0 +1,9 @@ +/**! + * easyPieChart + * Lightweight plugin to render simple, animated and retina optimized pie charts + * + * @license + * @author Robert Fleischmann (http://robert-fleischmann.de) + * @version 2.1.6 + **/ +!function(a,b){"object"==typeof exports?module.exports=b(require("angular")):"function"==typeof define&&define.amd?define(["angular"],b):b(a.angular)}(this,function(a){!function(a){"use strict";return a.module("easypiechart",[]).directive("easypiechart",[function(){return{restrict:"A",require:"?ngModel",scope:{percent:"=",options:"="},link:function(b,d){b.percent=b.percent||0;var e={barColor:"#ef1e25",trackColor:"#f9f9f9",scaleColor:"#dfe0e0",scaleLength:5,lineCap:"round",lineWidth:3,size:110,rotate:0,animate:{duration:1e3,enabled:!0}};b.options=a.extend(e,b.options);var f=new c(d[0],e);b.$watch("percent",function(a){f.update(a)})}}}])}(a);var b=function(a,b){var c,d=document.createElement("canvas");a.appendChild(d),"undefined"!=typeof G_vmlCanvasManager&&G_vmlCanvasManager.initElement(d);var e=d.getContext("2d");d.width=d.height=b.size;var f=1;window.devicePixelRatio>1&&(f=window.devicePixelRatio,d.style.width=d.style.height=[b.size,"px"].join(""),d.width=d.height=b.size*f,e.scale(f,f)),e.translate(b.size/2,b.size/2),e.rotate((-0.5+b.rotate/180)*Math.PI);var g=(b.size-b.lineWidth)/2;b.scaleColor&&b.scaleLength&&(g-=b.scaleLength+2),Date.now=Date.now||function(){return+new Date};var h=function(a,b,c){c=Math.min(Math.max(-1,c||0),1);var d=0>=c?!0:!1;e.beginPath(),e.arc(0,0,g,0,2*Math.PI*c,d),e.strokeStyle=a,e.lineWidth=b,e.stroke()},i=function(){var a,c;e.lineWidth=1,e.fillStyle=b.scaleColor,e.save();for(var d=24;d>0;--d)d%6===0?(c=b.scaleLength,a=0):(c=.6*b.scaleLength,a=b.scaleLength-c),e.fillRect(-b.size/2+a,0,c,1),e.rotate(Math.PI/12);e.restore()},j=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(a){window.setTimeout(a,1e3/60)}}(),k=function(){b.scaleColor&&i(),b.trackColor&&h(b.trackColor,b.trackWidth||b.lineWidth,1)};this.getCanvas=function(){return d},this.getCtx=function(){return e},this.clear=function(){e.clearRect(b.size/-2,b.size/-2,b.size,b.size)},this.draw=function(a){b.scaleColor||b.trackColor?e.getImageData&&e.putImageData?c?e.putImageData(c,0,0):(k(),c=e.getImageData(0,0,b.size*f,b.size*f)):(this.clear(),k()):this.clear(),e.lineCap=b.lineCap;var d;d="function"==typeof b.barColor?b.barColor(a):b.barColor,h(d,b.lineWidth,a/100)}.bind(this),this.animate=function(a,c){var d=Date.now();b.onStart(a,c);var e=function(){var f=Math.min(Date.now()-d,b.animate.duration),g=b.easing(this,f,a,c-a,b.animate.duration);this.draw(g),b.onStep(a,c,g),f>=b.animate.duration?b.onStop(a,c):j(e)}.bind(this);j(e)}.bind(this)},c=function(a,c){var d={barColor:"#ef1e25",trackColor:"#f9f9f9",scaleColor:"#dfe0e0",scaleLength:5,lineCap:"round",lineWidth:3,trackWidth:void 0,size:110,rotate:0,animate:{duration:1e3,enabled:!0},easing:function(a,b,c,d,e){return b/=e/2,1>b?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},onStart:function(){},onStep:function(){},onStop:function(){}};if("undefined"!=typeof b)d.renderer=b;else{if("undefined"==typeof SVGRenderer)throw new Error("Please load either the SVG- or the CanvasRenderer");d.renderer=SVGRenderer}var e={},f=0,g=function(){this.el=a,this.options=e;for(var b in d)d.hasOwnProperty(b)&&(e[b]=c&&"undefined"!=typeof c[b]?c[b]:d[b],"function"==typeof e[b]&&(e[b]=e[b].bind(this)));e.easing="string"==typeof e.easing&&"undefined"!=typeof jQuery&&jQuery.isFunction(jQuery.easing[e.easing])?jQuery.easing[e.easing]:d.easing,"number"==typeof e.animate&&(e.animate={duration:e.animate,enabled:!0}),"boolean"!=typeof e.animate||e.animate||(e.animate={duration:1e3,enabled:e.animate}),this.renderer=new e.renderer(a,e),this.renderer.draw(f),a.dataset&&a.dataset.percent?this.update(parseFloat(a.dataset.percent)):a.getAttribute&&a.getAttribute("data-percent")&&this.update(parseFloat(a.getAttribute("data-percent")))}.bind(this);this.update=function(a){return a=parseFloat(a),e.animate.enabled?this.renderer.animate(f,a):this.renderer.draw(a),f=a,this}.bind(this),this.disableAnimation=function(){return e.animate.enabled=!1,this},this.enableAnimation=function(){return e.animate.enabled=!0,this},g()}}); \ No newline at end of file diff --git a/dana/third_party/jquery.easy-pie-chart/dist/easypiechart.js b/dana/third_party/jquery.easy-pie-chart/dist/easypiechart.js new file mode 100644 index 0000000000000000000000000000000000000000..18d8aa786ef3f3118805788a6186d10be8825985 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/dist/easypiechart.js @@ -0,0 +1,351 @@ +/**! + * easyPieChart + * Lightweight plugin to render simple, animated and retina optimized pie charts + * + * @license + * @author Robert Fleischmann (http://robert-fleischmann.de) + * @version 2.1.6 + **/ + +(function(root, factory) { + if(typeof exports === 'object') { + module.exports = factory(); + } + else if(typeof define === 'function' && define.amd) { + define([], factory); + } + else { + root['EasyPieChart'] = factory(); + } +}(this, function() { + +/** + * Renderer to render the chart on a canvas object + * @param {DOMElement} el DOM element to host the canvas (root of the plugin) + * @param {object} options options object of the plugin + */ +var CanvasRenderer = function(el, options) { + var cachedBackground; + var canvas = document.createElement('canvas'); + + el.appendChild(canvas); + + if (typeof(G_vmlCanvasManager) !== 'undefined') { + G_vmlCanvasManager.initElement(canvas); + } + + var ctx = canvas.getContext('2d'); + + canvas.width = canvas.height = options.size; + + // canvas on retina devices + var scaleBy = 1; + if (window.devicePixelRatio > 1) { + scaleBy = window.devicePixelRatio; + canvas.style.width = canvas.style.height = [options.size, 'px'].join(''); + canvas.width = canvas.height = options.size * scaleBy; + ctx.scale(scaleBy, scaleBy); + } + + // move 0,0 coordinates to the center + ctx.translate(options.size / 2, options.size / 2); + + // rotate canvas -90deg + ctx.rotate((-1 / 2 + options.rotate / 180) * Math.PI); + + var radius = (options.size - options.lineWidth) / 2; + if (options.scaleColor && options.scaleLength) { + radius -= options.scaleLength + 2; // 2 is the distance between scale and bar + } + + // IE polyfill for Date + Date.now = Date.now || function() { + return +(new Date()); + }; + + /** + * Draw a circle around the center of the canvas + * @param {strong} color Valid CSS color string + * @param {number} lineWidth Width of the line in px + * @param {number} percent Percentage to draw (float between -1 and 1) + */ + var drawCircle = function(color, lineWidth, percent) { + percent = Math.min(Math.max(-1, percent || 0), 1); + var isNegative = percent <= 0 ? true : false; + + ctx.beginPath(); + ctx.arc(0, 0, radius, 0, Math.PI * 2 * percent, isNegative); + + ctx.strokeStyle = color; + ctx.lineWidth = lineWidth; + + ctx.stroke(); + }; + + /** + * Draw the scale of the chart + */ + var drawScale = function() { + var offset; + var length; + + ctx.lineWidth = 1; + ctx.fillStyle = options.scaleColor; + + ctx.save(); + for (var i = 24; i > 0; --i) { + if (i % 6 === 0) { + length = options.scaleLength; + offset = 0; + } else { + length = options.scaleLength * 0.6; + offset = options.scaleLength - length; + } + ctx.fillRect(-options.size/2 + offset, 0, length, 1); + ctx.rotate(Math.PI / 12); + } + ctx.restore(); + }; + + /** + * Request animation frame wrapper with polyfill + * @return {function} Request animation frame method or timeout fallback + */ + var reqAnimationFrame = (function() { + return window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + function(callback) { + window.setTimeout(callback, 1000 / 60); + }; + }()); + + /** + * Draw the background of the plugin including the scale and the track + */ + var drawBackground = function() { + if(options.scaleColor) drawScale(); + if(options.trackColor) drawCircle(options.trackColor, options.trackWidth || options.lineWidth, 1); + }; + + /** + * Canvas accessor + */ + this.getCanvas = function() { + return canvas; + }; + + /** + * Canvas 2D context 'ctx' accessor + */ + this.getCtx = function() { + return ctx; + }; + + /** + * Clear the complete canvas + */ + this.clear = function() { + ctx.clearRect(options.size / -2, options.size / -2, options.size, options.size); + }; + + /** + * Draw the complete chart + * @param {number} percent Percent shown by the chart between -100 and 100 + */ + this.draw = function(percent) { + // do we need to render a background + if (!!options.scaleColor || !!options.trackColor) { + // getImageData and putImageData are supported + if (ctx.getImageData && ctx.putImageData) { + if (!cachedBackground) { + drawBackground(); + cachedBackground = ctx.getImageData(0, 0, options.size * scaleBy, options.size * scaleBy); + } else { + ctx.putImageData(cachedBackground, 0, 0); + } + } else { + this.clear(); + drawBackground(); + } + } else { + this.clear(); + } + + ctx.lineCap = options.lineCap; + + // if barcolor is a function execute it and pass the percent as a value + var color; + if (typeof(options.barColor) === 'function') { + color = options.barColor(percent); + } else { + color = options.barColor; + } + + // draw bar + drawCircle(color, options.lineWidth, percent / 100); + }.bind(this); + + /** + * Animate from some percent to some other percentage + * @param {number} from Starting percentage + * @param {number} to Final percentage + */ + this.animate = function(from, to) { + var startTime = Date.now(); + options.onStart(from, to); + var animation = function() { + var process = Math.min(Date.now() - startTime, options.animate.duration); + var currentValue = options.easing(this, process, from, to - from, options.animate.duration); + this.draw(currentValue); + options.onStep(from, to, currentValue); + if (process >= options.animate.duration) { + options.onStop(from, to); + } else { + reqAnimationFrame(animation); + } + }.bind(this); + + reqAnimationFrame(animation); + }.bind(this); +}; + +var EasyPieChart = function(el, opts) { + var defaultOptions = { + barColor: '#ef1e25', + trackColor: '#f9f9f9', + scaleColor: '#dfe0e0', + scaleLength: 5, + lineCap: 'round', + lineWidth: 3, + trackWidth: undefined, + size: 110, + rotate: 0, + animate: { + duration: 1000, + enabled: true + }, + easing: function (x, t, b, c, d) { // more can be found here: http://gsgd.co.uk/sandbox/jquery/easing/ + t = t / (d/2); + if (t < 1) { + return c / 2 * t * t + b; + } + return -c/2 * ((--t)*(t-2) - 1) + b; + }, + onStart: function(from, to) { + return; + }, + onStep: function(from, to, currentValue) { + return; + }, + onStop: function(from, to) { + return; + } + }; + + // detect present renderer + if (typeof(CanvasRenderer) !== 'undefined') { + defaultOptions.renderer = CanvasRenderer; + } else if (typeof(SVGRenderer) !== 'undefined') { + defaultOptions.renderer = SVGRenderer; + } else { + throw new Error('Please load either the SVG- or the CanvasRenderer'); + } + + var options = {}; + var currentValue = 0; + + /** + * Initialize the plugin by creating the options object and initialize rendering + */ + var init = function() { + this.el = el; + this.options = options; + + // merge user options into default options + for (var i in defaultOptions) { + if (defaultOptions.hasOwnProperty(i)) { + options[i] = opts && typeof(opts[i]) !== 'undefined' ? opts[i] : defaultOptions[i]; + if (typeof(options[i]) === 'function') { + options[i] = options[i].bind(this); + } + } + } + + // check for jQuery easing + if (typeof(options.easing) === 'string' && typeof(jQuery) !== 'undefined' && jQuery.isFunction(jQuery.easing[options.easing])) { + options.easing = jQuery.easing[options.easing]; + } else { + options.easing = defaultOptions.easing; + } + + // process earlier animate option to avoid bc breaks + if (typeof(options.animate) === 'number') { + options.animate = { + duration: options.animate, + enabled: true + }; + } + + if (typeof(options.animate) === 'boolean' && !options.animate) { + options.animate = { + duration: 1000, + enabled: options.animate + }; + } + + // create renderer + this.renderer = new options.renderer(el, options); + + // initial draw + this.renderer.draw(currentValue); + + // initial update + if (el.dataset && el.dataset.percent) { + this.update(parseFloat(el.dataset.percent)); + } else if (el.getAttribute && el.getAttribute('data-percent')) { + this.update(parseFloat(el.getAttribute('data-percent'))); + } + }.bind(this); + + /** + * Update the value of the chart + * @param {number} newValue Number between 0 and 100 + * @return {object} Instance of the plugin for method chaining + */ + this.update = function(newValue) { + newValue = parseFloat(newValue); + if (options.animate.enabled) { + this.renderer.animate(currentValue, newValue); + } else { + this.renderer.draw(newValue); + } + currentValue = newValue; + return this; + }.bind(this); + + /** + * Disable animation + * @return {object} Instance of the plugin for method chaining + */ + this.disableAnimation = function() { + options.animate.enabled = false; + return this; + }; + + /** + * Enable animation + * @return {object} Instance of the plugin for method chaining + */ + this.enableAnimation = function() { + options.animate.enabled = true; + return this; + }; + + init(); +}; + + +return EasyPieChart; + +})); diff --git a/dana/third_party/jquery.easy-pie-chart/dist/easypiechart.min.js b/dana/third_party/jquery.easy-pie-chart/dist/easypiechart.min.js new file mode 100644 index 0000000000000000000000000000000000000000..1919f5a360244f0a2596e6bb0421871d765fc3d1 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/dist/easypiechart.min.js @@ -0,0 +1,9 @@ +/**! + * easyPieChart + * Lightweight plugin to render simple, animated and retina optimized pie charts + * + * @license + * @author Robert Fleischmann (http://robert-fleischmann.de) + * @version 2.1.6 + **/ +!function(a,b){"object"==typeof exports?module.exports=b():"function"==typeof define&&define.amd?define([],b):a.EasyPieChart=b()}(this,function(){var a=function(a,b){var c,d=document.createElement("canvas");a.appendChild(d),"undefined"!=typeof G_vmlCanvasManager&&G_vmlCanvasManager.initElement(d);var e=d.getContext("2d");d.width=d.height=b.size;var f=1;window.devicePixelRatio>1&&(f=window.devicePixelRatio,d.style.width=d.style.height=[b.size,"px"].join(""),d.width=d.height=b.size*f,e.scale(f,f)),e.translate(b.size/2,b.size/2),e.rotate((-0.5+b.rotate/180)*Math.PI);var g=(b.size-b.lineWidth)/2;b.scaleColor&&b.scaleLength&&(g-=b.scaleLength+2),Date.now=Date.now||function(){return+new Date};var h=function(a,b,c){c=Math.min(Math.max(-1,c||0),1);var d=0>=c?!0:!1;e.beginPath(),e.arc(0,0,g,0,2*Math.PI*c,d),e.strokeStyle=a,e.lineWidth=b,e.stroke()},i=function(){var a,c;e.lineWidth=1,e.fillStyle=b.scaleColor,e.save();for(var d=24;d>0;--d)d%6===0?(c=b.scaleLength,a=0):(c=.6*b.scaleLength,a=b.scaleLength-c),e.fillRect(-b.size/2+a,0,c,1),e.rotate(Math.PI/12);e.restore()},j=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(a){window.setTimeout(a,1e3/60)}}(),k=function(){b.scaleColor&&i(),b.trackColor&&h(b.trackColor,b.trackWidth||b.lineWidth,1)};this.getCanvas=function(){return d},this.getCtx=function(){return e},this.clear=function(){e.clearRect(b.size/-2,b.size/-2,b.size,b.size)},this.draw=function(a){b.scaleColor||b.trackColor?e.getImageData&&e.putImageData?c?e.putImageData(c,0,0):(k(),c=e.getImageData(0,0,b.size*f,b.size*f)):(this.clear(),k()):this.clear(),e.lineCap=b.lineCap;var d;d="function"==typeof b.barColor?b.barColor(a):b.barColor,h(d,b.lineWidth,a/100)}.bind(this),this.animate=function(a,c){var d=Date.now();b.onStart(a,c);var e=function(){var f=Math.min(Date.now()-d,b.animate.duration),g=b.easing(this,f,a,c-a,b.animate.duration);this.draw(g),b.onStep(a,c,g),f>=b.animate.duration?b.onStop(a,c):j(e)}.bind(this);j(e)}.bind(this)},b=function(b,c){var d={barColor:"#ef1e25",trackColor:"#f9f9f9",scaleColor:"#dfe0e0",scaleLength:5,lineCap:"round",lineWidth:3,trackWidth:void 0,size:110,rotate:0,animate:{duration:1e3,enabled:!0},easing:function(a,b,c,d,e){return b/=e/2,1>b?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},onStart:function(){},onStep:function(){},onStop:function(){}};if("undefined"!=typeof a)d.renderer=a;else{if("undefined"==typeof SVGRenderer)throw new Error("Please load either the SVG- or the CanvasRenderer");d.renderer=SVGRenderer}var e={},f=0,g=function(){this.el=b,this.options=e;for(var a in d)d.hasOwnProperty(a)&&(e[a]=c&&"undefined"!=typeof c[a]?c[a]:d[a],"function"==typeof e[a]&&(e[a]=e[a].bind(this)));e.easing="string"==typeof e.easing&&"undefined"!=typeof jQuery&&jQuery.isFunction(jQuery.easing[e.easing])?jQuery.easing[e.easing]:d.easing,"number"==typeof e.animate&&(e.animate={duration:e.animate,enabled:!0}),"boolean"!=typeof e.animate||e.animate||(e.animate={duration:1e3,enabled:e.animate}),this.renderer=new e.renderer(b,e),this.renderer.draw(f),b.dataset&&b.dataset.percent?this.update(parseFloat(b.dataset.percent)):b.getAttribute&&b.getAttribute("data-percent")&&this.update(parseFloat(b.getAttribute("data-percent")))}.bind(this);this.update=function(a){return a=parseFloat(a),e.animate.enabled?this.renderer.animate(f,a):this.renderer.draw(a),f=a,this}.bind(this),this.disableAnimation=function(){return e.animate.enabled=!1,this},this.enableAnimation=function(){return e.animate.enabled=!0,this},g()};return b}); \ No newline at end of file diff --git a/dana/third_party/jquery.easy-pie-chart/dist/jquery.easypiechart.js b/dana/third_party/jquery.easy-pie-chart/dist/jquery.easypiechart.js new file mode 100644 index 0000000000000000000000000000000000000000..c2a4bcffd94f882659774ce976950ecc45e42768 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/dist/jquery.easypiechart.js @@ -0,0 +1,360 @@ +/**! + * easyPieChart + * Lightweight plugin to render simple, animated and retina optimized pie charts + * + * @license + * @author Robert Fleischmann (http://robert-fleischmann.de) + * @version 2.1.6 + **/ + +(function(root, factory) { + if(typeof exports === 'object') { + module.exports = factory(require('jquery')); + } + else if(typeof define === 'function' && define.amd) { + define(['jquery'], factory); + } + else { + factory(root.jQuery); + } +}(this, function($) { + +/** + * Renderer to render the chart on a canvas object + * @param {DOMElement} el DOM element to host the canvas (root of the plugin) + * @param {object} options options object of the plugin + */ +var CanvasRenderer = function(el, options) { + var cachedBackground; + var canvas = document.createElement('canvas'); + + el.appendChild(canvas); + + if (typeof(G_vmlCanvasManager) !== 'undefined') { + G_vmlCanvasManager.initElement(canvas); + } + + var ctx = canvas.getContext('2d'); + + canvas.width = canvas.height = options.size; + + // canvas on retina devices + var scaleBy = 1; + if (window.devicePixelRatio > 1) { + scaleBy = window.devicePixelRatio; + canvas.style.width = canvas.style.height = [options.size, 'px'].join(''); + canvas.width = canvas.height = options.size * scaleBy; + ctx.scale(scaleBy, scaleBy); + } + + // move 0,0 coordinates to the center + ctx.translate(options.size / 2, options.size / 2); + + // rotate canvas -90deg + ctx.rotate((-1 / 2 + options.rotate / 180) * Math.PI); + + var radius = (options.size - options.lineWidth) / 2; + if (options.scaleColor && options.scaleLength) { + radius -= options.scaleLength + 2; // 2 is the distance between scale and bar + } + + // IE polyfill for Date + Date.now = Date.now || function() { + return +(new Date()); + }; + + /** + * Draw a circle around the center of the canvas + * @param {strong} color Valid CSS color string + * @param {number} lineWidth Width of the line in px + * @param {number} percent Percentage to draw (float between -1 and 1) + */ + var drawCircle = function(color, lineWidth, percent) { + percent = Math.min(Math.max(-1, percent || 0), 1); + var isNegative = percent <= 0 ? true : false; + + ctx.beginPath(); + ctx.arc(0, 0, radius, 0, Math.PI * 2 * percent, isNegative); + + ctx.strokeStyle = color; + ctx.lineWidth = lineWidth; + + ctx.stroke(); + }; + + /** + * Draw the scale of the chart + */ + var drawScale = function() { + var offset; + var length; + + ctx.lineWidth = 1; + ctx.fillStyle = options.scaleColor; + + ctx.save(); + for (var i = 24; i > 0; --i) { + if (i % 6 === 0) { + length = options.scaleLength; + offset = 0; + } else { + length = options.scaleLength * 0.6; + offset = options.scaleLength - length; + } + ctx.fillRect(-options.size/2 + offset, 0, length, 1); + ctx.rotate(Math.PI / 12); + } + ctx.restore(); + }; + + /** + * Request animation frame wrapper with polyfill + * @return {function} Request animation frame method or timeout fallback + */ + var reqAnimationFrame = (function() { + return window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + function(callback) { + window.setTimeout(callback, 1000 / 60); + }; + }()); + + /** + * Draw the background of the plugin including the scale and the track + */ + var drawBackground = function() { + if(options.scaleColor) drawScale(); + if(options.trackColor) drawCircle(options.trackColor, options.trackWidth || options.lineWidth, 1); + }; + + /** + * Canvas accessor + */ + this.getCanvas = function() { + return canvas; + }; + + /** + * Canvas 2D context 'ctx' accessor + */ + this.getCtx = function() { + return ctx; + }; + + /** + * Clear the complete canvas + */ + this.clear = function() { + ctx.clearRect(options.size / -2, options.size / -2, options.size, options.size); + }; + + /** + * Draw the complete chart + * @param {number} percent Percent shown by the chart between -100 and 100 + */ + this.draw = function(percent) { + // do we need to render a background + if (!!options.scaleColor || !!options.trackColor) { + // getImageData and putImageData are supported + if (ctx.getImageData && ctx.putImageData) { + if (!cachedBackground) { + drawBackground(); + cachedBackground = ctx.getImageData(0, 0, options.size * scaleBy, options.size * scaleBy); + } else { + ctx.putImageData(cachedBackground, 0, 0); + } + } else { + this.clear(); + drawBackground(); + } + } else { + this.clear(); + } + + ctx.lineCap = options.lineCap; + + // if barcolor is a function execute it and pass the percent as a value + var color; + if (typeof(options.barColor) === 'function') { + color = options.barColor(percent); + } else { + color = options.barColor; + } + + // draw bar + drawCircle(color, options.lineWidth, percent / 100); + }.bind(this); + + /** + * Animate from some percent to some other percentage + * @param {number} from Starting percentage + * @param {number} to Final percentage + */ + this.animate = function(from, to) { + var startTime = Date.now(); + options.onStart(from, to); + var animation = function() { + var process = Math.min(Date.now() - startTime, options.animate.duration); + var currentValue = options.easing(this, process, from, to - from, options.animate.duration); + this.draw(currentValue); + options.onStep(from, to, currentValue); + if (process >= options.animate.duration) { + options.onStop(from, to); + } else { + reqAnimationFrame(animation); + } + }.bind(this); + + reqAnimationFrame(animation); + }.bind(this); +}; + +var EasyPieChart = function(el, opts) { + var defaultOptions = { + barColor: '#ef1e25', + trackColor: '#f9f9f9', + scaleColor: '#dfe0e0', + scaleLength: 5, + lineCap: 'round', + lineWidth: 3, + trackWidth: undefined, + size: 110, + rotate: 0, + animate: { + duration: 1000, + enabled: true + }, + easing: function (x, t, b, c, d) { // more can be found here: http://gsgd.co.uk/sandbox/jquery/easing/ + t = t / (d/2); + if (t < 1) { + return c / 2 * t * t + b; + } + return -c/2 * ((--t)*(t-2) - 1) + b; + }, + onStart: function(from, to) { + return; + }, + onStep: function(from, to, currentValue) { + return; + }, + onStop: function(from, to) { + return; + } + }; + + // detect present renderer + if (typeof(CanvasRenderer) !== 'undefined') { + defaultOptions.renderer = CanvasRenderer; + } else if (typeof(SVGRenderer) !== 'undefined') { + defaultOptions.renderer = SVGRenderer; + } else { + throw new Error('Please load either the SVG- or the CanvasRenderer'); + } + + var options = {}; + var currentValue = 0; + + /** + * Initialize the plugin by creating the options object and initialize rendering + */ + var init = function() { + this.el = el; + this.options = options; + + // merge user options into default options + for (var i in defaultOptions) { + if (defaultOptions.hasOwnProperty(i)) { + options[i] = opts && typeof(opts[i]) !== 'undefined' ? opts[i] : defaultOptions[i]; + if (typeof(options[i]) === 'function') { + options[i] = options[i].bind(this); + } + } + } + + // check for jQuery easing + if (typeof(options.easing) === 'string' && typeof(jQuery) !== 'undefined' && jQuery.isFunction(jQuery.easing[options.easing])) { + options.easing = jQuery.easing[options.easing]; + } else { + options.easing = defaultOptions.easing; + } + + // process earlier animate option to avoid bc breaks + if (typeof(options.animate) === 'number') { + options.animate = { + duration: options.animate, + enabled: true + }; + } + + if (typeof(options.animate) === 'boolean' && !options.animate) { + options.animate = { + duration: 1000, + enabled: options.animate + }; + } + + // create renderer + this.renderer = new options.renderer(el, options); + + // initial draw + this.renderer.draw(currentValue); + + // initial update + if (el.dataset && el.dataset.percent) { + this.update(parseFloat(el.dataset.percent)); + } else if (el.getAttribute && el.getAttribute('data-percent')) { + this.update(parseFloat(el.getAttribute('data-percent'))); + } + }.bind(this); + + /** + * Update the value of the chart + * @param {number} newValue Number between 0 and 100 + * @return {object} Instance of the plugin for method chaining + */ + this.update = function(newValue) { + newValue = parseFloat(newValue); + if (options.animate.enabled) { + this.renderer.animate(currentValue, newValue); + } else { + this.renderer.draw(newValue); + } + currentValue = newValue; + return this; + }.bind(this); + + /** + * Disable animation + * @return {object} Instance of the plugin for method chaining + */ + this.disableAnimation = function() { + options.animate.enabled = false; + return this; + }; + + /** + * Enable animation + * @return {object} Instance of the plugin for method chaining + */ + this.enableAnimation = function() { + options.animate.enabled = true; + return this; + }; + + init(); +}; + +$.fn.easyPieChart = function(options) { + return this.each(function() { + var instanceOptions; + + if (!$.data(this, 'easyPieChart')) { + instanceOptions = $.extend({}, options, $(this).data()); + $.data(this, 'easyPieChart', new EasyPieChart(this, instanceOptions)); + } + }); +}; + + +})); diff --git a/dana/third_party/jquery.easy-pie-chart/dist/jquery.easypiechart.min.js b/dana/third_party/jquery.easy-pie-chart/dist/jquery.easypiechart.min.js new file mode 100644 index 0000000000000000000000000000000000000000..9cdf98673edfba05f4124e6a9ac85e6e500c0f0e --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/dist/jquery.easypiechart.min.js @@ -0,0 +1,9 @@ +/**! + * easyPieChart + * Lightweight plugin to render simple, animated and retina optimized pie charts + * + * @license + * @author Robert Fleischmann (http://robert-fleischmann.de) + * @version 2.1.6 + **/ +!function(a,b){"object"==typeof exports?module.exports=b(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],b):b(a.jQuery)}(this,function(a){var b=function(a,b){var c,d=document.createElement("canvas");a.appendChild(d),"undefined"!=typeof G_vmlCanvasManager&&G_vmlCanvasManager.initElement(d);var e=d.getContext("2d");d.width=d.height=b.size;var f=1;window.devicePixelRatio>1&&(f=window.devicePixelRatio,d.style.width=d.style.height=[b.size,"px"].join(""),d.width=d.height=b.size*f,e.scale(f,f)),e.translate(b.size/2,b.size/2),e.rotate((-0.5+b.rotate/180)*Math.PI);var g=(b.size-b.lineWidth)/2;b.scaleColor&&b.scaleLength&&(g-=b.scaleLength+2),Date.now=Date.now||function(){return+new Date};var h=function(a,b,c){c=Math.min(Math.max(-1,c||0),1);var d=0>=c?!0:!1;e.beginPath(),e.arc(0,0,g,0,2*Math.PI*c,d),e.strokeStyle=a,e.lineWidth=b,e.stroke()},i=function(){var a,c;e.lineWidth=1,e.fillStyle=b.scaleColor,e.save();for(var d=24;d>0;--d)d%6===0?(c=b.scaleLength,a=0):(c=.6*b.scaleLength,a=b.scaleLength-c),e.fillRect(-b.size/2+a,0,c,1),e.rotate(Math.PI/12);e.restore()},j=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(a){window.setTimeout(a,1e3/60)}}(),k=function(){b.scaleColor&&i(),b.trackColor&&h(b.trackColor,b.trackWidth||b.lineWidth,1)};this.getCanvas=function(){return d},this.getCtx=function(){return e},this.clear=function(){e.clearRect(b.size/-2,b.size/-2,b.size,b.size)},this.draw=function(a){b.scaleColor||b.trackColor?e.getImageData&&e.putImageData?c?e.putImageData(c,0,0):(k(),c=e.getImageData(0,0,b.size*f,b.size*f)):(this.clear(),k()):this.clear(),e.lineCap=b.lineCap;var d;d="function"==typeof b.barColor?b.barColor(a):b.barColor,h(d,b.lineWidth,a/100)}.bind(this),this.animate=function(a,c){var d=Date.now();b.onStart(a,c);var e=function(){var f=Math.min(Date.now()-d,b.animate.duration),g=b.easing(this,f,a,c-a,b.animate.duration);this.draw(g),b.onStep(a,c,g),f>=b.animate.duration?b.onStop(a,c):j(e)}.bind(this);j(e)}.bind(this)},c=function(a,c){var d={barColor:"#ef1e25",trackColor:"#f9f9f9",scaleColor:"#dfe0e0",scaleLength:5,lineCap:"round",lineWidth:3,trackWidth:void 0,size:110,rotate:0,animate:{duration:1e3,enabled:!0},easing:function(a,b,c,d,e){return b/=e/2,1>b?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},onStart:function(){},onStep:function(){},onStop:function(){}};if("undefined"!=typeof b)d.renderer=b;else{if("undefined"==typeof SVGRenderer)throw new Error("Please load either the SVG- or the CanvasRenderer");d.renderer=SVGRenderer}var e={},f=0,g=function(){this.el=a,this.options=e;for(var b in d)d.hasOwnProperty(b)&&(e[b]=c&&"undefined"!=typeof c[b]?c[b]:d[b],"function"==typeof e[b]&&(e[b]=e[b].bind(this)));e.easing="string"==typeof e.easing&&"undefined"!=typeof jQuery&&jQuery.isFunction(jQuery.easing[e.easing])?jQuery.easing[e.easing]:d.easing,"number"==typeof e.animate&&(e.animate={duration:e.animate,enabled:!0}),"boolean"!=typeof e.animate||e.animate||(e.animate={duration:1e3,enabled:e.animate}),this.renderer=new e.renderer(a,e),this.renderer.draw(f),a.dataset&&a.dataset.percent?this.update(parseFloat(a.dataset.percent)):a.getAttribute&&a.getAttribute("data-percent")&&this.update(parseFloat(a.getAttribute("data-percent")))}.bind(this);this.update=function(a){return a=parseFloat(a),e.animate.enabled?this.renderer.animate(f,a):this.renderer.draw(a),f=a,this}.bind(this),this.disableAnimation=function(){return e.animate.enabled=!1,this},this.enableAnimation=function(){return e.animate.enabled=!0,this},g()};a.fn.easyPieChart=function(b){return this.each(function(){var d;a.data(this,"easyPieChart")||(d=a.extend({},b,a(this).data()),a.data(this,"easyPieChart",new c(this,d)))})}}); \ No newline at end of file diff --git a/dana/third_party/jquery.easy-pie-chart/docs/README.tmpl.md b/dana/third_party/jquery.easy-pie-chart/docs/README.tmpl.md new file mode 100644 index 0000000000000000000000000000000000000000..8bfbce58b9f2da8f0389f1fb606da701cc502c73 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/docs/README.tmpl.md @@ -0,0 +1,32 @@ +# {%= name %} + +> {%= description %} + +{%= _.doc('bagdes.md') %} + +## Features +{%= _.doc("features.md") %} + +## Get started +{%= _.doc("get-started.md") %} + +## Options +{%= _.doc("options.md") %} + +## Callbacks +{%= _.doc("callbacks.md") %} + +## Plugin api +{%= _.doc("plugin-api.md") %} + +## Browser Support +{%= _.doc("browser-support.md") %} + +## Test +{%= _.doc("test.md") %} + +## Credits +{%= _.doc("credits.md") %} + +## Copyright +{%= copyright %} {%= license %} diff --git a/dana/third_party/jquery.easy-pie-chart/docs/bagdes.md b/dana/third_party/jquery.easy-pie-chart/docs/bagdes.md new file mode 100644 index 0000000000000000000000000000000000000000..0c4406fa7de296bcbdcd38a2c35eee7537492c17 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/docs/bagdes.md @@ -0,0 +1,4 @@ +![Version](http://img.shields.io/version/{%= version %}.png?color=green) +[![Build Status](https://travis-ci.org/rendro/easy-pie-chart.png)](https://travis-ci.org/rendro/easy-pie-chart) +[![Dependencies Status](https://david-dm.org/rendro/easy-pie-chart/dev-status.png)](https://david-dm.org/rendro/easy-pie-chart) +[![Analytics](https://ga-beacon.appspot.com/UA-46840672-1/easy-pie-chart/readme)](https://github.com/igrigorik/ga-beacon) diff --git a/dana/third_party/jquery.easy-pie-chart/docs/browser-support.md b/dana/third_party/jquery.easy-pie-chart/docs/browser-support.md new file mode 100644 index 0000000000000000000000000000000000000000..1be2d601cd3f73c98e2dc31edd68adee7674cfca --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/docs/browser-support.md @@ -0,0 +1,9 @@ +Native support + +* Chrome +* Safari +* FireFox +* Opera +* Internet Explorer 9+ + +Support for Internet Explorer 7 and 8 with [excanvas](https://code.google.com/p/explorercanvas/wiki/Instructions) polyfill. diff --git a/dana/third_party/jquery.easy-pie-chart/docs/callbacks.md b/dana/third_party/jquery.easy-pie-chart/docs/callbacks.md new file mode 100644 index 0000000000000000000000000000000000000000..71ee1133916505fccdac558d7854d2ea32b07f91 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/docs/callbacks.md @@ -0,0 +1,20 @@ +All callbacks will only be called if `animate` is not `false`. + + + + + + + + + + + + + + + + + + +
Callback(params, ...)Description
onStart(from, to)Is called at the start of any animation.
onStep(from, to, currentValue)Is called during animations providing the current value (the method is scoped to the context of th eplugin, so you can access the DOM element via this.el).
onStop(from, to)Is called at the end of any animation.
diff --git a/dana/third_party/jquery.easy-pie-chart/docs/credits.md b/dana/third_party/jquery.easy-pie-chart/docs/credits.md new file mode 100644 index 0000000000000000000000000000000000000000..5eb2d2e712789d48d8710b246b88b1c6f063ad7b --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/docs/credits.md @@ -0,0 +1 @@ +Thanks to [Rafal Bromirski](http://www.paranoida.com/) for designing [this dribble shot](http://drbl.in/ezuc) which inspired me building this plugin. diff --git a/dana/third_party/jquery.easy-pie-chart/docs/features.md b/dana/third_party/jquery.easy-pie-chart/docs/features.md new file mode 100644 index 0000000000000000000000000000000000000000..43330448e7ad6db2a1b37e8919864e3d5fe34f30 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/docs/features.md @@ -0,0 +1,13 @@ +[![](https://github.com/rendro/easy-pie-chart/raw/master/demo/img/easy-pie-chart.png)](http://drbl.in/ezuc) + +* highly customizable +* very easy to implement +* resolution independent (retina optimized) +* uses `requestAnimationFrame` for smooth animations on modern devices and +* works in all modern browsers, even in IE7+ with [excanvas](https://code.google.com/p/explorercanvas/wiki/Instructions) + +### framework support + +* Vanilla JS *(no dependencies)* (~872 bytes) +* jQuery plugin (~921 bytes) +* Angular Module (~983 bytes) diff --git a/dana/third_party/jquery.easy-pie-chart/docs/get-started.md b/dana/third_party/jquery.easy-pie-chart/docs/get-started.md new file mode 100644 index 0000000000000000000000000000000000000000..8b0b440d5c0617dc33d202bdf9a1b930f9e97d08 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/docs/get-started.md @@ -0,0 +1,68 @@ +### Installation + +You can also use [bower](http://bower.io) to install the component: + +``` +$ bower install jquery.easy-pie-chart +``` + +### jQuery + +To use the easy pie chart plugin you need to load the current version of jQuery (> 1.6.4) and the source of the plugin. + +```html +
73%
+ + + + +``` + +### Vanilla JS + +If you don't want to use jQuery, implement the Vanilla JS version without any dependencies. + +```html +
73%
+ + + +``` + +### AngularJS + +```html +
+
+
+ + + + +``` diff --git a/dana/third_party/jquery.easy-pie-chart/docs/options.md b/dana/third_party/jquery.easy-pie-chart/docs/options.md new file mode 100644 index 0000000000000000000000000000000000000000..9165d0185b1096bd33114a619563688359b38233 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/docs/options.md @@ -0,0 +1,59 @@ +You can pass these options to the initialize function to set a custom look and feel for the plugin. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Property (Type)DefaultDescription
barColor#ef1e25The color of the curcular bar. You can either pass a valid css color string, or a function that takes the current percentage as a value and returns a valid css color string.
trackColor#f2f2f2The color of the track, or false to disable rendering.
scaleColor#dfe0e0The color of the scale lines, false to disable rendering.
scaleLength5Length of the scale lines (reduces the radius of the chart).
lineCaproundDefines how the ending of the bar line looks like. Possible values are: butt, round and square.
lineWidth3Width of the chart line in px.
size110Size of the pie chart in px. It will always be a square.
rotate0Rotation of the complete chart in degrees.
animateobjectObject with time in milliseconds and boolean for an animation of the bar growing ({ duration: 1000, enabled: true }), or false to deactivate animations.
easingdefaultEasingEasing function or string with the name of a jQuery easing function
diff --git a/dana/third_party/jquery.easy-pie-chart/docs/plugin-api.md b/dana/third_party/jquery.easy-pie-chart/docs/plugin-api.md new file mode 100644 index 0000000000000000000000000000000000000000..4f68bd53f4e6ba498fd49066cc91e8f96e732663 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/docs/plugin-api.md @@ -0,0 +1,52 @@ +### jQuery + +```javascript +$(function() { + // instantiate the plugin + ... + // update + $('.chart').data('easyPieChart').update(40); + ... + // disable animation + $('.chart').data('easyPieChart').disableAnimation(); + ... + // enable animation + $('.chart').data('easyPieChart').enableAnimation(); +}); +``` + +### Vanilla JS + +```javascript +// instantiate the plugin +var chart = new EasyPieChart(element, options); +// update +chart.update(40); +// disable animation +chart.disableAnimation(); +// enable animation +chart.enableAnimation(); +``` + +##### Using a gradient + +```javascript +new EasyPieChart(element, { + barColor: function(percent) { + var ctx = this.renderer.ctx(); + var canvas = this.renderer.canvas(); + var gradient = ctx.createLinearGradient(0,0,canvas.width,0); + gradient.addColorStop(0, "#ffe57e"); + gradient.addColorStop(1, "#de5900"); + return gradient; + } +}); +``` + +### AngularJS + +For a value binding you need to add the `percent` attribute and bind it to your controller. + +### RequireJS + +When using [RequireJS](http://requirejs.org) you can define your own name. Examples can be found in the `demo/requirejs.html`. diff --git a/dana/third_party/jquery.easy-pie-chart/docs/test.md b/dana/third_party/jquery.easy-pie-chart/docs/test.md new file mode 100644 index 0000000000000000000000000000000000000000..5c8f3d2caac8fc589cd0642b4f12641ed3873e75 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/docs/test.md @@ -0,0 +1 @@ +To run the test just use the karma adapter of grunt: `grunt test` diff --git a/dana/third_party/jquery.easy-pie-chart/karma.conf.coffee b/dana/third_party/jquery.easy-pie-chart/karma.conf.coffee new file mode 100644 index 0000000000000000000000000000000000000000..064729eb17945ed1353428d58a6d7190ee03f0e7 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/karma.conf.coffee @@ -0,0 +1,53 @@ +# Karma configuration +# http://karma-runner.github.io/0.10/config/configuration-file.html +module.exports = (config) -> + config.set + + # base path, that will be used to resolve files and exclude + basePath: '' + + # testing framework to use (jasmine/mocha/qunit/...) + frameworks: ['jasmine'] + + # list of files / patterns to load in the browser + files: [ + 'test/polyfills/bind.js' + 'bower_components/jquery/dist/jquery.js' + 'bower_components/angular/angular.js' + 'bower_components/angular-mocks/angular-mocks.js' + 'src/renderer/canvas.js' + 'src/easypiechart.js' + 'src/jquery.plugin.js' + 'src/angular.directive.js' + 'test/**/*.js' + ] + + # list of files / patterns to exclude + exclude: [] + + # web server port + port: 8080 + + # level of logging + # possible values: LOG_DISABLE || LOG_ERROR || LOG_WARN || LOG_INFO || LOG_DEBUG + logLevel: config.LOG_INFO + + # enable / disable watching file and executing tests whenever any file changes + autoWatch: true + + # reporters + reporters: ['progress', 'dots'] + + # Start these browsers, currently available: + # - Chrome + # - ChromeCanary + # - Firefox + # - Opera + # - Safari (only Mac) + # - PhantomJS + # - IE (only Windows) + browsers: ['Chrome'] + + # Continuous Integration mode + # if true, it capture browsers, run tests and exit + singleRun: false diff --git a/dana/third_party/jquery.easy-pie-chart/package.json b/dana/third_party/jquery.easy-pie-chart/package.json new file mode 100644 index 0000000000000000000000000000000000000000..611fd19ffaac82c87d694a22872155436019eb35 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/package.json @@ -0,0 +1,51 @@ +{ + "name": "easyPieChart", + "description": "Lightweight plugin to render simple, animated and retina optimized pie charts", + "licenses": [ + { + "type": "MIT", + "url": "http://www.opensource.org/licenses/mit-license.php" + }, + { + "type": "GPL", + "url": "http://www.opensource.org/licenses/gpl-license.php" + } + ], + "version": "2.1.6", + "author": { + "name": "Robert Fleischmann", + "email": "rendro87@gmail.com", + "url": "http://robert-fleischmann.de" + }, + "scripts": { + "test": "grunt karma:ci" + }, + "repository": { + "type": "git", + "url": "https://github.com/rendro/easy-pie-chart.git" + }, + "devDependencies": { + "grunt": "~0.4.1", + "grunt-contrib-concat": "~0.4.0", + "grunt-banner": "~0.2.0", + "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-uglify": "~0.4.0", + "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-less": "~0.11.0", + "grunt-contrib-jshint": "~0.10.0", + "karma-script-launcher": "~0.1.0", + "karma-firefox-launcher": "~0.1.0", + "karma-chrome-launcher": "~0.1.0", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.3", + "karma-requirejs": "~0.2.1", + "karma-coffee-preprocessor": "~0.2.1", + "karma-phantomjs-launcher": "~0.1.0", + "karma": "~0.12.14", + "grunt-karma": "~0.8.3", + "grunt-umd": "~1.7.3", + "requirejs": "~2.1.10", + "grunt-readme": "~0.4.5", + "load-grunt-tasks": "~0.4.0" + } +} diff --git a/dana/third_party/jquery.easy-pie-chart/src/angular.directive.js b/dana/third_party/jquery.easy-pie-chart/src/angular.directive.js new file mode 100644 index 0000000000000000000000000000000000000000..fad55d5e1402747cda49fc42c8b074de25f161f9 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/src/angular.directive.js @@ -0,0 +1,48 @@ +(function (angular) { + + 'use strict'; + + return angular.module('easypiechart', []) + + .directive('easypiechart', [function() { + return { + restrict: 'A', + require: '?ngModel', + scope: { + percent: '=', + options: '=' + }, + link: function (scope, element, attrs) { + + scope.percent = scope.percent || 0; + + /** + * default easy pie chart options + * @type {Object} + */ + var options = { + barColor: '#ef1e25', + trackColor: '#f9f9f9', + scaleColor: '#dfe0e0', + scaleLength: 5, + lineCap: 'round', + lineWidth: 3, + size: 110, + rotate: 0, + animate: { + duration: 1000, + enabled: true + } + }; + scope.options = angular.extend(options, scope.options); + + var pieChart = new EasyPieChart(element[0], options); + + scope.$watch('percent', function(newVal, oldVal) { + pieChart.update(newVal); + }); + } + }; + }]); + +})(angular); \ No newline at end of file diff --git a/dana/third_party/jquery.easy-pie-chart/src/easypiechart.js b/dana/third_party/jquery.easy-pie-chart/src/easypiechart.js new file mode 100644 index 0000000000000000000000000000000000000000..0dc38224be2979865135f44fb4d9ef1b7b78ff43 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/src/easypiechart.js @@ -0,0 +1,134 @@ +var EasyPieChart = function(el, opts) { + var defaultOptions = { + barColor: '#ef1e25', + trackColor: '#f9f9f9', + scaleColor: '#dfe0e0', + scaleLength: 5, + lineCap: 'round', + lineWidth: 3, + trackWidth: undefined, + size: 110, + rotate: 0, + animate: { + duration: 1000, + enabled: true + }, + easing: function (x, t, b, c, d) { // more can be found here: http://gsgd.co.uk/sandbox/jquery/easing/ + t = t / (d/2); + if (t < 1) { + return c / 2 * t * t + b; + } + return -c/2 * ((--t)*(t-2) - 1) + b; + }, + onStart: function(from, to) { + return; + }, + onStep: function(from, to, currentValue) { + return; + }, + onStop: function(from, to) { + return; + } + }; + + // detect present renderer + if (typeof(CanvasRenderer) !== 'undefined') { + defaultOptions.renderer = CanvasRenderer; + } else if (typeof(SVGRenderer) !== 'undefined') { + defaultOptions.renderer = SVGRenderer; + } else { + throw new Error('Please load either the SVG- or the CanvasRenderer'); + } + + var options = {}; + var currentValue = 0; + + /** + * Initialize the plugin by creating the options object and initialize rendering + */ + var init = function() { + this.el = el; + this.options = options; + + // merge user options into default options + for (var i in defaultOptions) { + if (defaultOptions.hasOwnProperty(i)) { + options[i] = opts && typeof(opts[i]) !== 'undefined' ? opts[i] : defaultOptions[i]; + if (typeof(options[i]) === 'function') { + options[i] = options[i].bind(this); + } + } + } + + // check for jQuery easing + if (typeof(options.easing) === 'string' && typeof(jQuery) !== 'undefined' && jQuery.isFunction(jQuery.easing[options.easing])) { + options.easing = jQuery.easing[options.easing]; + } else { + options.easing = defaultOptions.easing; + } + + // process earlier animate option to avoid bc breaks + if (typeof(options.animate) === 'number') { + options.animate = { + duration: options.animate, + enabled: true + }; + } + + if (typeof(options.animate) === 'boolean' && !options.animate) { + options.animate = { + duration: 1000, + enabled: options.animate + }; + } + + // create renderer + this.renderer = new options.renderer(el, options); + + // initial draw + this.renderer.draw(currentValue); + + // initial update + if (el.dataset && el.dataset.percent) { + this.update(parseFloat(el.dataset.percent)); + } else if (el.getAttribute && el.getAttribute('data-percent')) { + this.update(parseFloat(el.getAttribute('data-percent'))); + } + }.bind(this); + + /** + * Update the value of the chart + * @param {number} newValue Number between 0 and 100 + * @return {object} Instance of the plugin for method chaining + */ + this.update = function(newValue) { + newValue = parseFloat(newValue); + if (options.animate.enabled) { + this.renderer.animate(currentValue, newValue); + } else { + this.renderer.draw(newValue); + } + currentValue = newValue; + return this; + }.bind(this); + + /** + * Disable animation + * @return {object} Instance of the plugin for method chaining + */ + this.disableAnimation = function() { + options.animate.enabled = false; + return this; + }; + + /** + * Enable animation + * @return {object} Instance of the plugin for method chaining + */ + this.enableAnimation = function() { + options.animate.enabled = true; + return this; + }; + + init(); +}; diff --git a/dana/third_party/jquery.easy-pie-chart/src/jquery.plugin.js b/dana/third_party/jquery.easy-pie-chart/src/jquery.plugin.js new file mode 100644 index 0000000000000000000000000000000000000000..545c6bf8e3f66a6aaab7314832c1a80e6f600282 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/src/jquery.plugin.js @@ -0,0 +1,10 @@ +$.fn.easyPieChart = function(options) { + return this.each(function() { + var instanceOptions; + + if (!$.data(this, 'easyPieChart')) { + instanceOptions = $.extend({}, options, $(this).data()); + $.data(this, 'easyPieChart', new EasyPieChart(this, instanceOptions)); + } + }); +}; diff --git a/dana/third_party/jquery.easy-pie-chart/src/renderer/canvas.js b/dana/third_party/jquery.easy-pie-chart/src/renderer/canvas.js new file mode 100644 index 0000000000000000000000000000000000000000..1b004b116cd6bdffafba0ab9a10873ccd447d77b --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/src/renderer/canvas.js @@ -0,0 +1,190 @@ +/** + * Renderer to render the chart on a canvas object + * @param {DOMElement} el DOM element to host the canvas (root of the plugin) + * @param {object} options options object of the plugin + */ +var CanvasRenderer = function(el, options) { + var cachedBackground; + var canvas = document.createElement('canvas'); + + el.appendChild(canvas); + + if (typeof(G_vmlCanvasManager) !== 'undefined') { + G_vmlCanvasManager.initElement(canvas); + } + + var ctx = canvas.getContext('2d'); + + canvas.width = canvas.height = options.size; + + // canvas on retina devices + var scaleBy = 1; + if (window.devicePixelRatio > 1) { + scaleBy = window.devicePixelRatio; + canvas.style.width = canvas.style.height = [options.size, 'px'].join(''); + canvas.width = canvas.height = options.size * scaleBy; + ctx.scale(scaleBy, scaleBy); + } + + // move 0,0 coordinates to the center + ctx.translate(options.size / 2, options.size / 2); + + // rotate canvas -90deg + ctx.rotate((-1 / 2 + options.rotate / 180) * Math.PI); + + var radius = (options.size - options.lineWidth) / 2; + if (options.scaleColor && options.scaleLength) { + radius -= options.scaleLength + 2; // 2 is the distance between scale and bar + } + + // IE polyfill for Date + Date.now = Date.now || function() { + return +(new Date()); + }; + + /** + * Draw a circle around the center of the canvas + * @param {strong} color Valid CSS color string + * @param {number} lineWidth Width of the line in px + * @param {number} percent Percentage to draw (float between -1 and 1) + */ + var drawCircle = function(color, lineWidth, percent) { + percent = Math.min(Math.max(-1, percent || 0), 1); + var isNegative = percent <= 0 ? true : false; + + ctx.beginPath(); + ctx.arc(0, 0, radius, 0, Math.PI * 2 * percent, isNegative); + + ctx.strokeStyle = color; + ctx.lineWidth = lineWidth; + + ctx.stroke(); + }; + + /** + * Draw the scale of the chart + */ + var drawScale = function() { + var offset; + var length; + + ctx.lineWidth = 1; + ctx.fillStyle = options.scaleColor; + + ctx.save(); + for (var i = 24; i > 0; --i) { + if (i % 6 === 0) { + length = options.scaleLength; + offset = 0; + } else { + length = options.scaleLength * 0.6; + offset = options.scaleLength - length; + } + ctx.fillRect(-options.size/2 + offset, 0, length, 1); + ctx.rotate(Math.PI / 12); + } + ctx.restore(); + }; + + /** + * Request animation frame wrapper with polyfill + * @return {function} Request animation frame method or timeout fallback + */ + var reqAnimationFrame = (function() { + return window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + function(callback) { + window.setTimeout(callback, 1000 / 60); + }; + }()); + + /** + * Draw the background of the plugin including the scale and the track + */ + var drawBackground = function() { + if(options.scaleColor) drawScale(); + if(options.trackColor) drawCircle(options.trackColor, options.trackWidth || options.lineWidth, 1); + }; + + /** + * Canvas accessor + */ + this.getCanvas = function() { + return canvas; + }; + + /** + * Canvas 2D context 'ctx' accessor + */ + this.getCtx = function() { + return ctx; + }; + + /** + * Clear the complete canvas + */ + this.clear = function() { + ctx.clearRect(options.size / -2, options.size / -2, options.size, options.size); + }; + + /** + * Draw the complete chart + * @param {number} percent Percent shown by the chart between -100 and 100 + */ + this.draw = function(percent) { + // do we need to render a background + if (!!options.scaleColor || !!options.trackColor) { + // getImageData and putImageData are supported + if (ctx.getImageData && ctx.putImageData) { + if (!cachedBackground) { + drawBackground(); + cachedBackground = ctx.getImageData(0, 0, options.size * scaleBy, options.size * scaleBy); + } else { + ctx.putImageData(cachedBackground, 0, 0); + } + } else { + this.clear(); + drawBackground(); + } + } else { + this.clear(); + } + + ctx.lineCap = options.lineCap; + + // if barcolor is a function execute it and pass the percent as a value + var color; + if (typeof(options.barColor) === 'function') { + color = options.barColor(percent); + } else { + color = options.barColor; + } + + // draw bar + drawCircle(color, options.lineWidth, percent / 100); + }.bind(this); + + /** + * Animate from some percent to some other percentage + * @param {number} from Starting percentage + * @param {number} to Final percentage + */ + this.animate = function(from, to) { + var startTime = Date.now(); + options.onStart(from, to); + var animation = function() { + var process = Math.min(Date.now() - startTime, options.animate.duration); + var currentValue = options.easing(this, process, from, to - from, options.animate.duration); + this.draw(currentValue); + options.onStep(from, to, currentValue); + if (process >= options.animate.duration) { + options.onStop(from, to); + } else { + reqAnimationFrame(animation); + } + }.bind(this); + + reqAnimationFrame(animation); + }.bind(this); +}; diff --git a/dana/third_party/jquery.easy-pie-chart/test/polyfills/bind.js b/dana/third_party/jquery.easy-pie-chart/test/polyfills/bind.js new file mode 100644 index 0000000000000000000000000000000000000000..792384ce355c682a93d31997b180232108002895 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/test/polyfills/bind.js @@ -0,0 +1,22 @@ +// IE function.bind polyfill +if (!Function.prototype.bind) { + Function.prototype.bind = function (oThis) { + if (typeof this !== 'function') { + // closest thing possible to the ECMAScript 5 internal IsCallable function + throw new TypeError('Function.prototype.bind - what is trying to be bound is not callable'); + } + + var aArgs = Array.prototype.slice.call(arguments, 1), + fToBind = this, + fNOP = function () {}, + fBound = function () { + return fToBind.apply(this instanceof fNOP && oThis ? this : oThis, + aArgs.concat(Array.prototype.slice.call(arguments))); + }; + + fNOP.prototype = this.prototype; + fBound.prototype = new fNOP(); + + return fBound; + }; +} diff --git a/dana/third_party/jquery.easy-pie-chart/test/unit/angular.directive.js b/dana/third_party/jquery.easy-pie-chart/test/unit/angular.directive.js new file mode 100644 index 0000000000000000000000000000000000000000..7f4a71d44d40d437dafd1c0cc0a4224417645fc0 --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/test/unit/angular.directive.js @@ -0,0 +1,68 @@ +describe('angular easypiechart directive', function() { + var $compile, $rootScope, scope; + + beforeEach(module('easypiechart')); + + beforeEach(inject(function(_$compile_, $rootScope){ + scope = $rootScope; + $compile = _$compile_; + })); + + it('should have percentage default value 0', function (done) { + scope.percent = null; + var element = angular.element('
'); + $compile(element)(scope); + scope.$digest(); + expect(element.isolateScope().percent).toBe(0); + }); + + it('inserts the element with a canvas element', function() { + scope.percent = -45; + scope.options = {}; + var element = angular.element('
'); + $compile(element)(scope); + scope.$digest(); + expect(element.html()).toContain('canvas'); + }); + + it('gets the options right', function (done) { + scope.percent = 0; + scope.options = { + animate:{ + duration:0, + enabled:false + }, + barColor:'#2C3E50', + scaleColor:false, + lineWidth:20, + lineCap:'circle' + }; + var element = angular.element('
'); + $compile(element)(scope); + scope.$digest(); + expect(element.isolateScope().options.animate.duration).toBe(0); + expect(element.isolateScope().options.lineCap).toBe('circle'); + }); + + it('has its own default options', function (done) { + scope.percent = 0; + scope.options = {}; + var element = angular.element('
'); + $compile(element)(scope); + scope.$digest(); + expect(element.isolateScope().options.size).toBe(110); + expect(element.isolateScope().options.animate.enabled).toBe(true); + }); + + it('takes size option the right way', function() { + scope.percent = 0; + scope.options = { + size: 200 + }; + var element = angular.element('
'); + $compile(element)(scope); + scope.$digest(); + expect(element.html()).toContain('height="200"'); + expect(element.html()).toContain('width="200"'); + }); +}); diff --git a/dana/third_party/jquery.easy-pie-chart/test/unit/jquery.js b/dana/third_party/jquery.easy-pie-chart/test/unit/jquery.js new file mode 100644 index 0000000000000000000000000000000000000000..80ccd840aeb7ca6051e730f1aa43ddc408c01fdc --- /dev/null +++ b/dana/third_party/jquery.easy-pie-chart/test/unit/jquery.js @@ -0,0 +1,61 @@ +describe('Unit testing jQuery version of easy pie chart', function() { + var $el; + + var createInstance = function(options, el) { + options = options || {}; + el = el || ''; + return function() { + $el = $(el); + $('body').append($el); + $el.easyPieChart(options); + }; + }; + + describe('initialize plugin', function() { + beforeEach(createInstance()); + + it('should insert a canvas element', function() { + expect($el.html()).toContain('canvas'); + }); + }); + + + describe('takes size option and', function() { + var $canvas; + beforeEach(createInstance({ + size: 200 + })); + + beforeEach(function() { + $canvas = $el.find('canvas'); + }); + + it('set correct width', function() { + expect($canvas.width()).toBe(200); + }); + + it('set correct height', function() { + expect($canvas.height()).toBe(200); + }); + }); + + describe('options should be overwritable by data attributes', function() { + var $canvas; + beforeEach(createInstance({ + size: 200 + }, '')); + + beforeEach(function() { + $canvas = $el.find('canvas'); + }); + + it('overwrite width', function() { + expect($canvas.width()).toBe(400); + }); + + it('overwrite height', function() { + expect($canvas.height()).toBe(400); + }); + }); + +}); diff --git a/dana/third_party/jquery/.bower.json b/dana/third_party/jquery/.bower.json new file mode 100644 index 0000000000000000000000000000000000000000..fbc26811ed0ae03b6f985eccbda704175664d806 --- /dev/null +++ b/dana/third_party/jquery/.bower.json @@ -0,0 +1,26 @@ +{ + "name": "jquery", + "main": "dist/jquery.js", + "license": "MIT", + "ignore": [ + "package.json" + ], + "keywords": [ + "jquery", + "javascript", + "browser", + "library" + ], + "homepage": "https://github.com/jquery/jquery-dist", + "version": "2.2.3", + "_release": "2.2.3", + "_resolution": { + "type": "version", + "tag": "2.2.3", + "commit": "af22a351b2ea5801ffb1695abb3bb34d5bed9198" + }, + "_source": "https://github.com/jquery/jquery-dist.git", + "_target": "^2.2.3", + "_originalSource": "jquery", + "_direct": true +} \ No newline at end of file diff --git a/dana/third_party/jquery/AUTHORS.txt b/dana/third_party/jquery/AUTHORS.txt new file mode 100644 index 0000000000000000000000000000000000000000..dde64cac7ac9fb80afab452b16d95b65ae362ad2 --- /dev/null +++ b/dana/third_party/jquery/AUTHORS.txt @@ -0,0 +1,278 @@ +Authors ordered by first contribution. + +John Resig +Gilles van den Hoven +Michael Geary +Stefan Petre +Yehuda Katz +Corey Jewett +Klaus Hartl +Franck Marcia +Jörn Zaefferer +Paul Bakaus +Brandon Aaron +Mike Alsup +Dave Methvin +Ed Engelhardt +Sean Catchpole +Paul Mclanahan +David Serduke +Richard D. Worth +Scott González +Ariel Flesler +Jon Evans +TJ Holowaychuk +Michael Bensoussan +Robert Katić +Louis-Rémi Babé +Earle Castledine +Damian Janowski +Rich Dougherty +Kim Dalsgaard +Andrea Giammarchi +Mark Gibson +Karl Swedberg +Justin Meyer +Ben Alman +James Padolsey +David Petersen +Batiste Bieler +Alexander Farkas +Rick Waldron +Filipe Fortes +Neeraj Singh +Paul Irish +Iraê Carvalho +Matt Curry +Michael Monteleone +Noah Sloan +Tom Viner +Douglas Neiner +Adam J. Sontag +Dave Reed +Ralph Whitbeck +Carl Fürstenberg +Jacob Wright +J. Ryan Stinnett +unknown +temp01 +Heungsub Lee +Colin Snover +Ryan W Tenney +Pinhook +Ron Otten +Jephte Clain +Anton Matzneller +Alex Sexton +Dan Heberden +Henri Wiechers +Russell Holbrook +Julian Aubourg +Gianni Alessandro Chiappetta +Scott Jehl +James Burke +Jonas Pfenniger +Xavi Ramirez +Jared Grippe +Sylvester Keil +Brandon Sterne +Mathias Bynens +Timmy Willison +Corey Frang +Digitalxero +Anton Kovalyov +David Murdoch +Josh Varner +Charles McNulty +Jordan Boesch +Jess Thrysoee +Michael Murray +Lee Carpenter +Alexis Abril +Rob Morgan +John Firebaugh +Sam Bisbee +Gilmore Davidson +Brian Brennan +Xavier Montillet +Daniel Pihlstrom +Sahab Yazdani +avaly +Scott Hughes +Mike Sherov +Greg Hazel +Schalk Neethling +Denis Knauf +Timo Tijhof +Steen Nielsen +Anton Ryzhov +Shi Chuan +Berker Peksag +Toby Brain +Matt Mueller +Justin +Daniel Herman +Oleg Gaidarenko +Richard Gibson +Rafaël Blais Masson +cmc3cn <59194618@qq.com> +Joe Presbrey +Sindre Sorhus +Arne de Bree +Vladislav Zarakovsky +Andrew E Monat +Oskari +Joao Henrique de Andrade Bruni +tsinha +Matt Farmer +Trey Hunner +Jason Moon +Jeffery To +Kris Borchers +Vladimir Zhuravlev +Jacob Thornton +Chad Killingsworth +Nowres Rafid +David Benjamin +Uri Gilad +Chris Faulkner +Elijah Manor +Daniel Chatfield +Nikita Govorov +Wesley Walser +Mike Pennisi +Markus Staab +Dave Riddle +Callum Macrae +Benjamin Truyman +James Huston +Erick Ruiz de Chávez +David Bonner +Akintayo Akinwunmi +MORGAN +Ismail Khair +Carl Danley +Mike Petrovich +Greg Lavallee +Daniel Gálvez +Sai Lung Wong +Tom H Fuertes +Roland Eckl +Jay Merrifield +Allen J Schmidt Jr +Jonathan Sampson +Marcel Greter +Matthias Jäggli +David Fox +Yiming He +Devin Cooper +Paul Ramos +Rod Vagg +Bennett Sorbo +Sebastian Burkhard +Zachary Adam Kaplan +nanto_vi +nanto +Danil Somsikov +Ryunosuke SATO +Jean Boussier +Adam Coulombe +Andrew Plummer +Mark Raddatz +Isaac Z. Schlueter +Karl Sieburg +Pascal Borreli +Nguyen Phuc Lam +Dmitry Gusev +Michał Gołębiowski +Li Xudong +Steven Benner +Tom H Fuertes +Renato Oliveira dos Santos +ros3cin +Jason Bedard +Kyle Robinson Young +Chris Talkington +Eddie Monge +Terry Jones +Jason Merino +Jeremy Dunck +Chris Price +Guy Bedford +Amey Sakhadeo +Mike Sidorov +Anthony Ryan +Dominik D. Geyer +George Kats +Lihan Li +Ronny Springer +Chris Antaki +Marian Sollmann +njhamann +Ilya Kantor +David Hong +John Paul +Jakob Stoeck +Christopher Jones +Forbes Lindesay +S. Andrew Sheppard +Leonardo Balter +Roman Reiß +Benjy Cui +Rodrigo Rosenfeld Rosas +John Hoven +Philip Jägenstedt +Christian Kosmowski +Liang Peng +TJ VanToll +Senya Pugach +Aurelio De Rosa +Nazar Mokrynskyi +Amit Merchant +Jason Bedard +Arthur Verschaeve +Dan Hart +Bin Xin +David Corbacho +Veaceslav Grimalschi +Daniel Husar +Frederic Hemberger +Ben Toews +Aditya Raghavan +Victor Homyakov +Shivaji Varma +Nicolas HENRY +Anne-Gaelle Colom +George Mauer +Leonardo Braga +Stephen Edgar +Thomas Tortorini +Winston Howes +Jon Hester +Alexander O'Mara +Bastian Buchholz +Arthur Stolyar +Calvin Metcalf +Mu Haibao +Richard McDaniel +Chris Rebert +Gabriel Schulhof +Gilad Peleg +Martin Naumann +Marek Lewandowski +Bruno Pérel +Reed Loden +Daniel Nill +Yongwoo Jeon +Sean Henderson +Richard Kraaijenhagen +Connor Atherton +Gary Ye +Christian Grete +Liza Ramo +Julian Alexander Murillo +Joelle Fleurantin +Jun Sun +Devin Wilson +Todor Prikumov +Zack Hall diff --git a/dana/third_party/jquery/LICENSE.txt b/dana/third_party/jquery/LICENSE.txt new file mode 100644 index 0000000000000000000000000000000000000000..5312a4c864d220d496ae0b6fd11834a08396fb89 --- /dev/null +++ b/dana/third_party/jquery/LICENSE.txt @@ -0,0 +1,36 @@ +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. diff --git a/dana/third_party/jquery/README.md b/dana/third_party/jquery/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ba3174a7781e08928d3916e567abfebd6e95002a --- /dev/null +++ b/dana/third_party/jquery/README.md @@ -0,0 +1,65 @@ +# jQuery + +> jQuery is a fast, small, and feature-rich JavaScript library. + +For information on how to get started and how to use jQuery, please see [jQuery's documentation](http://api.jquery.com/). +For source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery). + +## Including jQuery + +Below are some of the most common ways to include jQuery. + +### Browser + +#### Script tag + +```html + +``` + +#### Babel + +[Babel](http://babeljs.io/) is a next generation JavaScript compiler. One of the features is the ability to use ES6/ES2015 modules now, even though browsers do not yet support this feature natively. + +```js +import $ from "jquery"; +``` + +#### Browserify/Webpack + +There are several ways to use [Browserify](http://browserify.org/) and [Webpack](https://webpack.github.io/). For more information on using these tools, please refer to the corresponding project's documention. In the script, including jQuery will usually look like this... + +```js +var $ = require("jquery"); +``` + +#### AMD (Asynchronous Module Definition) + +AMD is a module format built for the browser. For more information, we recommend [require.js' documentation](http://requirejs.org/docs/whyamd.html). + +```js +define(["jquery"], function($) { + +}); +``` + +### Node + +To include jQuery in [Node](nodejs.org), first install with npm. + +```sh +npm install jquery +``` + +For jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/tmpvar/jsdom). This can be useful for testing purposes. + +```js +require("jsdom").env("", function(err, window) { + if (err) { + console.error(err); + return; + } + + var $ = require("jquery")(window); +}); +``` diff --git a/dana/third_party/jquery/bower.json b/dana/third_party/jquery/bower.json new file mode 100644 index 0000000000000000000000000000000000000000..95798d5ada6dc0bb3d3d1799a2fdfbe489ed3e18 --- /dev/null +++ b/dana/third_party/jquery/bower.json @@ -0,0 +1,14 @@ +{ + "name": "jquery", + "main": "dist/jquery.js", + "license": "MIT", + "ignore": [ + "package.json" + ], + "keywords": [ + "jquery", + "javascript", + "browser", + "library" + ] +} \ No newline at end of file diff --git a/dana/third_party/jquery/dist/jquery.js b/dana/third_party/jquery/dist/jquery.js new file mode 100644 index 0000000000000000000000000000000000000000..385474756fe0b8d2b1d4b32f51a64344d50a348e --- /dev/null +++ b/dana/third_party/jquery/dist/jquery.js @@ -0,0 +1,9842 @@ +/*! + * jQuery JavaScript Library v2.2.3 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2016-04-05T19:26Z + */ + +(function( global, factory ) { + + if ( typeof module === "object" && typeof module.exports === "object" ) { + // For CommonJS and CommonJS-like environments where a proper `window` + // is present, execute the factory and get jQuery. + // For environments that do not have a `window` with a `document` + // (such as Node.js), expose a factory as module.exports. + // This accentuates the need for the creation of a real `window`. + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info. + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Support: Firefox 18+ +// Can't be in strict mode, several libs including ASP.NET trace +// the stack via arguments.caller.callee and Firefox dies if +// you try to trace through "use strict" call chains. (#13335) +//"use strict"; +var arr = []; + +var document = window.document; + +var slice = arr.slice; + +var concat = arr.concat; + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var support = {}; + + + +var + version = "2.2.3", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }, + + // Support: Android<4.1 + // Make sure we trim BOM and NBSP + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([\da-z])/gi, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }; + +jQuery.fn = jQuery.prototype = { + + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // Start with an empty selector + selector: "", + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num != null ? + + // Return just the one element from the set + ( num < 0 ? this[ num + this.length ] : this[ num ] ) : + + // Return all the elements in a clean array + slice.call( this ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + ret.context = this.context; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + each: function( callback ) { + return jQuery.each( this, callback ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map( this, function( elem, i ) { + return callback.call( elem, i, elem ); + } ) ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[ 0 ] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // Skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction( target ) ) { + target = {}; + } + + // Extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + + // Only deal with non-null/undefined values + if ( ( options = arguments[ i ] ) != null ) { + + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject( copy ) || + ( copyIsArray = jQuery.isArray( copy ) ) ) ) { + + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray( src ) ? src : []; + + } else { + clone = src && jQuery.isPlainObject( src ) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend( { + + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + isFunction: function( obj ) { + return jQuery.type( obj ) === "function"; + }, + + isArray: Array.isArray, + + isWindow: function( obj ) { + return obj != null && obj === obj.window; + }, + + isNumeric: function( obj ) { + + // parseFloat NaNs numeric-cast false positives (null|true|false|"") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + // adding 1 corrects loss of precision from parseFloat (#15100) + var realStringObj = obj && obj.toString(); + return !jQuery.isArray( obj ) && ( realStringObj - parseFloat( realStringObj ) + 1 ) >= 0; + }, + + isPlainObject: function( obj ) { + var key; + + // Not plain objects: + // - Any object or value whose internal [[Class]] property is not "[object Object]" + // - DOM nodes + // - window + if ( jQuery.type( obj ) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + // Not own constructor property must be Object + if ( obj.constructor && + !hasOwn.call( obj, "constructor" ) && + !hasOwn.call( obj.constructor.prototype || {}, "isPrototypeOf" ) ) { + return false; + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own + for ( key in obj ) {} + + return key === undefined || hasOwn.call( obj, key ); + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + + // Support: Android<4.0, iOS<6 (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call( obj ) ] || "object" : + typeof obj; + }, + + // Evaluates a script in a global context + globalEval: function( code ) { + var script, + indirect = eval; + + code = jQuery.trim( code ); + + if ( code ) { + + // If the code includes a valid, prologue position + // strict mode pragma, execute code by injecting a + // script tag into the document. + if ( code.indexOf( "use strict" ) === 1 ) { + script = document.createElement( "script" ); + script.text = code; + document.head.appendChild( script ).parentNode.removeChild( script ); + } else { + + // Otherwise, avoid the DOM node creation, insertion + // and removal by using an indirect global eval + + indirect( code ); + } + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Support: IE9-11+ + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + each: function( obj, callback ) { + var length, i = 0; + + if ( isArrayLike( obj ) ) { + length = obj.length; + for ( ; i < length; i++ ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } else { + for ( i in obj ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } + + return obj; + }, + + // Support: Android<4.1 + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArrayLike( Object( arr ) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var length, value, + i = 0, + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArrayLike( elems ) ) { + length = elems.length; + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var tmp, args, proxy; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + now: Date.now, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +} ); + +// JSHint would error on this code due to the Symbol not being defined in ES5. +// Defining this global in .jshintrc would create a danger of using the global +// unguarded in another place, it seems safer to just disable JSHint for these +// three lines. +/* jshint ignore: start */ +if ( typeof Symbol === "function" ) { + jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; +} +/* jshint ignore: end */ + +// Populate the class2type map +jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), +function( i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); + +function isArrayLike( obj ) { + + // Support: iOS 8.2 (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = !!obj && "length" in obj && obj.length, + type = jQuery.type( obj ); + + if ( type === "function" || jQuery.isWindow( obj ) ) { + return false; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v2.2.1 + * http://sizzlejs.com/ + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2015-10-17 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + 1 * new Date(), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // General-purpose constants + MAX_NEGATIVE = 1 << 31, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf as it's faster than native + // http://jsperf.com/thor-indexof-vs-for/5 + indexOf = function( list, elem ) { + var i = 0, + len = list.length; + for ( ; i < len; i++ ) { + if ( list[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + + // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + identifier + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + identifier + ")" ), + "CLASS": new RegExp( "^\\.(" + identifier + ")" ), + "TAG": new RegExp( "^(" + identifier + "|[*])" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + rescape = /'|\\/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // Used for iframes + // See setDocument() + // Removing the function wrapper causes a "Permission Denied" + // error in IE + unloadHandler = function() { + setDocument(); + }; + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var m, i, elem, nid, nidselect, match, groups, newSelector, + newContext = context && context.ownerDocument, + + // nodeType defaults to 9, since context defaults to document + nodeType = context ? context.nodeType : 9; + + results = results || []; + + // Return early from calls with invalid selector or context + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + // Try to shortcut find operations (as opposed to filters) in HTML documents + if ( !seed ) { + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + context = context || document; + + if ( documentIsHTML ) { + + // If the selector is sufficiently simple, try using a "get*By*" DOM method + // (excepting DocumentFragment context, where the methods don't exist) + if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { + + // ID selector + if ( (m = match[1]) ) { + + // Document context + if ( nodeType === 9 ) { + if ( (elem = context.getElementById( m )) ) { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + + // Element context + } else { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( newContext && (elem = newContext.getElementById( m )) && + contains( context, elem ) && + elem.id === m ) { + + results.push( elem ); + return results; + } + } + + // Type selector + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Class selector + } else if ( (m = match[3]) && support.getElementsByClassName && + context.getElementsByClassName ) { + + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // Take advantage of querySelectorAll + if ( support.qsa && + !compilerCache[ selector + " " ] && + (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + + if ( nodeType !== 1 ) { + newContext = context; + newSelector = selector; + + // qSA looks outside Element context, which is not what we want + // Thanks to Andrew Dupont for this workaround technique + // Support: IE <=8 + // Exclude object elements + } else if ( context.nodeName.toLowerCase() !== "object" ) { + + // Capture the context ID, setting it first if necessary + if ( (nid = context.getAttribute( "id" )) ) { + nid = nid.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", (nid = expando) ); + } + + // Prefix every selector in the list + groups = tokenize( selector ); + i = groups.length; + nidselect = ridentifier.test( nid ) ? "#" + nid : "[id='" + nid + "']"; + while ( i-- ) { + groups[i] = nidselect + " " + toSelector( groups[i] ); + } + newSelector = groups.join( "," ); + + // Expand context for sibling selectors + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || + context; + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch ( qsaError ) { + } finally { + if ( nid === expando ) { + context.removeAttribute( "id" ); + } + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {function(string, object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return !!fn( div ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( div.parentNode ) { + div.parentNode.removeChild( div ); + } + // release memory in IE + div = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = arr.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + ( ~b.sourceIndex || MAX_NEGATIVE ) - + ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, parent, + doc = node ? node.ownerDocument || node : preferredDoc; + + // Return early if doc is invalid or already selected + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Update global variables + document = doc; + docElem = document.documentElement; + documentIsHTML = !isXML( document ); + + // Support: IE 9-11, Edge + // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) + if ( (parent = document.defaultView) && parent.top !== parent ) { + // Support: IE 11 + if ( parent.addEventListener ) { + parent.addEventListener( "unload", unloadHandler, false ); + + // Support: IE 9 - 10 only + } else if ( parent.attachEvent ) { + parent.attachEvent( "onunload", unloadHandler ); + } + } + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties + // (excepting IE8 booleans) + support.attributes = assert(function( div ) { + div.className = "i"; + return !div.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( div ) { + div.appendChild( document.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Support: IE<9 + support.getElementsByClassName = rnative.test( document.getElementsByClassName ); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( div ) { + docElem.appendChild( div ).id = expando; + return !document.getElementsByName || !document.getElementsByName( expando ).length; + }); + + // ID find and filter + if ( support.getById ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var m = context.getElementById( id ); + return m ? [ m ] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + // Support: IE6/7 + // getElementById is not reliable as a find shortcut + delete Expr.find["ID"]; + + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && + elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else if ( support.qsa ) { + return context.querySelectorAll( tag ); + } + } : + + function( tag, context ) { + var elem, + tmp = [], + i = 0, + // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See http://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( document.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + docElem.appendChild( div ).innerHTML = "" + + ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( div.querySelectorAll("[msallowcapture^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ + if ( !div.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push("~="); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + + // Support: Safari 8+, iOS 8+ + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibing-combinator selector` fails + if ( !div.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push(".#.+[+~]"); + } + }); + + assert(function( div ) { + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = document.createElement("input"); + input.setAttribute( "type", "hidden" ); + div.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( div.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully self-exclusive + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === document ? -1 : + b === document ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return document; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + !compilerCache[ expr + " " ] && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch (e) {} + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, uniqueCache, outerCache, node, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType, + diff = false; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) { + + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + + // Seek `elem` from a previously-cached index + + // ...in a gzip-friendly way + node = parent; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex && cache[ 2 ]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + } else { + // Use previously-cached element index if available + if ( useCache ) { + // ...in a gzip-friendly way + node = elem; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex; + } + + // xml :nth-child(...) + // or :nth-last-child(...) or :nth(-last)?-of-type(...) + if ( diff === false ) { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) && + ++diff ) { + + // Cache the index of each encountered element + if ( useCache ) { + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + uniqueCache[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + // Don't keep the element (issue #299) + input[0] = null; + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, uniqueCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {}); + + if ( (oldCache = uniqueCache[ dir ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + uniqueCache[ dir ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + // Avoid hanging onto element (issue #299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context === document || context || outermost; + } + + // Add elements passing elementMatchers directly to results + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + if ( !context && elem.ownerDocument !== document ) { + setDocument( elem ); + xml = !documentIsHTML; + } + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context || document, xml) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // `i` is now the count of elements visited above, and adding it to `matchedCount` + // makes the latter nonnegative. + matchedCount += i; + + // Apply set filters to unmatched elements + // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` + // equals `i`), unless we didn't visit _any_ elements in the above loop because we have + // no element matchers and no seed. + // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that + // case, which will result in a "00" `matchedCount` that differs from `i` but is also + // numerically zero. + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is only one selector in the list and no seed + // (the latter of which guarantees us context) + if ( match.length === 1 ) { + + // Reduce context if the leading compound selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + support.getById && context.nodeType === 9 && documentIsHTML && + Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + !context || rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome 14-35+ +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( div1 ) { + // Should return 1, but returns 4 (following) + return div1.compareDocumentPosition( document.createElement("div") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( div ) { + div.innerHTML = ""; + return div.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( div ) { + div.innerHTML = ""; + div.firstChild.setAttribute( "value", "" ); + return div.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( div ) { + return div.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[ ":" ] = jQuery.expr.pseudos; +jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + + +var dir = function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; +}; + + +var siblings = function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; +}; + + +var rneedsContext = jQuery.expr.match.needsContext; + +var rsingleTag = ( /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/ ); + + + +var risSimple = /^.[^:#\[\.,]*$/; + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + /* jshint -W018 */ + return !!qualifier.call( elem, i, elem ) !== not; + } ); + + } + + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + } ); + + } + + if ( typeof qualifier === "string" ) { + if ( risSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + qualifier = jQuery.filter( qualifier, elements ); + } + + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) > -1 ) !== not; + } ); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 && elem.nodeType === 1 ? + jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : + jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + } ) ); +}; + +jQuery.fn.extend( { + find: function( selector ) { + var i, + len = this.length, + ret = [], + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter( function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + } ) ); + } + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = this.selector ? this.selector + " " + selector : selector; + return ret; + }, + filter: function( selector ) { + return this.pushStack( winnow( this, selector || [], false ) ); + }, + not: function( selector ) { + return this.pushStack( winnow( this, selector || [], true ) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +} ); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + init = jQuery.fn.init = function( selector, context, root ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Method init() accepts an alternate rootjQuery + // so migrate can support jQuery.sub (gh-2101) + root = root || rootjQuery; + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[ 0 ] === "<" && + selector[ selector.length - 1 ] === ">" && + selector.length >= 3 ) { + + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && ( match[ 1 ] || !context ) ) { + + // HANDLE: $(html) -> $(array) + if ( match[ 1 ] ) { + context = context instanceof jQuery ? context[ 0 ] : context; + + // Option to run scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[ 1 ], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[ 2 ] ); + + // Support: Blackberry 4.6 + // gEBID returns nodes no longer in the document (#6963) + if ( elem && elem.parentNode ) { + + // Inject the element directly into the jQuery object + this.length = 1; + this[ 0 ] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || root ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[ 0 ] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return root.ready !== undefined ? + root.ready( selector ) : + + // Execute immediately if ready is not present + selector( jQuery ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + + // Methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend( { + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter( function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[ i ] ) ) { + return true; + } + } + } ); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { + + // Always skip document fragments + if ( cur.nodeType < 11 && ( pos ? + pos.index( cur ) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector( cur, selectors ) ) ) { + + matched.push( cur ); + break; + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); + }, + + // Determine the position of an element within the set + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // Index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.uniqueSort( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + } +} ); + +function sibling( cur, dir ) { + while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each( { + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return siblings( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return siblings( elem.firstChild ); + }, + contents: function( elem ) { + return elem.contentDocument || jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.uniqueSort( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +} ); +var rnotwhite = ( /\S+/g ); + + + +// Convert String-formatted options into Object-formatted ones +function createOptions( options ) { + var object = {}; + jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + } ); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + createOptions( options ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + + // Last fire value for non-forgettable lists + memory, + + // Flag to know if list was already fired + fired, + + // Flag to prevent firing + locked, + + // Actual callback list + list = [], + + // Queue of execution data for repeatable lists + queue = [], + + // Index of currently firing callback (modified by add/remove as needed) + firingIndex = -1, + + // Fire callbacks + fire = function() { + + // Enforce single-firing + locked = options.once; + + // Execute callbacks for all pending executions, + // respecting firingIndex overrides and runtime changes + fired = firing = true; + for ( ; queue.length; firingIndex = -1 ) { + memory = queue.shift(); + while ( ++firingIndex < list.length ) { + + // Run callback and check for early termination + if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && + options.stopOnFalse ) { + + // Jump to end and forget the data so .add doesn't re-fire + firingIndex = list.length; + memory = false; + } + } + } + + // Forget the data if we're done with it + if ( !options.memory ) { + memory = false; + } + + firing = false; + + // Clean up if we're done firing for good + if ( locked ) { + + // Keep an empty list if we have data for future add calls + if ( memory ) { + list = []; + + // Otherwise, this object is spent + } else { + list = ""; + } + } + }, + + // Actual Callbacks object + self = { + + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + + // If we have memory from a past run, we should fire after adding + if ( memory && !firing ) { + firingIndex = list.length - 1; + queue.push( memory ); + } + + ( function add( args ) { + jQuery.each( args, function( _, arg ) { + if ( jQuery.isFunction( arg ) ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && jQuery.type( arg ) !== "string" ) { + + // Inspect recursively + add( arg ); + } + } ); + } )( arguments ); + + if ( memory && !firing ) { + fire(); + } + } + return this; + }, + + // Remove a callback from the list + remove: function() { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + + // Handle firing indexes + if ( index <= firingIndex ) { + firingIndex--; + } + } + } ); + return this; + }, + + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? + jQuery.inArray( fn, list ) > -1 : + list.length > 0; + }, + + // Remove all callbacks from the list + empty: function() { + if ( list ) { + list = []; + } + return this; + }, + + // Disable .fire and .add + // Abort any current/pending executions + // Clear all callbacks and values + disable: function() { + locked = queue = []; + list = memory = ""; + return this; + }, + disabled: function() { + return !list; + }, + + // Disable .fire + // Also disable .add unless we have memory (since it would have no effect) + // Abort any pending executions + lock: function() { + locked = queue = []; + if ( !memory ) { + list = memory = ""; + } + return this; + }, + locked: function() { + return !!locked; + }, + + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( !locked ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + queue.push( args ); + if ( !firing ) { + fire(); + } + } + return this; + }, + + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +jQuery.extend( { + + Deferred: function( func ) { + var tuples = [ + + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks( "once memory" ), "resolved" ], + [ "reject", "fail", jQuery.Callbacks( "once memory" ), "rejected" ], + [ "notify", "progress", jQuery.Callbacks( "memory" ) ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred( function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[ 1 ] ]( function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .progress( newDefer.notify ) + .done( newDefer.resolve ) + .fail( newDefer.reject ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( + this === promise ? newDefer.promise() : this, + fn ? [ returned ] : arguments + ); + } + } ); + } ); + fns = null; + } ).promise(); + }, + + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[ 1 ] ] = list.add; + + // Handle state + if ( stateString ) { + list.add( function() { + + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[ 0 ] ] = function() { + deferred[ tuple[ 0 ] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[ 0 ] + "With" ] = list.fireWith; + } ); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || + ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. + // If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( values === progressValues ) { + deferred.notifyWith( contexts, values ); + } else if ( !( --remaining ) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // Add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .progress( updateFunc( i, progressContexts, progressValues ) ) + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ); + } else { + --remaining; + } + } + } + + // If we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +} ); + + +// The deferred used on DOM ready +var readyList; + +jQuery.fn.ready = function( fn ) { + + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; +}; + +jQuery.extend( { + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.triggerHandler ) { + jQuery( document ).triggerHandler( "ready" ); + jQuery( document ).off( "ready" ); + } + } +} ); + +/** + * The ready event handler and self cleanup method + */ +function completed() { + document.removeEventListener( "DOMContentLoaded", completed ); + window.removeEventListener( "load", completed ); + jQuery.ready(); +} + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called + // after the browser event has already occurred. + // Support: IE9-10 only + // Older IE sometimes signals "interactive" too soon + if ( document.readyState === "complete" || + ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { + + // Handle it asynchronously to allow scripts the opportunity to delay ready + window.setTimeout( jQuery.ready ); + + } else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed ); + } + } + return readyList.promise( obj ); +}; + +// Kick off the DOM ready check even if the user does not +jQuery.ready.promise(); + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + access( elems, fn, i, key[ i ], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( + elems[ i ], key, raw ? + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) + ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + len ? fn( elems[ 0 ], key ) : emptyGet; +}; +var acceptData = function( owner ) { + + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + /* jshint -W018 */ + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + + + +function Data() { + this.expando = jQuery.expando + Data.uid++; +} + +Data.uid = 1; + +Data.prototype = { + + register: function( owner, initial ) { + var value = initial || {}; + + // If it is a node unlikely to be stringify-ed or looped over + // use plain assignment + if ( owner.nodeType ) { + owner[ this.expando ] = value; + + // Otherwise secure it in a non-enumerable, non-writable property + // configurability must be true to allow the property to be + // deleted with the delete operator + } else { + Object.defineProperty( owner, this.expando, { + value: value, + writable: true, + configurable: true + } ); + } + return owner[ this.expando ]; + }, + cache: function( owner ) { + + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return an empty object. + if ( !acceptData( owner ) ) { + return {}; + } + + // Check if the owner object already has a cache + var value = owner[ this.expando ]; + + // If not, create one + if ( !value ) { + value = {}; + + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return an empty object. + if ( acceptData( owner ) ) { + + // If it is a node unlikely to be stringify-ed or looped over + // use plain assignment + if ( owner.nodeType ) { + owner[ this.expando ] = value; + + // Otherwise secure it in a non-enumerable property + // configurable must be true to allow the property to be + // deleted when data is removed + } else { + Object.defineProperty( owner, this.expando, { + value: value, + configurable: true + } ); + } + } + } + + return value; + }, + set: function( owner, data, value ) { + var prop, + cache = this.cache( owner ); + + // Handle: [ owner, key, value ] args + if ( typeof data === "string" ) { + cache[ data ] = value; + + // Handle: [ owner, { properties } ] args + } else { + + // Copy the properties one-by-one to the cache object + for ( prop in data ) { + cache[ prop ] = data[ prop ]; + } + } + return cache; + }, + get: function( owner, key ) { + return key === undefined ? + this.cache( owner ) : + owner[ this.expando ] && owner[ this.expando ][ key ]; + }, + access: function( owner, key, value ) { + var stored; + + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ( ( key && typeof key === "string" ) && value === undefined ) ) { + + stored = this.get( owner, key ); + + return stored !== undefined ? + stored : this.get( owner, jQuery.camelCase( key ) ); + } + + // When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, name, camel, + cache = owner[ this.expando ]; + + if ( cache === undefined ) { + return; + } + + if ( key === undefined ) { + this.register( owner ); + + } else { + + // Support array or space separated string of keys + if ( jQuery.isArray( key ) ) { + + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = key.concat( key.map( jQuery.camelCase ) ); + } else { + camel = jQuery.camelCase( key ); + + // Try the string as a key before any manipulation + if ( key in cache ) { + name = [ key, camel ]; + } else { + + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + name = camel; + name = name in cache ? + [ name ] : ( name.match( rnotwhite ) || [] ); + } + } + + i = name.length; + + while ( i-- ) { + delete cache[ name[ i ] ]; + } + } + + // Remove the expando if there's no more data + if ( key === undefined || jQuery.isEmptyObject( cache ) ) { + + // Support: Chrome <= 35-45+ + // Webkit & Blink performance suffers when deleting properties + // from DOM nodes, so set to undefined instead + // https://code.google.com/p/chromium/issues/detail?id=378607 + if ( owner.nodeType ) { + owner[ this.expando ] = undefined; + } else { + delete owner[ this.expando ]; + } + } + }, + hasData: function( owner ) { + var cache = owner[ this.expando ]; + return cache !== undefined && !jQuery.isEmptyObject( cache ); + } +}; +var dataPriv = new Data(); + +var dataUser = new Data(); + + + +// Implementation Summary +// +// 1. Enforce API surface and semantic compatibility with 1.9.x branch +// 2. Improve the module's maintainability by reducing the storage +// paths to a single mechanism. +// 3. Use the same single mechanism to support "private" and "user" data. +// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) +// 5. Avoid exposing implementation details on user objects (eg. expando properties) +// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /[A-Z]/g; + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch ( e ) {} + + // Make sure we set the data so it isn't changed later + dataUser.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend( { + hasData: function( elem ) { + return dataUser.hasData( elem ) || dataPriv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return dataUser.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + dataUser.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to dataPriv methods, these can be deprecated. + _data: function( elem, name, data ) { + return dataPriv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + dataPriv.remove( elem, name ); + } +} ); + +jQuery.fn.extend( { + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = dataUser.get( elem ); + + if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE11+ + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = jQuery.camelCase( name.slice( 5 ) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + dataPriv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each( function() { + dataUser.set( this, key ); + } ); + } + + return access( this, function( value ) { + var data, camelKey; + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + + // Attempt to get data from the cache + // with the key as-is + data = dataUser.get( elem, key ) || + + // Try to find dashed key if it exists (gh-2779) + // This is for 2.2.x only + dataUser.get( elem, key.replace( rmultiDash, "-$&" ).toLowerCase() ); + + if ( data !== undefined ) { + return data; + } + + camelKey = jQuery.camelCase( key ); + + // Attempt to get data from the cache + // with the key camelized + data = dataUser.get( elem, camelKey ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, camelKey, undefined ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + camelKey = jQuery.camelCase( key ); + this.each( function() { + + // First, attempt to store a copy or reference of any + // data that might've been store with a camelCased key. + var data = dataUser.get( this, camelKey ); + + // For HTML5 data-* attribute interop, we have to + // store property names with dashes in a camelCase form. + // This might not apply to all properties...* + dataUser.set( this, camelKey, value ); + + // *... In the case of properties that might _actually_ + // have dashes, we need to also store a copy of that + // unchanged property. + if ( key.indexOf( "-" ) > -1 && data !== undefined ) { + dataUser.set( this, key, value ); + } + } ); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each( function() { + dataUser.remove( this, key ); + } ); + } +} ); + + +jQuery.extend( { + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = dataPriv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray( data ) ) { + queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // Clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // Not public - generate a queueHooks object, or return the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { + empty: jQuery.Callbacks( "once memory" ).add( function() { + dataPriv.remove( elem, [ type + "queue", key ] ); + } ) + } ); + } +} ); + +jQuery.fn.extend( { + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[ 0 ], type ); + } + + return data === undefined ? + this : + this.each( function() { + var queue = jQuery.queue( this, type, data ); + + // Ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + } ); + }, + dequeue: function( type ) { + return this.each( function() { + jQuery.dequeue( this, type ); + } ); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +} ); +var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; + +var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); + + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var isHidden = function( elem, el ) { + + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || + !jQuery.contains( elem.ownerDocument, elem ); + }; + + + +function adjustCSS( elem, prop, valueParts, tween ) { + var adjusted, + scale = 1, + maxIterations = 20, + currentValue = tween ? + function() { return tween.cur(); } : + function() { return jQuery.css( elem, prop, "" ); }, + initial = currentValue(), + unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), + + // Starting value computation is required for potential unit mismatches + initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && + rcssNum.exec( jQuery.css( elem, prop ) ); + + if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { + + // Trust units reported by jQuery.css + unit = unit || initialInUnit[ 3 ]; + + // Make sure we update the tween properties later on + valueParts = valueParts || []; + + // Iteratively approximate from a nonzero starting point + initialInUnit = +initial || 1; + + do { + + // If previous iteration zeroed out, double until we get *something*. + // Use string for doubling so we don't accidentally see scale as unchanged below + scale = scale || ".5"; + + // Adjust and apply + initialInUnit = initialInUnit / scale; + jQuery.style( elem, prop, initialInUnit + unit ); + + // Update scale, tolerating zero or NaN from tween.cur() + // Break the loop if scale is unchanged or perfect, or if we've just had enough. + } while ( + scale !== ( scale = currentValue() / initial ) && scale !== 1 && --maxIterations + ); + } + + if ( valueParts ) { + initialInUnit = +initialInUnit || +initial || 0; + + // Apply relative offset (+=/-=) if specified + adjusted = valueParts[ 1 ] ? + initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : + +valueParts[ 2 ]; + if ( tween ) { + tween.unit = unit; + tween.start = initialInUnit; + tween.end = adjusted; + } + } + return adjusted; +} +var rcheckableType = ( /^(?:checkbox|radio)$/i ); + +var rtagName = ( /<([\w:-]+)/ ); + +var rscriptType = ( /^$|\/(?:java|ecma)script/i ); + + + +// We have to close these tags to support XHTML (#13200) +var wrapMap = { + + // Support: IE9 + option: [ 1, "" ], + + // XHTML parsers do not magically insert elements in the + // same way that tag soup parsers do. So we cannot shorten + // this by omitting or other required elements. + thead: [ 1, "", "
" ], + col: [ 2, "", "
" ], + tr: [ 2, "", "
" ], + td: [ 3, "", "
" ], + + _default: [ 0, "", "" ] +}; + +// Support: IE9 +wrapMap.optgroup = wrapMap.option; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + + +function getAll( context, tag ) { + + // Support: IE9-11+ + // Use typeof to avoid zero-argument method invocation on host objects (#15151) + var ret = typeof context.getElementsByTagName !== "undefined" ? + context.getElementsByTagName( tag || "*" ) : + typeof context.querySelectorAll !== "undefined" ? + context.querySelectorAll( tag || "*" ) : + []; + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], ret ) : + ret; +} + + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + dataPriv.set( + elems[ i ], + "globalEval", + !refElements || dataPriv.get( refElements[ i ], "globalEval" ) + ); + } +} + + +var rhtml = /<|&#?\w+;/; + +function buildFragment( elems, context, scripts, selection, ignored ) { + var elem, tmp, tag, wrap, contains, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + + // Support: Android<4.1, PhantomJS<2 + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: Android<4.1, PhantomJS<2 + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Ensure the created nodes are orphaned (#12392) + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( ( elem = nodes[ i++ ] ) ) { + + // Skip elements already in the context collection (trac-4087) + if ( selection && jQuery.inArray( elem, selection ) > -1 ) { + if ( ignored ) { + ignored.push( elem ); + } + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( ( elem = tmp[ j++ ] ) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; +} + + +( function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // Support: Android 4.0-4.3, Safari<=5.1 + // Check state lost if the name is set (#11217) + // Support: Windows Web Apps (WWA) + // `name` and `type` must use .setAttribute for WWA (#14901) + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Safari<=5.1, Android<4.2 + // Older WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE<=11+ + // Make sure textarea (and checkbox) defaultValue is properly cloned + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; +} )(); + + +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +// Support: IE9 +// See #13393 for more info +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +function on( elem, types, selector, data, fn, one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + on( elem, type, selector, data, types[ type ], one ); + } + return elem; + } + + if ( data == null && fn == null ) { + + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return elem; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return elem.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + } ); +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.get( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !( events = elemData.events ) ) { + events = elemData.events = {}; + } + if ( !( eventHandle = elemData.handle ) ) { + eventHandle = elemData.handle = function( e ) { + + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend( { + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join( "." ) + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !( handlers = events[ type ] ) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || + special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); + + if ( !elemData || !( events = elemData.events ) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[ 2 ] && + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || + selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || + special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove data and the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + dataPriv.remove( elem, "handle events" ); + } + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, j, ret, matched, handleObj, + handlerQueue = [], + args = slice.call( arguments ), + handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[ 0 ] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( ( handleObj = matched.handlers[ j++ ] ) && + !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or 2) have namespace(s) + // a subset or equal to those in the bound event (both can have no namespace). + if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || + handleObj.handler ).apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( ( event.result = ret ) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, matches, sel, handleObj, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Support (at least): Chrome, IE9 + // Find delegate handlers + // Black-hole SVG instance trees (#13180) + // + // Support: Firefox<=42+ + // Avoid non-left-click in FF but don't block IE radio events (#3861, gh-2343) + if ( delegateCount && cur.nodeType && + ( event.type !== "click" || isNaN( event.button ) || event.button < 1 ) ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && ( cur.disabled !== true || event.type !== "click" ) ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) > -1 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push( { elem: cur, handlers: matches } ); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push( { elem: this, handlers: handlers.slice( delegateCount ) } ); + } + + return handlerQueue; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: ( "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase " + + "metaKey relatedTarget shiftKey target timeStamp view which" ).split( " " ), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split( " " ), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: ( "button buttons clientX clientY offsetX offsetY pageX pageY " + + "screenX screenY toElement" ).split( " " ), + filter: function( event, original ) { + var eventDoc, doc, body, + button = original.button; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - + ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - + ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: Cordova 2.5 (WebKit) (#13255) + // All events should have a target; Cordova deviceready doesn't + if ( !event.target ) { + event.target = document; + } + + // Support: Safari 6.0+, Chrome<28 + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + special: { + load: { + + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + this.focus(); + return false; + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + } +}; + +jQuery.removeEvent = function( elem, type, handle ) { + + // This "if" is needed for plain objects + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle ); + } +}; + +jQuery.Event = function( src, props ) { + + // Allow instantiation without the 'new' keyword + if ( !( this instanceof jQuery.Event ) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + + // Support: Android<4.0 + src.returnValue === false ? + returnTrue : + returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + constructor: jQuery.Event, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +// so that event delegation works in jQuery. +// Do the same for pointerenter/pointerleave and pointerover/pointerout +// +// Support: Safari 7 only +// Safari sends mouseenter too often; see: +// https://code.google.com/p/chromium/issues/detail?id=470258 +// for the description of the bug (it existed in older Chrome versions as well). +jQuery.each( { + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mouseenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +} ); + +jQuery.fn.extend( { + on: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn ); + }, + one: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? + handleObj.origType + "." + handleObj.namespace : + handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each( function() { + jQuery.event.remove( this, types, fn, selector ); + } ); + } +} ); + + +var + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi, + + // Support: IE 10-11, Edge 10240+ + // In IE/Edge using regex groups here causes severe slowdowns. + // See https://connect.microsoft.com/IE/feedback/details/1736512/ + rnoInnerhtml = /\s*$/g; + +// Manipulating tables requires a tbody +function manipulationTarget( elem, content ) { + return jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ? + + elem.getElementsByTagName( "tbody" )[ 0 ] || + elem.appendChild( elem.ownerDocument.createElement( "tbody" ) ) : + elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + + if ( match ) { + elem.type = match[ 1 ]; + } else { + elem.removeAttribute( "type" ); + } + + return elem; +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( dataPriv.hasData( src ) ) { + pdataOld = dataPriv.access( src ); + pdataCur = dataPriv.set( dest, pdataOld ); + events = pdataOld.events; + + if ( events ) { + delete pdataCur.handle; + pdataCur.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( dataUser.hasData( src ) ) { + udataOld = dataUser.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + dataUser.set( dest, udataCur ); + } +} + +// Fix IE bugs, see support tests +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +function domManip( collection, args, callback, ignored ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = collection.length, + iNoClone = l - 1, + value = args[ 0 ], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return collection.each( function( index ) { + var self = collection.eq( index ); + if ( isFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + domManip( self, args, callback, ignored ); + } ); + } + + if ( l ) { + fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + // Require either new content or an interest in ignored elements to invoke the callback + if ( first || ignored ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item + // instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + + // Support: Android<4.1, PhantomJS<2 + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( collection[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !dataPriv.access( node, "globalEval" ) && + jQuery.contains( doc, node ) ) { + + if ( node.src ) { + + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl ) { + jQuery._evalUrl( node.src ); + } + } else { + jQuery.globalEval( node.textContent.replace( rcleanScript, "" ) ); + } + } + } + } + } + } + + return collection; +} + +function remove( elem, selector, keepData ) { + var node, + nodes = selector ? jQuery.filter( selector, elem ) : elem, + i = 0; + + for ( ; ( node = nodes[ i ] ) != null; i++ ) { + if ( !keepData && node.nodeType === 1 ) { + jQuery.cleanData( getAll( node ) ); + } + + if ( node.parentNode ) { + if ( keepData && jQuery.contains( node.ownerDocument, node ) ) { + setGlobalEval( getAll( node, "script" ) ); + } + node.parentNode.removeChild( node ); + } + } + + return elem; +} + +jQuery.extend( { + htmlPrefilter: function( html ) { + return html.replace( rxhtmlTag, "<$1>" ); + }, + + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = jQuery.contains( elem.ownerDocument, elem ); + + // Fix IE cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + cleanData: function( elems ) { + var data, elem, type, + special = jQuery.event.special, + i = 0; + + for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { + if ( acceptData( elem ) ) { + if ( ( data = elem[ dataPriv.expando ] ) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Support: Chrome <= 35-45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataPriv.expando ] = undefined; + } + if ( elem[ dataUser.expando ] ) { + + // Support: Chrome <= 35-45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataUser.expando ] = undefined; + } + } + } + } +} ); + +jQuery.fn.extend( { + + // Keep domManip exposed until 3.0 (gh-2225) + domManip: domManip, + + detach: function( selector ) { + return remove( this, selector, true ); + }, + + remove: function( selector ) { + return remove( this, selector ); + }, + + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each( function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + } ); + }, null, value, arguments.length ); + }, + + append: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + } ); + }, + + prepend: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + } ); + }, + + before: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + } ); + }, + + after: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + } ); + }, + + empty: function() { + var elem, + i = 0; + + for ( ; ( elem = this[ i ] ) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + } ); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = jQuery.htmlPrefilter( value ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch ( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var ignored = []; + + // Make the changes, replacing each non-ignored context element with the new content + return domManip( this, arguments, function( elem ) { + var parent = this.parentNode; + + if ( jQuery.inArray( this, ignored ) < 0 ) { + jQuery.cleanData( getAll( this ) ); + if ( parent ) { + parent.replaceChild( elem, this ); + } + } + + // Force callback invocation + }, ignored ); + } +} ); + +jQuery.each( { + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: QtWebKit + // .get() because push.apply(_, arraylike) throws + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +} ); + + +var iframe, + elemdisplay = { + + // Support: Firefox + // We have to pre-define these values for FF (#10227) + HTML: "block", + BODY: "block" + }; + +/** + * Retrieve the actual display of a element + * @param {String} name nodeName of the element + * @param {Object} doc Document object + */ + +// Called only from within defaultDisplay +function actualDisplay( name, doc ) { + var elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), + + display = jQuery.css( elem[ 0 ], "display" ); + + // We don't have any data stored on the element, + // so use "detach" method as fast way to get rid of the element + elem.detach(); + + return display; +} + +/** + * Try to determine the default display value of an element + * @param {String} nodeName + */ +function defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + + // Use the already-created iframe if possible + iframe = ( iframe || jQuery( " + + HN + + + + + + + + diff --git a/dana/third_party/nprogress/nprogress.css b/dana/third_party/nprogress/nprogress.css new file mode 100644 index 0000000000000000000000000000000000000000..6752d7f4b8b1f068e24337fb06235e09ef33f191 --- /dev/null +++ b/dana/third_party/nprogress/nprogress.css @@ -0,0 +1,74 @@ +/* Make clicks pass-through */ +#nprogress { + pointer-events: none; +} + +#nprogress .bar { + background: #29d; + + position: fixed; + z-index: 1031; + top: 0; + left: 0; + + width: 100%; + height: 2px; +} + +/* Fancy blur effect */ +#nprogress .peg { + display: block; + position: absolute; + right: 0px; + width: 100px; + height: 100%; + box-shadow: 0 0 10px #29d, 0 0 5px #29d; + opacity: 1.0; + + -webkit-transform: rotate(3deg) translate(0px, -4px); + -ms-transform: rotate(3deg) translate(0px, -4px); + transform: rotate(3deg) translate(0px, -4px); +} + +/* Remove these to get rid of the spinner */ +#nprogress .spinner { + display: block; + position: fixed; + z-index: 1031; + top: 15px; + right: 15px; +} + +#nprogress .spinner-icon { + width: 18px; + height: 18px; + box-sizing: border-box; + + border: solid 2px transparent; + border-top-color: #29d; + border-left-color: #29d; + border-radius: 50%; + + -webkit-animation: nprogress-spinner 400ms linear infinite; + animation: nprogress-spinner 400ms linear infinite; +} + +.nprogress-custom-parent { + overflow: hidden; + position: relative; +} + +.nprogress-custom-parent #nprogress .spinner, +.nprogress-custom-parent #nprogress .bar { + position: absolute; +} + +@-webkit-keyframes nprogress-spinner { + 0% { -webkit-transform: rotate(0deg); } + 100% { -webkit-transform: rotate(360deg); } +} +@keyframes nprogress-spinner { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } +} + diff --git a/dana/third_party/nprogress/nprogress.js b/dana/third_party/nprogress/nprogress.js new file mode 100644 index 0000000000000000000000000000000000000000..b23b30060e4ad71081e36e6a9b0f63ba562c48eb --- /dev/null +++ b/dana/third_party/nprogress/nprogress.js @@ -0,0 +1,476 @@ +/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress + * @license MIT */ + +;(function(root, factory) { + + if (typeof define === 'function' && define.amd) { + define(factory); + } else if (typeof exports === 'object') { + module.exports = factory(); + } else { + root.NProgress = factory(); + } + +})(this, function() { + var NProgress = {}; + + NProgress.version = '0.2.0'; + + var Settings = NProgress.settings = { + minimum: 0.08, + easing: 'ease', + positionUsing: '', + speed: 200, + trickle: true, + trickleRate: 0.02, + trickleSpeed: 800, + showSpinner: true, + barSelector: '[role="bar"]', + spinnerSelector: '[role="spinner"]', + parent: 'body', + template: '
' + }; + + /** + * Updates configuration. + * + * NProgress.configure({ + * minimum: 0.1 + * }); + */ + NProgress.configure = function(options) { + var key, value; + for (key in options) { + value = options[key]; + if (value !== undefined && options.hasOwnProperty(key)) Settings[key] = value; + } + + return this; + }; + + /** + * Last number. + */ + + NProgress.status = null; + + /** + * Sets the progress bar status, where `n` is a number from `0.0` to `1.0`. + * + * NProgress.set(0.4); + * NProgress.set(1.0); + */ + + NProgress.set = function(n) { + var started = NProgress.isStarted(); + + n = clamp(n, Settings.minimum, 1); + NProgress.status = (n === 1 ? null : n); + + var progress = NProgress.render(!started), + bar = progress.querySelector(Settings.barSelector), + speed = Settings.speed, + ease = Settings.easing; + + progress.offsetWidth; /* Repaint */ + + queue(function(next) { + // Set positionUsing if it hasn't already been set + if (Settings.positionUsing === '') Settings.positionUsing = NProgress.getPositioningCSS(); + + // Add transition + css(bar, barPositionCSS(n, speed, ease)); + + if (n === 1) { + // Fade out + css(progress, { + transition: 'none', + opacity: 1 + }); + progress.offsetWidth; /* Repaint */ + + setTimeout(function() { + css(progress, { + transition: 'all ' + speed + 'ms linear', + opacity: 0 + }); + setTimeout(function() { + NProgress.remove(); + next(); + }, speed); + }, speed); + } else { + setTimeout(next, speed); + } + }); + + return this; + }; + + NProgress.isStarted = function() { + return typeof NProgress.status === 'number'; + }; + + /** + * Shows the progress bar. + * This is the same as setting the status to 0%, except that it doesn't go backwards. + * + * NProgress.start(); + * + */ + NProgress.start = function() { + if (!NProgress.status) NProgress.set(0); + + var work = function() { + setTimeout(function() { + if (!NProgress.status) return; + NProgress.trickle(); + work(); + }, Settings.trickleSpeed); + }; + + if (Settings.trickle) work(); + + return this; + }; + + /** + * Hides the progress bar. + * This is the *sort of* the same as setting the status to 100%, with the + * difference being `done()` makes some placebo effect of some realistic motion. + * + * NProgress.done(); + * + * If `true` is passed, it will show the progress bar even if its hidden. + * + * NProgress.done(true); + */ + + NProgress.done = function(force) { + if (!force && !NProgress.status) return this; + + return NProgress.inc(0.3 + 0.5 * Math.random()).set(1); + }; + + /** + * Increments by a random amount. + */ + + NProgress.inc = function(amount) { + var n = NProgress.status; + + if (!n) { + return NProgress.start(); + } else { + if (typeof amount !== 'number') { + amount = (1 - n) * clamp(Math.random() * n, 0.1, 0.95); + } + + n = clamp(n + amount, 0, 0.994); + return NProgress.set(n); + } + }; + + NProgress.trickle = function() { + return NProgress.inc(Math.random() * Settings.trickleRate); + }; + + /** + * Waits for all supplied jQuery promises and + * increases the progress as the promises resolve. + * + * @param $promise jQUery Promise + */ + (function() { + var initial = 0, current = 0; + + NProgress.promise = function($promise) { + if (!$promise || $promise.state() === "resolved") { + return this; + } + + if (current === 0) { + NProgress.start(); + } + + initial++; + current++; + + $promise.always(function() { + current--; + if (current === 0) { + initial = 0; + NProgress.done(); + } else { + NProgress.set((initial - current) / initial); + } + }); + + return this; + }; + + })(); + + /** + * (Internal) renders the progress bar markup based on the `template` + * setting. + */ + + NProgress.render = function(fromStart) { + if (NProgress.isRendered()) return document.getElementById('nprogress'); + + addClass(document.documentElement, 'nprogress-busy'); + + var progress = document.createElement('div'); + progress.id = 'nprogress'; + progress.innerHTML = Settings.template; + + var bar = progress.querySelector(Settings.barSelector), + perc = fromStart ? '-100' : toBarPerc(NProgress.status || 0), + parent = document.querySelector(Settings.parent), + spinner; + + css(bar, { + transition: 'all 0 linear', + transform: 'translate3d(' + perc + '%,0,0)' + }); + + if (!Settings.showSpinner) { + spinner = progress.querySelector(Settings.spinnerSelector); + spinner && removeElement(spinner); + } + + if (parent != document.body) { + addClass(parent, 'nprogress-custom-parent'); + } + + parent.appendChild(progress); + return progress; + }; + + /** + * Removes the element. Opposite of render(). + */ + + NProgress.remove = function() { + removeClass(document.documentElement, 'nprogress-busy'); + removeClass(document.querySelector(Settings.parent), 'nprogress-custom-parent'); + var progress = document.getElementById('nprogress'); + progress && removeElement(progress); + }; + + /** + * Checks if the progress bar is rendered. + */ + + NProgress.isRendered = function() { + return !!document.getElementById('nprogress'); + }; + + /** + * Determine which positioning CSS rule to use. + */ + + NProgress.getPositioningCSS = function() { + // Sniff on document.body.style + var bodyStyle = document.body.style; + + // Sniff prefixes + var vendorPrefix = ('WebkitTransform' in bodyStyle) ? 'Webkit' : + ('MozTransform' in bodyStyle) ? 'Moz' : + ('msTransform' in bodyStyle) ? 'ms' : + ('OTransform' in bodyStyle) ? 'O' : ''; + + if (vendorPrefix + 'Perspective' in bodyStyle) { + // Modern browsers with 3D support, e.g. Webkit, IE10 + return 'translate3d'; + } else if (vendorPrefix + 'Transform' in bodyStyle) { + // Browsers without 3D support, e.g. IE9 + return 'translate'; + } else { + // Browsers without translate() support, e.g. IE7-8 + return 'margin'; + } + }; + + /** + * Helpers + */ + + function clamp(n, min, max) { + if (n < min) return min; + if (n > max) return max; + return n; + } + + /** + * (Internal) converts a percentage (`0..1`) to a bar translateX + * percentage (`-100%..0%`). + */ + + function toBarPerc(n) { + return (-1 + n) * 100; + } + + + /** + * (Internal) returns the correct CSS for changing the bar's + * position given an n percentage, and speed and ease from Settings + */ + + function barPositionCSS(n, speed, ease) { + var barCSS; + + if (Settings.positionUsing === 'translate3d') { + barCSS = { transform: 'translate3d('+toBarPerc(n)+'%,0,0)' }; + } else if (Settings.positionUsing === 'translate') { + barCSS = { transform: 'translate('+toBarPerc(n)+'%,0)' }; + } else { + barCSS = { 'margin-left': toBarPerc(n)+'%' }; + } + + barCSS.transition = 'all '+speed+'ms '+ease; + + return barCSS; + } + + /** + * (Internal) Queues a function to be executed. + */ + + var queue = (function() { + var pending = []; + + function next() { + var fn = pending.shift(); + if (fn) { + fn(next); + } + } + + return function(fn) { + pending.push(fn); + if (pending.length == 1) next(); + }; + })(); + + /** + * (Internal) Applies css properties to an element, similar to the jQuery + * css method. + * + * While this helper does assist with vendor prefixed property names, it + * does not perform any manipulation of values prior to setting styles. + */ + + var css = (function() { + var cssPrefixes = [ 'Webkit', 'O', 'Moz', 'ms' ], + cssProps = {}; + + function camelCase(string) { + return string.replace(/^-ms-/, 'ms-').replace(/-([\da-z])/gi, function(match, letter) { + return letter.toUpperCase(); + }); + } + + function getVendorProp(name) { + var style = document.body.style; + if (name in style) return name; + + var i = cssPrefixes.length, + capName = name.charAt(0).toUpperCase() + name.slice(1), + vendorName; + while (i--) { + vendorName = cssPrefixes[i] + capName; + if (vendorName in style) return vendorName; + } + + return name; + } + + function getStyleProp(name) { + name = camelCase(name); + return cssProps[name] || (cssProps[name] = getVendorProp(name)); + } + + function applyCss(element, prop, value) { + prop = getStyleProp(prop); + element.style[prop] = value; + } + + return function(element, properties) { + var args = arguments, + prop, + value; + + if (args.length == 2) { + for (prop in properties) { + value = properties[prop]; + if (value !== undefined && properties.hasOwnProperty(prop)) applyCss(element, prop, value); + } + } else { + applyCss(element, args[1], args[2]); + } + } + })(); + + /** + * (Internal) Determines if an element or space separated list of class names contains a class name. + */ + + function hasClass(element, name) { + var list = typeof element == 'string' ? element : classList(element); + return list.indexOf(' ' + name + ' ') >= 0; + } + + /** + * (Internal) Adds a class to an element. + */ + + function addClass(element, name) { + var oldList = classList(element), + newList = oldList + name; + + if (hasClass(oldList, name)) return; + + // Trim the opening space. + element.className = newList.substring(1); + } + + /** + * (Internal) Removes a class from an element. + */ + + function removeClass(element, name) { + var oldList = classList(element), + newList; + + if (!hasClass(element, name)) return; + + // Replace the class name. + newList = oldList.replace(' ' + name + ' ', ' '); + + // Trim the opening and closing spaces. + element.className = newList.substring(1, newList.length - 1); + } + + /** + * (Internal) Gets a space separated list of the class names on the element. + * The list is wrapped with a single space on each end to facilitate finding + * matches within the list. + */ + + function classList(element) { + return (' ' + (element.className || '') + ' ').replace(/\s+/gi, ' '); + } + + /** + * (Internal) Removes an element from the DOM. + */ + + function removeElement(element) { + element && element.parentNode && element.parentNode.removeChild(element); + } + + return NProgress; +}); + diff --git a/dana/third_party/nprogress/support/extras.css b/dana/third_party/nprogress/support/extras.css new file mode 100644 index 0000000000000000000000000000000000000000..21bb39bc7fa3e733d8f01952541d204870f0b54a --- /dev/null +++ b/dana/third_party/nprogress/support/extras.css @@ -0,0 +1,4 @@ +/* Make the entire page show a busy cursor */ +.nprogress-busy body { + cursor: wait; +} diff --git a/dana/third_party/nprogress/support/style.css b/dana/third_party/nprogress/support/style.css new file mode 100644 index 0000000000000000000000000000000000000000..1a78acf2b6921913e35575306fe7b90ba09dd566 --- /dev/null +++ b/dana/third_party/nprogress/support/style.css @@ -0,0 +1,215 @@ +i, b { + font-style: normal; + font-weight: 400; +} + +body, html { + padding: 0; + margin: 0; +} + +body { + background: white; +} + +body, td, input, textarea { + font-family: source sans pro, sans-serif; + font-size: 14px; + line-height: 1.5; + color: #222; +} + +button { + cursor: pointer; +} + +* { + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; +} + +.nprogress-logo { + display: inline-block; + + width: 100px; + height: 20px; + border: solid 4px #2d9; + border-radius: 10px; + + position: relative; +} +.nprogress-logo:after { + content: ''; + display: block; + + position: absolute; + top: 4px; + left: 4px; + bottom: 4px; + width: 40%; + + background: #2d9; + border-radius: 3px; +} + +.fade { + transition: all 300ms linear 700ms; + -webkit-transform: translate3d(0,0,0); + -moz-transform: translate3d(0,0,0); + -ms-transform: translate3d(0,0,0); + -o-transform: translate3d(0,0,0); + transform: translate3d(0,0,0); + opacity: 1; +} + +.fade.out { + opacity: 0; +} + +button { + margin: 0; + padding: 0; + border: 0; + outline: 0; +} + +.button { + display: inline-block; + text-decoration: none; + + background: #eee; + color: #777; + border-radius: 2px; + + padding: 8px 10px; + font-weight: 700; + text-align: left; +} + +.button.play:before { + content: '\25b6'; +} + +.button:hover { + background: #2d9; + color: #fff; +} + +.button.primary { + background: #2d9; + color: #fff; +} +.button.primary:hover { + background: #1c8; +} + +.button:active { + background: #2d9; + box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.6); +} + +.controls { + text-align: left; + margin: 0 auto; + max-width: 300px; + color: #666; +} + +.controls .button { + width: 40px; + margin-right: 10px; + text-align: center; +} + +.controls i { + color: #999; +} + +.controls b { + color: #29d; + font-weight: 700; +} + +.controls { + font-size: 0.9em; +} + +.page-header { + text-align: center; + max-width: 400px; + padding: 3em 20px; + margin: 0 auto; +} + +.page-header h1 { + font-size: 2.0em; + text-align: center; + font-weight: 200; + line-height: 1.3; + color: #333; + margin: 0; +} + +p.brief { + line-height: 1.4; + font-style: italic; + color: #888; +} + +p.brief.big { + font-size: 1.1em; +} + +@media (min-width: 480px) { + .page-header h1 { + margin-top: 1em; + margin-bottom: 0.4em; + } +} + +.page-header h1 i { + color: #aaa; + font-style: normal; + font-weight: 200; +} + +@media (min-width: 480px) { + .page-header h1 { + font-size: 3em; } + .page-header { + padding: 4.5em 20px 3.5em 20px; + } +} + +/* --- */ + +.actions { + text-align: center; + margin: 2em 0; +} + +@media (min-width: 480px) { + .actions { + margin: 4.5em 0 3.5em 0; + } +} + +.big.button { + padding-left: 30px; + padding-right: 30px; + font-size: 1.1em; +} + + +/* ---- */ + +div.hr-rule { + height: 1px; + width: 100px; + margin: 40px auto; + background: #ddd; +} +.share-buttons { + margin: 0 auto; + text-align: center; +} diff --git a/dana/third_party/select2/LICENSE.md b/dana/third_party/select2/LICENSE.md new file mode 100644 index 0000000000000000000000000000000000000000..8cb8a2b12cb7207f971f93f5e3f6fcfff8863d4c --- /dev/null +++ b/dana/third_party/select2/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/dana/third_party/select2/dist/css/select2.css b/dana/third_party/select2/dist/css/select2.css new file mode 100644 index 0000000000000000000000000000000000000000..447b2b86cc0001f80523f2c3194d449e99659f50 --- /dev/null +++ b/dana/third_party/select2/dist/css/select2.css @@ -0,0 +1,484 @@ +.select2-container { + box-sizing: border-box; + display: inline-block; + margin: 0; + position: relative; + vertical-align: middle; } + .select2-container .select2-selection--single { + box-sizing: border-box; + cursor: pointer; + display: block; + height: 28px; + user-select: none; + -webkit-user-select: none; } + .select2-container .select2-selection--single .select2-selection__rendered { + display: block; + padding-left: 8px; + padding-right: 20px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + .select2-container .select2-selection--single .select2-selection__clear { + position: relative; } + .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { + padding-right: 8px; + padding-left: 20px; } + .select2-container .select2-selection--multiple { + box-sizing: border-box; + cursor: pointer; + display: block; + min-height: 32px; + user-select: none; + -webkit-user-select: none; } + .select2-container .select2-selection--multiple .select2-selection__rendered { + display: inline-block; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; + white-space: nowrap; } + .select2-container .select2-search--inline { + float: left; } + .select2-container .select2-search--inline .select2-search__field { + box-sizing: border-box; + border: none; + font-size: 100%; + margin-top: 5px; + padding: 0; } + .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { + -webkit-appearance: none; } + +.select2-dropdown { + background-color: white; + border: 1px solid #aaa; + border-radius: 4px; + box-sizing: border-box; + display: block; + position: absolute; + left: -100000px; + width: 100%; + z-index: 1051; } + +.select2-results { + display: block; } + +.select2-results__options { + list-style: none; + margin: 0; + padding: 0; } + +.select2-results__option { + padding: 6px; + user-select: none; + -webkit-user-select: none; } + .select2-results__option[aria-selected] { + cursor: pointer; } + +.select2-container--open .select2-dropdown { + left: 0; } + +.select2-container--open .select2-dropdown--above { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.select2-container--open .select2-dropdown--below { + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.select2-search--dropdown { + display: block; + padding: 4px; } + .select2-search--dropdown .select2-search__field { + padding: 4px; + width: 100%; + box-sizing: border-box; } + .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { + -webkit-appearance: none; } + .select2-search--dropdown.select2-search--hide { + display: none; } + +.select2-close-mask { + border: 0; + margin: 0; + padding: 0; + display: block; + position: fixed; + left: 0; + top: 0; + min-height: 100%; + min-width: 100%; + height: auto; + width: auto; + opacity: 0; + z-index: 99; + background-color: #fff; + filter: alpha(opacity=0); } + +.select2-hidden-accessible { + border: 0 !important; + clip: rect(0 0 0 0) !important; + height: 1px !important; + margin: -1px !important; + overflow: hidden !important; + padding: 0 !important; + position: absolute !important; + width: 1px !important; } + +.select2-container--default .select2-selection--single { + background-color: #fff; + border: 1px solid #aaa; + border-radius: 4px; } + .select2-container--default .select2-selection--single .select2-selection__rendered { + color: #444; + line-height: 28px; } + .select2-container--default .select2-selection--single .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; } + .select2-container--default .select2-selection--single .select2-selection__placeholder { + color: #999; } + .select2-container--default .select2-selection--single .select2-selection__arrow { + height: 26px; + position: absolute; + top: 1px; + right: 1px; + width: 20px; } + .select2-container--default .select2-selection--single .select2-selection__arrow b { + border-color: #888 transparent transparent transparent; + border-style: solid; + border-width: 5px 4px 0 4px; + height: 0; + left: 50%; + margin-left: -4px; + margin-top: -2px; + position: absolute; + top: 50%; + width: 0; } + +.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { + float: left; } + +.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { + left: 1px; + right: auto; } + +.select2-container--default.select2-container--disabled .select2-selection--single { + background-color: #eee; + cursor: default; } + .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { + display: none; } + +.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { + border-color: transparent transparent #888 transparent; + border-width: 0 4px 5px 4px; } + +.select2-container--default .select2-selection--multiple { + background-color: white; + border: 1px solid #aaa; + border-radius: 4px; + cursor: text; } + .select2-container--default .select2-selection--multiple .select2-selection__rendered { + box-sizing: border-box; + list-style: none; + margin: 0; + padding: 0 5px; + width: 100%; } + .select2-container--default .select2-selection--multiple .select2-selection__rendered li { + list-style: none; } + .select2-container--default .select2-selection--multiple .select2-selection__placeholder { + color: #999; + margin-top: 5px; + float: left; } + .select2-container--default .select2-selection--multiple .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; + margin-top: 5px; + margin-right: 10px; } + .select2-container--default .select2-selection--multiple .select2-selection__choice { + background-color: #e4e4e4; + border: 1px solid #aaa; + border-radius: 4px; + cursor: default; + float: left; + margin-right: 5px; + margin-top: 5px; + padding: 0 5px; } + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { + color: #999; + cursor: pointer; + display: inline-block; + font-weight: bold; + margin-right: 2px; } + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { + color: #333; } + +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { + float: right; } + +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + margin-left: 5px; + margin-right: auto; } + +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { + margin-left: 2px; + margin-right: auto; } + +.select2-container--default.select2-container--focus .select2-selection--multiple { + border: solid black 1px; + outline: 0; } + +.select2-container--default.select2-container--disabled .select2-selection--multiple { + background-color: #eee; + cursor: default; } + +.select2-container--default.select2-container--disabled .select2-selection__choice__remove { + display: none; } + +.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.select2-container--default .select2-search--dropdown .select2-search__field { + border: 1px solid #aaa; } + +.select2-container--default .select2-search--inline .select2-search__field { + background: transparent; + border: none; + outline: 0; + box-shadow: none; + -webkit-appearance: textfield; } + +.select2-container--default .select2-results > .select2-results__options { + max-height: 200px; + overflow-y: auto; } + +.select2-container--default .select2-results__option[role=group] { + padding: 0; } + +.select2-container--default .select2-results__option[aria-disabled=true] { + color: #999; } + +.select2-container--default .select2-results__option[aria-selected=true] { + background-color: #ddd; } + +.select2-container--default .select2-results__option .select2-results__option { + padding-left: 1em; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__group { + padding-left: 0; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__option { + margin-left: -1em; + padding-left: 2em; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -2em; + padding-left: 3em; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -3em; + padding-left: 4em; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -4em; + padding-left: 5em; } + .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -5em; + padding-left: 6em; } + +.select2-container--default .select2-results__option--highlighted[aria-selected] { + background-color: #5897fb; + color: white; } + +.select2-container--default .select2-results__group { + cursor: default; + display: block; + padding: 6px; } + +.select2-container--classic .select2-selection--single { + background-color: #f7f7f7; + border: 1px solid #aaa; + border-radius: 4px; + outline: 0; + background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); + background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); + background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } + .select2-container--classic .select2-selection--single:focus { + border: 1px solid #5897fb; } + .select2-container--classic .select2-selection--single .select2-selection__rendered { + color: #444; + line-height: 28px; } + .select2-container--classic .select2-selection--single .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; + margin-right: 10px; } + .select2-container--classic .select2-selection--single .select2-selection__placeholder { + color: #999; } + .select2-container--classic .select2-selection--single .select2-selection__arrow { + background-color: #ddd; + border: none; + border-left: 1px solid #aaa; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + height: 26px; + position: absolute; + top: 1px; + right: 1px; + width: 20px; + background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); + background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); + background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); } + .select2-container--classic .select2-selection--single .select2-selection__arrow b { + border-color: #888 transparent transparent transparent; + border-style: solid; + border-width: 5px 4px 0 4px; + height: 0; + left: 50%; + margin-left: -4px; + margin-top: -2px; + position: absolute; + top: 50%; + width: 0; } + +.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { + float: left; } + +.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { + border: none; + border-right: 1px solid #aaa; + border-radius: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + left: 1px; + right: auto; } + +.select2-container--classic.select2-container--open .select2-selection--single { + border: 1px solid #5897fb; } + .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { + background: transparent; + border: none; } + .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { + border-color: transparent transparent #888 transparent; + border-width: 0 4px 5px 4px; } + +.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; + background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); + background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); + background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } + +.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); + background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); + background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); } + +.select2-container--classic .select2-selection--multiple { + background-color: white; + border: 1px solid #aaa; + border-radius: 4px; + cursor: text; + outline: 0; } + .select2-container--classic .select2-selection--multiple:focus { + border: 1px solid #5897fb; } + .select2-container--classic .select2-selection--multiple .select2-selection__rendered { + list-style: none; + margin: 0; + padding: 0 5px; } + .select2-container--classic .select2-selection--multiple .select2-selection__clear { + display: none; } + .select2-container--classic .select2-selection--multiple .select2-selection__choice { + background-color: #e4e4e4; + border: 1px solid #aaa; + border-radius: 4px; + cursor: default; + float: left; + margin-right: 5px; + margin-top: 5px; + padding: 0 5px; } + .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { + color: #888; + cursor: pointer; + display: inline-block; + font-weight: bold; + margin-right: 2px; } + .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { + color: #555; } + +.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + float: right; } + +.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + margin-left: 5px; + margin-right: auto; } + +.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { + margin-left: 2px; + margin-right: auto; } + +.select2-container--classic.select2-container--open .select2-selection--multiple { + border: 1px solid #5897fb; } + +.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.select2-container--classic .select2-search--dropdown .select2-search__field { + border: 1px solid #aaa; + outline: 0; } + +.select2-container--classic .select2-search--inline .select2-search__field { + outline: 0; + box-shadow: none; } + +.select2-container--classic .select2-dropdown { + background-color: white; + border: 1px solid transparent; } + +.select2-container--classic .select2-dropdown--above { + border-bottom: none; } + +.select2-container--classic .select2-dropdown--below { + border-top: none; } + +.select2-container--classic .select2-results > .select2-results__options { + max-height: 200px; + overflow-y: auto; } + +.select2-container--classic .select2-results__option[role=group] { + padding: 0; } + +.select2-container--classic .select2-results__option[aria-disabled=true] { + color: grey; } + +.select2-container--classic .select2-results__option--highlighted[aria-selected] { + background-color: #3875d7; + color: white; } + +.select2-container--classic .select2-results__group { + cursor: default; + display: block; + padding: 6px; } + +.select2-container--classic.select2-container--open .select2-dropdown { + border-color: #5897fb; } diff --git a/dana/third_party/select2/dist/css/select2.min.css b/dana/third_party/select2/dist/css/select2.min.css new file mode 100644 index 0000000000000000000000000000000000000000..76de04d92330d15b62540db26b0012e3bd7204c9 --- /dev/null +++ b/dana/third_party/select2/dist/css/select2.min.css @@ -0,0 +1 @@ +.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb} diff --git a/dana/third_party/select2/dist/js/i18n/ar.js b/dana/third_party/select2/dist/js/i18n/ar.js new file mode 100644 index 0000000000000000000000000000000000000000..01a688294847d7286d9359d325a03443552661b4 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/ar.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ar",[],function(){return{errorLoading:function(){return"لا يمكن تحميل النتائج"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="الرجاء حذف "+t+" عناصر";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="الرجاء إضافة "+t+" عناصر";return n},loadingMore:function(){return"جاري تحميل نتائج إضافية..."},maximumSelected:function(e){var t="تستطيع إختيار "+e.maximum+" بنود فقط";return t},noResults:function(){return"لم يتم العثور على أي نتائج"},searching:function(){return"جاري البحث…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/az.js b/dana/third_party/select2/dist/js/i18n/az.js new file mode 100644 index 0000000000000000000000000000000000000000..2accb973f63f8797c042b11188cb1fbbbcd63022 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/az.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/az",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return t+" simvol silin"},inputTooShort:function(e){var t=e.minimum-e.input.length;return t+" simvol daxil edin"},loadingMore:function(){return"Daha çox nəticə yüklənir…"},maximumSelected:function(e){return"Sadəcə "+e.maximum+" element seçə bilərsiniz"},noResults:function(){return"Nəticə tapılmadı"},searching:function(){return"Axtarılır…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/bg.js b/dana/third_party/select2/dist/js/i18n/bg.js new file mode 100644 index 0000000000000000000000000000000000000000..35ae989447d2dc7f47f280da24d387fb6680ea52 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/bg.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/bg",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Моля въведете с "+t+" по-малко символ";return t>1&&(n+="a"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Моля въведете още "+t+" символ";return t>1&&(n+="a"),n},loadingMore:function(){return"Зареждат се още…"},maximumSelected:function(e){var t="Можете да направите до "+e.maximum+" ";return e.maximum>1?t+="избора":t+="избор",t},noResults:function(){return"Няма намерени съвпадения"},searching:function(){return"Търсене…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/ca.js b/dana/third_party/select2/dist/js/i18n/ca.js new file mode 100644 index 0000000000000000000000000000000000000000..fdb5f3d2a5e60331c9605cda68aa59011c5b6971 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/ca.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ca",[],function(){return{errorLoading:function(){return"La càrrega ha fallat"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Si us plau, elimina "+t+" car";return t==1?n+="àcter":n+="àcters",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Si us plau, introdueix "+t+" car";return t==1?n+="àcter":n+="àcters",n},loadingMore:function(){return"Carregant més resultats…"},maximumSelected:function(e){var t="Només es pot seleccionar "+e.maximum+" element";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No s'han trobat resultats"},searching:function(){return"Cercant…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/cs.js b/dana/third_party/select2/dist/js/i18n/cs.js new file mode 100644 index 0000000000000000000000000000000000000000..9651378a609f84611e08c751904b0beb1ba300ed --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/cs.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/cs",[],function(){function e(e,t){switch(e){case 2:return t?"dva":"dvě";case 3:return"tři";case 4:return"čtyři"}return""}return{errorLoading:function(){return"Výsledky nemohly být načteny."},inputTooLong:function(t){var n=t.input.length-t.maximum;return n==1?"Prosím zadejte o jeden znak méně":n<=4?"Prosím zadejte o "+e(n,!0)+" znaky méně":"Prosím zadejte o "+n+" znaků méně"},inputTooShort:function(t){var n=t.minimum-t.input.length;return n==1?"Prosím zadejte ještě jeden znak":n<=4?"Prosím zadejte ještě další "+e(n,!0)+" znaky":"Prosím zadejte ještě dalších "+n+" znaků"},loadingMore:function(){return"Načítají se další výsledky…"},maximumSelected:function(t){var n=t.maximum;return n==1?"Můžete zvolit jen jednu položku":n<=4?"Můžete zvolit maximálně "+e(n,!1)+" položky":"Můžete zvolit maximálně "+n+" položek"},noResults:function(){return"Nenalezeny žádné položky"},searching:function(){return"Vyhledávání…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/da.js b/dana/third_party/select2/dist/js/i18n/da.js new file mode 100644 index 0000000000000000000000000000000000000000..501c51e9334fa6e6279dec5b968d00136620e182 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/da.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/da",[],function(){return{errorLoading:function(){return"Resultaterne kunne ikke indlæses."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Angiv venligst "+t+" tegn mindre";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Angiv venligst "+t+" tegn mere";return n},loadingMore:function(){return"Indlæser flere resultater…"},maximumSelected:function(e){var t="Du kan kun vælge "+e.maximum+" emne";return e.maximum!=1&&(t+="r"),t},noResults:function(){return"Ingen resultater fundet"},searching:function(){return"Søger…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/de.js b/dana/third_party/select2/dist/js/i18n/de.js new file mode 100644 index 0000000000000000000000000000000000000000..9a6d55366f5aee34f40ef2438e50ea2f19465abd --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/de.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/de",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Bitte "+t+" Zeichen weniger eingeben"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Bitte "+t+" Zeichen mehr eingeben"},loadingMore:function(){return"Lade mehr Ergebnisse…"},maximumSelected:function(e){var t="Sie können nur "+e.maximum+" Eintr";return e.maximum===1?t+="ag":t+="äge",t+=" auswählen",t},noResults:function(){return"Keine Übereinstimmungen gefunden"},searching:function(){return"Suche…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/el.js b/dana/third_party/select2/dist/js/i18n/el.js new file mode 100644 index 0000000000000000000000000000000000000000..4735d140528f3ae45f311d0b9f59d6f78062948d --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/el.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/el",[],function(){return{errorLoading:function(){return"Τα αποτελέσματα δεν μπόρεσαν να φορτώσουν."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Παρακαλώ διαγράψτε "+t+" χαρακτήρ";return t==1&&(n+="α"),t!=1&&(n+="ες"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Παρακαλώ συμπληρώστε "+t+" ή περισσότερους χαρακτήρες";return n},loadingMore:function(){return"Φόρτωση περισσότερων αποτελεσμάτων…"},maximumSelected:function(e){var t="Μπορείτε να επιλέξετε μόνο "+e.maximum+" επιλογ";return e.maximum==1&&(t+="ή"),e.maximum!=1&&(t+="ές"),t},noResults:function(){return"Δεν βρέθηκαν αποτελέσματα"},searching:function(){return"Αναζήτηση…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/en.js b/dana/third_party/select2/dist/js/i18n/en.js new file mode 100644 index 0000000000000000000000000000000000000000..8e80ede8db95796761b1b74f0d2ec3f070b8811d --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/en.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Please enter "+t+" or more characters";return n},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/es.js b/dana/third_party/select2/dist/js/i18n/es.js new file mode 100644 index 0000000000000000000000000000000000000000..0a096502da9b95076187df64b7f06376429c4a17 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/es.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/es",[],function(){return{errorLoading:function(){return"La carga falló"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Por favor, elimine "+t+" car";return t==1?n+="ácter":n+="acteres",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Por favor, introduzca "+t+" car";return t==1?n+="ácter":n+="acteres",n},loadingMore:function(){return"Cargando más resultados…"},maximumSelected:function(e){var t="Sólo puede seleccionar "+e.maximum+" elemento";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No se encontraron resultados"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/et.js b/dana/third_party/select2/dist/js/i18n/et.js new file mode 100644 index 0000000000000000000000000000000000000000..c70f4a5b312d369beecf8c4739d2099146a38737 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/et.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/et",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Sisesta "+t+" täht";return t!=1&&(n+="e"),n+=" vähem",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Sisesta "+t+" täht";return t!=1&&(n+="e"),n+=" rohkem",n},loadingMore:function(){return"Laen tulemusi…"},maximumSelected:function(e){var t="Saad vaid "+e.maximum+" tulemus";return e.maximum==1?t+="e":t+="t",t+=" valida",t},noResults:function(){return"Tulemused puuduvad"},searching:function(){return"Otsin…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/eu.js b/dana/third_party/select2/dist/js/i18n/eu.js new file mode 100644 index 0000000000000000000000000000000000000000..9336053a7d1d37d94a63e9687429637219839514 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/eu.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/eu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Idatzi ";return t==1?n+="karaktere bat":n+=t+" karaktere",n+=" gutxiago",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Idatzi ";return t==1?n+="karaktere bat":n+=t+" karaktere",n+=" gehiago",n},loadingMore:function(){return"Emaitza gehiago kargatzen…"},maximumSelected:function(e){return e.maximum===1?"Elementu bakarra hauta dezakezu":e.maximum+" elementu hauta ditzakezu soilik"},noResults:function(){return"Ez da bat datorrenik aurkitu"},searching:function(){return"Bilatzen…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/fa.js b/dana/third_party/select2/dist/js/i18n/fa.js new file mode 100644 index 0000000000000000000000000000000000000000..5118cd28f83f7a6db26a4d9f92b45a40abc13034 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/fa.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fa",[],function(){return{errorLoading:function(){return"امکان بارگذاری نتایج وجود ندارد."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="لطفاً "+t+" کاراکتر را حذف نمایید";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="لطفاً تعداد "+t+" کاراکتر یا بیشتر وارد نمایید";return n},loadingMore:function(){return"در حال بارگذاری نتایج بیشتر..."},maximumSelected:function(e){var t="شما تنها می‌توانید "+e.maximum+" آیتم را انتخاب نمایید";return t},noResults:function(){return"هیچ نتیجه‌ای یافت نشد"},searching:function(){return"در حال جستجو..."}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/fi.js b/dana/third_party/select2/dist/js/i18n/fi.js new file mode 100644 index 0000000000000000000000000000000000000000..9e60f26a05e8576db9991461f3066b23ff1725ce --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/fi.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Ole hyvä ja anna "+t+" merkkiä vähemmän"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Ole hyvä ja anna "+t+" merkkiä lisää"},loadingMore:function(){return"Ladataan lisää tuloksia…"},maximumSelected:function(e){return"Voit valita ainoastaan "+e.maximum+" kpl"},noResults:function(){return"Ei tuloksia"},searching:function(){}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/fr.js b/dana/third_party/select2/dist/js/i18n/fr.js new file mode 100644 index 0000000000000000000000000000000000000000..e4a665009769f324b67e8dc806c282a8c36141ad --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/fr.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fr",[],function(){return{errorLoading:function(){return"Les résultats ne peuvent pas être chargés."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Supprimez "+t+" caractère";return t!==1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Saisissez "+t+" caractère";return t!==1&&(n+="s"),n},loadingMore:function(){return"Chargement de résultats supplémentaires…"},maximumSelected:function(e){var t="Vous pouvez seulement sélectionner "+e.maximum+" élément";return e.maximum!==1&&(t+="s"),t},noResults:function(){return"Aucun résultat trouvé"},searching:function(){return"Recherche en cours…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/gl.js b/dana/third_party/select2/dist/js/i18n/gl.js new file mode 100644 index 0000000000000000000000000000000000000000..02f258f9289a5382860b61dc0970673704cd36c6 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/gl.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/gl",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Elimine ";return t===1?n+="un carácter":n+=t+" caracteres",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Engada ";return t===1?n+="un carácter":n+=t+" caracteres",n},loadingMore:function(){return"Cargando máis resultados…"},maximumSelected:function(e){var t="Só pode ";return e.maximum===1?t+="un elemento":t+=e.maximum+" elementos",t},noResults:function(){return"Non se atoparon resultados"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/he.js b/dana/third_party/select2/dist/js/i18n/he.js new file mode 100644 index 0000000000000000000000000000000000000000..881f8d389f4f66cbdd5737e3efff2f913f5b4d91 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/he.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/he",[],function(){return{errorLoading:function(){return"שגיאה בטעינת התוצאות"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="נא למחוק ";return t===1?n+="תו אחד":n+=t+" תווים",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="נא להכניס ";return t===1?n+="תו אחד":n+=t+" תווים",n+=" או יותר",n},loadingMore:function(){return"טוען תוצאות נוספות…"},maximumSelected:function(e){var t="באפשרותך לבחור עד ";return e.maximum===1?t+="פריט אחד":t+=e.maximum+" פריטים",t},noResults:function(){return"לא נמצאו תוצאות"},searching:function(){return"מחפש…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/hi.js b/dana/third_party/select2/dist/js/i18n/hi.js new file mode 100644 index 0000000000000000000000000000000000000000..e8296842689028a28ffe7fe06aa0965875ad742c --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/hi.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hi",[],function(){return{errorLoading:function(){return"परिणामों को लोड नहीं किया जा सका।"},inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" अक्षर को हटा दें";return t>1&&(n=t+" अक्षरों को हटा दें "),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="कृपया "+t+" या अधिक अक्षर दर्ज करें";return n},loadingMore:function(){return"अधिक परिणाम लोड हो रहे है..."},maximumSelected:function(e){var t="आप केवल "+e.maximum+" आइटम का चयन कर सकते हैं";return t},noResults:function(){return"कोई परिणाम नहीं मिला"},searching:function(){return"खोज रहा है..."}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/hr.js b/dana/third_party/select2/dist/js/i18n/hr.js new file mode 100644 index 0000000000000000000000000000000000000000..89f7b12bff380d4b6aec24101a3334a414c913a1 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/hr.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hr",[],function(){function e(e){var t=" "+e+" znak";return e%10<5&&e%10>0&&(e%100<5||e%100>19)?e%10>1&&(t+="a"):t+="ova",t}return{errorLoading:function(){return"Preuzimanje nije uspjelo."},inputTooLong:function(t){var n=t.input.length-t.maximum;return"Unesite "+e(n)},inputTooShort:function(t){var n=t.minimum-t.input.length;return"Unesite još "+e(n)},loadingMore:function(){return"Učitavanje rezultata…"},maximumSelected:function(e){return"Maksimalan broj odabranih stavki je "+e.maximum},noResults:function(){return"Nema rezultata"},searching:function(){return"Pretraga…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/hu.js b/dana/third_party/select2/dist/js/i18n/hu.js new file mode 100644 index 0000000000000000000000000000000000000000..74c8a90dec4a2094bfff8a51937d9b6cba11e7d8 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/hu.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Túl hosszú. "+t+" karakterrel több, mint kellene."},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Túl rövid. Még "+t+" karakter hiányzik."},loadingMore:function(){return"Töltés…"},maximumSelected:function(e){return"Csak "+e.maximum+" elemet lehet kiválasztani."},noResults:function(){return"Nincs találat."},searching:function(){return"Keresés…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/id.js b/dana/third_party/select2/dist/js/i18n/id.js new file mode 100644 index 0000000000000000000000000000000000000000..9586782618ca9074c63be624a7300d14ef2e4ceb --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/id.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/id",[],function(){return{errorLoading:function(){return"Data tidak boleh diambil."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Hapuskan "+t+" huruf"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Masukkan "+t+" huruf lagi"},loadingMore:function(){return"Mengambil data…"},maximumSelected:function(e){return"Anda hanya dapat memilih "+e.maximum+" pilihan"},noResults:function(){return"Tidak ada data yang sesuai"},searching:function(){return"Mencari…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/is.js b/dana/third_party/select2/dist/js/i18n/is.js new file mode 100644 index 0000000000000000000000000000000000000000..ab97a14d186c5cc18c69a170a80baa0b8879cb82 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/is.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/is",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vinsamlegast styttið texta um "+t+" staf";return t<=1?n:n+"i"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vinsamlegast skrifið "+t+" staf";return t>1&&(n+="i"),n+=" í viðbót",n},loadingMore:function(){return"Sæki fleiri niðurstöður…"},maximumSelected:function(e){return"Þú getur aðeins valið "+e.maximum+" atriði"},noResults:function(){return"Ekkert fannst"},searching:function(){return"Leita…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/it.js b/dana/third_party/select2/dist/js/i18n/it.js new file mode 100644 index 0000000000000000000000000000000000000000..7796b9f76a40bd14cd6d7b5913ab69eccd5ecbdd --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/it.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/it",[],function(){return{errorLoading:function(){return"I risultati non possono essere caricati."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Per favore cancella "+t+" caratter";return t!==1?n+="i":n+="e",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Per favore inserisci "+t+" o più caratteri";return n},loadingMore:function(){return"Caricando più risultati…"},maximumSelected:function(e){var t="Puoi selezionare solo "+e.maximum+" element";return e.maximum!==1?t+="i":t+="o",t},noResults:function(){return"Nessun risultato trovato"},searching:function(){return"Sto cercando…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/ja.js b/dana/third_party/select2/dist/js/i18n/ja.js new file mode 100644 index 0000000000000000000000000000000000000000..9f4fff6cb2ea8e9def63baf26ea2a5cc9ecf9abf --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/ja.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ja",[],function(){return{errorLoading:function(){return"結果が読み込まれませんでした"},inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" 文字を削除してください";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="少なくとも "+t+" 文字を入力してください";return n},loadingMore:function(){return"読み込み中…"},maximumSelected:function(e){var t=e.maximum+" 件しか選択できません";return t},noResults:function(){return"対象が見つかりません"},searching:function(){return"検索しています…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/km.js b/dana/third_party/select2/dist/js/i18n/km.js new file mode 100644 index 0000000000000000000000000000000000000000..8e94adcf3afcca9dd6b94c3182122e424db49c01 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/km.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/km",[],function(){return{errorLoading:function(){return"មិនអាចទាញយកទិន្នន័យ"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="សូមលុបចេញ "+t+" អក្សរ";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="សូមបញ្ចូល"+t+" អក្សរ រឺ ច្រើនជាងនេះ";return n},loadingMore:function(){return"កំពុងទាញយកទិន្នន័យបន្ថែម..."},maximumSelected:function(e){var t="អ្នកអាចជ្រើសរើសបានតែ "+e.maximum+" ជម្រើសប៉ុណ្ណោះ";return t},noResults:function(){return"មិនមានលទ្ធផល"},searching:function(){return"កំពុងស្វែងរក..."}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/ko.js b/dana/third_party/select2/dist/js/i18n/ko.js new file mode 100644 index 0000000000000000000000000000000000000000..4ed03215fc521f11ea7ae8a03e248261dc1e3e5a --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/ko.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="너무 깁니다. "+t+" 글자 지워주세요.";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="너무 짧습니다. "+t+" 글자 더 입력해주세요.";return n},loadingMore:function(){return"불러오는 중…"},maximumSelected:function(e){var t="최대 "+e.maximum+"개까지만 선택 가능합니다.";return t},noResults:function(){return"결과가 없습니다."},searching:function(){return"검색 중…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/lt.js b/dana/third_party/select2/dist/js/i18n/lt.js new file mode 100644 index 0000000000000000000000000000000000000000..05f3a6e5eb189936b17e93f28e86dc781e800f04 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/lt.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/lt",[],function(){function e(e,t,n,r){return e%10===1&&(e%100<11||e%100>19)?t:e%10>=2&&e%10<=9&&(e%100<11||e%100>19)?n:r}return{inputTooLong:function(t){var n=t.input.length-t.maximum,r="Pašalinkite "+n+" simbol";return r+=e(n,"į","ius","ių"),r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Įrašykite dar "+n+" simbol";return r+=e(n,"į","ius","ių"),r},loadingMore:function(){return"Kraunama daugiau rezultatų…"},maximumSelected:function(t){var n="Jūs galite pasirinkti tik "+t.maximum+" element";return n+=e(t.maximum,"ą","us","ų"),n},noResults:function(){return"Atitikmenų nerasta"},searching:function(){return"Ieškoma…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/lv.js b/dana/third_party/select2/dist/js/i18n/lv.js new file mode 100644 index 0000000000000000000000000000000000000000..df8ee94232dab21e56b9a65096faad5dc4b1e08e --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/lv.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/lv",[],function(){function e(e,t,n,r){return e===11?t:e%10===1?n:r}return{inputTooLong:function(t){var n=t.input.length-t.maximum,r="Lūdzu ievadiet par "+n;return r+=" simbol"+e(n,"iem","u","iem"),r+" mazāk"},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Lūdzu ievadiet vēl "+n;return r+=" simbol"+e(n,"us","u","us"),r},loadingMore:function(){return"Datu ielāde…"},maximumSelected:function(t){var n="Jūs varat izvēlēties ne vairāk kā "+t.maximum;return n+=" element"+e(t.maximum,"us","u","us"),n},noResults:function(){return"Sakritību nav"},searching:function(){return"Meklēšana…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/mk.js b/dana/third_party/select2/dist/js/i18n/mk.js new file mode 100644 index 0000000000000000000000000000000000000000..319ecca14b229b04d5337cf8e9b98e6f045b587e --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/mk.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/mk",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Ве молиме внесете "+e.maximum+" помалку карактер";return e.maximum!==1&&(n+="и"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Ве молиме внесете уште "+e.maximum+" карактер";return e.maximum!==1&&(n+="и"),n},loadingMore:function(){return"Вчитување резултати…"},maximumSelected:function(e){var t="Можете да изберете само "+e.maximum+" ставк";return e.maximum===1?t+="а":t+="и",t},noResults:function(){return"Нема пронајдено совпаѓања"},searching:function(){return"Пребарување…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/ms.js b/dana/third_party/select2/dist/js/i18n/ms.js new file mode 100644 index 0000000000000000000000000000000000000000..4258f125b59c8658d6048f4434c1c4315c612013 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/ms.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ms",[],function(){return{errorLoading:function(){return"Keputusan tidak berjaya dimuatkan."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Sila hapuskan "+t+" aksara"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Sila masukkan "+t+" atau lebih aksara"},loadingMore:function(){return"Sedang memuatkan keputusan…"},maximumSelected:function(e){return"Anda hanya boleh memilih "+e.maximum+" pilihan"},noResults:function(){return"Tiada padanan yang ditemui"},searching:function(){return"Mencari…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/nb.js b/dana/third_party/select2/dist/js/i18n/nb.js new file mode 100644 index 0000000000000000000000000000000000000000..6770087ceea4f507b08d26ab2ef17de80681e619 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/nb.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/nb",[],function(){return{errorLoading:function(){return"Kunne ikke hente resultater."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Vennligst fjern "+t+" tegn"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vennligst skriv inn ";return t>1?n+=" flere tegn":n+=" tegn til",n},loadingMore:function(){return"Laster flere resultater…"},maximumSelected:function(e){return"Du kan velge maks "+e.maximum+" elementer"},noResults:function(){return"Ingen treff"},searching:function(){return"Søker…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/nl.js b/dana/third_party/select2/dist/js/i18n/nl.js new file mode 100644 index 0000000000000000000000000000000000000000..8bd5e3cf4339f63f8920de2b1067ce58c39501c5 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/nl.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/nl",[],function(){return{errorLoading:function(){return"De resultaten konden niet worden geladen."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Gelieve "+t+" karakters te verwijderen";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Gelieve "+t+" of meer karakters in te voeren";return n},loadingMore:function(){return"Meer resultaten laden…"},maximumSelected:function(e){var t=e.maximum==1?"kan":"kunnen",n="Er "+t+" maar "+e.maximum+" item";return e.maximum!=1&&(n+="s"),n+=" worden geselecteerd",n},noResults:function(){return"Geen resultaten gevonden…"},searching:function(){return"Zoeken…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/pl.js b/dana/third_party/select2/dist/js/i18n/pl.js new file mode 100644 index 0000000000000000000000000000000000000000..54ba28e9ba1a90685e92298648a5b523233737d6 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/pl.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pl",[],function(){var e=["znak","znaki","znaków"],t=["element","elementy","elementów"],n=function(t,n){if(t===1)return n[0];if(t>1&&t<=4)return n[1];if(t>=5)return n[2]};return{errorLoading:function(){return"Nie można załadować wyników."},inputTooLong:function(t){var r=t.input.length-t.maximum;return"Usuń "+r+" "+n(r,e)},inputTooShort:function(t){var r=t.minimum-t.input.length;return"Podaj przynajmniej "+r+" "+n(r,e)},loadingMore:function(){return"Trwa ładowanie…"},maximumSelected:function(e){return"Możesz zaznaczyć tylko "+e.maximum+" "+n(e.maximum,t)},noResults:function(){return"Brak wyników"},searching:function(){return"Trwa wyszukiwanie…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/pt-BR.js b/dana/third_party/select2/dist/js/i18n/pt-BR.js new file mode 100644 index 0000000000000000000000000000000000000000..a6629c8aec0dcf9fea8c896b821978b988fb60b1 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/pt-BR.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pt-BR",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Apague "+t+" caracter";return t!=1&&(n+="es"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Digite "+t+" ou mais caracteres";return n},loadingMore:function(){return"Carregando mais resultados…"},maximumSelected:function(e){var t="Você só pode selecionar "+e.maximum+" ite";return e.maximum==1?t+="m":t+="ns",t},noResults:function(){return"Nenhum resultado encontrado"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/pt.js b/dana/third_party/select2/dist/js/i18n/pt.js new file mode 100644 index 0000000000000000000000000000000000000000..0cbda561b9598626ea42cd5453b3ef69e69f3c0c --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/pt.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pt",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Por favor apague "+t+" ";return n+=t!=1?"caracteres":"carácter",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Introduza "+t+" ou mais caracteres";return n},loadingMore:function(){return"A carregar mais resultados…"},maximumSelected:function(e){var t="Apenas pode seleccionar "+e.maximum+" ";return t+=e.maximum!=1?"itens":"item",t},noResults:function(){return"Sem resultados"},searching:function(){return"A procurar…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/ro.js b/dana/third_party/select2/dist/js/i18n/ro.js new file mode 100644 index 0000000000000000000000000000000000000000..788a26376ad57b3be8279216cd69e87d6fddd7ab --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/ro.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ro",[],function(){return{errorLoading:function(){return"Rezultatele nu au putut fi incărcate."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vă rugăm să ștergeți"+t+" caracter";return t!==1&&(n+="e"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vă rugăm să introduceți "+t+"sau mai multe caractere";return n},loadingMore:function(){return"Se încarcă mai multe rezultate…"},maximumSelected:function(e){var t="Aveți voie să selectați cel mult "+e.maximum;return t+=" element",e.maximum!==1&&(t+="e"),t},noResults:function(){return"Nu au fost găsite rezultate"},searching:function(){return"Căutare…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/ru.js b/dana/third_party/select2/dist/js/i18n/ru.js new file mode 100644 index 0000000000000000000000000000000000000000..9ecab80911b733601a928a5e6f09c700431fc360 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/ru.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ru",[],function(){function e(e,t,n,r){return e%10<5&&e%10>0&&e%100<5||e%100>20?e%10>1?n:t:r}return{errorLoading:function(){return"Невозможно загрузить результаты"},inputTooLong:function(t){var n=t.input.length-t.maximum,r="Пожалуйста, введите на "+n+" символ";return r+=e(n,"","a","ов"),r+=" меньше",r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Пожалуйста, введите еще хотя бы "+n+" символ";return r+=e(n,"","a","ов"),r},loadingMore:function(){return"Загрузка данных…"},maximumSelected:function(t){var n="Вы можете выбрать не более "+t.maximum+" элемент";return n+=e(t.maximum,"","a","ов"),n},noResults:function(){return"Совпадений не найдено"},searching:function(){return"Поиск…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/sk.js b/dana/third_party/select2/dist/js/i18n/sk.js new file mode 100644 index 0000000000000000000000000000000000000000..82f294138a8d9d74804952050ff5da83910a54a6 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/sk.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sk",[],function(){var e={2:function(e){return e?"dva":"dve"},3:function(){return"tri"},4:function(){return"štyri"}};return{inputTooLong:function(t){var n=t.input.length-t.maximum;return n==1?"Prosím, zadajte o jeden znak menej":n>=2&&n<=4?"Prosím, zadajte o "+e[n](!0)+" znaky menej":"Prosím, zadajte o "+n+" znakov menej"},inputTooShort:function(t){var n=t.minimum-t.input.length;return n==1?"Prosím, zadajte ešte jeden znak":n<=4?"Prosím, zadajte ešte ďalšie "+e[n](!0)+" znaky":"Prosím, zadajte ešte ďalších "+n+" znakov"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(t){return t.maximum==1?"Môžete zvoliť len jednu položku":t.maximum>=2&&t.maximum<=4?"Môžete zvoliť najviac "+e[t.maximum](!1)+" položky":"Môžete zvoliť najviac "+t.maximum+" položiek"},noResults:function(){return"Nenašli sa žiadne položky"},searching:function(){return"Vyhľadávanie…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/sr-Cyrl.js b/dana/third_party/select2/dist/js/i18n/sr-Cyrl.js new file mode 100644 index 0000000000000000000000000000000000000000..e9453940cc2c65edb9ab1cea0d3656c3cfbd26d7 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/sr-Cyrl.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sr-Cyrl",[],function(){function e(e,t,n,r){return e%10==1&&e%100!=11?t:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?n:r}return{errorLoading:function(){return"Преузимање није успело."},inputTooLong:function(t){var n=t.input.length-t.maximum,r="Обришите "+n+" симбол";return r+=e(n,"","а","а"),r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Укуцајте бар још "+n+" симбол";return r+=e(n,"","а","а"),r},loadingMore:function(){return"Преузимање још резултата…"},maximumSelected:function(t){var n="Можете изабрати само "+t.maximum+" ставк";return n+=e(t.maximum,"у","е","и"),n},noResults:function(){return"Ништа није пронађено"},searching:function(){return"Претрага…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/sr.js b/dana/third_party/select2/dist/js/i18n/sr.js new file mode 100644 index 0000000000000000000000000000000000000000..ac0cc721fd7f37f2c2ced012b0a68c7cdac93726 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/sr.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sr",[],function(){function e(e,t,n,r){return e%10==1&&e%100!=11?t:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?n:r}return{errorLoading:function(){return"Preuzimanje nije uspelo."},inputTooLong:function(t){var n=t.input.length-t.maximum,r="Obrišite "+n+" simbol";return r+=e(n,"","a","a"),r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Ukucajte bar još "+n+" simbol";return r+=e(n,"","a","a"),r},loadingMore:function(){return"Preuzimanje još rezultata…"},maximumSelected:function(t){var n="Možete izabrati samo "+t.maximum+" stavk";return n+=e(t.maximum,"u","e","i"),n},noResults:function(){return"Ništa nije pronađeno"},searching:function(){return"Pretraga…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/sv.js b/dana/third_party/select2/dist/js/i18n/sv.js new file mode 100644 index 0000000000000000000000000000000000000000..bedac08c47c3762ca74404f96b935324e4da71a8 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/sv.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sv",[],function(){return{errorLoading:function(){return"Resultat kunde inte laddas."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vänligen sudda ut "+t+" tecken";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vänligen skriv in "+t+" eller fler tecken";return n},loadingMore:function(){return"Laddar fler resultat…"},maximumSelected:function(e){var t="Du kan max välja "+e.maximum+" element";return t},noResults:function(){return"Inga träffar"},searching:function(){return"Söker…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/th.js b/dana/third_party/select2/dist/js/i18n/th.js new file mode 100644 index 0000000000000000000000000000000000000000..097a86c699a42ed9e5b071b3b98cdee0abb9eafc --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/th.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/th",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="โปรดลบออก "+t+" ตัวอักษร";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="โปรดพิมพ์เพิ่มอีก "+t+" ตัวอักษร";return n},loadingMore:function(){return"กำลังค้นข้อมูลเพิ่ม…"},maximumSelected:function(e){var t="คุณสามารถเลือกได้ไม่เกิน "+e.maximum+" รายการ";return t},noResults:function(){return"ไม่พบข้อมูล"},searching:function(){return"กำลังค้นข้อมูล…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/tr.js b/dana/third_party/select2/dist/js/i18n/tr.js new file mode 100644 index 0000000000000000000000000000000000000000..25d27a877f8b41a7bff184f5fc4c74cdcb972f62 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/tr.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/tr",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" karakter daha girmelisiniz";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="En az "+t+" karakter daha girmelisiniz";return n},loadingMore:function(){return"Daha fazla…"},maximumSelected:function(e){var t="Sadece "+e.maximum+" seçim yapabilirsiniz";return t},noResults:function(){return"Sonuç bulunamadı"},searching:function(){return"Aranıyor…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/uk.js b/dana/third_party/select2/dist/js/i18n/uk.js new file mode 100644 index 0000000000000000000000000000000000000000..eb3ca890319a9c8f2024b18c7052c0348f08a464 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/uk.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/uk",[],function(){function e(e,t,n,r){return e%100>10&&e%100<15?r:e%10===1?t:e%10>1&&e%10<5?n:r}return{errorLoading:function(){return"Неможливо завантажити результати"},inputTooLong:function(t){var n=t.input.length-t.maximum;return"Будь ласка, видаліть "+n+" "+e(t.maximum,"літеру","літери","літер")},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Будь ласка, введіть "+t+" або більше літер"},loadingMore:function(){return"Завантаження інших результатів…"},maximumSelected:function(t){return"Ви можете вибрати лише "+t.maximum+" "+e(t.maximum,"пункт","пункти","пунктів")},noResults:function(){return"Нічого не знайдено"},searching:function(){return"Пошук…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/vi.js b/dana/third_party/select2/dist/js/i18n/vi.js new file mode 100644 index 0000000000000000000000000000000000000000..8975b8ac6e747e9bfdaf8604f2599a4eace7b558 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/vi.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/vi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vui lòng nhập ít hơn "+t+" ký tự";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vui lòng nhập nhiều hơn "+t+' ký tự"';return n},loadingMore:function(){return"Đang lấy thêm kết quả…"},maximumSelected:function(e){var t="Chỉ có thể chọn được "+e.maximum+" lựa chọn";return t},noResults:function(){return"Không tìm thấy kết quả"},searching:function(){return"Đang tìm…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/zh-CN.js b/dana/third_party/select2/dist/js/i18n/zh-CN.js new file mode 100644 index 0000000000000000000000000000000000000000..2ed959723d874c132d5fcdfa77ba270831b2dc18 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/zh-CN.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="请删除"+t+"个字符";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="请再输入至少"+t+"个字符";return n},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(e){var t="最多只能选择"+e.maximum+"个项目";return t},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/i18n/zh-TW.js b/dana/third_party/select2/dist/js/i18n/zh-TW.js new file mode 100644 index 0000000000000000000000000000000000000000..ea0812ee0dbcdb2a3e42323d42b71b2f346e86c1 --- /dev/null +++ b/dana/third_party/select2/dist/js/i18n/zh-TW.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/zh-TW",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="請刪掉"+t+"個字元";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="請再輸入"+t+"個字元";return n},loadingMore:function(){return"載入中…"},maximumSelected:function(e){var t="你只能選擇最多"+e.maximum+"項";return t},noResults:function(){return"沒有找到相符的項目"},searching:function(){return"搜尋中…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file diff --git a/dana/third_party/select2/dist/js/select2.full.js b/dana/third_party/select2/dist/js/select2.full.js new file mode 100644 index 0000000000000000000000000000000000000000..e750834ef5d2e0406e3a9a1e55edbf0a41da1e6a --- /dev/null +++ b/dana/third_party/select2/dist/js/select2.full.js @@ -0,0 +1,6436 @@ +/*! + * Select2 4.0.3 + * https://select2.github.io + * + * Released under the MIT license + * https://github.com/select2/select2/blob/master/LICENSE.md + */ +(function (factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define(['jquery'], factory); + } else if (typeof exports === 'object') { + // Node/CommonJS + factory(require('jquery')); + } else { + // Browser globals + factory(jQuery); + } +}(function (jQuery) { + // This is needed so we can catch the AMD loader configuration and use it + // The inner file should be wrapped (by `banner.start.js`) in a function that + // returns the AMD loader references. + var S2 = +(function () { + // Restore the Select2 AMD loader so it can be used + // Needed mostly in the language files, where the loader is not inserted + if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) { + var S2 = jQuery.fn.select2.amd; + } +var S2;(function () { if (!S2 || !S2.requirejs) { +if (!S2) { S2 = {}; } else { require = S2; } +/** + * @license almond 0.3.1 Copyright (c) 2011-2014, The Dojo Foundation All Rights Reserved. + * Available via the MIT or new BSD license. + * see: http://github.com/jrburke/almond for details + */ +//Going sloppy to avoid 'use strict' string cost, but strict practices should +//be followed. +/*jslint sloppy: true */ +/*global setTimeout: false */ + +var requirejs, require, define; +(function (undef) { + var main, req, makeMap, handlers, + defined = {}, + waiting = {}, + config = {}, + defining = {}, + hasOwn = Object.prototype.hasOwnProperty, + aps = [].slice, + jsSuffixRegExp = /\.js$/; + + function hasProp(obj, prop) { + return hasOwn.call(obj, prop); + } + + /** + * Given a relative module name, like ./something, normalize it to + * a real name that can be mapped to a path. + * @param {String} name the relative name + * @param {String} baseName a real name that the name arg is relative + * to. + * @returns {String} normalized name + */ + function normalize(name, baseName) { + var nameParts, nameSegment, mapValue, foundMap, lastIndex, + foundI, foundStarMap, starI, i, j, part, + baseParts = baseName && baseName.split("/"), + map = config.map, + starMap = (map && map['*']) || {}; + + //Adjust any relative paths. + if (name && name.charAt(0) === ".") { + //If have a base name, try to normalize against it, + //otherwise, assume it is a top-level require that will + //be relative to baseUrl in the end. + if (baseName) { + name = name.split('/'); + lastIndex = name.length - 1; + + // Node .js allowance: + if (config.nodeIdCompat && jsSuffixRegExp.test(name[lastIndex])) { + name[lastIndex] = name[lastIndex].replace(jsSuffixRegExp, ''); + } + + //Lop off the last part of baseParts, so that . matches the + //"directory" and not name of the baseName's module. For instance, + //baseName of "one/two/three", maps to "one/two/three.js", but we + //want the directory, "one/two" for this normalization. + name = baseParts.slice(0, baseParts.length - 1).concat(name); + + //start trimDots + for (i = 0; i < name.length; i += 1) { + part = name[i]; + if (part === ".") { + name.splice(i, 1); + i -= 1; + } else if (part === "..") { + if (i === 1 && (name[2] === '..' || name[0] === '..')) { + //End of the line. Keep at least one non-dot + //path segment at the front so it can be mapped + //correctly to disk. Otherwise, there is likely + //no path mapping for a path starting with '..'. + //This can still fail, but catches the most reasonable + //uses of .. + break; + } else if (i > 0) { + name.splice(i - 1, 2); + i -= 2; + } + } + } + //end trimDots + + name = name.join("/"); + } else if (name.indexOf('./') === 0) { + // No baseName, so this is ID is resolved relative + // to baseUrl, pull off the leading dot. + name = name.substring(2); + } + } + + //Apply map config if available. + if ((baseParts || starMap) && map) { + nameParts = name.split('/'); + + for (i = nameParts.length; i > 0; i -= 1) { + nameSegment = nameParts.slice(0, i).join("/"); + + if (baseParts) { + //Find the longest baseName segment match in the config. + //So, do joins on the biggest to smallest lengths of baseParts. + for (j = baseParts.length; j > 0; j -= 1) { + mapValue = map[baseParts.slice(0, j).join('/')]; + + //baseName segment has config, find if it has one for + //this name. + if (mapValue) { + mapValue = mapValue[nameSegment]; + if (mapValue) { + //Match, update name to the new value. + foundMap = mapValue; + foundI = i; + break; + } + } + } + } + + if (foundMap) { + break; + } + + //Check for a star map match, but just hold on to it, + //if there is a shorter segment match later in a matching + //config, then favor over this star map. + if (!foundStarMap && starMap && starMap[nameSegment]) { + foundStarMap = starMap[nameSegment]; + starI = i; + } + } + + if (!foundMap && foundStarMap) { + foundMap = foundStarMap; + foundI = starI; + } + + if (foundMap) { + nameParts.splice(0, foundI, foundMap); + name = nameParts.join('/'); + } + } + + return name; + } + + function makeRequire(relName, forceSync) { + return function () { + //A version of a require function that passes a moduleName + //value for items that may need to + //look up paths relative to the moduleName + var args = aps.call(arguments, 0); + + //If first arg is not require('string'), and there is only + //one arg, it is the array form without a callback. Insert + //a null so that the following concat is correct. + if (typeof args[0] !== 'string' && args.length === 1) { + args.push(null); + } + return req.apply(undef, args.concat([relName, forceSync])); + }; + } + + function makeNormalize(relName) { + return function (name) { + return normalize(name, relName); + }; + } + + function makeLoad(depName) { + return function (value) { + defined[depName] = value; + }; + } + + function callDep(name) { + if (hasProp(waiting, name)) { + var args = waiting[name]; + delete waiting[name]; + defining[name] = true; + main.apply(undef, args); + } + + if (!hasProp(defined, name) && !hasProp(defining, name)) { + throw new Error('No ' + name); + } + return defined[name]; + } + + //Turns a plugin!resource to [plugin, resource] + //with the plugin being undefined if the name + //did not have a plugin prefix. + function splitPrefix(name) { + var prefix, + index = name ? name.indexOf('!') : -1; + if (index > -1) { + prefix = name.substring(0, index); + name = name.substring(index + 1, name.length); + } + return [prefix, name]; + } + + /** + * Makes a name map, normalizing the name, and using a plugin + * for normalization if necessary. Grabs a ref to plugin + * too, as an optimization. + */ + makeMap = function (name, relName) { + var plugin, + parts = splitPrefix(name), + prefix = parts[0]; + + name = parts[1]; + + if (prefix) { + prefix = normalize(prefix, relName); + plugin = callDep(prefix); + } + + //Normalize according + if (prefix) { + if (plugin && plugin.normalize) { + name = plugin.normalize(name, makeNormalize(relName)); + } else { + name = normalize(name, relName); + } + } else { + name = normalize(name, relName); + parts = splitPrefix(name); + prefix = parts[0]; + name = parts[1]; + if (prefix) { + plugin = callDep(prefix); + } + } + + //Using ridiculous property names for space reasons + return { + f: prefix ? prefix + '!' + name : name, //fullName + n: name, + pr: prefix, + p: plugin + }; + }; + + function makeConfig(name) { + return function () { + return (config && config.config && config.config[name]) || {}; + }; + } + + handlers = { + require: function (name) { + return makeRequire(name); + }, + exports: function (name) { + var e = defined[name]; + if (typeof e !== 'undefined') { + return e; + } else { + return (defined[name] = {}); + } + }, + module: function (name) { + return { + id: name, + uri: '', + exports: defined[name], + config: makeConfig(name) + }; + } + }; + + main = function (name, deps, callback, relName) { + var cjsModule, depName, ret, map, i, + args = [], + callbackType = typeof callback, + usingExports; + + //Use name if no relName + relName = relName || name; + + //Call the callback to define the module, if necessary. + if (callbackType === 'undefined' || callbackType === 'function') { + //Pull out the defined dependencies and pass the ordered + //values to the callback. + //Default to [require, exports, module] if no deps + deps = !deps.length && callback.length ? ['require', 'exports', 'module'] : deps; + for (i = 0; i < deps.length; i += 1) { + map = makeMap(deps[i], relName); + depName = map.f; + + //Fast path CommonJS standard dependencies. + if (depName === "require") { + args[i] = handlers.require(name); + } else if (depName === "exports") { + //CommonJS module spec 1.1 + args[i] = handlers.exports(name); + usingExports = true; + } else if (depName === "module") { + //CommonJS module spec 1.1 + cjsModule = args[i] = handlers.module(name); + } else if (hasProp(defined, depName) || + hasProp(waiting, depName) || + hasProp(defining, depName)) { + args[i] = callDep(depName); + } else if (map.p) { + map.p.load(map.n, makeRequire(relName, true), makeLoad(depName), {}); + args[i] = defined[depName]; + } else { + throw new Error(name + ' missing ' + depName); + } + } + + ret = callback ? callback.apply(defined[name], args) : undefined; + + if (name) { + //If setting exports via "module" is in play, + //favor that over return value and exports. After that, + //favor a non-undefined return value over exports use. + if (cjsModule && cjsModule.exports !== undef && + cjsModule.exports !== defined[name]) { + defined[name] = cjsModule.exports; + } else if (ret !== undef || !usingExports) { + //Use the return value from the function. + defined[name] = ret; + } + } + } else if (name) { + //May just be an object definition for the module. Only + //worry about defining if have a module name. + defined[name] = callback; + } + }; + + requirejs = require = req = function (deps, callback, relName, forceSync, alt) { + if (typeof deps === "string") { + if (handlers[deps]) { + //callback in this case is really relName + return handlers[deps](callback); + } + //Just return the module wanted. In this scenario, the + //deps arg is the module name, and second arg (if passed) + //is just the relName. + //Normalize module name, if it contains . or .. + return callDep(makeMap(deps, callback).f); + } else if (!deps.splice) { + //deps is a config object, not an array. + config = deps; + if (config.deps) { + req(config.deps, config.callback); + } + if (!callback) { + return; + } + + if (callback.splice) { + //callback is an array, which means it is a dependency list. + //Adjust args if there are dependencies + deps = callback; + callback = relName; + relName = null; + } else { + deps = undef; + } + } + + //Support require(['a']) + callback = callback || function () {}; + + //If relName is a function, it is an errback handler, + //so remove it. + if (typeof relName === 'function') { + relName = forceSync; + forceSync = alt; + } + + //Simulate async callback; + if (forceSync) { + main(undef, deps, callback, relName); + } else { + //Using a non-zero value because of concern for what old browsers + //do, and latest browsers "upgrade" to 4 if lower value is used: + //http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-windowtimers-settimeout: + //If want a value immediately, use require('id') instead -- something + //that works in almond on the global level, but not guaranteed and + //unlikely to work in other AMD implementations. + setTimeout(function () { + main(undef, deps, callback, relName); + }, 4); + } + + return req; + }; + + /** + * Just drops the config on the floor, but returns req in case + * the config return value is used. + */ + req.config = function (cfg) { + return req(cfg); + }; + + /** + * Expose module registry for debugging and tooling + */ + requirejs._defined = defined; + + define = function (name, deps, callback) { + if (typeof name !== 'string') { + throw new Error('See almond README: incorrect module build, no module name'); + } + + //This module may not have dependencies + if (!deps.splice) { + //deps is not an array, so probably means + //an object literal or factory function for + //the value. Adjust args. + callback = deps; + deps = []; + } + + if (!hasProp(defined, name) && !hasProp(waiting, name)) { + waiting[name] = [name, deps, callback]; + } + }; + + define.amd = { + jQuery: true + }; +}()); + +S2.requirejs = requirejs;S2.require = require;S2.define = define; +} +}()); +S2.define("almond", function(){}); + +/* global jQuery:false, $:false */ +S2.define('jquery',[],function () { + var _$ = jQuery || $; + + if (_$ == null && console && console.error) { + console.error( + 'Select2: An instance of jQuery or a jQuery-compatible library was not ' + + 'found. Make sure that you are including jQuery before Select2 on your ' + + 'web page.' + ); + } + + return _$; +}); + +S2.define('select2/utils',[ + 'jquery' +], function ($) { + var Utils = {}; + + Utils.Extend = function (ChildClass, SuperClass) { + var __hasProp = {}.hasOwnProperty; + + function BaseConstructor () { + this.constructor = ChildClass; + } + + for (var key in SuperClass) { + if (__hasProp.call(SuperClass, key)) { + ChildClass[key] = SuperClass[key]; + } + } + + BaseConstructor.prototype = SuperClass.prototype; + ChildClass.prototype = new BaseConstructor(); + ChildClass.__super__ = SuperClass.prototype; + + return ChildClass; + }; + + function getMethods (theClass) { + var proto = theClass.prototype; + + var methods = []; + + for (var methodName in proto) { + var m = proto[methodName]; + + if (typeof m !== 'function') { + continue; + } + + if (methodName === 'constructor') { + continue; + } + + methods.push(methodName); + } + + return methods; + } + + Utils.Decorate = function (SuperClass, DecoratorClass) { + var decoratedMethods = getMethods(DecoratorClass); + var superMethods = getMethods(SuperClass); + + function DecoratedClass () { + var unshift = Array.prototype.unshift; + + var argCount = DecoratorClass.prototype.constructor.length; + + var calledConstructor = SuperClass.prototype.constructor; + + if (argCount > 0) { + unshift.call(arguments, SuperClass.prototype.constructor); + + calledConstructor = DecoratorClass.prototype.constructor; + } + + calledConstructor.apply(this, arguments); + } + + DecoratorClass.displayName = SuperClass.displayName; + + function ctr () { + this.constructor = DecoratedClass; + } + + DecoratedClass.prototype = new ctr(); + + for (var m = 0; m < superMethods.length; m++) { + var superMethod = superMethods[m]; + + DecoratedClass.prototype[superMethod] = + SuperClass.prototype[superMethod]; + } + + var calledMethod = function (methodName) { + // Stub out the original method if it's not decorating an actual method + var originalMethod = function () {}; + + if (methodName in DecoratedClass.prototype) { + originalMethod = DecoratedClass.prototype[methodName]; + } + + var decoratedMethod = DecoratorClass.prototype[methodName]; + + return function () { + var unshift = Array.prototype.unshift; + + unshift.call(arguments, originalMethod); + + return decoratedMethod.apply(this, arguments); + }; + }; + + for (var d = 0; d < decoratedMethods.length; d++) { + var decoratedMethod = decoratedMethods[d]; + + DecoratedClass.prototype[decoratedMethod] = calledMethod(decoratedMethod); + } + + return DecoratedClass; + }; + + var Observable = function () { + this.listeners = {}; + }; + + Observable.prototype.on = function (event, callback) { + this.listeners = this.listeners || {}; + + if (event in this.listeners) { + this.listeners[event].push(callback); + } else { + this.listeners[event] = [callback]; + } + }; + + Observable.prototype.trigger = function (event) { + var slice = Array.prototype.slice; + var params = slice.call(arguments, 1); + + this.listeners = this.listeners || {}; + + // Params should always come in as an array + if (params == null) { + params = []; + } + + // If there are no arguments to the event, use a temporary object + if (params.length === 0) { + params.push({}); + } + + // Set the `_type` of the first object to the event + params[0]._type = event; + + if (event in this.listeners) { + this.invoke(this.listeners[event], slice.call(arguments, 1)); + } + + if ('*' in this.listeners) { + this.invoke(this.listeners['*'], arguments); + } + }; + + Observable.prototype.invoke = function (listeners, params) { + for (var i = 0, len = listeners.length; i < len; i++) { + listeners[i].apply(this, params); + } + }; + + Utils.Observable = Observable; + + Utils.generateChars = function (length) { + var chars = ''; + + for (var i = 0; i < length; i++) { + var randomChar = Math.floor(Math.random() * 36); + chars += randomChar.toString(36); + } + + return chars; + }; + + Utils.bind = function (func, context) { + return function () { + func.apply(context, arguments); + }; + }; + + Utils._convertData = function (data) { + for (var originalKey in data) { + var keys = originalKey.split('-'); + + var dataLevel = data; + + if (keys.length === 1) { + continue; + } + + for (var k = 0; k < keys.length; k++) { + var key = keys[k]; + + // Lowercase the first letter + // By default, dash-separated becomes camelCase + key = key.substring(0, 1).toLowerCase() + key.substring(1); + + if (!(key in dataLevel)) { + dataLevel[key] = {}; + } + + if (k == keys.length - 1) { + dataLevel[key] = data[originalKey]; + } + + dataLevel = dataLevel[key]; + } + + delete data[originalKey]; + } + + return data; + }; + + Utils.hasScroll = function (index, el) { + // Adapted from the function created by @ShadowScripter + // and adapted by @BillBarry on the Stack Exchange Code Review website. + // The original code can be found at + // http://codereview.stackexchange.com/q/13338 + // and was designed to be used with the Sizzle selector engine. + + var $el = $(el); + var overflowX = el.style.overflowX; + var overflowY = el.style.overflowY; + + //Check both x and y declarations + if (overflowX === overflowY && + (overflowY === 'hidden' || overflowY === 'visible')) { + return false; + } + + if (overflowX === 'scroll' || overflowY === 'scroll') { + return true; + } + + return ($el.innerHeight() < el.scrollHeight || + $el.innerWidth() < el.scrollWidth); + }; + + Utils.escapeMarkup = function (markup) { + var replaceMap = { + '\\': '\', + '&': '&', + '<': '<', + '>': '>', + '"': '"', + '\'': ''', + '/': '/' + }; + + // Do not try to escape the markup if it's not a string + if (typeof markup !== 'string') { + return markup; + } + + return String(markup).replace(/[&<>"'\/\\]/g, function (match) { + return replaceMap[match]; + }); + }; + + // Append an array of jQuery nodes to a given element. + Utils.appendMany = function ($element, $nodes) { + // jQuery 1.7.x does not support $.fn.append() with an array + // Fall back to a jQuery object collection using $.fn.add() + if ($.fn.jquery.substr(0, 3) === '1.7') { + var $jqNodes = $(); + + $.map($nodes, function (node) { + $jqNodes = $jqNodes.add(node); + }); + + $nodes = $jqNodes; + } + + $element.append($nodes); + }; + + return Utils; +}); + +S2.define('select2/results',[ + 'jquery', + './utils' +], function ($, Utils) { + function Results ($element, options, dataAdapter) { + this.$element = $element; + this.data = dataAdapter; + this.options = options; + + Results.__super__.constructor.call(this); + } + + Utils.Extend(Results, Utils.Observable); + + Results.prototype.render = function () { + var $results = $( + '
    ' + ); + + if (this.options.get('multiple')) { + $results.attr('aria-multiselectable', 'true'); + } + + this.$results = $results; + + return $results; + }; + + Results.prototype.clear = function () { + this.$results.empty(); + }; + + Results.prototype.displayMessage = function (params) { + var escapeMarkup = this.options.get('escapeMarkup'); + + this.clear(); + this.hideLoading(); + + var $message = $( + '
  • ' + ); + + var message = this.options.get('translations').get(params.message); + + $message.append( + escapeMarkup( + message(params.args) + ) + ); + + $message[0].className += ' select2-results__message'; + + this.$results.append($message); + }; + + Results.prototype.hideMessages = function () { + this.$results.find('.select2-results__message').remove(); + }; + + Results.prototype.append = function (data) { + this.hideLoading(); + + var $options = []; + + if (data.results == null || data.results.length === 0) { + if (this.$results.children().length === 0) { + this.trigger('results:message', { + message: 'noResults' + }); + } + + return; + } + + data.results = this.sort(data.results); + + for (var d = 0; d < data.results.length; d++) { + var item = data.results[d]; + + var $option = this.option(item); + + $options.push($option); + } + + this.$results.append($options); + }; + + Results.prototype.position = function ($results, $dropdown) { + var $resultsContainer = $dropdown.find('.select2-results'); + $resultsContainer.append($results); + }; + + Results.prototype.sort = function (data) { + var sorter = this.options.get('sorter'); + + return sorter(data); + }; + + Results.prototype.highlightFirstItem = function () { + var $options = this.$results + .find('.select2-results__option[aria-selected]'); + + var $selected = $options.filter('[aria-selected=true]'); + + // Check if there are any selected options + if ($selected.length > 0) { + // If there are selected options, highlight the first + $selected.first().trigger('mouseenter'); + } else { + // If there are no selected options, highlight the first option + // in the dropdown + $options.first().trigger('mouseenter'); + } + + this.ensureHighlightVisible(); + }; + + Results.prototype.setClasses = function () { + var self = this; + + this.data.current(function (selected) { + var selectedIds = $.map(selected, function (s) { + return s.id.toString(); + }); + + var $options = self.$results + .find('.select2-results__option[aria-selected]'); + + $options.each(function () { + var $option = $(this); + + var item = $.data(this, 'data'); + + // id needs to be converted to a string when comparing + var id = '' + item.id; + + if ((item.element != null && item.element.selected) || + (item.element == null && $.inArray(id, selectedIds) > -1)) { + $option.attr('aria-selected', 'true'); + } else { + $option.attr('aria-selected', 'false'); + } + }); + + }); + }; + + Results.prototype.showLoading = function (params) { + this.hideLoading(); + + var loadingMore = this.options.get('translations').get('searching'); + + var loading = { + disabled: true, + loading: true, + text: loadingMore(params) + }; + var $loading = this.option(loading); + $loading.className += ' loading-results'; + + this.$results.prepend($loading); + }; + + Results.prototype.hideLoading = function () { + this.$results.find('.loading-results').remove(); + }; + + Results.prototype.option = function (data) { + var option = document.createElement('li'); + option.className = 'select2-results__option'; + + var attrs = { + 'role': 'treeitem', + 'aria-selected': 'false' + }; + + if (data.disabled) { + delete attrs['aria-selected']; + attrs['aria-disabled'] = 'true'; + } + + if (data.id == null) { + delete attrs['aria-selected']; + } + + if (data._resultId != null) { + option.id = data._resultId; + } + + if (data.title) { + option.title = data.title; + } + + if (data.children) { + attrs.role = 'group'; + attrs['aria-label'] = data.text; + delete attrs['aria-selected']; + } + + for (var attr in attrs) { + var val = attrs[attr]; + + option.setAttribute(attr, val); + } + + if (data.children) { + var $option = $(option); + + var label = document.createElement('strong'); + label.className = 'select2-results__group'; + + var $label = $(label); + this.template(data, label); + + var $children = []; + + for (var c = 0; c < data.children.length; c++) { + var child = data.children[c]; + + var $child = this.option(child); + + $children.push($child); + } + + var $childrenContainer = $('
      ', { + 'class': 'select2-results__options select2-results__options--nested' + }); + + $childrenContainer.append($children); + + $option.append(label); + $option.append($childrenContainer); + } else { + this.template(data, option); + } + + $.data(option, 'data', data); + + return option; + }; + + Results.prototype.bind = function (container, $container) { + var self = this; + + var id = container.id + '-results'; + + this.$results.attr('id', id); + + container.on('results:all', function (params) { + self.clear(); + self.append(params.data); + + if (container.isOpen()) { + self.setClasses(); + self.highlightFirstItem(); + } + }); + + container.on('results:append', function (params) { + self.append(params.data); + + if (container.isOpen()) { + self.setClasses(); + } + }); + + container.on('query', function (params) { + self.hideMessages(); + self.showLoading(params); + }); + + container.on('select', function () { + if (!container.isOpen()) { + return; + } + + self.setClasses(); + self.highlightFirstItem(); + }); + + container.on('unselect', function () { + if (!container.isOpen()) { + return; + } + + self.setClasses(); + self.highlightFirstItem(); + }); + + container.on('open', function () { + // When the dropdown is open, aria-expended="true" + self.$results.attr('aria-expanded', 'true'); + self.$results.attr('aria-hidden', 'false'); + + self.setClasses(); + self.ensureHighlightVisible(); + }); + + container.on('close', function () { + // When the dropdown is closed, aria-expended="false" + self.$results.attr('aria-expanded', 'false'); + self.$results.attr('aria-hidden', 'true'); + self.$results.removeAttr('aria-activedescendant'); + }); + + container.on('results:toggle', function () { + var $highlighted = self.getHighlightedResults(); + + if ($highlighted.length === 0) { + return; + } + + $highlighted.trigger('mouseup'); + }); + + container.on('results:select', function () { + var $highlighted = self.getHighlightedResults(); + + if ($highlighted.length === 0) { + return; + } + + var data = $highlighted.data('data'); + + if ($highlighted.attr('aria-selected') == 'true') { + self.trigger('close', {}); + } else { + self.trigger('select', { + data: data + }); + } + }); + + container.on('results:previous', function () { + var $highlighted = self.getHighlightedResults(); + + var $options = self.$results.find('[aria-selected]'); + + var currentIndex = $options.index($highlighted); + + // If we are already at te top, don't move further + if (currentIndex === 0) { + return; + } + + var nextIndex = currentIndex - 1; + + // If none are highlighted, highlight the first + if ($highlighted.length === 0) { + nextIndex = 0; + } + + var $next = $options.eq(nextIndex); + + $next.trigger('mouseenter'); + + var currentOffset = self.$results.offset().top; + var nextTop = $next.offset().top; + var nextOffset = self.$results.scrollTop() + (nextTop - currentOffset); + + if (nextIndex === 0) { + self.$results.scrollTop(0); + } else if (nextTop - currentOffset < 0) { + self.$results.scrollTop(nextOffset); + } + }); + + container.on('results:next', function () { + var $highlighted = self.getHighlightedResults(); + + var $options = self.$results.find('[aria-selected]'); + + var currentIndex = $options.index($highlighted); + + var nextIndex = currentIndex + 1; + + // If we are at the last option, stay there + if (nextIndex >= $options.length) { + return; + } + + var $next = $options.eq(nextIndex); + + $next.trigger('mouseenter'); + + var currentOffset = self.$results.offset().top + + self.$results.outerHeight(false); + var nextBottom = $next.offset().top + $next.outerHeight(false); + var nextOffset = self.$results.scrollTop() + nextBottom - currentOffset; + + if (nextIndex === 0) { + self.$results.scrollTop(0); + } else if (nextBottom > currentOffset) { + self.$results.scrollTop(nextOffset); + } + }); + + container.on('results:focus', function (params) { + params.element.addClass('select2-results__option--highlighted'); + }); + + container.on('results:message', function (params) { + self.displayMessage(params); + }); + + if ($.fn.mousewheel) { + this.$results.on('mousewheel', function (e) { + var top = self.$results.scrollTop(); + + var bottom = self.$results.get(0).scrollHeight - top + e.deltaY; + + var isAtTop = e.deltaY > 0 && top - e.deltaY <= 0; + var isAtBottom = e.deltaY < 0 && bottom <= self.$results.height(); + + if (isAtTop) { + self.$results.scrollTop(0); + + e.preventDefault(); + e.stopPropagation(); + } else if (isAtBottom) { + self.$results.scrollTop( + self.$results.get(0).scrollHeight - self.$results.height() + ); + + e.preventDefault(); + e.stopPropagation(); + } + }); + } + + this.$results.on('mouseup', '.select2-results__option[aria-selected]', + function (evt) { + var $this = $(this); + + var data = $this.data('data'); + + if ($this.attr('aria-selected') === 'true') { + if (self.options.get('multiple')) { + self.trigger('unselect', { + originalEvent: evt, + data: data + }); + } else { + self.trigger('close', {}); + } + + return; + } + + self.trigger('select', { + originalEvent: evt, + data: data + }); + }); + + this.$results.on('mouseenter', '.select2-results__option[aria-selected]', + function (evt) { + var data = $(this).data('data'); + + self.getHighlightedResults() + .removeClass('select2-results__option--highlighted'); + + self.trigger('results:focus', { + data: data, + element: $(this) + }); + }); + }; + + Results.prototype.getHighlightedResults = function () { + var $highlighted = this.$results + .find('.select2-results__option--highlighted'); + + return $highlighted; + }; + + Results.prototype.destroy = function () { + this.$results.remove(); + }; + + Results.prototype.ensureHighlightVisible = function () { + var $highlighted = this.getHighlightedResults(); + + if ($highlighted.length === 0) { + return; + } + + var $options = this.$results.find('[aria-selected]'); + + var currentIndex = $options.index($highlighted); + + var currentOffset = this.$results.offset().top; + var nextTop = $highlighted.offset().top; + var nextOffset = this.$results.scrollTop() + (nextTop - currentOffset); + + var offsetDelta = nextTop - currentOffset; + nextOffset -= $highlighted.outerHeight(false) * 2; + + if (currentIndex <= 2) { + this.$results.scrollTop(0); + } else if (offsetDelta > this.$results.outerHeight() || offsetDelta < 0) { + this.$results.scrollTop(nextOffset); + } + }; + + Results.prototype.template = function (result, container) { + var template = this.options.get('templateResult'); + var escapeMarkup = this.options.get('escapeMarkup'); + + var content = template(result, container); + + if (content == null) { + container.style.display = 'none'; + } else if (typeof content === 'string') { + container.innerHTML = escapeMarkup(content); + } else { + $(container).append(content); + } + }; + + return Results; +}); + +S2.define('select2/keys',[ + +], function () { + var KEYS = { + BACKSPACE: 8, + TAB: 9, + ENTER: 13, + SHIFT: 16, + CTRL: 17, + ALT: 18, + ESC: 27, + SPACE: 32, + PAGE_UP: 33, + PAGE_DOWN: 34, + END: 35, + HOME: 36, + LEFT: 37, + UP: 38, + RIGHT: 39, + DOWN: 40, + DELETE: 46 + }; + + return KEYS; +}); + +S2.define('select2/selection/base',[ + 'jquery', + '../utils', + '../keys' +], function ($, Utils, KEYS) { + function BaseSelection ($element, options) { + this.$element = $element; + this.options = options; + + BaseSelection.__super__.constructor.call(this); + } + + Utils.Extend(BaseSelection, Utils.Observable); + + BaseSelection.prototype.render = function () { + var $selection = $( + '' + ); + + this._tabindex = 0; + + if (this.$element.data('old-tabindex') != null) { + this._tabindex = this.$element.data('old-tabindex'); + } else if (this.$element.attr('tabindex') != null) { + this._tabindex = this.$element.attr('tabindex'); + } + + $selection.attr('title', this.$element.attr('title')); + $selection.attr('tabindex', this._tabindex); + + this.$selection = $selection; + + return $selection; + }; + + BaseSelection.prototype.bind = function (container, $container) { + var self = this; + + var id = container.id + '-container'; + var resultsId = container.id + '-results'; + + this.container = container; + + this.$selection.on('focus', function (evt) { + self.trigger('focus', evt); + }); + + this.$selection.on('blur', function (evt) { + self._handleBlur(evt); + }); + + this.$selection.on('keydown', function (evt) { + self.trigger('keypress', evt); + + if (evt.which === KEYS.SPACE) { + evt.preventDefault(); + } + }); + + container.on('results:focus', function (params) { + self.$selection.attr('aria-activedescendant', params.data._resultId); + }); + + container.on('selection:update', function (params) { + self.update(params.data); + }); + + container.on('open', function () { + // When the dropdown is open, aria-expanded="true" + self.$selection.attr('aria-expanded', 'true'); + self.$selection.attr('aria-owns', resultsId); + + self._attachCloseHandler(container); + }); + + container.on('close', function () { + // When the dropdown is closed, aria-expanded="false" + self.$selection.attr('aria-expanded', 'false'); + self.$selection.removeAttr('aria-activedescendant'); + self.$selection.removeAttr('aria-owns'); + + self.$selection.focus(); + + self._detachCloseHandler(container); + }); + + container.on('enable', function () { + self.$selection.attr('tabindex', self._tabindex); + }); + + container.on('disable', function () { + self.$selection.attr('tabindex', '-1'); + }); + }; + + BaseSelection.prototype._handleBlur = function (evt) { + var self = this; + + // This needs to be delayed as the active element is the body when the tab + // key is pressed, possibly along with others. + window.setTimeout(function () { + // Don't trigger `blur` if the focus is still in the selection + if ( + (document.activeElement == self.$selection[0]) || + ($.contains(self.$selection[0], document.activeElement)) + ) { + return; + } + + self.trigger('blur', evt); + }, 1); + }; + + BaseSelection.prototype._attachCloseHandler = function (container) { + var self = this; + + $(document.body).on('mousedown.select2.' + container.id, function (e) { + var $target = $(e.target); + + var $select = $target.closest('.select2'); + + var $all = $('.select2.select2-container--open'); + + $all.each(function () { + var $this = $(this); + + if (this == $select[0]) { + return; + } + + var $element = $this.data('element'); + + $element.select2('close'); + }); + }); + }; + + BaseSelection.prototype._detachCloseHandler = function (container) { + $(document.body).off('mousedown.select2.' + container.id); + }; + + BaseSelection.prototype.position = function ($selection, $container) { + var $selectionContainer = $container.find('.selection'); + $selectionContainer.append($selection); + }; + + BaseSelection.prototype.destroy = function () { + this._detachCloseHandler(this.container); + }; + + BaseSelection.prototype.update = function (data) { + throw new Error('The `update` method must be defined in child classes.'); + }; + + return BaseSelection; +}); + +S2.define('select2/selection/single',[ + 'jquery', + './base', + '../utils', + '../keys' +], function ($, BaseSelection, Utils, KEYS) { + function SingleSelection () { + SingleSelection.__super__.constructor.apply(this, arguments); + } + + Utils.Extend(SingleSelection, BaseSelection); + + SingleSelection.prototype.render = function () { + var $selection = SingleSelection.__super__.render.call(this); + + $selection.addClass('select2-selection--single'); + + $selection.html( + '' + + '' + + '' + + '' + ); + + return $selection; + }; + + SingleSelection.prototype.bind = function (container, $container) { + var self = this; + + SingleSelection.__super__.bind.apply(this, arguments); + + var id = container.id + '-container'; + + this.$selection.find('.select2-selection__rendered').attr('id', id); + this.$selection.attr('aria-labelledby', id); + + this.$selection.on('mousedown', function (evt) { + // Only respond to left clicks + if (evt.which !== 1) { + return; + } + + self.trigger('toggle', { + originalEvent: evt + }); + }); + + this.$selection.on('focus', function (evt) { + // User focuses on the container + }); + + this.$selection.on('blur', function (evt) { + // User exits the container + }); + + container.on('focus', function (evt) { + if (!container.isOpen()) { + self.$selection.focus(); + } + }); + + container.on('selection:update', function (params) { + self.update(params.data); + }); + }; + + SingleSelection.prototype.clear = function () { + this.$selection.find('.select2-selection__rendered').empty(); + }; + + SingleSelection.prototype.display = function (data, container) { + var template = this.options.get('templateSelection'); + var escapeMarkup = this.options.get('escapeMarkup'); + + return escapeMarkup(template(data, container)); + }; + + SingleSelection.prototype.selectionContainer = function () { + return $(''); + }; + + SingleSelection.prototype.update = function (data) { + if (data.length === 0) { + this.clear(); + return; + } + + var selection = data[0]; + + var $rendered = this.$selection.find('.select2-selection__rendered'); + var formatted = this.display(selection, $rendered); + + $rendered.empty().append(formatted); + $rendered.prop('title', selection.title || selection.text); + }; + + return SingleSelection; +}); + +S2.define('select2/selection/multiple',[ + 'jquery', + './base', + '../utils' +], function ($, BaseSelection, Utils) { + function MultipleSelection ($element, options) { + MultipleSelection.__super__.constructor.apply(this, arguments); + } + + Utils.Extend(MultipleSelection, BaseSelection); + + MultipleSelection.prototype.render = function () { + var $selection = MultipleSelection.__super__.render.call(this); + + $selection.addClass('select2-selection--multiple'); + + $selection.html( + '
        ' + ); + + return $selection; + }; + + MultipleSelection.prototype.bind = function (container, $container) { + var self = this; + + MultipleSelection.__super__.bind.apply(this, arguments); + + this.$selection.on('click', function (evt) { + self.trigger('toggle', { + originalEvent: evt + }); + }); + + this.$selection.on( + 'click', + '.select2-selection__choice__remove', + function (evt) { + // Ignore the event if it is disabled + if (self.options.get('disabled')) { + return; + } + + var $remove = $(this); + var $selection = $remove.parent(); + + var data = $selection.data('data'); + + self.trigger('unselect', { + originalEvent: evt, + data: data + }); + } + ); + }; + + MultipleSelection.prototype.clear = function () { + this.$selection.find('.select2-selection__rendered').empty(); + }; + + MultipleSelection.prototype.display = function (data, container) { + var template = this.options.get('templateSelection'); + var escapeMarkup = this.options.get('escapeMarkup'); + + return escapeMarkup(template(data, container)); + }; + + MultipleSelection.prototype.selectionContainer = function () { + var $container = $( + '
      • ' + + '' + + '×' + + '' + + '
      • ' + ); + + return $container; + }; + + MultipleSelection.prototype.update = function (data) { + this.clear(); + + if (data.length === 0) { + return; + } + + var $selections = []; + + for (var d = 0; d < data.length; d++) { + var selection = data[d]; + + var $selection = this.selectionContainer(); + var formatted = this.display(selection, $selection); + + $selection.append(formatted); + $selection.prop('title', selection.title || selection.text); + + $selection.data('data', selection); + + $selections.push($selection); + } + + var $rendered = this.$selection.find('.select2-selection__rendered'); + + Utils.appendMany($rendered, $selections); + }; + + return MultipleSelection; +}); + +S2.define('select2/selection/placeholder',[ + '../utils' +], function (Utils) { + function Placeholder (decorated, $element, options) { + this.placeholder = this.normalizePlaceholder(options.get('placeholder')); + + decorated.call(this, $element, options); + } + + Placeholder.prototype.normalizePlaceholder = function (_, placeholder) { + if (typeof placeholder === 'string') { + placeholder = { + id: '', + text: placeholder + }; + } + + return placeholder; + }; + + Placeholder.prototype.createPlaceholder = function (decorated, placeholder) { + var $placeholder = this.selectionContainer(); + + $placeholder.html(this.display(placeholder)); + $placeholder.addClass('select2-selection__placeholder') + .removeClass('select2-selection__choice'); + + return $placeholder; + }; + + Placeholder.prototype.update = function (decorated, data) { + var singlePlaceholder = ( + data.length == 1 && data[0].id != this.placeholder.id + ); + var multipleSelections = data.length > 1; + + if (multipleSelections || singlePlaceholder) { + return decorated.call(this, data); + } + + this.clear(); + + var $placeholder = this.createPlaceholder(this.placeholder); + + this.$selection.find('.select2-selection__rendered').append($placeholder); + }; + + return Placeholder; +}); + +S2.define('select2/selection/allowClear',[ + 'jquery', + '../keys' +], function ($, KEYS) { + function AllowClear () { } + + AllowClear.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + if (this.placeholder == null) { + if (this.options.get('debug') && window.console && console.error) { + console.error( + 'Select2: The `allowClear` option should be used in combination ' + + 'with the `placeholder` option.' + ); + } + } + + this.$selection.on('mousedown', '.select2-selection__clear', + function (evt) { + self._handleClear(evt); + }); + + container.on('keypress', function (evt) { + self._handleKeyboardClear(evt, container); + }); + }; + + AllowClear.prototype._handleClear = function (_, evt) { + // Ignore the event if it is disabled + if (this.options.get('disabled')) { + return; + } + + var $clear = this.$selection.find('.select2-selection__clear'); + + // Ignore the event if nothing has been selected + if ($clear.length === 0) { + return; + } + + evt.stopPropagation(); + + var data = $clear.data('data'); + + for (var d = 0; d < data.length; d++) { + var unselectData = { + data: data[d] + }; + + // Trigger the `unselect` event, so people can prevent it from being + // cleared. + this.trigger('unselect', unselectData); + + // If the event was prevented, don't clear it out. + if (unselectData.prevented) { + return; + } + } + + this.$element.val(this.placeholder.id).trigger('change'); + + this.trigger('toggle', {}); + }; + + AllowClear.prototype._handleKeyboardClear = function (_, evt, container) { + if (container.isOpen()) { + return; + } + + if (evt.which == KEYS.DELETE || evt.which == KEYS.BACKSPACE) { + this._handleClear(evt); + } + }; + + AllowClear.prototype.update = function (decorated, data) { + decorated.call(this, data); + + if (this.$selection.find('.select2-selection__placeholder').length > 0 || + data.length === 0) { + return; + } + + var $remove = $( + '' + + '×' + + '' + ); + $remove.data('data', data); + + this.$selection.find('.select2-selection__rendered').prepend($remove); + }; + + return AllowClear; +}); + +S2.define('select2/selection/search',[ + 'jquery', + '../utils', + '../keys' +], function ($, Utils, KEYS) { + function Search (decorated, $element, options) { + decorated.call(this, $element, options); + } + + Search.prototype.render = function (decorated) { + var $search = $( + '' + ); + + this.$searchContainer = $search; + this.$search = $search.find('input'); + + var $rendered = decorated.call(this); + + this._transferTabIndex(); + + return $rendered; + }; + + Search.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('open', function () { + self.$search.trigger('focus'); + }); + + container.on('close', function () { + self.$search.val(''); + self.$search.removeAttr('aria-activedescendant'); + self.$search.trigger('focus'); + }); + + container.on('enable', function () { + self.$search.prop('disabled', false); + + self._transferTabIndex(); + }); + + container.on('disable', function () { + self.$search.prop('disabled', true); + }); + + container.on('focus', function (evt) { + self.$search.trigger('focus'); + }); + + container.on('results:focus', function (params) { + self.$search.attr('aria-activedescendant', params.id); + }); + + this.$selection.on('focusin', '.select2-search--inline', function (evt) { + self.trigger('focus', evt); + }); + + this.$selection.on('focusout', '.select2-search--inline', function (evt) { + self._handleBlur(evt); + }); + + this.$selection.on('keydown', '.select2-search--inline', function (evt) { + evt.stopPropagation(); + + self.trigger('keypress', evt); + + self._keyUpPrevented = evt.isDefaultPrevented(); + + var key = evt.which; + + if (key === KEYS.BACKSPACE && self.$search.val() === '') { + var $previousChoice = self.$searchContainer + .prev('.select2-selection__choice'); + + if ($previousChoice.length > 0) { + var item = $previousChoice.data('data'); + + self.searchRemoveChoice(item); + + evt.preventDefault(); + } + } + }); + + // Try to detect the IE version should the `documentMode` property that + // is stored on the document. This is only implemented in IE and is + // slightly cleaner than doing a user agent check. + // This property is not available in Edge, but Edge also doesn't have + // this bug. + var msie = document.documentMode; + var disableInputEvents = msie && msie <= 11; + + // Workaround for browsers which do not support the `input` event + // This will prevent double-triggering of events for browsers which support + // both the `keyup` and `input` events. + this.$selection.on( + 'input.searchcheck', + '.select2-search--inline', + function (evt) { + // IE will trigger the `input` event when a placeholder is used on a + // search box. To get around this issue, we are forced to ignore all + // `input` events in IE and keep using `keyup`. + if (disableInputEvents) { + self.$selection.off('input.search input.searchcheck'); + return; + } + + // Unbind the duplicated `keyup` event + self.$selection.off('keyup.search'); + } + ); + + this.$selection.on( + 'keyup.search input.search', + '.select2-search--inline', + function (evt) { + // IE will trigger the `input` event when a placeholder is used on a + // search box. To get around this issue, we are forced to ignore all + // `input` events in IE and keep using `keyup`. + if (disableInputEvents && evt.type === 'input') { + self.$selection.off('input.search input.searchcheck'); + return; + } + + var key = evt.which; + + // We can freely ignore events from modifier keys + if (key == KEYS.SHIFT || key == KEYS.CTRL || key == KEYS.ALT) { + return; + } + + // Tabbing will be handled during the `keydown` phase + if (key == KEYS.TAB) { + return; + } + + self.handleSearch(evt); + } + ); + }; + + /** + * This method will transfer the tabindex attribute from the rendered + * selection to the search box. This allows for the search box to be used as + * the primary focus instead of the selection container. + * + * @private + */ + Search.prototype._transferTabIndex = function (decorated) { + this.$search.attr('tabindex', this.$selection.attr('tabindex')); + this.$selection.attr('tabindex', '-1'); + }; + + Search.prototype.createPlaceholder = function (decorated, placeholder) { + this.$search.attr('placeholder', placeholder.text); + }; + + Search.prototype.update = function (decorated, data) { + var searchHadFocus = this.$search[0] == document.activeElement; + + this.$search.attr('placeholder', ''); + + decorated.call(this, data); + + this.$selection.find('.select2-selection__rendered') + .append(this.$searchContainer); + + this.resizeSearch(); + if (searchHadFocus) { + this.$search.focus(); + } + }; + + Search.prototype.handleSearch = function () { + this.resizeSearch(); + + if (!this._keyUpPrevented) { + var input = this.$search.val(); + + this.trigger('query', { + term: input + }); + } + + this._keyUpPrevented = false; + }; + + Search.prototype.searchRemoveChoice = function (decorated, item) { + this.trigger('unselect', { + data: item + }); + + this.$search.val(item.text); + this.handleSearch(); + }; + + Search.prototype.resizeSearch = function () { + this.$search.css('width', '25px'); + + var width = ''; + + if (this.$search.attr('placeholder') !== '') { + width = this.$selection.find('.select2-selection__rendered').innerWidth(); + } else { + var minimumWidth = this.$search.val().length + 1; + + width = (minimumWidth * 0.75) + 'em'; + } + + this.$search.css('width', width); + }; + + return Search; +}); + +S2.define('select2/selection/eventRelay',[ + 'jquery' +], function ($) { + function EventRelay () { } + + EventRelay.prototype.bind = function (decorated, container, $container) { + var self = this; + var relayEvents = [ + 'open', 'opening', + 'close', 'closing', + 'select', 'selecting', + 'unselect', 'unselecting' + ]; + + var preventableEvents = ['opening', 'closing', 'selecting', 'unselecting']; + + decorated.call(this, container, $container); + + container.on('*', function (name, params) { + // Ignore events that should not be relayed + if ($.inArray(name, relayEvents) === -1) { + return; + } + + // The parameters should always be an object + params = params || {}; + + // Generate the jQuery event for the Select2 event + var evt = $.Event('select2:' + name, { + params: params + }); + + self.$element.trigger(evt); + + // Only handle preventable events if it was one + if ($.inArray(name, preventableEvents) === -1) { + return; + } + + params.prevented = evt.isDefaultPrevented(); + }); + }; + + return EventRelay; +}); + +S2.define('select2/translation',[ + 'jquery', + 'require' +], function ($, require) { + function Translation (dict) { + this.dict = dict || {}; + } + + Translation.prototype.all = function () { + return this.dict; + }; + + Translation.prototype.get = function (key) { + return this.dict[key]; + }; + + Translation.prototype.extend = function (translation) { + this.dict = $.extend({}, translation.all(), this.dict); + }; + + // Static functions + + Translation._cache = {}; + + Translation.loadPath = function (path) { + if (!(path in Translation._cache)) { + var translations = require(path); + + Translation._cache[path] = translations; + } + + return new Translation(Translation._cache[path]); + }; + + return Translation; +}); + +S2.define('select2/diacritics',[ + +], function () { + var diacritics = { + '\u24B6': 'A', + '\uFF21': 'A', + '\u00C0': 'A', + '\u00C1': 'A', + '\u00C2': 'A', + '\u1EA6': 'A', + '\u1EA4': 'A', + '\u1EAA': 'A', + '\u1EA8': 'A', + '\u00C3': 'A', + '\u0100': 'A', + '\u0102': 'A', + '\u1EB0': 'A', + '\u1EAE': 'A', + '\u1EB4': 'A', + '\u1EB2': 'A', + '\u0226': 'A', + '\u01E0': 'A', + '\u00C4': 'A', + '\u01DE': 'A', + '\u1EA2': 'A', + '\u00C5': 'A', + '\u01FA': 'A', + '\u01CD': 'A', + '\u0200': 'A', + '\u0202': 'A', + '\u1EA0': 'A', + '\u1EAC': 'A', + '\u1EB6': 'A', + '\u1E00': 'A', + '\u0104': 'A', + '\u023A': 'A', + '\u2C6F': 'A', + '\uA732': 'AA', + '\u00C6': 'AE', + '\u01FC': 'AE', + '\u01E2': 'AE', + '\uA734': 'AO', + '\uA736': 'AU', + '\uA738': 'AV', + '\uA73A': 'AV', + '\uA73C': 'AY', + '\u24B7': 'B', + '\uFF22': 'B', + '\u1E02': 'B', + '\u1E04': 'B', + '\u1E06': 'B', + '\u0243': 'B', + '\u0182': 'B', + '\u0181': 'B', + '\u24B8': 'C', + '\uFF23': 'C', + '\u0106': 'C', + '\u0108': 'C', + '\u010A': 'C', + '\u010C': 'C', + '\u00C7': 'C', + '\u1E08': 'C', + '\u0187': 'C', + '\u023B': 'C', + '\uA73E': 'C', + '\u24B9': 'D', + '\uFF24': 'D', + '\u1E0A': 'D', + '\u010E': 'D', + '\u1E0C': 'D', + '\u1E10': 'D', + '\u1E12': 'D', + '\u1E0E': 'D', + '\u0110': 'D', + '\u018B': 'D', + '\u018A': 'D', + '\u0189': 'D', + '\uA779': 'D', + '\u01F1': 'DZ', + '\u01C4': 'DZ', + '\u01F2': 'Dz', + '\u01C5': 'Dz', + '\u24BA': 'E', + '\uFF25': 'E', + '\u00C8': 'E', + '\u00C9': 'E', + '\u00CA': 'E', + '\u1EC0': 'E', + '\u1EBE': 'E', + '\u1EC4': 'E', + '\u1EC2': 'E', + '\u1EBC': 'E', + '\u0112': 'E', + '\u1E14': 'E', + '\u1E16': 'E', + '\u0114': 'E', + '\u0116': 'E', + '\u00CB': 'E', + '\u1EBA': 'E', + '\u011A': 'E', + '\u0204': 'E', + '\u0206': 'E', + '\u1EB8': 'E', + '\u1EC6': 'E', + '\u0228': 'E', + '\u1E1C': 'E', + '\u0118': 'E', + '\u1E18': 'E', + '\u1E1A': 'E', + '\u0190': 'E', + '\u018E': 'E', + '\u24BB': 'F', + '\uFF26': 'F', + '\u1E1E': 'F', + '\u0191': 'F', + '\uA77B': 'F', + '\u24BC': 'G', + '\uFF27': 'G', + '\u01F4': 'G', + '\u011C': 'G', + '\u1E20': 'G', + '\u011E': 'G', + '\u0120': 'G', + '\u01E6': 'G', + '\u0122': 'G', + '\u01E4': 'G', + '\u0193': 'G', + '\uA7A0': 'G', + '\uA77D': 'G', + '\uA77E': 'G', + '\u24BD': 'H', + '\uFF28': 'H', + '\u0124': 'H', + '\u1E22': 'H', + '\u1E26': 'H', + '\u021E': 'H', + '\u1E24': 'H', + '\u1E28': 'H', + '\u1E2A': 'H', + '\u0126': 'H', + '\u2C67': 'H', + '\u2C75': 'H', + '\uA78D': 'H', + '\u24BE': 'I', + '\uFF29': 'I', + '\u00CC': 'I', + '\u00CD': 'I', + '\u00CE': 'I', + '\u0128': 'I', + '\u012A': 'I', + '\u012C': 'I', + '\u0130': 'I', + '\u00CF': 'I', + '\u1E2E': 'I', + '\u1EC8': 'I', + '\u01CF': 'I', + '\u0208': 'I', + '\u020A': 'I', + '\u1ECA': 'I', + '\u012E': 'I', + '\u1E2C': 'I', + '\u0197': 'I', + '\u24BF': 'J', + '\uFF2A': 'J', + '\u0134': 'J', + '\u0248': 'J', + '\u24C0': 'K', + '\uFF2B': 'K', + '\u1E30': 'K', + '\u01E8': 'K', + '\u1E32': 'K', + '\u0136': 'K', + '\u1E34': 'K', + '\u0198': 'K', + '\u2C69': 'K', + '\uA740': 'K', + '\uA742': 'K', + '\uA744': 'K', + '\uA7A2': 'K', + '\u24C1': 'L', + '\uFF2C': 'L', + '\u013F': 'L', + '\u0139': 'L', + '\u013D': 'L', + '\u1E36': 'L', + '\u1E38': 'L', + '\u013B': 'L', + '\u1E3C': 'L', + '\u1E3A': 'L', + '\u0141': 'L', + '\u023D': 'L', + '\u2C62': 'L', + '\u2C60': 'L', + '\uA748': 'L', + '\uA746': 'L', + '\uA780': 'L', + '\u01C7': 'LJ', + '\u01C8': 'Lj', + '\u24C2': 'M', + '\uFF2D': 'M', + '\u1E3E': 'M', + '\u1E40': 'M', + '\u1E42': 'M', + '\u2C6E': 'M', + '\u019C': 'M', + '\u24C3': 'N', + '\uFF2E': 'N', + '\u01F8': 'N', + '\u0143': 'N', + '\u00D1': 'N', + '\u1E44': 'N', + '\u0147': 'N', + '\u1E46': 'N', + '\u0145': 'N', + '\u1E4A': 'N', + '\u1E48': 'N', + '\u0220': 'N', + '\u019D': 'N', + '\uA790': 'N', + '\uA7A4': 'N', + '\u01CA': 'NJ', + '\u01CB': 'Nj', + '\u24C4': 'O', + '\uFF2F': 'O', + '\u00D2': 'O', + '\u00D3': 'O', + '\u00D4': 'O', + '\u1ED2': 'O', + '\u1ED0': 'O', + '\u1ED6': 'O', + '\u1ED4': 'O', + '\u00D5': 'O', + '\u1E4C': 'O', + '\u022C': 'O', + '\u1E4E': 'O', + '\u014C': 'O', + '\u1E50': 'O', + '\u1E52': 'O', + '\u014E': 'O', + '\u022E': 'O', + '\u0230': 'O', + '\u00D6': 'O', + '\u022A': 'O', + '\u1ECE': 'O', + '\u0150': 'O', + '\u01D1': 'O', + '\u020C': 'O', + '\u020E': 'O', + '\u01A0': 'O', + '\u1EDC': 'O', + '\u1EDA': 'O', + '\u1EE0': 'O', + '\u1EDE': 'O', + '\u1EE2': 'O', + '\u1ECC': 'O', + '\u1ED8': 'O', + '\u01EA': 'O', + '\u01EC': 'O', + '\u00D8': 'O', + '\u01FE': 'O', + '\u0186': 'O', + '\u019F': 'O', + '\uA74A': 'O', + '\uA74C': 'O', + '\u01A2': 'OI', + '\uA74E': 'OO', + '\u0222': 'OU', + '\u24C5': 'P', + '\uFF30': 'P', + '\u1E54': 'P', + '\u1E56': 'P', + '\u01A4': 'P', + '\u2C63': 'P', + '\uA750': 'P', + '\uA752': 'P', + '\uA754': 'P', + '\u24C6': 'Q', + '\uFF31': 'Q', + '\uA756': 'Q', + '\uA758': 'Q', + '\u024A': 'Q', + '\u24C7': 'R', + '\uFF32': 'R', + '\u0154': 'R', + '\u1E58': 'R', + '\u0158': 'R', + '\u0210': 'R', + '\u0212': 'R', + '\u1E5A': 'R', + '\u1E5C': 'R', + '\u0156': 'R', + '\u1E5E': 'R', + '\u024C': 'R', + '\u2C64': 'R', + '\uA75A': 'R', + '\uA7A6': 'R', + '\uA782': 'R', + '\u24C8': 'S', + '\uFF33': 'S', + '\u1E9E': 'S', + '\u015A': 'S', + '\u1E64': 'S', + '\u015C': 'S', + '\u1E60': 'S', + '\u0160': 'S', + '\u1E66': 'S', + '\u1E62': 'S', + '\u1E68': 'S', + '\u0218': 'S', + '\u015E': 'S', + '\u2C7E': 'S', + '\uA7A8': 'S', + '\uA784': 'S', + '\u24C9': 'T', + '\uFF34': 'T', + '\u1E6A': 'T', + '\u0164': 'T', + '\u1E6C': 'T', + '\u021A': 'T', + '\u0162': 'T', + '\u1E70': 'T', + '\u1E6E': 'T', + '\u0166': 'T', + '\u01AC': 'T', + '\u01AE': 'T', + '\u023E': 'T', + '\uA786': 'T', + '\uA728': 'TZ', + '\u24CA': 'U', + '\uFF35': 'U', + '\u00D9': 'U', + '\u00DA': 'U', + '\u00DB': 'U', + '\u0168': 'U', + '\u1E78': 'U', + '\u016A': 'U', + '\u1E7A': 'U', + '\u016C': 'U', + '\u00DC': 'U', + '\u01DB': 'U', + '\u01D7': 'U', + '\u01D5': 'U', + '\u01D9': 'U', + '\u1EE6': 'U', + '\u016E': 'U', + '\u0170': 'U', + '\u01D3': 'U', + '\u0214': 'U', + '\u0216': 'U', + '\u01AF': 'U', + '\u1EEA': 'U', + '\u1EE8': 'U', + '\u1EEE': 'U', + '\u1EEC': 'U', + '\u1EF0': 'U', + '\u1EE4': 'U', + '\u1E72': 'U', + '\u0172': 'U', + '\u1E76': 'U', + '\u1E74': 'U', + '\u0244': 'U', + '\u24CB': 'V', + '\uFF36': 'V', + '\u1E7C': 'V', + '\u1E7E': 'V', + '\u01B2': 'V', + '\uA75E': 'V', + '\u0245': 'V', + '\uA760': 'VY', + '\u24CC': 'W', + '\uFF37': 'W', + '\u1E80': 'W', + '\u1E82': 'W', + '\u0174': 'W', + '\u1E86': 'W', + '\u1E84': 'W', + '\u1E88': 'W', + '\u2C72': 'W', + '\u24CD': 'X', + '\uFF38': 'X', + '\u1E8A': 'X', + '\u1E8C': 'X', + '\u24CE': 'Y', + '\uFF39': 'Y', + '\u1EF2': 'Y', + '\u00DD': 'Y', + '\u0176': 'Y', + '\u1EF8': 'Y', + '\u0232': 'Y', + '\u1E8E': 'Y', + '\u0178': 'Y', + '\u1EF6': 'Y', + '\u1EF4': 'Y', + '\u01B3': 'Y', + '\u024E': 'Y', + '\u1EFE': 'Y', + '\u24CF': 'Z', + '\uFF3A': 'Z', + '\u0179': 'Z', + '\u1E90': 'Z', + '\u017B': 'Z', + '\u017D': 'Z', + '\u1E92': 'Z', + '\u1E94': 'Z', + '\u01B5': 'Z', + '\u0224': 'Z', + '\u2C7F': 'Z', + '\u2C6B': 'Z', + '\uA762': 'Z', + '\u24D0': 'a', + '\uFF41': 'a', + '\u1E9A': 'a', + '\u00E0': 'a', + '\u00E1': 'a', + '\u00E2': 'a', + '\u1EA7': 'a', + '\u1EA5': 'a', + '\u1EAB': 'a', + '\u1EA9': 'a', + '\u00E3': 'a', + '\u0101': 'a', + '\u0103': 'a', + '\u1EB1': 'a', + '\u1EAF': 'a', + '\u1EB5': 'a', + '\u1EB3': 'a', + '\u0227': 'a', + '\u01E1': 'a', + '\u00E4': 'a', + '\u01DF': 'a', + '\u1EA3': 'a', + '\u00E5': 'a', + '\u01FB': 'a', + '\u01CE': 'a', + '\u0201': 'a', + '\u0203': 'a', + '\u1EA1': 'a', + '\u1EAD': 'a', + '\u1EB7': 'a', + '\u1E01': 'a', + '\u0105': 'a', + '\u2C65': 'a', + '\u0250': 'a', + '\uA733': 'aa', + '\u00E6': 'ae', + '\u01FD': 'ae', + '\u01E3': 'ae', + '\uA735': 'ao', + '\uA737': 'au', + '\uA739': 'av', + '\uA73B': 'av', + '\uA73D': 'ay', + '\u24D1': 'b', + '\uFF42': 'b', + '\u1E03': 'b', + '\u1E05': 'b', + '\u1E07': 'b', + '\u0180': 'b', + '\u0183': 'b', + '\u0253': 'b', + '\u24D2': 'c', + '\uFF43': 'c', + '\u0107': 'c', + '\u0109': 'c', + '\u010B': 'c', + '\u010D': 'c', + '\u00E7': 'c', + '\u1E09': 'c', + '\u0188': 'c', + '\u023C': 'c', + '\uA73F': 'c', + '\u2184': 'c', + '\u24D3': 'd', + '\uFF44': 'd', + '\u1E0B': 'd', + '\u010F': 'd', + '\u1E0D': 'd', + '\u1E11': 'd', + '\u1E13': 'd', + '\u1E0F': 'd', + '\u0111': 'd', + '\u018C': 'd', + '\u0256': 'd', + '\u0257': 'd', + '\uA77A': 'd', + '\u01F3': 'dz', + '\u01C6': 'dz', + '\u24D4': 'e', + '\uFF45': 'e', + '\u00E8': 'e', + '\u00E9': 'e', + '\u00EA': 'e', + '\u1EC1': 'e', + '\u1EBF': 'e', + '\u1EC5': 'e', + '\u1EC3': 'e', + '\u1EBD': 'e', + '\u0113': 'e', + '\u1E15': 'e', + '\u1E17': 'e', + '\u0115': 'e', + '\u0117': 'e', + '\u00EB': 'e', + '\u1EBB': 'e', + '\u011B': 'e', + '\u0205': 'e', + '\u0207': 'e', + '\u1EB9': 'e', + '\u1EC7': 'e', + '\u0229': 'e', + '\u1E1D': 'e', + '\u0119': 'e', + '\u1E19': 'e', + '\u1E1B': 'e', + '\u0247': 'e', + '\u025B': 'e', + '\u01DD': 'e', + '\u24D5': 'f', + '\uFF46': 'f', + '\u1E1F': 'f', + '\u0192': 'f', + '\uA77C': 'f', + '\u24D6': 'g', + '\uFF47': 'g', + '\u01F5': 'g', + '\u011D': 'g', + '\u1E21': 'g', + '\u011F': 'g', + '\u0121': 'g', + '\u01E7': 'g', + '\u0123': 'g', + '\u01E5': 'g', + '\u0260': 'g', + '\uA7A1': 'g', + '\u1D79': 'g', + '\uA77F': 'g', + '\u24D7': 'h', + '\uFF48': 'h', + '\u0125': 'h', + '\u1E23': 'h', + '\u1E27': 'h', + '\u021F': 'h', + '\u1E25': 'h', + '\u1E29': 'h', + '\u1E2B': 'h', + '\u1E96': 'h', + '\u0127': 'h', + '\u2C68': 'h', + '\u2C76': 'h', + '\u0265': 'h', + '\u0195': 'hv', + '\u24D8': 'i', + '\uFF49': 'i', + '\u00EC': 'i', + '\u00ED': 'i', + '\u00EE': 'i', + '\u0129': 'i', + '\u012B': 'i', + '\u012D': 'i', + '\u00EF': 'i', + '\u1E2F': 'i', + '\u1EC9': 'i', + '\u01D0': 'i', + '\u0209': 'i', + '\u020B': 'i', + '\u1ECB': 'i', + '\u012F': 'i', + '\u1E2D': 'i', + '\u0268': 'i', + '\u0131': 'i', + '\u24D9': 'j', + '\uFF4A': 'j', + '\u0135': 'j', + '\u01F0': 'j', + '\u0249': 'j', + '\u24DA': 'k', + '\uFF4B': 'k', + '\u1E31': 'k', + '\u01E9': 'k', + '\u1E33': 'k', + '\u0137': 'k', + '\u1E35': 'k', + '\u0199': 'k', + '\u2C6A': 'k', + '\uA741': 'k', + '\uA743': 'k', + '\uA745': 'k', + '\uA7A3': 'k', + '\u24DB': 'l', + '\uFF4C': 'l', + '\u0140': 'l', + '\u013A': 'l', + '\u013E': 'l', + '\u1E37': 'l', + '\u1E39': 'l', + '\u013C': 'l', + '\u1E3D': 'l', + '\u1E3B': 'l', + '\u017F': 'l', + '\u0142': 'l', + '\u019A': 'l', + '\u026B': 'l', + '\u2C61': 'l', + '\uA749': 'l', + '\uA781': 'l', + '\uA747': 'l', + '\u01C9': 'lj', + '\u24DC': 'm', + '\uFF4D': 'm', + '\u1E3F': 'm', + '\u1E41': 'm', + '\u1E43': 'm', + '\u0271': 'm', + '\u026F': 'm', + '\u24DD': 'n', + '\uFF4E': 'n', + '\u01F9': 'n', + '\u0144': 'n', + '\u00F1': 'n', + '\u1E45': 'n', + '\u0148': 'n', + '\u1E47': 'n', + '\u0146': 'n', + '\u1E4B': 'n', + '\u1E49': 'n', + '\u019E': 'n', + '\u0272': 'n', + '\u0149': 'n', + '\uA791': 'n', + '\uA7A5': 'n', + '\u01CC': 'nj', + '\u24DE': 'o', + '\uFF4F': 'o', + '\u00F2': 'o', + '\u00F3': 'o', + '\u00F4': 'o', + '\u1ED3': 'o', + '\u1ED1': 'o', + '\u1ED7': 'o', + '\u1ED5': 'o', + '\u00F5': 'o', + '\u1E4D': 'o', + '\u022D': 'o', + '\u1E4F': 'o', + '\u014D': 'o', + '\u1E51': 'o', + '\u1E53': 'o', + '\u014F': 'o', + '\u022F': 'o', + '\u0231': 'o', + '\u00F6': 'o', + '\u022B': 'o', + '\u1ECF': 'o', + '\u0151': 'o', + '\u01D2': 'o', + '\u020D': 'o', + '\u020F': 'o', + '\u01A1': 'o', + '\u1EDD': 'o', + '\u1EDB': 'o', + '\u1EE1': 'o', + '\u1EDF': 'o', + '\u1EE3': 'o', + '\u1ECD': 'o', + '\u1ED9': 'o', + '\u01EB': 'o', + '\u01ED': 'o', + '\u00F8': 'o', + '\u01FF': 'o', + '\u0254': 'o', + '\uA74B': 'o', + '\uA74D': 'o', + '\u0275': 'o', + '\u01A3': 'oi', + '\u0223': 'ou', + '\uA74F': 'oo', + '\u24DF': 'p', + '\uFF50': 'p', + '\u1E55': 'p', + '\u1E57': 'p', + '\u01A5': 'p', + '\u1D7D': 'p', + '\uA751': 'p', + '\uA753': 'p', + '\uA755': 'p', + '\u24E0': 'q', + '\uFF51': 'q', + '\u024B': 'q', + '\uA757': 'q', + '\uA759': 'q', + '\u24E1': 'r', + '\uFF52': 'r', + '\u0155': 'r', + '\u1E59': 'r', + '\u0159': 'r', + '\u0211': 'r', + '\u0213': 'r', + '\u1E5B': 'r', + '\u1E5D': 'r', + '\u0157': 'r', + '\u1E5F': 'r', + '\u024D': 'r', + '\u027D': 'r', + '\uA75B': 'r', + '\uA7A7': 'r', + '\uA783': 'r', + '\u24E2': 's', + '\uFF53': 's', + '\u00DF': 's', + '\u015B': 's', + '\u1E65': 's', + '\u015D': 's', + '\u1E61': 's', + '\u0161': 's', + '\u1E67': 's', + '\u1E63': 's', + '\u1E69': 's', + '\u0219': 's', + '\u015F': 's', + '\u023F': 's', + '\uA7A9': 's', + '\uA785': 's', + '\u1E9B': 's', + '\u24E3': 't', + '\uFF54': 't', + '\u1E6B': 't', + '\u1E97': 't', + '\u0165': 't', + '\u1E6D': 't', + '\u021B': 't', + '\u0163': 't', + '\u1E71': 't', + '\u1E6F': 't', + '\u0167': 't', + '\u01AD': 't', + '\u0288': 't', + '\u2C66': 't', + '\uA787': 't', + '\uA729': 'tz', + '\u24E4': 'u', + '\uFF55': 'u', + '\u00F9': 'u', + '\u00FA': 'u', + '\u00FB': 'u', + '\u0169': 'u', + '\u1E79': 'u', + '\u016B': 'u', + '\u1E7B': 'u', + '\u016D': 'u', + '\u00FC': 'u', + '\u01DC': 'u', + '\u01D8': 'u', + '\u01D6': 'u', + '\u01DA': 'u', + '\u1EE7': 'u', + '\u016F': 'u', + '\u0171': 'u', + '\u01D4': 'u', + '\u0215': 'u', + '\u0217': 'u', + '\u01B0': 'u', + '\u1EEB': 'u', + '\u1EE9': 'u', + '\u1EEF': 'u', + '\u1EED': 'u', + '\u1EF1': 'u', + '\u1EE5': 'u', + '\u1E73': 'u', + '\u0173': 'u', + '\u1E77': 'u', + '\u1E75': 'u', + '\u0289': 'u', + '\u24E5': 'v', + '\uFF56': 'v', + '\u1E7D': 'v', + '\u1E7F': 'v', + '\u028B': 'v', + '\uA75F': 'v', + '\u028C': 'v', + '\uA761': 'vy', + '\u24E6': 'w', + '\uFF57': 'w', + '\u1E81': 'w', + '\u1E83': 'w', + '\u0175': 'w', + '\u1E87': 'w', + '\u1E85': 'w', + '\u1E98': 'w', + '\u1E89': 'w', + '\u2C73': 'w', + '\u24E7': 'x', + '\uFF58': 'x', + '\u1E8B': 'x', + '\u1E8D': 'x', + '\u24E8': 'y', + '\uFF59': 'y', + '\u1EF3': 'y', + '\u00FD': 'y', + '\u0177': 'y', + '\u1EF9': 'y', + '\u0233': 'y', + '\u1E8F': 'y', + '\u00FF': 'y', + '\u1EF7': 'y', + '\u1E99': 'y', + '\u1EF5': 'y', + '\u01B4': 'y', + '\u024F': 'y', + '\u1EFF': 'y', + '\u24E9': 'z', + '\uFF5A': 'z', + '\u017A': 'z', + '\u1E91': 'z', + '\u017C': 'z', + '\u017E': 'z', + '\u1E93': 'z', + '\u1E95': 'z', + '\u01B6': 'z', + '\u0225': 'z', + '\u0240': 'z', + '\u2C6C': 'z', + '\uA763': 'z', + '\u0386': '\u0391', + '\u0388': '\u0395', + '\u0389': '\u0397', + '\u038A': '\u0399', + '\u03AA': '\u0399', + '\u038C': '\u039F', + '\u038E': '\u03A5', + '\u03AB': '\u03A5', + '\u038F': '\u03A9', + '\u03AC': '\u03B1', + '\u03AD': '\u03B5', + '\u03AE': '\u03B7', + '\u03AF': '\u03B9', + '\u03CA': '\u03B9', + '\u0390': '\u03B9', + '\u03CC': '\u03BF', + '\u03CD': '\u03C5', + '\u03CB': '\u03C5', + '\u03B0': '\u03C5', + '\u03C9': '\u03C9', + '\u03C2': '\u03C3' + }; + + return diacritics; +}); + +S2.define('select2/data/base',[ + '../utils' +], function (Utils) { + function BaseAdapter ($element, options) { + BaseAdapter.__super__.constructor.call(this); + } + + Utils.Extend(BaseAdapter, Utils.Observable); + + BaseAdapter.prototype.current = function (callback) { + throw new Error('The `current` method must be defined in child classes.'); + }; + + BaseAdapter.prototype.query = function (params, callback) { + throw new Error('The `query` method must be defined in child classes.'); + }; + + BaseAdapter.prototype.bind = function (container, $container) { + // Can be implemented in subclasses + }; + + BaseAdapter.prototype.destroy = function () { + // Can be implemented in subclasses + }; + + BaseAdapter.prototype.generateResultId = function (container, data) { + var id = container.id + '-result-'; + + id += Utils.generateChars(4); + + if (data.id != null) { + id += '-' + data.id.toString(); + } else { + id += '-' + Utils.generateChars(4); + } + return id; + }; + + return BaseAdapter; +}); + +S2.define('select2/data/select',[ + './base', + '../utils', + 'jquery' +], function (BaseAdapter, Utils, $) { + function SelectAdapter ($element, options) { + this.$element = $element; + this.options = options; + + SelectAdapter.__super__.constructor.call(this); + } + + Utils.Extend(SelectAdapter, BaseAdapter); + + SelectAdapter.prototype.current = function (callback) { + var data = []; + var self = this; + + this.$element.find(':selected').each(function () { + var $option = $(this); + + var option = self.item($option); + + data.push(option); + }); + + callback(data); + }; + + SelectAdapter.prototype.select = function (data) { + var self = this; + + data.selected = true; + + // If data.element is a DOM node, use it instead + if ($(data.element).is('option')) { + data.element.selected = true; + + this.$element.trigger('change'); + + return; + } + + if (this.$element.prop('multiple')) { + this.current(function (currentData) { + var val = []; + + data = [data]; + data.push.apply(data, currentData); + + for (var d = 0; d < data.length; d++) { + var id = data[d].id; + + if ($.inArray(id, val) === -1) { + val.push(id); + } + } + + self.$element.val(val); + self.$element.trigger('change'); + }); + } else { + var val = data.id; + + this.$element.val(val); + this.$element.trigger('change'); + } + }; + + SelectAdapter.prototype.unselect = function (data) { + var self = this; + + if (!this.$element.prop('multiple')) { + return; + } + + data.selected = false; + + if ($(data.element).is('option')) { + data.element.selected = false; + + this.$element.trigger('change'); + + return; + } + + this.current(function (currentData) { + var val = []; + + for (var d = 0; d < currentData.length; d++) { + var id = currentData[d].id; + + if (id !== data.id && $.inArray(id, val) === -1) { + val.push(id); + } + } + + self.$element.val(val); + + self.$element.trigger('change'); + }); + }; + + SelectAdapter.prototype.bind = function (container, $container) { + var self = this; + + this.container = container; + + container.on('select', function (params) { + self.select(params.data); + }); + + container.on('unselect', function (params) { + self.unselect(params.data); + }); + }; + + SelectAdapter.prototype.destroy = function () { + // Remove anything added to child elements + this.$element.find('*').each(function () { + // Remove any custom data set by Select2 + $.removeData(this, 'data'); + }); + }; + + SelectAdapter.prototype.query = function (params, callback) { + var data = []; + var self = this; + + var $options = this.$element.children(); + + $options.each(function () { + var $option = $(this); + + if (!$option.is('option') && !$option.is('optgroup')) { + return; + } + + var option = self.item($option); + + var matches = self.matches(params, option); + + if (matches !== null) { + data.push(matches); + } + }); + + callback({ + results: data + }); + }; + + SelectAdapter.prototype.addOptions = function ($options) { + Utils.appendMany(this.$element, $options); + }; + + SelectAdapter.prototype.option = function (data) { + var option; + + if (data.children) { + option = document.createElement('optgroup'); + option.label = data.text; + } else { + option = document.createElement('option'); + + if (option.textContent !== undefined) { + option.textContent = data.text; + } else { + option.innerText = data.text; + } + } + + if (data.id) { + option.value = data.id; + } + + if (data.disabled) { + option.disabled = true; + } + + if (data.selected) { + option.selected = true; + } + + if (data.title) { + option.title = data.title; + } + + var $option = $(option); + + var normalizedData = this._normalizeItem(data); + normalizedData.element = option; + + // Override the option's data with the combined data + $.data(option, 'data', normalizedData); + + return $option; + }; + + SelectAdapter.prototype.item = function ($option) { + var data = {}; + + data = $.data($option[0], 'data'); + + if (data != null) { + return data; + } + + if ($option.is('option')) { + data = { + id: $option.val(), + text: $option.text(), + disabled: $option.prop('disabled'), + selected: $option.prop('selected'), + title: $option.prop('title') + }; + } else if ($option.is('optgroup')) { + data = { + text: $option.prop('label'), + children: [], + title: $option.prop('title') + }; + + var $children = $option.children('option'); + var children = []; + + for (var c = 0; c < $children.length; c++) { + var $child = $($children[c]); + + var child = this.item($child); + + children.push(child); + } + + data.children = children; + } + + data = this._normalizeItem(data); + data.element = $option[0]; + + $.data($option[0], 'data', data); + + return data; + }; + + SelectAdapter.prototype._normalizeItem = function (item) { + if (!$.isPlainObject(item)) { + item = { + id: item, + text: item + }; + } + + item = $.extend({}, { + text: '' + }, item); + + var defaults = { + selected: false, + disabled: false + }; + + if (item.id != null) { + item.id = item.id.toString(); + } + + if (item.text != null) { + item.text = item.text.toString(); + } + + if (item._resultId == null && item.id && this.container != null) { + item._resultId = this.generateResultId(this.container, item); + } + + return $.extend({}, defaults, item); + }; + + SelectAdapter.prototype.matches = function (params, data) { + var matcher = this.options.get('matcher'); + + return matcher(params, data); + }; + + return SelectAdapter; +}); + +S2.define('select2/data/array',[ + './select', + '../utils', + 'jquery' +], function (SelectAdapter, Utils, $) { + function ArrayAdapter ($element, options) { + var data = options.get('data') || []; + + ArrayAdapter.__super__.constructor.call(this, $element, options); + + this.addOptions(this.convertToOptions(data)); + } + + Utils.Extend(ArrayAdapter, SelectAdapter); + + ArrayAdapter.prototype.select = function (data) { + var $option = this.$element.find('option').filter(function (i, elm) { + return elm.value == data.id.toString(); + }); + + if ($option.length === 0) { + $option = this.option(data); + + this.addOptions($option); + } + + ArrayAdapter.__super__.select.call(this, data); + }; + + ArrayAdapter.prototype.convertToOptions = function (data) { + var self = this; + + var $existing = this.$element.find('option'); + var existingIds = $existing.map(function () { + return self.item($(this)).id; + }).get(); + + var $options = []; + + // Filter out all items except for the one passed in the argument + function onlyItem (item) { + return function () { + return $(this).val() == item.id; + }; + } + + for (var d = 0; d < data.length; d++) { + var item = this._normalizeItem(data[d]); + + // Skip items which were pre-loaded, only merge the data + if ($.inArray(item.id, existingIds) >= 0) { + var $existingOption = $existing.filter(onlyItem(item)); + + var existingData = this.item($existingOption); + var newData = $.extend(true, {}, item, existingData); + + var $newOption = this.option(newData); + + $existingOption.replaceWith($newOption); + + continue; + } + + var $option = this.option(item); + + if (item.children) { + var $children = this.convertToOptions(item.children); + + Utils.appendMany($option, $children); + } + + $options.push($option); + } + + return $options; + }; + + return ArrayAdapter; +}); + +S2.define('select2/data/ajax',[ + './array', + '../utils', + 'jquery' +], function (ArrayAdapter, Utils, $) { + function AjaxAdapter ($element, options) { + this.ajaxOptions = this._applyDefaults(options.get('ajax')); + + if (this.ajaxOptions.processResults != null) { + this.processResults = this.ajaxOptions.processResults; + } + + AjaxAdapter.__super__.constructor.call(this, $element, options); + } + + Utils.Extend(AjaxAdapter, ArrayAdapter); + + AjaxAdapter.prototype._applyDefaults = function (options) { + var defaults = { + data: function (params) { + return $.extend({}, params, { + q: params.term + }); + }, + transport: function (params, success, failure) { + var $request = $.ajax(params); + + $request.then(success); + $request.fail(failure); + + return $request; + } + }; + + return $.extend({}, defaults, options, true); + }; + + AjaxAdapter.prototype.processResults = function (results) { + return results; + }; + + AjaxAdapter.prototype.query = function (params, callback) { + var matches = []; + var self = this; + + if (this._request != null) { + // JSONP requests cannot always be aborted + if ($.isFunction(this._request.abort)) { + this._request.abort(); + } + + this._request = null; + } + + var options = $.extend({ + type: 'GET' + }, this.ajaxOptions); + + if (typeof options.url === 'function') { + options.url = options.url.call(this.$element, params); + } + + if (typeof options.data === 'function') { + options.data = options.data.call(this.$element, params); + } + + function request () { + var $request = options.transport(options, function (data) { + var results = self.processResults(data, params); + + if (self.options.get('debug') && window.console && console.error) { + // Check to make sure that the response included a `results` key. + if (!results || !results.results || !$.isArray(results.results)) { + console.error( + 'Select2: The AJAX results did not return an array in the ' + + '`results` key of the response.' + ); + } + } + + callback(results); + }, function () { + // Attempt to detect if a request was aborted + // Only works if the transport exposes a status property + if ($request.status && $request.status === '0') { + return; + } + + self.trigger('results:message', { + message: 'errorLoading' + }); + }); + + self._request = $request; + } + + if (this.ajaxOptions.delay && params.term != null) { + if (this._queryTimeout) { + window.clearTimeout(this._queryTimeout); + } + + this._queryTimeout = window.setTimeout(request, this.ajaxOptions.delay); + } else { + request(); + } + }; + + return AjaxAdapter; +}); + +S2.define('select2/data/tags',[ + 'jquery' +], function ($) { + function Tags (decorated, $element, options) { + var tags = options.get('tags'); + + var createTag = options.get('createTag'); + + if (createTag !== undefined) { + this.createTag = createTag; + } + + var insertTag = options.get('insertTag'); + + if (insertTag !== undefined) { + this.insertTag = insertTag; + } + + decorated.call(this, $element, options); + + if ($.isArray(tags)) { + for (var t = 0; t < tags.length; t++) { + var tag = tags[t]; + var item = this._normalizeItem(tag); + + var $option = this.option(item); + + this.$element.append($option); + } + } + } + + Tags.prototype.query = function (decorated, params, callback) { + var self = this; + + this._removeOldTags(); + + if (params.term == null || params.page != null) { + decorated.call(this, params, callback); + return; + } + + function wrapper (obj, child) { + var data = obj.results; + + for (var i = 0; i < data.length; i++) { + var option = data[i]; + + var checkChildren = ( + option.children != null && + !wrapper({ + results: option.children + }, true) + ); + + var checkText = option.text === params.term; + + if (checkText || checkChildren) { + if (child) { + return false; + } + + obj.data = data; + callback(obj); + + return; + } + } + + if (child) { + return true; + } + + var tag = self.createTag(params); + + if (tag != null) { + var $option = self.option(tag); + $option.attr('data-select2-tag', true); + + self.addOptions([$option]); + + self.insertTag(data, tag); + } + + obj.results = data; + + callback(obj); + } + + decorated.call(this, params, wrapper); + }; + + Tags.prototype.createTag = function (decorated, params) { + var term = $.trim(params.term); + + if (term === '') { + return null; + } + + return { + id: term, + text: term + }; + }; + + Tags.prototype.insertTag = function (_, data, tag) { + data.unshift(tag); + }; + + Tags.prototype._removeOldTags = function (_) { + var tag = this._lastTag; + + var $options = this.$element.find('option[data-select2-tag]'); + + $options.each(function () { + if (this.selected) { + return; + } + + $(this).remove(); + }); + }; + + return Tags; +}); + +S2.define('select2/data/tokenizer',[ + 'jquery' +], function ($) { + function Tokenizer (decorated, $element, options) { + var tokenizer = options.get('tokenizer'); + + if (tokenizer !== undefined) { + this.tokenizer = tokenizer; + } + + decorated.call(this, $element, options); + } + + Tokenizer.prototype.bind = function (decorated, container, $container) { + decorated.call(this, container, $container); + + this.$search = container.dropdown.$search || container.selection.$search || + $container.find('.select2-search__field'); + }; + + Tokenizer.prototype.query = function (decorated, params, callback) { + var self = this; + + function createAndSelect (data) { + // Normalize the data object so we can use it for checks + var item = self._normalizeItem(data); + + // Check if the data object already exists as a tag + // Select it if it doesn't + var $existingOptions = self.$element.find('option').filter(function () { + return $(this).val() === item.id; + }); + + // If an existing option wasn't found for it, create the option + if (!$existingOptions.length) { + var $option = self.option(item); + $option.attr('data-select2-tag', true); + + self._removeOldTags(); + self.addOptions([$option]); + } + + // Select the item, now that we know there is an option for it + select(item); + } + + function select (data) { + self.trigger('select', { + data: data + }); + } + + params.term = params.term || ''; + + var tokenData = this.tokenizer(params, this.options, createAndSelect); + + if (tokenData.term !== params.term) { + // Replace the search term if we have the search box + if (this.$search.length) { + this.$search.val(tokenData.term); + this.$search.focus(); + } + + params.term = tokenData.term; + } + + decorated.call(this, params, callback); + }; + + Tokenizer.prototype.tokenizer = function (_, params, options, callback) { + var separators = options.get('tokenSeparators') || []; + var term = params.term; + var i = 0; + + var createTag = this.createTag || function (params) { + return { + id: params.term, + text: params.term + }; + }; + + while (i < term.length) { + var termChar = term[i]; + + if ($.inArray(termChar, separators) === -1) { + i++; + + continue; + } + + var part = term.substr(0, i); + var partParams = $.extend({}, params, { + term: part + }); + + var data = createTag(partParams); + + if (data == null) { + i++; + continue; + } + + callback(data); + + // Reset the term to not include the tokenized portion + term = term.substr(i + 1) || ''; + i = 0; + } + + return { + term: term + }; + }; + + return Tokenizer; +}); + +S2.define('select2/data/minimumInputLength',[ + +], function () { + function MinimumInputLength (decorated, $e, options) { + this.minimumInputLength = options.get('minimumInputLength'); + + decorated.call(this, $e, options); + } + + MinimumInputLength.prototype.query = function (decorated, params, callback) { + params.term = params.term || ''; + + if (params.term.length < this.minimumInputLength) { + this.trigger('results:message', { + message: 'inputTooShort', + args: { + minimum: this.minimumInputLength, + input: params.term, + params: params + } + }); + + return; + } + + decorated.call(this, params, callback); + }; + + return MinimumInputLength; +}); + +S2.define('select2/data/maximumInputLength',[ + +], function () { + function MaximumInputLength (decorated, $e, options) { + this.maximumInputLength = options.get('maximumInputLength'); + + decorated.call(this, $e, options); + } + + MaximumInputLength.prototype.query = function (decorated, params, callback) { + params.term = params.term || ''; + + if (this.maximumInputLength > 0 && + params.term.length > this.maximumInputLength) { + this.trigger('results:message', { + message: 'inputTooLong', + args: { + maximum: this.maximumInputLength, + input: params.term, + params: params + } + }); + + return; + } + + decorated.call(this, params, callback); + }; + + return MaximumInputLength; +}); + +S2.define('select2/data/maximumSelectionLength',[ + +], function (){ + function MaximumSelectionLength (decorated, $e, options) { + this.maximumSelectionLength = options.get('maximumSelectionLength'); + + decorated.call(this, $e, options); + } + + MaximumSelectionLength.prototype.query = + function (decorated, params, callback) { + var self = this; + + this.current(function (currentData) { + var count = currentData != null ? currentData.length : 0; + if (self.maximumSelectionLength > 0 && + count >= self.maximumSelectionLength) { + self.trigger('results:message', { + message: 'maximumSelected', + args: { + maximum: self.maximumSelectionLength + } + }); + return; + } + decorated.call(self, params, callback); + }); + }; + + return MaximumSelectionLength; +}); + +S2.define('select2/dropdown',[ + 'jquery', + './utils' +], function ($, Utils) { + function Dropdown ($element, options) { + this.$element = $element; + this.options = options; + + Dropdown.__super__.constructor.call(this); + } + + Utils.Extend(Dropdown, Utils.Observable); + + Dropdown.prototype.render = function () { + var $dropdown = $( + '' + + '' + + '' + ); + + $dropdown.attr('dir', this.options.get('dir')); + + this.$dropdown = $dropdown; + + return $dropdown; + }; + + Dropdown.prototype.bind = function () { + // Should be implemented in subclasses + }; + + Dropdown.prototype.position = function ($dropdown, $container) { + // Should be implmented in subclasses + }; + + Dropdown.prototype.destroy = function () { + // Remove the dropdown from the DOM + this.$dropdown.remove(); + }; + + return Dropdown; +}); + +S2.define('select2/dropdown/search',[ + 'jquery', + '../utils' +], function ($, Utils) { + function Search () { } + + Search.prototype.render = function (decorated) { + var $rendered = decorated.call(this); + + var $search = $( + '' + + '' + + '' + ); + + this.$searchContainer = $search; + this.$search = $search.find('input'); + + $rendered.prepend($search); + + return $rendered; + }; + + Search.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + this.$search.on('keydown', function (evt) { + self.trigger('keypress', evt); + + self._keyUpPrevented = evt.isDefaultPrevented(); + }); + + // Workaround for browsers which do not support the `input` event + // This will prevent double-triggering of events for browsers which support + // both the `keyup` and `input` events. + this.$search.on('input', function (evt) { + // Unbind the duplicated `keyup` event + $(this).off('keyup'); + }); + + this.$search.on('keyup input', function (evt) { + self.handleSearch(evt); + }); + + container.on('open', function () { + self.$search.attr('tabindex', 0); + + self.$search.focus(); + + window.setTimeout(function () { + self.$search.focus(); + }, 0); + }); + + container.on('close', function () { + self.$search.attr('tabindex', -1); + + self.$search.val(''); + }); + + container.on('focus', function () { + if (container.isOpen()) { + self.$search.focus(); + } + }); + + container.on('results:all', function (params) { + if (params.query.term == null || params.query.term === '') { + var showSearch = self.showSearch(params); + + if (showSearch) { + self.$searchContainer.removeClass('select2-search--hide'); + } else { + self.$searchContainer.addClass('select2-search--hide'); + } + } + }); + }; + + Search.prototype.handleSearch = function (evt) { + if (!this._keyUpPrevented) { + var input = this.$search.val(); + + this.trigger('query', { + term: input + }); + } + + this._keyUpPrevented = false; + }; + + Search.prototype.showSearch = function (_, params) { + return true; + }; + + return Search; +}); + +S2.define('select2/dropdown/hidePlaceholder',[ + +], function () { + function HidePlaceholder (decorated, $element, options, dataAdapter) { + this.placeholder = this.normalizePlaceholder(options.get('placeholder')); + + decorated.call(this, $element, options, dataAdapter); + } + + HidePlaceholder.prototype.append = function (decorated, data) { + data.results = this.removePlaceholder(data.results); + + decorated.call(this, data); + }; + + HidePlaceholder.prototype.normalizePlaceholder = function (_, placeholder) { + if (typeof placeholder === 'string') { + placeholder = { + id: '', + text: placeholder + }; + } + + return placeholder; + }; + + HidePlaceholder.prototype.removePlaceholder = function (_, data) { + var modifiedData = data.slice(0); + + for (var d = data.length - 1; d >= 0; d--) { + var item = data[d]; + + if (this.placeholder.id === item.id) { + modifiedData.splice(d, 1); + } + } + + return modifiedData; + }; + + return HidePlaceholder; +}); + +S2.define('select2/dropdown/infiniteScroll',[ + 'jquery' +], function ($) { + function InfiniteScroll (decorated, $element, options, dataAdapter) { + this.lastParams = {}; + + decorated.call(this, $element, options, dataAdapter); + + this.$loadingMore = this.createLoadingMore(); + this.loading = false; + } + + InfiniteScroll.prototype.append = function (decorated, data) { + this.$loadingMore.remove(); + this.loading = false; + + decorated.call(this, data); + + if (this.showLoadingMore(data)) { + this.$results.append(this.$loadingMore); + } + }; + + InfiniteScroll.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('query', function (params) { + self.lastParams = params; + self.loading = true; + }); + + container.on('query:append', function (params) { + self.lastParams = params; + self.loading = true; + }); + + this.$results.on('scroll', function () { + var isLoadMoreVisible = $.contains( + document.documentElement, + self.$loadingMore[0] + ); + + if (self.loading || !isLoadMoreVisible) { + return; + } + + var currentOffset = self.$results.offset().top + + self.$results.outerHeight(false); + var loadingMoreOffset = self.$loadingMore.offset().top + + self.$loadingMore.outerHeight(false); + + if (currentOffset + 50 >= loadingMoreOffset) { + self.loadMore(); + } + }); + }; + + InfiniteScroll.prototype.loadMore = function () { + this.loading = true; + + var params = $.extend({}, {page: 1}, this.lastParams); + + params.page++; + + this.trigger('query:append', params); + }; + + InfiniteScroll.prototype.showLoadingMore = function (_, data) { + return data.pagination && data.pagination.more; + }; + + InfiniteScroll.prototype.createLoadingMore = function () { + var $option = $( + '
      • ' + ); + + var message = this.options.get('translations').get('loadingMore'); + + $option.html(message(this.lastParams)); + + return $option; + }; + + return InfiniteScroll; +}); + +S2.define('select2/dropdown/attachBody',[ + 'jquery', + '../utils' +], function ($, Utils) { + function AttachBody (decorated, $element, options) { + this.$dropdownParent = options.get('dropdownParent') || $(document.body); + + decorated.call(this, $element, options); + } + + AttachBody.prototype.bind = function (decorated, container, $container) { + var self = this; + + var setupResultsEvents = false; + + decorated.call(this, container, $container); + + container.on('open', function () { + self._showDropdown(); + self._attachPositioningHandler(container); + + if (!setupResultsEvents) { + setupResultsEvents = true; + + container.on('results:all', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + + container.on('results:append', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + } + }); + + container.on('close', function () { + self._hideDropdown(); + self._detachPositioningHandler(container); + }); + + this.$dropdownContainer.on('mousedown', function (evt) { + evt.stopPropagation(); + }); + }; + + AttachBody.prototype.destroy = function (decorated) { + decorated.call(this); + + this.$dropdownContainer.remove(); + }; + + AttachBody.prototype.position = function (decorated, $dropdown, $container) { + // Clone all of the container classes + $dropdown.attr('class', $container.attr('class')); + + $dropdown.removeClass('select2'); + $dropdown.addClass('select2-container--open'); + + $dropdown.css({ + position: 'absolute', + top: -999999 + }); + + this.$container = $container; + }; + + AttachBody.prototype.render = function (decorated) { + var $container = $(''); + + var $dropdown = decorated.call(this); + $container.append($dropdown); + + this.$dropdownContainer = $container; + + return $container; + }; + + AttachBody.prototype._hideDropdown = function (decorated) { + this.$dropdownContainer.detach(); + }; + + AttachBody.prototype._attachPositioningHandler = + function (decorated, container) { + var self = this; + + var scrollEvent = 'scroll.select2.' + container.id; + var resizeEvent = 'resize.select2.' + container.id; + var orientationEvent = 'orientationchange.select2.' + container.id; + + var $watchers = this.$container.parents().filter(Utils.hasScroll); + $watchers.each(function () { + $(this).data('select2-scroll-position', { + x: $(this).scrollLeft(), + y: $(this).scrollTop() + }); + }); + + $watchers.on(scrollEvent, function (ev) { + var position = $(this).data('select2-scroll-position'); + $(this).scrollTop(position.y); + }); + + $(window).on(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent, + function (e) { + self._positionDropdown(); + self._resizeDropdown(); + }); + }; + + AttachBody.prototype._detachPositioningHandler = + function (decorated, container) { + var scrollEvent = 'scroll.select2.' + container.id; + var resizeEvent = 'resize.select2.' + container.id; + var orientationEvent = 'orientationchange.select2.' + container.id; + + var $watchers = this.$container.parents().filter(Utils.hasScroll); + $watchers.off(scrollEvent); + + $(window).off(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent); + }; + + AttachBody.prototype._positionDropdown = function () { + var $window = $(window); + + var isCurrentlyAbove = this.$dropdown.hasClass('select2-dropdown--above'); + var isCurrentlyBelow = this.$dropdown.hasClass('select2-dropdown--below'); + + var newDirection = null; + + var offset = this.$container.offset(); + + offset.bottom = offset.top + this.$container.outerHeight(false); + + var container = { + height: this.$container.outerHeight(false) + }; + + container.top = offset.top; + container.bottom = offset.top + container.height; + + var dropdown = { + height: this.$dropdown.outerHeight(false) + }; + + var viewport = { + top: $window.scrollTop(), + bottom: $window.scrollTop() + $window.height() + }; + + var enoughRoomAbove = viewport.top < (offset.top - dropdown.height); + var enoughRoomBelow = viewport.bottom > (offset.bottom + dropdown.height); + + var css = { + left: offset.left, + top: container.bottom + }; + + // Determine what the parent element is to use for calciulating the offset + var $offsetParent = this.$dropdownParent; + + // For statically positoned elements, we need to get the element + // that is determining the offset + if ($offsetParent.css('position') === 'static') { + $offsetParent = $offsetParent.offsetParent(); + } + + var parentOffset = $offsetParent.offset(); + + css.top -= parentOffset.top; + css.left -= parentOffset.left; + + if (!isCurrentlyAbove && !isCurrentlyBelow) { + newDirection = 'below'; + } + + if (!enoughRoomBelow && enoughRoomAbove && !isCurrentlyAbove) { + newDirection = 'above'; + } else if (!enoughRoomAbove && enoughRoomBelow && isCurrentlyAbove) { + newDirection = 'below'; + } + + if (newDirection == 'above' || + (isCurrentlyAbove && newDirection !== 'below')) { + css.top = container.top - parentOffset.top - dropdown.height; + } + + if (newDirection != null) { + this.$dropdown + .removeClass('select2-dropdown--below select2-dropdown--above') + .addClass('select2-dropdown--' + newDirection); + this.$container + .removeClass('select2-container--below select2-container--above') + .addClass('select2-container--' + newDirection); + } + + this.$dropdownContainer.css(css); + }; + + AttachBody.prototype._resizeDropdown = function () { + var css = { + width: this.$container.outerWidth(false) + 'px' + }; + + if (this.options.get('dropdownAutoWidth')) { + css.minWidth = css.width; + css.position = 'relative'; + css.width = 'auto'; + } + + this.$dropdown.css(css); + }; + + AttachBody.prototype._showDropdown = function (decorated) { + this.$dropdownContainer.appendTo(this.$dropdownParent); + + this._positionDropdown(); + this._resizeDropdown(); + }; + + return AttachBody; +}); + +S2.define('select2/dropdown/minimumResultsForSearch',[ + +], function () { + function countResults (data) { + var count = 0; + + for (var d = 0; d < data.length; d++) { + var item = data[d]; + + if (item.children) { + count += countResults(item.children); + } else { + count++; + } + } + + return count; + } + + function MinimumResultsForSearch (decorated, $element, options, dataAdapter) { + this.minimumResultsForSearch = options.get('minimumResultsForSearch'); + + if (this.minimumResultsForSearch < 0) { + this.minimumResultsForSearch = Infinity; + } + + decorated.call(this, $element, options, dataAdapter); + } + + MinimumResultsForSearch.prototype.showSearch = function (decorated, params) { + if (countResults(params.data.results) < this.minimumResultsForSearch) { + return false; + } + + return decorated.call(this, params); + }; + + return MinimumResultsForSearch; +}); + +S2.define('select2/dropdown/selectOnClose',[ + +], function () { + function SelectOnClose () { } + + SelectOnClose.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('close', function (params) { + self._handleSelectOnClose(params); + }); + }; + + SelectOnClose.prototype._handleSelectOnClose = function (_, params) { + if (params && params.originalSelect2Event != null) { + var event = params.originalSelect2Event; + + // Don't select an item if the close event was triggered from a select or + // unselect event + if (event._type === 'select' || event._type === 'unselect') { + return; + } + } + + var $highlightedResults = this.getHighlightedResults(); + + // Only select highlighted results + if ($highlightedResults.length < 1) { + return; + } + + var data = $highlightedResults.data('data'); + + // Don't re-select already selected resulte + if ( + (data.element != null && data.element.selected) || + (data.element == null && data.selected) + ) { + return; + } + + this.trigger('select', { + data: data + }); + }; + + return SelectOnClose; +}); + +S2.define('select2/dropdown/closeOnSelect',[ + +], function () { + function CloseOnSelect () { } + + CloseOnSelect.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('select', function (evt) { + self._selectTriggered(evt); + }); + + container.on('unselect', function (evt) { + self._selectTriggered(evt); + }); + }; + + CloseOnSelect.prototype._selectTriggered = function (_, evt) { + var originalEvent = evt.originalEvent; + + // Don't close if the control key is being held + if (originalEvent && originalEvent.ctrlKey) { + return; + } + + this.trigger('close', { + originalEvent: originalEvent, + originalSelect2Event: evt + }); + }; + + return CloseOnSelect; +}); + +S2.define('select2/i18n/en',[],function () { + // English + return { + errorLoading: function () { + return 'The results could not be loaded.'; + }, + inputTooLong: function (args) { + var overChars = args.input.length - args.maximum; + + var message = 'Please delete ' + overChars + ' character'; + + if (overChars != 1) { + message += 's'; + } + + return message; + }, + inputTooShort: function (args) { + var remainingChars = args.minimum - args.input.length; + + var message = 'Please enter ' + remainingChars + ' or more characters'; + + return message; + }, + loadingMore: function () { + return 'Loading more results…'; + }, + maximumSelected: function (args) { + var message = 'You can only select ' + args.maximum + ' item'; + + if (args.maximum != 1) { + message += 's'; + } + + return message; + }, + noResults: function () { + return 'No results found'; + }, + searching: function () { + return 'Searching…'; + } + }; +}); + +S2.define('select2/defaults',[ + 'jquery', + 'require', + + './results', + + './selection/single', + './selection/multiple', + './selection/placeholder', + './selection/allowClear', + './selection/search', + './selection/eventRelay', + + './utils', + './translation', + './diacritics', + + './data/select', + './data/array', + './data/ajax', + './data/tags', + './data/tokenizer', + './data/minimumInputLength', + './data/maximumInputLength', + './data/maximumSelectionLength', + + './dropdown', + './dropdown/search', + './dropdown/hidePlaceholder', + './dropdown/infiniteScroll', + './dropdown/attachBody', + './dropdown/minimumResultsForSearch', + './dropdown/selectOnClose', + './dropdown/closeOnSelect', + + './i18n/en' +], function ($, require, + + ResultsList, + + SingleSelection, MultipleSelection, Placeholder, AllowClear, + SelectionSearch, EventRelay, + + Utils, Translation, DIACRITICS, + + SelectData, ArrayData, AjaxData, Tags, Tokenizer, + MinimumInputLength, MaximumInputLength, MaximumSelectionLength, + + Dropdown, DropdownSearch, HidePlaceholder, InfiniteScroll, + AttachBody, MinimumResultsForSearch, SelectOnClose, CloseOnSelect, + + EnglishTranslation) { + function Defaults () { + this.reset(); + } + + Defaults.prototype.apply = function (options) { + options = $.extend(true, {}, this.defaults, options); + + if (options.dataAdapter == null) { + if (options.ajax != null) { + options.dataAdapter = AjaxData; + } else if (options.data != null) { + options.dataAdapter = ArrayData; + } else { + options.dataAdapter = SelectData; + } + + if (options.minimumInputLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MinimumInputLength + ); + } + + if (options.maximumInputLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MaximumInputLength + ); + } + + if (options.maximumSelectionLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MaximumSelectionLength + ); + } + + if (options.tags) { + options.dataAdapter = Utils.Decorate(options.dataAdapter, Tags); + } + + if (options.tokenSeparators != null || options.tokenizer != null) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + Tokenizer + ); + } + + if (options.query != null) { + var Query = require(options.amdBase + 'compat/query'); + + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + Query + ); + } + + if (options.initSelection != null) { + var InitSelection = require(options.amdBase + 'compat/initSelection'); + + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + InitSelection + ); + } + } + + if (options.resultsAdapter == null) { + options.resultsAdapter = ResultsList; + + if (options.ajax != null) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + InfiniteScroll + ); + } + + if (options.placeholder != null) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + HidePlaceholder + ); + } + + if (options.selectOnClose) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + SelectOnClose + ); + } + } + + if (options.dropdownAdapter == null) { + if (options.multiple) { + options.dropdownAdapter = Dropdown; + } else { + var SearchableDropdown = Utils.Decorate(Dropdown, DropdownSearch); + + options.dropdownAdapter = SearchableDropdown; + } + + if (options.minimumResultsForSearch !== 0) { + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + MinimumResultsForSearch + ); + } + + if (options.closeOnSelect) { + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + CloseOnSelect + ); + } + + if ( + options.dropdownCssClass != null || + options.dropdownCss != null || + options.adaptDropdownCssClass != null + ) { + var DropdownCSS = require(options.amdBase + 'compat/dropdownCss'); + + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + DropdownCSS + ); + } + + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + AttachBody + ); + } + + if (options.selectionAdapter == null) { + if (options.multiple) { + options.selectionAdapter = MultipleSelection; + } else { + options.selectionAdapter = SingleSelection; + } + + // Add the placeholder mixin if a placeholder was specified + if (options.placeholder != null) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + Placeholder + ); + } + + if (options.allowClear) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + AllowClear + ); + } + + if (options.multiple) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + SelectionSearch + ); + } + + if ( + options.containerCssClass != null || + options.containerCss != null || + options.adaptContainerCssClass != null + ) { + var ContainerCSS = require(options.amdBase + 'compat/containerCss'); + + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + ContainerCSS + ); + } + + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + EventRelay + ); + } + + if (typeof options.language === 'string') { + // Check if the language is specified with a region + if (options.language.indexOf('-') > 0) { + // Extract the region information if it is included + var languageParts = options.language.split('-'); + var baseLanguage = languageParts[0]; + + options.language = [options.language, baseLanguage]; + } else { + options.language = [options.language]; + } + } + + if ($.isArray(options.language)) { + var languages = new Translation(); + options.language.push('en'); + + var languageNames = options.language; + + for (var l = 0; l < languageNames.length; l++) { + var name = languageNames[l]; + var language = {}; + + try { + // Try to load it with the original name + language = Translation.loadPath(name); + } catch (e) { + try { + // If we couldn't load it, check if it wasn't the full path + name = this.defaults.amdLanguageBase + name; + language = Translation.loadPath(name); + } catch (ex) { + // The translation could not be loaded at all. Sometimes this is + // because of a configuration problem, other times this can be + // because of how Select2 helps load all possible translation files. + if (options.debug && window.console && console.warn) { + console.warn( + 'Select2: The language file for "' + name + '" could not be ' + + 'automatically loaded. A fallback will be used instead.' + ); + } + + continue; + } + } + + languages.extend(language); + } + + options.translations = languages; + } else { + var baseTranslation = Translation.loadPath( + this.defaults.amdLanguageBase + 'en' + ); + var customTranslation = new Translation(options.language); + + customTranslation.extend(baseTranslation); + + options.translations = customTranslation; + } + + return options; + }; + + Defaults.prototype.reset = function () { + function stripDiacritics (text) { + // Used 'uni range + named function' from http://jsperf.com/diacritics/18 + function match(a) { + return DIACRITICS[a] || a; + } + + return text.replace(/[^\u0000-\u007E]/g, match); + } + + function matcher (params, data) { + // Always return the object if there is nothing to compare + if ($.trim(params.term) === '') { + return data; + } + + // Do a recursive check for options with children + if (data.children && data.children.length > 0) { + // Clone the data object if there are children + // This is required as we modify the object to remove any non-matches + var match = $.extend(true, {}, data); + + // Check each child of the option + for (var c = data.children.length - 1; c >= 0; c--) { + var child = data.children[c]; + + var matches = matcher(params, child); + + // If there wasn't a match, remove the object in the array + if (matches == null) { + match.children.splice(c, 1); + } + } + + // If any children matched, return the new object + if (match.children.length > 0) { + return match; + } + + // If there were no matching children, check just the plain object + return matcher(params, match); + } + + var original = stripDiacritics(data.text).toUpperCase(); + var term = stripDiacritics(params.term).toUpperCase(); + + // Check if the text contains the term + if (original.indexOf(term) > -1) { + return data; + } + + // If it doesn't contain the term, don't return anything + return null; + } + + this.defaults = { + amdBase: './', + amdLanguageBase: './i18n/', + closeOnSelect: true, + debug: false, + dropdownAutoWidth: false, + escapeMarkup: Utils.escapeMarkup, + language: EnglishTranslation, + matcher: matcher, + minimumInputLength: 0, + maximumInputLength: 0, + maximumSelectionLength: 0, + minimumResultsForSearch: 0, + selectOnClose: false, + sorter: function (data) { + return data; + }, + templateResult: function (result) { + return result.text; + }, + templateSelection: function (selection) { + return selection.text; + }, + theme: 'default', + width: 'resolve' + }; + }; + + Defaults.prototype.set = function (key, value) { + var camelKey = $.camelCase(key); + + var data = {}; + data[camelKey] = value; + + var convertedData = Utils._convertData(data); + + $.extend(this.defaults, convertedData); + }; + + var defaults = new Defaults(); + + return defaults; +}); + +S2.define('select2/options',[ + 'require', + 'jquery', + './defaults', + './utils' +], function (require, $, Defaults, Utils) { + function Options (options, $element) { + this.options = options; + + if ($element != null) { + this.fromElement($element); + } + + this.options = Defaults.apply(this.options); + + if ($element && $element.is('input')) { + var InputCompat = require(this.get('amdBase') + 'compat/inputData'); + + this.options.dataAdapter = Utils.Decorate( + this.options.dataAdapter, + InputCompat + ); + } + } + + Options.prototype.fromElement = function ($e) { + var excludedData = ['select2']; + + if (this.options.multiple == null) { + this.options.multiple = $e.prop('multiple'); + } + + if (this.options.disabled == null) { + this.options.disabled = $e.prop('disabled'); + } + + if (this.options.language == null) { + if ($e.prop('lang')) { + this.options.language = $e.prop('lang').toLowerCase(); + } else if ($e.closest('[lang]').prop('lang')) { + this.options.language = $e.closest('[lang]').prop('lang'); + } + } + + if (this.options.dir == null) { + if ($e.prop('dir')) { + this.options.dir = $e.prop('dir'); + } else if ($e.closest('[dir]').prop('dir')) { + this.options.dir = $e.closest('[dir]').prop('dir'); + } else { + this.options.dir = 'ltr'; + } + } + + $e.prop('disabled', this.options.disabled); + $e.prop('multiple', this.options.multiple); + + if ($e.data('select2Tags')) { + if (this.options.debug && window.console && console.warn) { + console.warn( + 'Select2: The `data-select2-tags` attribute has been changed to ' + + 'use the `data-data` and `data-tags="true"` attributes and will be ' + + 'removed in future versions of Select2.' + ); + } + + $e.data('data', $e.data('select2Tags')); + $e.data('tags', true); + } + + if ($e.data('ajaxUrl')) { + if (this.options.debug && window.console && console.warn) { + console.warn( + 'Select2: The `data-ajax-url` attribute has been changed to ' + + '`data-ajax--url` and support for the old attribute will be removed' + + ' in future versions of Select2.' + ); + } + + $e.attr('ajax--url', $e.data('ajaxUrl')); + $e.data('ajax--url', $e.data('ajaxUrl')); + } + + var dataset = {}; + + // Prefer the element's `dataset` attribute if it exists + // jQuery 1.x does not correctly handle data attributes with multiple dashes + if ($.fn.jquery && $.fn.jquery.substr(0, 2) == '1.' && $e[0].dataset) { + dataset = $.extend(true, {}, $e[0].dataset, $e.data()); + } else { + dataset = $e.data(); + } + + var data = $.extend(true, {}, dataset); + + data = Utils._convertData(data); + + for (var key in data) { + if ($.inArray(key, excludedData) > -1) { + continue; + } + + if ($.isPlainObject(this.options[key])) { + $.extend(this.options[key], data[key]); + } else { + this.options[key] = data[key]; + } + } + + return this; + }; + + Options.prototype.get = function (key) { + return this.options[key]; + }; + + Options.prototype.set = function (key, val) { + this.options[key] = val; + }; + + return Options; +}); + +S2.define('select2/core',[ + 'jquery', + './options', + './utils', + './keys' +], function ($, Options, Utils, KEYS) { + var Select2 = function ($element, options) { + if ($element.data('select2') != null) { + $element.data('select2').destroy(); + } + + this.$element = $element; + + this.id = this._generateId($element); + + options = options || {}; + + this.options = new Options(options, $element); + + Select2.__super__.constructor.call(this); + + // Set up the tabindex + + var tabindex = $element.attr('tabindex') || 0; + $element.data('old-tabindex', tabindex); + $element.attr('tabindex', '-1'); + + // Set up containers and adapters + + var DataAdapter = this.options.get('dataAdapter'); + this.dataAdapter = new DataAdapter($element, this.options); + + var $container = this.render(); + + this._placeContainer($container); + + var SelectionAdapter = this.options.get('selectionAdapter'); + this.selection = new SelectionAdapter($element, this.options); + this.$selection = this.selection.render(); + + this.selection.position(this.$selection, $container); + + var DropdownAdapter = this.options.get('dropdownAdapter'); + this.dropdown = new DropdownAdapter($element, this.options); + this.$dropdown = this.dropdown.render(); + + this.dropdown.position(this.$dropdown, $container); + + var ResultsAdapter = this.options.get('resultsAdapter'); + this.results = new ResultsAdapter($element, this.options, this.dataAdapter); + this.$results = this.results.render(); + + this.results.position(this.$results, this.$dropdown); + + // Bind events + + var self = this; + + // Bind the container to all of the adapters + this._bindAdapters(); + + // Register any DOM event handlers + this._registerDomEvents(); + + // Register any internal event handlers + this._registerDataEvents(); + this._registerSelectionEvents(); + this._registerDropdownEvents(); + this._registerResultsEvents(); + this._registerEvents(); + + // Set the initial state + this.dataAdapter.current(function (initialData) { + self.trigger('selection:update', { + data: initialData + }); + }); + + // Hide the original select + $element.addClass('select2-hidden-accessible'); + $element.attr('aria-hidden', 'true'); + + // Synchronize any monitored attributes + this._syncAttributes(); + + $element.data('select2', this); + }; + + Utils.Extend(Select2, Utils.Observable); + + Select2.prototype._generateId = function ($element) { + var id = ''; + + if ($element.attr('id') != null) { + id = $element.attr('id'); + } else if ($element.attr('name') != null) { + id = $element.attr('name') + '-' + Utils.generateChars(2); + } else { + id = Utils.generateChars(4); + } + + id = id.replace(/(:|\.|\[|\]|,)/g, ''); + id = 'select2-' + id; + + return id; + }; + + Select2.prototype._placeContainer = function ($container) { + $container.insertAfter(this.$element); + + var width = this._resolveWidth(this.$element, this.options.get('width')); + + if (width != null) { + $container.css('width', width); + } + }; + + Select2.prototype._resolveWidth = function ($element, method) { + var WIDTH = /^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i; + + if (method == 'resolve') { + var styleWidth = this._resolveWidth($element, 'style'); + + if (styleWidth != null) { + return styleWidth; + } + + return this._resolveWidth($element, 'element'); + } + + if (method == 'element') { + var elementWidth = $element.outerWidth(false); + + if (elementWidth <= 0) { + return 'auto'; + } + + return elementWidth + 'px'; + } + + if (method == 'style') { + var style = $element.attr('style'); + + if (typeof(style) !== 'string') { + return null; + } + + var attrs = style.split(';'); + + for (var i = 0, l = attrs.length; i < l; i = i + 1) { + var attr = attrs[i].replace(/\s/g, ''); + var matches = attr.match(WIDTH); + + if (matches !== null && matches.length >= 1) { + return matches[1]; + } + } + + return null; + } + + return method; + }; + + Select2.prototype._bindAdapters = function () { + this.dataAdapter.bind(this, this.$container); + this.selection.bind(this, this.$container); + + this.dropdown.bind(this, this.$container); + this.results.bind(this, this.$container); + }; + + Select2.prototype._registerDomEvents = function () { + var self = this; + + this.$element.on('change.select2', function () { + self.dataAdapter.current(function (data) { + self.trigger('selection:update', { + data: data + }); + }); + }); + + this.$element.on('focus.select2', function (evt) { + self.trigger('focus', evt); + }); + + this._syncA = Utils.bind(this._syncAttributes, this); + this._syncS = Utils.bind(this._syncSubtree, this); + + if (this.$element[0].attachEvent) { + this.$element[0].attachEvent('onpropertychange', this._syncA); + } + + var observer = window.MutationObserver || + window.WebKitMutationObserver || + window.MozMutationObserver + ; + + if (observer != null) { + this._observer = new observer(function (mutations) { + $.each(mutations, self._syncA); + $.each(mutations, self._syncS); + }); + this._observer.observe(this.$element[0], { + attributes: true, + childList: true, + subtree: false + }); + } else if (this.$element[0].addEventListener) { + this.$element[0].addEventListener( + 'DOMAttrModified', + self._syncA, + false + ); + this.$element[0].addEventListener( + 'DOMNodeInserted', + self._syncS, + false + ); + this.$element[0].addEventListener( + 'DOMNodeRemoved', + self._syncS, + false + ); + } + }; + + Select2.prototype._registerDataEvents = function () { + var self = this; + + this.dataAdapter.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerSelectionEvents = function () { + var self = this; + var nonRelayEvents = ['toggle', 'focus']; + + this.selection.on('toggle', function () { + self.toggleDropdown(); + }); + + this.selection.on('focus', function (params) { + self.focus(params); + }); + + this.selection.on('*', function (name, params) { + if ($.inArray(name, nonRelayEvents) !== -1) { + return; + } + + self.trigger(name, params); + }); + }; + + Select2.prototype._registerDropdownEvents = function () { + var self = this; + + this.dropdown.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerResultsEvents = function () { + var self = this; + + this.results.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerEvents = function () { + var self = this; + + this.on('open', function () { + self.$container.addClass('select2-container--open'); + }); + + this.on('close', function () { + self.$container.removeClass('select2-container--open'); + }); + + this.on('enable', function () { + self.$container.removeClass('select2-container--disabled'); + }); + + this.on('disable', function () { + self.$container.addClass('select2-container--disabled'); + }); + + this.on('blur', function () { + self.$container.removeClass('select2-container--focus'); + }); + + this.on('query', function (params) { + if (!self.isOpen()) { + self.trigger('open', {}); + } + + this.dataAdapter.query(params, function (data) { + self.trigger('results:all', { + data: data, + query: params + }); + }); + }); + + this.on('query:append', function (params) { + this.dataAdapter.query(params, function (data) { + self.trigger('results:append', { + data: data, + query: params + }); + }); + }); + + this.on('keypress', function (evt) { + var key = evt.which; + + if (self.isOpen()) { + if (key === KEYS.ESC || key === KEYS.TAB || + (key === KEYS.UP && evt.altKey)) { + self.close(); + + evt.preventDefault(); + } else if (key === KEYS.ENTER) { + self.trigger('results:select', {}); + + evt.preventDefault(); + } else if ((key === KEYS.SPACE && evt.ctrlKey)) { + self.trigger('results:toggle', {}); + + evt.preventDefault(); + } else if (key === KEYS.UP) { + self.trigger('results:previous', {}); + + evt.preventDefault(); + } else if (key === KEYS.DOWN) { + self.trigger('results:next', {}); + + evt.preventDefault(); + } + } else { + if (key === KEYS.ENTER || key === KEYS.SPACE || + (key === KEYS.DOWN && evt.altKey)) { + self.open(); + + evt.preventDefault(); + } + } + }); + }; + + Select2.prototype._syncAttributes = function () { + this.options.set('disabled', this.$element.prop('disabled')); + + if (this.options.get('disabled')) { + if (this.isOpen()) { + this.close(); + } + + this.trigger('disable', {}); + } else { + this.trigger('enable', {}); + } + }; + + Select2.prototype._syncSubtree = function (evt, mutations) { + var changed = false; + var self = this; + + // Ignore any mutation events raised for elements that aren't options or + // optgroups. This handles the case when the select element is destroyed + if ( + evt && evt.target && ( + evt.target.nodeName !== 'OPTION' && evt.target.nodeName !== 'OPTGROUP' + ) + ) { + return; + } + + if (!mutations) { + // If mutation events aren't supported, then we can only assume that the + // change affected the selections + changed = true; + } else if (mutations.addedNodes && mutations.addedNodes.length > 0) { + for (var n = 0; n < mutations.addedNodes.length; n++) { + var node = mutations.addedNodes[n]; + + if (node.selected) { + changed = true; + } + } + } else if (mutations.removedNodes && mutations.removedNodes.length > 0) { + changed = true; + } + + // Only re-pull the data if we think there is a change + if (changed) { + this.dataAdapter.current(function (currentData) { + self.trigger('selection:update', { + data: currentData + }); + }); + } + }; + + /** + * Override the trigger method to automatically trigger pre-events when + * there are events that can be prevented. + */ + Select2.prototype.trigger = function (name, args) { + var actualTrigger = Select2.__super__.trigger; + var preTriggerMap = { + 'open': 'opening', + 'close': 'closing', + 'select': 'selecting', + 'unselect': 'unselecting' + }; + + if (args === undefined) { + args = {}; + } + + if (name in preTriggerMap) { + var preTriggerName = preTriggerMap[name]; + var preTriggerArgs = { + prevented: false, + name: name, + args: args + }; + + actualTrigger.call(this, preTriggerName, preTriggerArgs); + + if (preTriggerArgs.prevented) { + args.prevented = true; + + return; + } + } + + actualTrigger.call(this, name, args); + }; + + Select2.prototype.toggleDropdown = function () { + if (this.options.get('disabled')) { + return; + } + + if (this.isOpen()) { + this.close(); + } else { + this.open(); + } + }; + + Select2.prototype.open = function () { + if (this.isOpen()) { + return; + } + + this.trigger('query', {}); + }; + + Select2.prototype.close = function () { + if (!this.isOpen()) { + return; + } + + this.trigger('close', {}); + }; + + Select2.prototype.isOpen = function () { + return this.$container.hasClass('select2-container--open'); + }; + + Select2.prototype.hasFocus = function () { + return this.$container.hasClass('select2-container--focus'); + }; + + Select2.prototype.focus = function (data) { + // No need to re-trigger focus events if we are already focused + if (this.hasFocus()) { + return; + } + + this.$container.addClass('select2-container--focus'); + this.trigger('focus', {}); + }; + + Select2.prototype.enable = function (args) { + if (this.options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `select2("enable")` method has been deprecated and will' + + ' be removed in later Select2 versions. Use $element.prop("disabled")' + + ' instead.' + ); + } + + if (args == null || args.length === 0) { + args = [true]; + } + + var disabled = !args[0]; + + this.$element.prop('disabled', disabled); + }; + + Select2.prototype.data = function () { + if (this.options.get('debug') && + arguments.length > 0 && window.console && console.warn) { + console.warn( + 'Select2: Data can no longer be set using `select2("data")`. You ' + + 'should consider setting the value instead using `$element.val()`.' + ); + } + + var data = []; + + this.dataAdapter.current(function (currentData) { + data = currentData; + }); + + return data; + }; + + Select2.prototype.val = function (args) { + if (this.options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `select2("val")` method has been deprecated and will be' + + ' removed in later Select2 versions. Use $element.val() instead.' + ); + } + + if (args == null || args.length === 0) { + return this.$element.val(); + } + + var newVal = args[0]; + + if ($.isArray(newVal)) { + newVal = $.map(newVal, function (obj) { + return obj.toString(); + }); + } + + this.$element.val(newVal).trigger('change'); + }; + + Select2.prototype.destroy = function () { + this.$container.remove(); + + if (this.$element[0].detachEvent) { + this.$element[0].detachEvent('onpropertychange', this._syncA); + } + + if (this._observer != null) { + this._observer.disconnect(); + this._observer = null; + } else if (this.$element[0].removeEventListener) { + this.$element[0] + .removeEventListener('DOMAttrModified', this._syncA, false); + this.$element[0] + .removeEventListener('DOMNodeInserted', this._syncS, false); + this.$element[0] + .removeEventListener('DOMNodeRemoved', this._syncS, false); + } + + this._syncA = null; + this._syncS = null; + + this.$element.off('.select2'); + this.$element.attr('tabindex', this.$element.data('old-tabindex')); + + this.$element.removeClass('select2-hidden-accessible'); + this.$element.attr('aria-hidden', 'false'); + this.$element.removeData('select2'); + + this.dataAdapter.destroy(); + this.selection.destroy(); + this.dropdown.destroy(); + this.results.destroy(); + + this.dataAdapter = null; + this.selection = null; + this.dropdown = null; + this.results = null; + }; + + Select2.prototype.render = function () { + var $container = $( + '' + + '' + + '' + + '' + ); + + $container.attr('dir', this.options.get('dir')); + + this.$container = $container; + + this.$container.addClass('select2-container--' + this.options.get('theme')); + + $container.data('element', this.$element); + + return $container; + }; + + return Select2; +}); + +S2.define('select2/compat/utils',[ + 'jquery' +], function ($) { + function syncCssClasses ($dest, $src, adapter) { + var classes, replacements = [], adapted; + + classes = $.trim($dest.attr('class')); + + if (classes) { + classes = '' + classes; // for IE which returns object + + $(classes.split(/\s+/)).each(function () { + // Save all Select2 classes + if (this.indexOf('select2-') === 0) { + replacements.push(this); + } + }); + } + + classes = $.trim($src.attr('class')); + + if (classes) { + classes = '' + classes; // for IE which returns object + + $(classes.split(/\s+/)).each(function () { + // Only adapt non-Select2 classes + if (this.indexOf('select2-') !== 0) { + adapted = adapter(this); + + if (adapted != null) { + replacements.push(adapted); + } + } + }); + } + + $dest.attr('class', replacements.join(' ')); + } + + return { + syncCssClasses: syncCssClasses + }; +}); + +S2.define('select2/compat/containerCss',[ + 'jquery', + './utils' +], function ($, CompatUtils) { + // No-op CSS adapter that discards all classes by default + function _containerAdapter (clazz) { + return null; + } + + function ContainerCSS () { } + + ContainerCSS.prototype.render = function (decorated) { + var $container = decorated.call(this); + + var containerCssClass = this.options.get('containerCssClass') || ''; + + if ($.isFunction(containerCssClass)) { + containerCssClass = containerCssClass(this.$element); + } + + var containerCssAdapter = this.options.get('adaptContainerCssClass'); + containerCssAdapter = containerCssAdapter || _containerAdapter; + + if (containerCssClass.indexOf(':all:') !== -1) { + containerCssClass = containerCssClass.replace(':all:', ''); + + var _cssAdapter = containerCssAdapter; + + containerCssAdapter = function (clazz) { + var adapted = _cssAdapter(clazz); + + if (adapted != null) { + // Append the old one along with the adapted one + return adapted + ' ' + clazz; + } + + return clazz; + }; + } + + var containerCss = this.options.get('containerCss') || {}; + + if ($.isFunction(containerCss)) { + containerCss = containerCss(this.$element); + } + + CompatUtils.syncCssClasses($container, this.$element, containerCssAdapter); + + $container.css(containerCss); + $container.addClass(containerCssClass); + + return $container; + }; + + return ContainerCSS; +}); + +S2.define('select2/compat/dropdownCss',[ + 'jquery', + './utils' +], function ($, CompatUtils) { + // No-op CSS adapter that discards all classes by default + function _dropdownAdapter (clazz) { + return null; + } + + function DropdownCSS () { } + + DropdownCSS.prototype.render = function (decorated) { + var $dropdown = decorated.call(this); + + var dropdownCssClass = this.options.get('dropdownCssClass') || ''; + + if ($.isFunction(dropdownCssClass)) { + dropdownCssClass = dropdownCssClass(this.$element); + } + + var dropdownCssAdapter = this.options.get('adaptDropdownCssClass'); + dropdownCssAdapter = dropdownCssAdapter || _dropdownAdapter; + + if (dropdownCssClass.indexOf(':all:') !== -1) { + dropdownCssClass = dropdownCssClass.replace(':all:', ''); + + var _cssAdapter = dropdownCssAdapter; + + dropdownCssAdapter = function (clazz) { + var adapted = _cssAdapter(clazz); + + if (adapted != null) { + // Append the old one along with the adapted one + return adapted + ' ' + clazz; + } + + return clazz; + }; + } + + var dropdownCss = this.options.get('dropdownCss') || {}; + + if ($.isFunction(dropdownCss)) { + dropdownCss = dropdownCss(this.$element); + } + + CompatUtils.syncCssClasses($dropdown, this.$element, dropdownCssAdapter); + + $dropdown.css(dropdownCss); + $dropdown.addClass(dropdownCssClass); + + return $dropdown; + }; + + return DropdownCSS; +}); + +S2.define('select2/compat/initSelection',[ + 'jquery' +], function ($) { + function InitSelection (decorated, $element, options) { + if (options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `initSelection` option has been deprecated in favor' + + ' of a custom data adapter that overrides the `current` method. ' + + 'This method is now called multiple times instead of a single ' + + 'time when the instance is initialized. Support will be removed ' + + 'for the `initSelection` option in future versions of Select2' + ); + } + + this.initSelection = options.get('initSelection'); + this._isInitialized = false; + + decorated.call(this, $element, options); + } + + InitSelection.prototype.current = function (decorated, callback) { + var self = this; + + if (this._isInitialized) { + decorated.call(this, callback); + + return; + } + + this.initSelection.call(null, this.$element, function (data) { + self._isInitialized = true; + + if (!$.isArray(data)) { + data = [data]; + } + + callback(data); + }); + }; + + return InitSelection; +}); + +S2.define('select2/compat/inputData',[ + 'jquery' +], function ($) { + function InputData (decorated, $element, options) { + this._currentData = []; + this._valueSeparator = options.get('valueSeparator') || ','; + + if ($element.prop('type') === 'hidden') { + if (options.get('debug') && console && console.warn) { + console.warn( + 'Select2: Using a hidden input with Select2 is no longer ' + + 'supported and may stop working in the future. It is recommended ' + + 'to use a `');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,b,d){var e=this;a.call(this,b,d),b.on("open",function(){e.$search.trigger("focus")}),b.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.trigger("focus")}),b.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b.on("disable",function(){e.$search.prop("disabled",!0)}),b.on("focus",function(a){e.$search.trigger("focus")}),b.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.id)}),this.$selection.on("focusin",".select2-search--inline",function(a){e.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){e._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){a.stopPropagation(),e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented();var b=a.which;if(b===c.BACKSPACE&&""===e.$search.val()){var d=e.$searchContainer.prev(".select2-selection__choice");if(d.length>0){var f=d.data("data");e.searchRemoveChoice(f),a.preventDefault()}}});var f=document.documentMode,g=f&&11>=f;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){return g?void e.$selection.off("input.search input.searchcheck"):void e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(g&&"input"===a.type)return void e.$selection.off("input.search input.searchcheck");var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&e.handleSearch(a)})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";if(""!==this.$search.attr("placeholder"))a=this.$selection.find(".select2-selection__rendered").innerWidth();else{var b=this.$search.val().length+1;a=.75*b+"em"}this.$search.css("width",a)},d}),b.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),b.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),b.define("select2/diacritics",[],function(){var a={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"};return a}),b.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),d+=null!=c.id?"-"+c.id.toString():"-"+a.generateChars(4)},b}),b.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("change"); +if(this.$element.prop("multiple"))this.current(function(d){var e=[];a=[a],a.push.apply(a,d);for(var f=0;f=0){var k=f.filter(d(j)),l=this.item(k),m=c.extend(!0,{},j,l),n=this.option(m);k.replaceWith(n)}else{var o=this.option(j);if(j.children){var p=this.convertToOptions(j.children);b.appendMany(o,p)}h.push(o)}}return h},d}),b.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){d.status&&"0"===d.status||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),b.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h0&&b.term.length>this.maximumInputLength?void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}}):void a.call(this,b,c)},a}),b.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){var d=this;this.current(function(e){var f=null!=e?e.length:0;return d.maximumSelectionLength>0&&f>=d.maximumSelectionLength?void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}}):void a.call(d,b,c)})},a}),b.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$dropdown=b,b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),b.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.val("")}),c.on("focus",function(){c.isOpen()&&e.$search.focus()}),c.on("results:all",function(a){if(null==a.query.term||""===a.query.term){var b=e.showSearch(a);b?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),b.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;d>=0;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),b.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&this.$results.append(this.$loadingMore)},b.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),c.on("query",function(a){e.lastParams=a,e.loading=!0}),c.on("query:append",function(a){e.lastParams=a,e.loading=!0}),this.$results.on("scroll",function(){var b=a.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b){var c=e.$results.offset().top+e.$results.outerHeight(!1),d=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1);c+50>=d&&e.loadMore()}})},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('
      • '),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),b.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=d.get("dropdownParent")||a(document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this,e=!1;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),e||(e=!0,b.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a(""),d=b.call(this);return c.append(d),this.$dropdownContainer=c,c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){a(this).data("select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(b){var c=a(this).data("select2-scroll-position");a(this).scrollTop(c.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id,h=this.$container.parents().filter(b.hasScroll);h.off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b.scrollTop(),bottom:b.scrollTop()+b.height()},j=i.topf.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;"static"===m.css("position")&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c||d||(e="below"),k||!j||c?!j&&k&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(l.top=g.top-n.top-h.height),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),b.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(b){for(var c=0,d=0;d0&&(l.dataAdapter=j.Decorate(l.dataAdapter,r)),l.maximumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,s)),l.maximumSelectionLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,t)),l.tags&&(l.dataAdapter=j.Decorate(l.dataAdapter,p)),(null!=l.tokenSeparators||null!=l.tokenizer)&&(l.dataAdapter=j.Decorate(l.dataAdapter,q)),null!=l.query){var C=b(l.amdBase+"compat/query");l.dataAdapter=j.Decorate(l.dataAdapter,C)}if(null!=l.initSelection){var D=b(l.amdBase+"compat/initSelection");l.dataAdapter=j.Decorate(l.dataAdapter,D)}}if(null==l.resultsAdapter&&(l.resultsAdapter=c,null!=l.ajax&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,x)),null!=l.placeholder&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,w)),l.selectOnClose&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,A))),null==l.dropdownAdapter){if(l.multiple)l.dropdownAdapter=u;else{var E=j.Decorate(u,v);l.dropdownAdapter=E}if(0!==l.minimumResultsForSearch&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,z)),l.closeOnSelect&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,B)),null!=l.dropdownCssClass||null!=l.dropdownCss||null!=l.adaptDropdownCssClass){var F=b(l.amdBase+"compat/dropdownCss");l.dropdownAdapter=j.Decorate(l.dropdownAdapter,F)}l.dropdownAdapter=j.Decorate(l.dropdownAdapter,y)}if(null==l.selectionAdapter){if(l.multiple?l.selectionAdapter=e:l.selectionAdapter=d,null!=l.placeholder&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,f)),l.allowClear&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,g)),l.multiple&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,h)),null!=l.containerCssClass||null!=l.containerCss||null!=l.adaptContainerCssClass){var G=b(l.amdBase+"compat/containerCss");l.selectionAdapter=j.Decorate(l.selectionAdapter,G)}l.selectionAdapter=j.Decorate(l.selectionAdapter,i)}if("string"==typeof l.language)if(l.language.indexOf("-")>0){var H=l.language.split("-"),I=H[0];l.language=[l.language,I]}else l.language=[l.language];if(a.isArray(l.language)){var J=new k;l.language.push("en");for(var K=l.language,L=0;L0){for(var f=a.extend(!0,{},e),g=e.children.length-1;g>=0;g--){var h=e.children[g],i=c(d,h);null==i&&f.children.splice(g,1)}return f.children.length>0?f:c(d,f)}var j=b(e.text).toUpperCase(),k=b(d.term).toUpperCase();return j.indexOf(k)>-1?e:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:j.escapeMarkup,language:C,matcher:c,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.set=function(b,c){var d=a.camelCase(b),e={};e[d]=c;var f=j._convertData(e);a.extend(this.defaults,f)};var E=new D;return E}),b.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){var c=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.language&&(a.prop("lang")?this.options.language=a.prop("lang").toLowerCase():a.closest("[lang]").prop("lang")&&(this.options.language=a.closest("[lang]").prop("lang"))),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),a.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),a.data("data",a.data("select2Tags")),a.data("tags",!0)),a.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a.attr("ajax--url",a.data("ajaxUrl")),a.data("ajax--url",a.data("ajaxUrl")));var e={};e=b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset?b.extend(!0,{},a[0].dataset,a.data()):a.data();var f=b.extend(!0,{},e);f=d._convertData(f);for(var g in f)b.inArray(g,c)>-1||(b.isPlainObject(this.options[g])?b.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),b.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,c){null!=a.data("select2")&&a.data("select2").destroy(),this.$element=a,this.id=this._generateId(a),c=c||{},this.options=new b(c,a),e.__super__.constructor.call(this);var d=a.attr("tabindex")||0;a.data("old-tabindex",d),a.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){k.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){var b="";return b=null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4),b=b.replace(/(:|\.|\[|\]|,)/g,""),b="select2-"+b},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){var c=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==b){var d=this._resolveWidth(a,"style");return null!=d?d:this._resolveWidth(a,"element")}if("element"==b){var e=a.outerWidth(!1);return 0>=e?"auto":e+"px"}if("style"==b){var f=a.attr("style");if("string"!=typeof f)return null;for(var g=f.split(";"),h=0,i=g.length;i>h;h+=1){var j=g[h].replace(/\s/g,""),k=j.match(c);if(null!==k&&k.length>=1)return k[1]}return null}return b},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var b=this;this.$element.on("change.select2",function(){b.dataAdapter.current(function(a){b.trigger("selection:update",{data:a})})}),this.$element.on("focus.select2",function(a){b.trigger("focus",a)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=d?(this._observer=new d(function(c){a.each(c,b._syncA),a.each(c,b._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a,b){var c=!1,d=this;if(!a||!a.target||"OPTION"===a.target.nodeName||"OPTGROUP"===a.target.nodeName){if(b)if(b.addedNodes&&b.addedNodes.length>0)for(var e=0;e0&&(c=!0);else c=!0;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})}},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),(null==a||0===a.length)&&(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null; +},e.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),b.data("element",this.$element),b},e}),b.define("select2/compat/utils",["jquery"],function(a){function b(b,c,d){var e,f,g=[];e=a.trim(b.attr("class")),e&&(e=""+e,a(e.split(/\s+/)).each(function(){0===this.indexOf("select2-")&&g.push(this)})),e=a.trim(c.attr("class")),e&&(e=""+e,a(e.split(/\s+/)).each(function(){0!==this.indexOf("select2-")&&(f=d(this),null!=f&&g.push(f))})),b.attr("class",g.join(" "))}return{syncCssClasses:b}}),b.define("select2/compat/containerCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("containerCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptContainerCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("containerCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),b.define("select2/compat/dropdownCss",["jquery","./utils"],function(a,b){function c(a){return null}function d(){}return d.prototype.render=function(d){var e=d.call(this),f=this.options.get("dropdownCssClass")||"";a.isFunction(f)&&(f=f(this.$element));var g=this.options.get("adaptDropdownCssClass");if(g=g||c,-1!==f.indexOf(":all:")){f=f.replace(":all:","");var h=g;g=function(a){var b=h(a);return null!=b?b+" "+a:a}}var i=this.options.get("dropdownCss")||{};return a.isFunction(i)&&(i=i(this.$element)),b.syncCssClasses(e,this.$element,g),e.css(i),e.addClass(f),e},d}),b.define("select2/compat/initSelection",["jquery"],function(a){function b(a,b,c){c.get("debug")&&window.console&&console.warn&&console.warn("Select2: The `initSelection` option has been deprecated in favor of a custom data adapter that overrides the `current` method. This method is now called multiple times instead of a single time when the instance is initialized. Support will be removed for the `initSelection` option in future versions of Select2"),this.initSelection=c.get("initSelection"),this._isInitialized=!1,a.call(this,b,c)}return b.prototype.current=function(b,c){var d=this;return this._isInitialized?void b.call(this,c):void this.initSelection.call(null,this.$element,function(b){d._isInitialized=!0,a.isArray(b)||(b=[b]),c(b)})},b}),b.define("select2/compat/inputData",["jquery"],function(a){function b(a,b,c){this._currentData=[],this._valueSeparator=c.get("valueSeparator")||",","hidden"===b.prop("type")&&c.get("debug")&&console&&console.warn&&console.warn("Select2: Using a hidden input with Select2 is no longer supported and may stop working in the future. It is recommended to use a `' + + '' + ); + + this.$searchContainer = $search; + this.$search = $search.find('input'); + + var $rendered = decorated.call(this); + + this._transferTabIndex(); + + return $rendered; + }; + + Search.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('open', function () { + self.$search.trigger('focus'); + }); + + container.on('close', function () { + self.$search.val(''); + self.$search.removeAttr('aria-activedescendant'); + self.$search.trigger('focus'); + }); + + container.on('enable', function () { + self.$search.prop('disabled', false); + + self._transferTabIndex(); + }); + + container.on('disable', function () { + self.$search.prop('disabled', true); + }); + + container.on('focus', function (evt) { + self.$search.trigger('focus'); + }); + + container.on('results:focus', function (params) { + self.$search.attr('aria-activedescendant', params.id); + }); + + this.$selection.on('focusin', '.select2-search--inline', function (evt) { + self.trigger('focus', evt); + }); + + this.$selection.on('focusout', '.select2-search--inline', function (evt) { + self._handleBlur(evt); + }); + + this.$selection.on('keydown', '.select2-search--inline', function (evt) { + evt.stopPropagation(); + + self.trigger('keypress', evt); + + self._keyUpPrevented = evt.isDefaultPrevented(); + + var key = evt.which; + + if (key === KEYS.BACKSPACE && self.$search.val() === '') { + var $previousChoice = self.$searchContainer + .prev('.select2-selection__choice'); + + if ($previousChoice.length > 0) { + var item = $previousChoice.data('data'); + + self.searchRemoveChoice(item); + + evt.preventDefault(); + } + } + }); + + // Try to detect the IE version should the `documentMode` property that + // is stored on the document. This is only implemented in IE and is + // slightly cleaner than doing a user agent check. + // This property is not available in Edge, but Edge also doesn't have + // this bug. + var msie = document.documentMode; + var disableInputEvents = msie && msie <= 11; + + // Workaround for browsers which do not support the `input` event + // This will prevent double-triggering of events for browsers which support + // both the `keyup` and `input` events. + this.$selection.on( + 'input.searchcheck', + '.select2-search--inline', + function (evt) { + // IE will trigger the `input` event when a placeholder is used on a + // search box. To get around this issue, we are forced to ignore all + // `input` events in IE and keep using `keyup`. + if (disableInputEvents) { + self.$selection.off('input.search input.searchcheck'); + return; + } + + // Unbind the duplicated `keyup` event + self.$selection.off('keyup.search'); + } + ); + + this.$selection.on( + 'keyup.search input.search', + '.select2-search--inline', + function (evt) { + // IE will trigger the `input` event when a placeholder is used on a + // search box. To get around this issue, we are forced to ignore all + // `input` events in IE and keep using `keyup`. + if (disableInputEvents && evt.type === 'input') { + self.$selection.off('input.search input.searchcheck'); + return; + } + + var key = evt.which; + + // We can freely ignore events from modifier keys + if (key == KEYS.SHIFT || key == KEYS.CTRL || key == KEYS.ALT) { + return; + } + + // Tabbing will be handled during the `keydown` phase + if (key == KEYS.TAB) { + return; + } + + self.handleSearch(evt); + } + ); + }; + + /** + * This method will transfer the tabindex attribute from the rendered + * selection to the search box. This allows for the search box to be used as + * the primary focus instead of the selection container. + * + * @private + */ + Search.prototype._transferTabIndex = function (decorated) { + this.$search.attr('tabindex', this.$selection.attr('tabindex')); + this.$selection.attr('tabindex', '-1'); + }; + + Search.prototype.createPlaceholder = function (decorated, placeholder) { + this.$search.attr('placeholder', placeholder.text); + }; + + Search.prototype.update = function (decorated, data) { + var searchHadFocus = this.$search[0] == document.activeElement; + + this.$search.attr('placeholder', ''); + + decorated.call(this, data); + + this.$selection.find('.select2-selection__rendered') + .append(this.$searchContainer); + + this.resizeSearch(); + if (searchHadFocus) { + this.$search.focus(); + } + }; + + Search.prototype.handleSearch = function () { + this.resizeSearch(); + + if (!this._keyUpPrevented) { + var input = this.$search.val(); + + this.trigger('query', { + term: input + }); + } + + this._keyUpPrevented = false; + }; + + Search.prototype.searchRemoveChoice = function (decorated, item) { + this.trigger('unselect', { + data: item + }); + + this.$search.val(item.text); + this.handleSearch(); + }; + + Search.prototype.resizeSearch = function () { + this.$search.css('width', '25px'); + + var width = ''; + + if (this.$search.attr('placeholder') !== '') { + width = this.$selection.find('.select2-selection__rendered').innerWidth(); + } else { + var minimumWidth = this.$search.val().length + 1; + + width = (minimumWidth * 0.75) + 'em'; + } + + this.$search.css('width', width); + }; + + return Search; +}); + +S2.define('select2/selection/eventRelay',[ + 'jquery' +], function ($) { + function EventRelay () { } + + EventRelay.prototype.bind = function (decorated, container, $container) { + var self = this; + var relayEvents = [ + 'open', 'opening', + 'close', 'closing', + 'select', 'selecting', + 'unselect', 'unselecting' + ]; + + var preventableEvents = ['opening', 'closing', 'selecting', 'unselecting']; + + decorated.call(this, container, $container); + + container.on('*', function (name, params) { + // Ignore events that should not be relayed + if ($.inArray(name, relayEvents) === -1) { + return; + } + + // The parameters should always be an object + params = params || {}; + + // Generate the jQuery event for the Select2 event + var evt = $.Event('select2:' + name, { + params: params + }); + + self.$element.trigger(evt); + + // Only handle preventable events if it was one + if ($.inArray(name, preventableEvents) === -1) { + return; + } + + params.prevented = evt.isDefaultPrevented(); + }); + }; + + return EventRelay; +}); + +S2.define('select2/translation',[ + 'jquery', + 'require' +], function ($, require) { + function Translation (dict) { + this.dict = dict || {}; + } + + Translation.prototype.all = function () { + return this.dict; + }; + + Translation.prototype.get = function (key) { + return this.dict[key]; + }; + + Translation.prototype.extend = function (translation) { + this.dict = $.extend({}, translation.all(), this.dict); + }; + + // Static functions + + Translation._cache = {}; + + Translation.loadPath = function (path) { + if (!(path in Translation._cache)) { + var translations = require(path); + + Translation._cache[path] = translations; + } + + return new Translation(Translation._cache[path]); + }; + + return Translation; +}); + +S2.define('select2/diacritics',[ + +], function () { + var diacritics = { + '\u24B6': 'A', + '\uFF21': 'A', + '\u00C0': 'A', + '\u00C1': 'A', + '\u00C2': 'A', + '\u1EA6': 'A', + '\u1EA4': 'A', + '\u1EAA': 'A', + '\u1EA8': 'A', + '\u00C3': 'A', + '\u0100': 'A', + '\u0102': 'A', + '\u1EB0': 'A', + '\u1EAE': 'A', + '\u1EB4': 'A', + '\u1EB2': 'A', + '\u0226': 'A', + '\u01E0': 'A', + '\u00C4': 'A', + '\u01DE': 'A', + '\u1EA2': 'A', + '\u00C5': 'A', + '\u01FA': 'A', + '\u01CD': 'A', + '\u0200': 'A', + '\u0202': 'A', + '\u1EA0': 'A', + '\u1EAC': 'A', + '\u1EB6': 'A', + '\u1E00': 'A', + '\u0104': 'A', + '\u023A': 'A', + '\u2C6F': 'A', + '\uA732': 'AA', + '\u00C6': 'AE', + '\u01FC': 'AE', + '\u01E2': 'AE', + '\uA734': 'AO', + '\uA736': 'AU', + '\uA738': 'AV', + '\uA73A': 'AV', + '\uA73C': 'AY', + '\u24B7': 'B', + '\uFF22': 'B', + '\u1E02': 'B', + '\u1E04': 'B', + '\u1E06': 'B', + '\u0243': 'B', + '\u0182': 'B', + '\u0181': 'B', + '\u24B8': 'C', + '\uFF23': 'C', + '\u0106': 'C', + '\u0108': 'C', + '\u010A': 'C', + '\u010C': 'C', + '\u00C7': 'C', + '\u1E08': 'C', + '\u0187': 'C', + '\u023B': 'C', + '\uA73E': 'C', + '\u24B9': 'D', + '\uFF24': 'D', + '\u1E0A': 'D', + '\u010E': 'D', + '\u1E0C': 'D', + '\u1E10': 'D', + '\u1E12': 'D', + '\u1E0E': 'D', + '\u0110': 'D', + '\u018B': 'D', + '\u018A': 'D', + '\u0189': 'D', + '\uA779': 'D', + '\u01F1': 'DZ', + '\u01C4': 'DZ', + '\u01F2': 'Dz', + '\u01C5': 'Dz', + '\u24BA': 'E', + '\uFF25': 'E', + '\u00C8': 'E', + '\u00C9': 'E', + '\u00CA': 'E', + '\u1EC0': 'E', + '\u1EBE': 'E', + '\u1EC4': 'E', + '\u1EC2': 'E', + '\u1EBC': 'E', + '\u0112': 'E', + '\u1E14': 'E', + '\u1E16': 'E', + '\u0114': 'E', + '\u0116': 'E', + '\u00CB': 'E', + '\u1EBA': 'E', + '\u011A': 'E', + '\u0204': 'E', + '\u0206': 'E', + '\u1EB8': 'E', + '\u1EC6': 'E', + '\u0228': 'E', + '\u1E1C': 'E', + '\u0118': 'E', + '\u1E18': 'E', + '\u1E1A': 'E', + '\u0190': 'E', + '\u018E': 'E', + '\u24BB': 'F', + '\uFF26': 'F', + '\u1E1E': 'F', + '\u0191': 'F', + '\uA77B': 'F', + '\u24BC': 'G', + '\uFF27': 'G', + '\u01F4': 'G', + '\u011C': 'G', + '\u1E20': 'G', + '\u011E': 'G', + '\u0120': 'G', + '\u01E6': 'G', + '\u0122': 'G', + '\u01E4': 'G', + '\u0193': 'G', + '\uA7A0': 'G', + '\uA77D': 'G', + '\uA77E': 'G', + '\u24BD': 'H', + '\uFF28': 'H', + '\u0124': 'H', + '\u1E22': 'H', + '\u1E26': 'H', + '\u021E': 'H', + '\u1E24': 'H', + '\u1E28': 'H', + '\u1E2A': 'H', + '\u0126': 'H', + '\u2C67': 'H', + '\u2C75': 'H', + '\uA78D': 'H', + '\u24BE': 'I', + '\uFF29': 'I', + '\u00CC': 'I', + '\u00CD': 'I', + '\u00CE': 'I', + '\u0128': 'I', + '\u012A': 'I', + '\u012C': 'I', + '\u0130': 'I', + '\u00CF': 'I', + '\u1E2E': 'I', + '\u1EC8': 'I', + '\u01CF': 'I', + '\u0208': 'I', + '\u020A': 'I', + '\u1ECA': 'I', + '\u012E': 'I', + '\u1E2C': 'I', + '\u0197': 'I', + '\u24BF': 'J', + '\uFF2A': 'J', + '\u0134': 'J', + '\u0248': 'J', + '\u24C0': 'K', + '\uFF2B': 'K', + '\u1E30': 'K', + '\u01E8': 'K', + '\u1E32': 'K', + '\u0136': 'K', + '\u1E34': 'K', + '\u0198': 'K', + '\u2C69': 'K', + '\uA740': 'K', + '\uA742': 'K', + '\uA744': 'K', + '\uA7A2': 'K', + '\u24C1': 'L', + '\uFF2C': 'L', + '\u013F': 'L', + '\u0139': 'L', + '\u013D': 'L', + '\u1E36': 'L', + '\u1E38': 'L', + '\u013B': 'L', + '\u1E3C': 'L', + '\u1E3A': 'L', + '\u0141': 'L', + '\u023D': 'L', + '\u2C62': 'L', + '\u2C60': 'L', + '\uA748': 'L', + '\uA746': 'L', + '\uA780': 'L', + '\u01C7': 'LJ', + '\u01C8': 'Lj', + '\u24C2': 'M', + '\uFF2D': 'M', + '\u1E3E': 'M', + '\u1E40': 'M', + '\u1E42': 'M', + '\u2C6E': 'M', + '\u019C': 'M', + '\u24C3': 'N', + '\uFF2E': 'N', + '\u01F8': 'N', + '\u0143': 'N', + '\u00D1': 'N', + '\u1E44': 'N', + '\u0147': 'N', + '\u1E46': 'N', + '\u0145': 'N', + '\u1E4A': 'N', + '\u1E48': 'N', + '\u0220': 'N', + '\u019D': 'N', + '\uA790': 'N', + '\uA7A4': 'N', + '\u01CA': 'NJ', + '\u01CB': 'Nj', + '\u24C4': 'O', + '\uFF2F': 'O', + '\u00D2': 'O', + '\u00D3': 'O', + '\u00D4': 'O', + '\u1ED2': 'O', + '\u1ED0': 'O', + '\u1ED6': 'O', + '\u1ED4': 'O', + '\u00D5': 'O', + '\u1E4C': 'O', + '\u022C': 'O', + '\u1E4E': 'O', + '\u014C': 'O', + '\u1E50': 'O', + '\u1E52': 'O', + '\u014E': 'O', + '\u022E': 'O', + '\u0230': 'O', + '\u00D6': 'O', + '\u022A': 'O', + '\u1ECE': 'O', + '\u0150': 'O', + '\u01D1': 'O', + '\u020C': 'O', + '\u020E': 'O', + '\u01A0': 'O', + '\u1EDC': 'O', + '\u1EDA': 'O', + '\u1EE0': 'O', + '\u1EDE': 'O', + '\u1EE2': 'O', + '\u1ECC': 'O', + '\u1ED8': 'O', + '\u01EA': 'O', + '\u01EC': 'O', + '\u00D8': 'O', + '\u01FE': 'O', + '\u0186': 'O', + '\u019F': 'O', + '\uA74A': 'O', + '\uA74C': 'O', + '\u01A2': 'OI', + '\uA74E': 'OO', + '\u0222': 'OU', + '\u24C5': 'P', + '\uFF30': 'P', + '\u1E54': 'P', + '\u1E56': 'P', + '\u01A4': 'P', + '\u2C63': 'P', + '\uA750': 'P', + '\uA752': 'P', + '\uA754': 'P', + '\u24C6': 'Q', + '\uFF31': 'Q', + '\uA756': 'Q', + '\uA758': 'Q', + '\u024A': 'Q', + '\u24C7': 'R', + '\uFF32': 'R', + '\u0154': 'R', + '\u1E58': 'R', + '\u0158': 'R', + '\u0210': 'R', + '\u0212': 'R', + '\u1E5A': 'R', + '\u1E5C': 'R', + '\u0156': 'R', + '\u1E5E': 'R', + '\u024C': 'R', + '\u2C64': 'R', + '\uA75A': 'R', + '\uA7A6': 'R', + '\uA782': 'R', + '\u24C8': 'S', + '\uFF33': 'S', + '\u1E9E': 'S', + '\u015A': 'S', + '\u1E64': 'S', + '\u015C': 'S', + '\u1E60': 'S', + '\u0160': 'S', + '\u1E66': 'S', + '\u1E62': 'S', + '\u1E68': 'S', + '\u0218': 'S', + '\u015E': 'S', + '\u2C7E': 'S', + '\uA7A8': 'S', + '\uA784': 'S', + '\u24C9': 'T', + '\uFF34': 'T', + '\u1E6A': 'T', + '\u0164': 'T', + '\u1E6C': 'T', + '\u021A': 'T', + '\u0162': 'T', + '\u1E70': 'T', + '\u1E6E': 'T', + '\u0166': 'T', + '\u01AC': 'T', + '\u01AE': 'T', + '\u023E': 'T', + '\uA786': 'T', + '\uA728': 'TZ', + '\u24CA': 'U', + '\uFF35': 'U', + '\u00D9': 'U', + '\u00DA': 'U', + '\u00DB': 'U', + '\u0168': 'U', + '\u1E78': 'U', + '\u016A': 'U', + '\u1E7A': 'U', + '\u016C': 'U', + '\u00DC': 'U', + '\u01DB': 'U', + '\u01D7': 'U', + '\u01D5': 'U', + '\u01D9': 'U', + '\u1EE6': 'U', + '\u016E': 'U', + '\u0170': 'U', + '\u01D3': 'U', + '\u0214': 'U', + '\u0216': 'U', + '\u01AF': 'U', + '\u1EEA': 'U', + '\u1EE8': 'U', + '\u1EEE': 'U', + '\u1EEC': 'U', + '\u1EF0': 'U', + '\u1EE4': 'U', + '\u1E72': 'U', + '\u0172': 'U', + '\u1E76': 'U', + '\u1E74': 'U', + '\u0244': 'U', + '\u24CB': 'V', + '\uFF36': 'V', + '\u1E7C': 'V', + '\u1E7E': 'V', + '\u01B2': 'V', + '\uA75E': 'V', + '\u0245': 'V', + '\uA760': 'VY', + '\u24CC': 'W', + '\uFF37': 'W', + '\u1E80': 'W', + '\u1E82': 'W', + '\u0174': 'W', + '\u1E86': 'W', + '\u1E84': 'W', + '\u1E88': 'W', + '\u2C72': 'W', + '\u24CD': 'X', + '\uFF38': 'X', + '\u1E8A': 'X', + '\u1E8C': 'X', + '\u24CE': 'Y', + '\uFF39': 'Y', + '\u1EF2': 'Y', + '\u00DD': 'Y', + '\u0176': 'Y', + '\u1EF8': 'Y', + '\u0232': 'Y', + '\u1E8E': 'Y', + '\u0178': 'Y', + '\u1EF6': 'Y', + '\u1EF4': 'Y', + '\u01B3': 'Y', + '\u024E': 'Y', + '\u1EFE': 'Y', + '\u24CF': 'Z', + '\uFF3A': 'Z', + '\u0179': 'Z', + '\u1E90': 'Z', + '\u017B': 'Z', + '\u017D': 'Z', + '\u1E92': 'Z', + '\u1E94': 'Z', + '\u01B5': 'Z', + '\u0224': 'Z', + '\u2C7F': 'Z', + '\u2C6B': 'Z', + '\uA762': 'Z', + '\u24D0': 'a', + '\uFF41': 'a', + '\u1E9A': 'a', + '\u00E0': 'a', + '\u00E1': 'a', + '\u00E2': 'a', + '\u1EA7': 'a', + '\u1EA5': 'a', + '\u1EAB': 'a', + '\u1EA9': 'a', + '\u00E3': 'a', + '\u0101': 'a', + '\u0103': 'a', + '\u1EB1': 'a', + '\u1EAF': 'a', + '\u1EB5': 'a', + '\u1EB3': 'a', + '\u0227': 'a', + '\u01E1': 'a', + '\u00E4': 'a', + '\u01DF': 'a', + '\u1EA3': 'a', + '\u00E5': 'a', + '\u01FB': 'a', + '\u01CE': 'a', + '\u0201': 'a', + '\u0203': 'a', + '\u1EA1': 'a', + '\u1EAD': 'a', + '\u1EB7': 'a', + '\u1E01': 'a', + '\u0105': 'a', + '\u2C65': 'a', + '\u0250': 'a', + '\uA733': 'aa', + '\u00E6': 'ae', + '\u01FD': 'ae', + '\u01E3': 'ae', + '\uA735': 'ao', + '\uA737': 'au', + '\uA739': 'av', + '\uA73B': 'av', + '\uA73D': 'ay', + '\u24D1': 'b', + '\uFF42': 'b', + '\u1E03': 'b', + '\u1E05': 'b', + '\u1E07': 'b', + '\u0180': 'b', + '\u0183': 'b', + '\u0253': 'b', + '\u24D2': 'c', + '\uFF43': 'c', + '\u0107': 'c', + '\u0109': 'c', + '\u010B': 'c', + '\u010D': 'c', + '\u00E7': 'c', + '\u1E09': 'c', + '\u0188': 'c', + '\u023C': 'c', + '\uA73F': 'c', + '\u2184': 'c', + '\u24D3': 'd', + '\uFF44': 'd', + '\u1E0B': 'd', + '\u010F': 'd', + '\u1E0D': 'd', + '\u1E11': 'd', + '\u1E13': 'd', + '\u1E0F': 'd', + '\u0111': 'd', + '\u018C': 'd', + '\u0256': 'd', + '\u0257': 'd', + '\uA77A': 'd', + '\u01F3': 'dz', + '\u01C6': 'dz', + '\u24D4': 'e', + '\uFF45': 'e', + '\u00E8': 'e', + '\u00E9': 'e', + '\u00EA': 'e', + '\u1EC1': 'e', + '\u1EBF': 'e', + '\u1EC5': 'e', + '\u1EC3': 'e', + '\u1EBD': 'e', + '\u0113': 'e', + '\u1E15': 'e', + '\u1E17': 'e', + '\u0115': 'e', + '\u0117': 'e', + '\u00EB': 'e', + '\u1EBB': 'e', + '\u011B': 'e', + '\u0205': 'e', + '\u0207': 'e', + '\u1EB9': 'e', + '\u1EC7': 'e', + '\u0229': 'e', + '\u1E1D': 'e', + '\u0119': 'e', + '\u1E19': 'e', + '\u1E1B': 'e', + '\u0247': 'e', + '\u025B': 'e', + '\u01DD': 'e', + '\u24D5': 'f', + '\uFF46': 'f', + '\u1E1F': 'f', + '\u0192': 'f', + '\uA77C': 'f', + '\u24D6': 'g', + '\uFF47': 'g', + '\u01F5': 'g', + '\u011D': 'g', + '\u1E21': 'g', + '\u011F': 'g', + '\u0121': 'g', + '\u01E7': 'g', + '\u0123': 'g', + '\u01E5': 'g', + '\u0260': 'g', + '\uA7A1': 'g', + '\u1D79': 'g', + '\uA77F': 'g', + '\u24D7': 'h', + '\uFF48': 'h', + '\u0125': 'h', + '\u1E23': 'h', + '\u1E27': 'h', + '\u021F': 'h', + '\u1E25': 'h', + '\u1E29': 'h', + '\u1E2B': 'h', + '\u1E96': 'h', + '\u0127': 'h', + '\u2C68': 'h', + '\u2C76': 'h', + '\u0265': 'h', + '\u0195': 'hv', + '\u24D8': 'i', + '\uFF49': 'i', + '\u00EC': 'i', + '\u00ED': 'i', + '\u00EE': 'i', + '\u0129': 'i', + '\u012B': 'i', + '\u012D': 'i', + '\u00EF': 'i', + '\u1E2F': 'i', + '\u1EC9': 'i', + '\u01D0': 'i', + '\u0209': 'i', + '\u020B': 'i', + '\u1ECB': 'i', + '\u012F': 'i', + '\u1E2D': 'i', + '\u0268': 'i', + '\u0131': 'i', + '\u24D9': 'j', + '\uFF4A': 'j', + '\u0135': 'j', + '\u01F0': 'j', + '\u0249': 'j', + '\u24DA': 'k', + '\uFF4B': 'k', + '\u1E31': 'k', + '\u01E9': 'k', + '\u1E33': 'k', + '\u0137': 'k', + '\u1E35': 'k', + '\u0199': 'k', + '\u2C6A': 'k', + '\uA741': 'k', + '\uA743': 'k', + '\uA745': 'k', + '\uA7A3': 'k', + '\u24DB': 'l', + '\uFF4C': 'l', + '\u0140': 'l', + '\u013A': 'l', + '\u013E': 'l', + '\u1E37': 'l', + '\u1E39': 'l', + '\u013C': 'l', + '\u1E3D': 'l', + '\u1E3B': 'l', + '\u017F': 'l', + '\u0142': 'l', + '\u019A': 'l', + '\u026B': 'l', + '\u2C61': 'l', + '\uA749': 'l', + '\uA781': 'l', + '\uA747': 'l', + '\u01C9': 'lj', + '\u24DC': 'm', + '\uFF4D': 'm', + '\u1E3F': 'm', + '\u1E41': 'm', + '\u1E43': 'm', + '\u0271': 'm', + '\u026F': 'm', + '\u24DD': 'n', + '\uFF4E': 'n', + '\u01F9': 'n', + '\u0144': 'n', + '\u00F1': 'n', + '\u1E45': 'n', + '\u0148': 'n', + '\u1E47': 'n', + '\u0146': 'n', + '\u1E4B': 'n', + '\u1E49': 'n', + '\u019E': 'n', + '\u0272': 'n', + '\u0149': 'n', + '\uA791': 'n', + '\uA7A5': 'n', + '\u01CC': 'nj', + '\u24DE': 'o', + '\uFF4F': 'o', + '\u00F2': 'o', + '\u00F3': 'o', + '\u00F4': 'o', + '\u1ED3': 'o', + '\u1ED1': 'o', + '\u1ED7': 'o', + '\u1ED5': 'o', + '\u00F5': 'o', + '\u1E4D': 'o', + '\u022D': 'o', + '\u1E4F': 'o', + '\u014D': 'o', + '\u1E51': 'o', + '\u1E53': 'o', + '\u014F': 'o', + '\u022F': 'o', + '\u0231': 'o', + '\u00F6': 'o', + '\u022B': 'o', + '\u1ECF': 'o', + '\u0151': 'o', + '\u01D2': 'o', + '\u020D': 'o', + '\u020F': 'o', + '\u01A1': 'o', + '\u1EDD': 'o', + '\u1EDB': 'o', + '\u1EE1': 'o', + '\u1EDF': 'o', + '\u1EE3': 'o', + '\u1ECD': 'o', + '\u1ED9': 'o', + '\u01EB': 'o', + '\u01ED': 'o', + '\u00F8': 'o', + '\u01FF': 'o', + '\u0254': 'o', + '\uA74B': 'o', + '\uA74D': 'o', + '\u0275': 'o', + '\u01A3': 'oi', + '\u0223': 'ou', + '\uA74F': 'oo', + '\u24DF': 'p', + '\uFF50': 'p', + '\u1E55': 'p', + '\u1E57': 'p', + '\u01A5': 'p', + '\u1D7D': 'p', + '\uA751': 'p', + '\uA753': 'p', + '\uA755': 'p', + '\u24E0': 'q', + '\uFF51': 'q', + '\u024B': 'q', + '\uA757': 'q', + '\uA759': 'q', + '\u24E1': 'r', + '\uFF52': 'r', + '\u0155': 'r', + '\u1E59': 'r', + '\u0159': 'r', + '\u0211': 'r', + '\u0213': 'r', + '\u1E5B': 'r', + '\u1E5D': 'r', + '\u0157': 'r', + '\u1E5F': 'r', + '\u024D': 'r', + '\u027D': 'r', + '\uA75B': 'r', + '\uA7A7': 'r', + '\uA783': 'r', + '\u24E2': 's', + '\uFF53': 's', + '\u00DF': 's', + '\u015B': 's', + '\u1E65': 's', + '\u015D': 's', + '\u1E61': 's', + '\u0161': 's', + '\u1E67': 's', + '\u1E63': 's', + '\u1E69': 's', + '\u0219': 's', + '\u015F': 's', + '\u023F': 's', + '\uA7A9': 's', + '\uA785': 's', + '\u1E9B': 's', + '\u24E3': 't', + '\uFF54': 't', + '\u1E6B': 't', + '\u1E97': 't', + '\u0165': 't', + '\u1E6D': 't', + '\u021B': 't', + '\u0163': 't', + '\u1E71': 't', + '\u1E6F': 't', + '\u0167': 't', + '\u01AD': 't', + '\u0288': 't', + '\u2C66': 't', + '\uA787': 't', + '\uA729': 'tz', + '\u24E4': 'u', + '\uFF55': 'u', + '\u00F9': 'u', + '\u00FA': 'u', + '\u00FB': 'u', + '\u0169': 'u', + '\u1E79': 'u', + '\u016B': 'u', + '\u1E7B': 'u', + '\u016D': 'u', + '\u00FC': 'u', + '\u01DC': 'u', + '\u01D8': 'u', + '\u01D6': 'u', + '\u01DA': 'u', + '\u1EE7': 'u', + '\u016F': 'u', + '\u0171': 'u', + '\u01D4': 'u', + '\u0215': 'u', + '\u0217': 'u', + '\u01B0': 'u', + '\u1EEB': 'u', + '\u1EE9': 'u', + '\u1EEF': 'u', + '\u1EED': 'u', + '\u1EF1': 'u', + '\u1EE5': 'u', + '\u1E73': 'u', + '\u0173': 'u', + '\u1E77': 'u', + '\u1E75': 'u', + '\u0289': 'u', + '\u24E5': 'v', + '\uFF56': 'v', + '\u1E7D': 'v', + '\u1E7F': 'v', + '\u028B': 'v', + '\uA75F': 'v', + '\u028C': 'v', + '\uA761': 'vy', + '\u24E6': 'w', + '\uFF57': 'w', + '\u1E81': 'w', + '\u1E83': 'w', + '\u0175': 'w', + '\u1E87': 'w', + '\u1E85': 'w', + '\u1E98': 'w', + '\u1E89': 'w', + '\u2C73': 'w', + '\u24E7': 'x', + '\uFF58': 'x', + '\u1E8B': 'x', + '\u1E8D': 'x', + '\u24E8': 'y', + '\uFF59': 'y', + '\u1EF3': 'y', + '\u00FD': 'y', + '\u0177': 'y', + '\u1EF9': 'y', + '\u0233': 'y', + '\u1E8F': 'y', + '\u00FF': 'y', + '\u1EF7': 'y', + '\u1E99': 'y', + '\u1EF5': 'y', + '\u01B4': 'y', + '\u024F': 'y', + '\u1EFF': 'y', + '\u24E9': 'z', + '\uFF5A': 'z', + '\u017A': 'z', + '\u1E91': 'z', + '\u017C': 'z', + '\u017E': 'z', + '\u1E93': 'z', + '\u1E95': 'z', + '\u01B6': 'z', + '\u0225': 'z', + '\u0240': 'z', + '\u2C6C': 'z', + '\uA763': 'z', + '\u0386': '\u0391', + '\u0388': '\u0395', + '\u0389': '\u0397', + '\u038A': '\u0399', + '\u03AA': '\u0399', + '\u038C': '\u039F', + '\u038E': '\u03A5', + '\u03AB': '\u03A5', + '\u038F': '\u03A9', + '\u03AC': '\u03B1', + '\u03AD': '\u03B5', + '\u03AE': '\u03B7', + '\u03AF': '\u03B9', + '\u03CA': '\u03B9', + '\u0390': '\u03B9', + '\u03CC': '\u03BF', + '\u03CD': '\u03C5', + '\u03CB': '\u03C5', + '\u03B0': '\u03C5', + '\u03C9': '\u03C9', + '\u03C2': '\u03C3' + }; + + return diacritics; +}); + +S2.define('select2/data/base',[ + '../utils' +], function (Utils) { + function BaseAdapter ($element, options) { + BaseAdapter.__super__.constructor.call(this); + } + + Utils.Extend(BaseAdapter, Utils.Observable); + + BaseAdapter.prototype.current = function (callback) { + throw new Error('The `current` method must be defined in child classes.'); + }; + + BaseAdapter.prototype.query = function (params, callback) { + throw new Error('The `query` method must be defined in child classes.'); + }; + + BaseAdapter.prototype.bind = function (container, $container) { + // Can be implemented in subclasses + }; + + BaseAdapter.prototype.destroy = function () { + // Can be implemented in subclasses + }; + + BaseAdapter.prototype.generateResultId = function (container, data) { + var id = container.id + '-result-'; + + id += Utils.generateChars(4); + + if (data.id != null) { + id += '-' + data.id.toString(); + } else { + id += '-' + Utils.generateChars(4); + } + return id; + }; + + return BaseAdapter; +}); + +S2.define('select2/data/select',[ + './base', + '../utils', + 'jquery' +], function (BaseAdapter, Utils, $) { + function SelectAdapter ($element, options) { + this.$element = $element; + this.options = options; + + SelectAdapter.__super__.constructor.call(this); + } + + Utils.Extend(SelectAdapter, BaseAdapter); + + SelectAdapter.prototype.current = function (callback) { + var data = []; + var self = this; + + this.$element.find(':selected').each(function () { + var $option = $(this); + + var option = self.item($option); + + data.push(option); + }); + + callback(data); + }; + + SelectAdapter.prototype.select = function (data) { + var self = this; + + data.selected = true; + + // If data.element is a DOM node, use it instead + if ($(data.element).is('option')) { + data.element.selected = true; + + this.$element.trigger('change'); + + return; + } + + if (this.$element.prop('multiple')) { + this.current(function (currentData) { + var val = []; + + data = [data]; + data.push.apply(data, currentData); + + for (var d = 0; d < data.length; d++) { + var id = data[d].id; + + if ($.inArray(id, val) === -1) { + val.push(id); + } + } + + self.$element.val(val); + self.$element.trigger('change'); + }); + } else { + var val = data.id; + + this.$element.val(val); + this.$element.trigger('change'); + } + }; + + SelectAdapter.prototype.unselect = function (data) { + var self = this; + + if (!this.$element.prop('multiple')) { + return; + } + + data.selected = false; + + if ($(data.element).is('option')) { + data.element.selected = false; + + this.$element.trigger('change'); + + return; + } + + this.current(function (currentData) { + var val = []; + + for (var d = 0; d < currentData.length; d++) { + var id = currentData[d].id; + + if (id !== data.id && $.inArray(id, val) === -1) { + val.push(id); + } + } + + self.$element.val(val); + + self.$element.trigger('change'); + }); + }; + + SelectAdapter.prototype.bind = function (container, $container) { + var self = this; + + this.container = container; + + container.on('select', function (params) { + self.select(params.data); + }); + + container.on('unselect', function (params) { + self.unselect(params.data); + }); + }; + + SelectAdapter.prototype.destroy = function () { + // Remove anything added to child elements + this.$element.find('*').each(function () { + // Remove any custom data set by Select2 + $.removeData(this, 'data'); + }); + }; + + SelectAdapter.prototype.query = function (params, callback) { + var data = []; + var self = this; + + var $options = this.$element.children(); + + $options.each(function () { + var $option = $(this); + + if (!$option.is('option') && !$option.is('optgroup')) { + return; + } + + var option = self.item($option); + + var matches = self.matches(params, option); + + if (matches !== null) { + data.push(matches); + } + }); + + callback({ + results: data + }); + }; + + SelectAdapter.prototype.addOptions = function ($options) { + Utils.appendMany(this.$element, $options); + }; + + SelectAdapter.prototype.option = function (data) { + var option; + + if (data.children) { + option = document.createElement('optgroup'); + option.label = data.text; + } else { + option = document.createElement('option'); + + if (option.textContent !== undefined) { + option.textContent = data.text; + } else { + option.innerText = data.text; + } + } + + if (data.id) { + option.value = data.id; + } + + if (data.disabled) { + option.disabled = true; + } + + if (data.selected) { + option.selected = true; + } + + if (data.title) { + option.title = data.title; + } + + var $option = $(option); + + var normalizedData = this._normalizeItem(data); + normalizedData.element = option; + + // Override the option's data with the combined data + $.data(option, 'data', normalizedData); + + return $option; + }; + + SelectAdapter.prototype.item = function ($option) { + var data = {}; + + data = $.data($option[0], 'data'); + + if (data != null) { + return data; + } + + if ($option.is('option')) { + data = { + id: $option.val(), + text: $option.text(), + disabled: $option.prop('disabled'), + selected: $option.prop('selected'), + title: $option.prop('title') + }; + } else if ($option.is('optgroup')) { + data = { + text: $option.prop('label'), + children: [], + title: $option.prop('title') + }; + + var $children = $option.children('option'); + var children = []; + + for (var c = 0; c < $children.length; c++) { + var $child = $($children[c]); + + var child = this.item($child); + + children.push(child); + } + + data.children = children; + } + + data = this._normalizeItem(data); + data.element = $option[0]; + + $.data($option[0], 'data', data); + + return data; + }; + + SelectAdapter.prototype._normalizeItem = function (item) { + if (!$.isPlainObject(item)) { + item = { + id: item, + text: item + }; + } + + item = $.extend({}, { + text: '' + }, item); + + var defaults = { + selected: false, + disabled: false + }; + + if (item.id != null) { + item.id = item.id.toString(); + } + + if (item.text != null) { + item.text = item.text.toString(); + } + + if (item._resultId == null && item.id && this.container != null) { + item._resultId = this.generateResultId(this.container, item); + } + + return $.extend({}, defaults, item); + }; + + SelectAdapter.prototype.matches = function (params, data) { + var matcher = this.options.get('matcher'); + + return matcher(params, data); + }; + + return SelectAdapter; +}); + +S2.define('select2/data/array',[ + './select', + '../utils', + 'jquery' +], function (SelectAdapter, Utils, $) { + function ArrayAdapter ($element, options) { + var data = options.get('data') || []; + + ArrayAdapter.__super__.constructor.call(this, $element, options); + + this.addOptions(this.convertToOptions(data)); + } + + Utils.Extend(ArrayAdapter, SelectAdapter); + + ArrayAdapter.prototype.select = function (data) { + var $option = this.$element.find('option').filter(function (i, elm) { + return elm.value == data.id.toString(); + }); + + if ($option.length === 0) { + $option = this.option(data); + + this.addOptions($option); + } + + ArrayAdapter.__super__.select.call(this, data); + }; + + ArrayAdapter.prototype.convertToOptions = function (data) { + var self = this; + + var $existing = this.$element.find('option'); + var existingIds = $existing.map(function () { + return self.item($(this)).id; + }).get(); + + var $options = []; + + // Filter out all items except for the one passed in the argument + function onlyItem (item) { + return function () { + return $(this).val() == item.id; + }; + } + + for (var d = 0; d < data.length; d++) { + var item = this._normalizeItem(data[d]); + + // Skip items which were pre-loaded, only merge the data + if ($.inArray(item.id, existingIds) >= 0) { + var $existingOption = $existing.filter(onlyItem(item)); + + var existingData = this.item($existingOption); + var newData = $.extend(true, {}, item, existingData); + + var $newOption = this.option(newData); + + $existingOption.replaceWith($newOption); + + continue; + } + + var $option = this.option(item); + + if (item.children) { + var $children = this.convertToOptions(item.children); + + Utils.appendMany($option, $children); + } + + $options.push($option); + } + + return $options; + }; + + return ArrayAdapter; +}); + +S2.define('select2/data/ajax',[ + './array', + '../utils', + 'jquery' +], function (ArrayAdapter, Utils, $) { + function AjaxAdapter ($element, options) { + this.ajaxOptions = this._applyDefaults(options.get('ajax')); + + if (this.ajaxOptions.processResults != null) { + this.processResults = this.ajaxOptions.processResults; + } + + AjaxAdapter.__super__.constructor.call(this, $element, options); + } + + Utils.Extend(AjaxAdapter, ArrayAdapter); + + AjaxAdapter.prototype._applyDefaults = function (options) { + var defaults = { + data: function (params) { + return $.extend({}, params, { + q: params.term + }); + }, + transport: function (params, success, failure) { + var $request = $.ajax(params); + + $request.then(success); + $request.fail(failure); + + return $request; + } + }; + + return $.extend({}, defaults, options, true); + }; + + AjaxAdapter.prototype.processResults = function (results) { + return results; + }; + + AjaxAdapter.prototype.query = function (params, callback) { + var matches = []; + var self = this; + + if (this._request != null) { + // JSONP requests cannot always be aborted + if ($.isFunction(this._request.abort)) { + this._request.abort(); + } + + this._request = null; + } + + var options = $.extend({ + type: 'GET' + }, this.ajaxOptions); + + if (typeof options.url === 'function') { + options.url = options.url.call(this.$element, params); + } + + if (typeof options.data === 'function') { + options.data = options.data.call(this.$element, params); + } + + function request () { + var $request = options.transport(options, function (data) { + var results = self.processResults(data, params); + + if (self.options.get('debug') && window.console && console.error) { + // Check to make sure that the response included a `results` key. + if (!results || !results.results || !$.isArray(results.results)) { + console.error( + 'Select2: The AJAX results did not return an array in the ' + + '`results` key of the response.' + ); + } + } + + callback(results); + }, function () { + // Attempt to detect if a request was aborted + // Only works if the transport exposes a status property + if ($request.status && $request.status === '0') { + return; + } + + self.trigger('results:message', { + message: 'errorLoading' + }); + }); + + self._request = $request; + } + + if (this.ajaxOptions.delay && params.term != null) { + if (this._queryTimeout) { + window.clearTimeout(this._queryTimeout); + } + + this._queryTimeout = window.setTimeout(request, this.ajaxOptions.delay); + } else { + request(); + } + }; + + return AjaxAdapter; +}); + +S2.define('select2/data/tags',[ + 'jquery' +], function ($) { + function Tags (decorated, $element, options) { + var tags = options.get('tags'); + + var createTag = options.get('createTag'); + + if (createTag !== undefined) { + this.createTag = createTag; + } + + var insertTag = options.get('insertTag'); + + if (insertTag !== undefined) { + this.insertTag = insertTag; + } + + decorated.call(this, $element, options); + + if ($.isArray(tags)) { + for (var t = 0; t < tags.length; t++) { + var tag = tags[t]; + var item = this._normalizeItem(tag); + + var $option = this.option(item); + + this.$element.append($option); + } + } + } + + Tags.prototype.query = function (decorated, params, callback) { + var self = this; + + this._removeOldTags(); + + if (params.term == null || params.page != null) { + decorated.call(this, params, callback); + return; + } + + function wrapper (obj, child) { + var data = obj.results; + + for (var i = 0; i < data.length; i++) { + var option = data[i]; + + var checkChildren = ( + option.children != null && + !wrapper({ + results: option.children + }, true) + ); + + var checkText = option.text === params.term; + + if (checkText || checkChildren) { + if (child) { + return false; + } + + obj.data = data; + callback(obj); + + return; + } + } + + if (child) { + return true; + } + + var tag = self.createTag(params); + + if (tag != null) { + var $option = self.option(tag); + $option.attr('data-select2-tag', true); + + self.addOptions([$option]); + + self.insertTag(data, tag); + } + + obj.results = data; + + callback(obj); + } + + decorated.call(this, params, wrapper); + }; + + Tags.prototype.createTag = function (decorated, params) { + var term = $.trim(params.term); + + if (term === '') { + return null; + } + + return { + id: term, + text: term + }; + }; + + Tags.prototype.insertTag = function (_, data, tag) { + data.unshift(tag); + }; + + Tags.prototype._removeOldTags = function (_) { + var tag = this._lastTag; + + var $options = this.$element.find('option[data-select2-tag]'); + + $options.each(function () { + if (this.selected) { + return; + } + + $(this).remove(); + }); + }; + + return Tags; +}); + +S2.define('select2/data/tokenizer',[ + 'jquery' +], function ($) { + function Tokenizer (decorated, $element, options) { + var tokenizer = options.get('tokenizer'); + + if (tokenizer !== undefined) { + this.tokenizer = tokenizer; + } + + decorated.call(this, $element, options); + } + + Tokenizer.prototype.bind = function (decorated, container, $container) { + decorated.call(this, container, $container); + + this.$search = container.dropdown.$search || container.selection.$search || + $container.find('.select2-search__field'); + }; + + Tokenizer.prototype.query = function (decorated, params, callback) { + var self = this; + + function createAndSelect (data) { + // Normalize the data object so we can use it for checks + var item = self._normalizeItem(data); + + // Check if the data object already exists as a tag + // Select it if it doesn't + var $existingOptions = self.$element.find('option').filter(function () { + return $(this).val() === item.id; + }); + + // If an existing option wasn't found for it, create the option + if (!$existingOptions.length) { + var $option = self.option(item); + $option.attr('data-select2-tag', true); + + self._removeOldTags(); + self.addOptions([$option]); + } + + // Select the item, now that we know there is an option for it + select(item); + } + + function select (data) { + self.trigger('select', { + data: data + }); + } + + params.term = params.term || ''; + + var tokenData = this.tokenizer(params, this.options, createAndSelect); + + if (tokenData.term !== params.term) { + // Replace the search term if we have the search box + if (this.$search.length) { + this.$search.val(tokenData.term); + this.$search.focus(); + } + + params.term = tokenData.term; + } + + decorated.call(this, params, callback); + }; + + Tokenizer.prototype.tokenizer = function (_, params, options, callback) { + var separators = options.get('tokenSeparators') || []; + var term = params.term; + var i = 0; + + var createTag = this.createTag || function (params) { + return { + id: params.term, + text: params.term + }; + }; + + while (i < term.length) { + var termChar = term[i]; + + if ($.inArray(termChar, separators) === -1) { + i++; + + continue; + } + + var part = term.substr(0, i); + var partParams = $.extend({}, params, { + term: part + }); + + var data = createTag(partParams); + + if (data == null) { + i++; + continue; + } + + callback(data); + + // Reset the term to not include the tokenized portion + term = term.substr(i + 1) || ''; + i = 0; + } + + return { + term: term + }; + }; + + return Tokenizer; +}); + +S2.define('select2/data/minimumInputLength',[ + +], function () { + function MinimumInputLength (decorated, $e, options) { + this.minimumInputLength = options.get('minimumInputLength'); + + decorated.call(this, $e, options); + } + + MinimumInputLength.prototype.query = function (decorated, params, callback) { + params.term = params.term || ''; + + if (params.term.length < this.minimumInputLength) { + this.trigger('results:message', { + message: 'inputTooShort', + args: { + minimum: this.minimumInputLength, + input: params.term, + params: params + } + }); + + return; + } + + decorated.call(this, params, callback); + }; + + return MinimumInputLength; +}); + +S2.define('select2/data/maximumInputLength',[ + +], function () { + function MaximumInputLength (decorated, $e, options) { + this.maximumInputLength = options.get('maximumInputLength'); + + decorated.call(this, $e, options); + } + + MaximumInputLength.prototype.query = function (decorated, params, callback) { + params.term = params.term || ''; + + if (this.maximumInputLength > 0 && + params.term.length > this.maximumInputLength) { + this.trigger('results:message', { + message: 'inputTooLong', + args: { + maximum: this.maximumInputLength, + input: params.term, + params: params + } + }); + + return; + } + + decorated.call(this, params, callback); + }; + + return MaximumInputLength; +}); + +S2.define('select2/data/maximumSelectionLength',[ + +], function (){ + function MaximumSelectionLength (decorated, $e, options) { + this.maximumSelectionLength = options.get('maximumSelectionLength'); + + decorated.call(this, $e, options); + } + + MaximumSelectionLength.prototype.query = + function (decorated, params, callback) { + var self = this; + + this.current(function (currentData) { + var count = currentData != null ? currentData.length : 0; + if (self.maximumSelectionLength > 0 && + count >= self.maximumSelectionLength) { + self.trigger('results:message', { + message: 'maximumSelected', + args: { + maximum: self.maximumSelectionLength + } + }); + return; + } + decorated.call(self, params, callback); + }); + }; + + return MaximumSelectionLength; +}); + +S2.define('select2/dropdown',[ + 'jquery', + './utils' +], function ($, Utils) { + function Dropdown ($element, options) { + this.$element = $element; + this.options = options; + + Dropdown.__super__.constructor.call(this); + } + + Utils.Extend(Dropdown, Utils.Observable); + + Dropdown.prototype.render = function () { + var $dropdown = $( + '' + + '' + + '' + ); + + $dropdown.attr('dir', this.options.get('dir')); + + this.$dropdown = $dropdown; + + return $dropdown; + }; + + Dropdown.prototype.bind = function () { + // Should be implemented in subclasses + }; + + Dropdown.prototype.position = function ($dropdown, $container) { + // Should be implmented in subclasses + }; + + Dropdown.prototype.destroy = function () { + // Remove the dropdown from the DOM + this.$dropdown.remove(); + }; + + return Dropdown; +}); + +S2.define('select2/dropdown/search',[ + 'jquery', + '../utils' +], function ($, Utils) { + function Search () { } + + Search.prototype.render = function (decorated) { + var $rendered = decorated.call(this); + + var $search = $( + '' + + '' + + '' + ); + + this.$searchContainer = $search; + this.$search = $search.find('input'); + + $rendered.prepend($search); + + return $rendered; + }; + + Search.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + this.$search.on('keydown', function (evt) { + self.trigger('keypress', evt); + + self._keyUpPrevented = evt.isDefaultPrevented(); + }); + + // Workaround for browsers which do not support the `input` event + // This will prevent double-triggering of events for browsers which support + // both the `keyup` and `input` events. + this.$search.on('input', function (evt) { + // Unbind the duplicated `keyup` event + $(this).off('keyup'); + }); + + this.$search.on('keyup input', function (evt) { + self.handleSearch(evt); + }); + + container.on('open', function () { + self.$search.attr('tabindex', 0); + + self.$search.focus(); + + window.setTimeout(function () { + self.$search.focus(); + }, 0); + }); + + container.on('close', function () { + self.$search.attr('tabindex', -1); + + self.$search.val(''); + }); + + container.on('focus', function () { + if (container.isOpen()) { + self.$search.focus(); + } + }); + + container.on('results:all', function (params) { + if (params.query.term == null || params.query.term === '') { + var showSearch = self.showSearch(params); + + if (showSearch) { + self.$searchContainer.removeClass('select2-search--hide'); + } else { + self.$searchContainer.addClass('select2-search--hide'); + } + } + }); + }; + + Search.prototype.handleSearch = function (evt) { + if (!this._keyUpPrevented) { + var input = this.$search.val(); + + this.trigger('query', { + term: input + }); + } + + this._keyUpPrevented = false; + }; + + Search.prototype.showSearch = function (_, params) { + return true; + }; + + return Search; +}); + +S2.define('select2/dropdown/hidePlaceholder',[ + +], function () { + function HidePlaceholder (decorated, $element, options, dataAdapter) { + this.placeholder = this.normalizePlaceholder(options.get('placeholder')); + + decorated.call(this, $element, options, dataAdapter); + } + + HidePlaceholder.prototype.append = function (decorated, data) { + data.results = this.removePlaceholder(data.results); + + decorated.call(this, data); + }; + + HidePlaceholder.prototype.normalizePlaceholder = function (_, placeholder) { + if (typeof placeholder === 'string') { + placeholder = { + id: '', + text: placeholder + }; + } + + return placeholder; + }; + + HidePlaceholder.prototype.removePlaceholder = function (_, data) { + var modifiedData = data.slice(0); + + for (var d = data.length - 1; d >= 0; d--) { + var item = data[d]; + + if (this.placeholder.id === item.id) { + modifiedData.splice(d, 1); + } + } + + return modifiedData; + }; + + return HidePlaceholder; +}); + +S2.define('select2/dropdown/infiniteScroll',[ + 'jquery' +], function ($) { + function InfiniteScroll (decorated, $element, options, dataAdapter) { + this.lastParams = {}; + + decorated.call(this, $element, options, dataAdapter); + + this.$loadingMore = this.createLoadingMore(); + this.loading = false; + } + + InfiniteScroll.prototype.append = function (decorated, data) { + this.$loadingMore.remove(); + this.loading = false; + + decorated.call(this, data); + + if (this.showLoadingMore(data)) { + this.$results.append(this.$loadingMore); + } + }; + + InfiniteScroll.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('query', function (params) { + self.lastParams = params; + self.loading = true; + }); + + container.on('query:append', function (params) { + self.lastParams = params; + self.loading = true; + }); + + this.$results.on('scroll', function () { + var isLoadMoreVisible = $.contains( + document.documentElement, + self.$loadingMore[0] + ); + + if (self.loading || !isLoadMoreVisible) { + return; + } + + var currentOffset = self.$results.offset().top + + self.$results.outerHeight(false); + var loadingMoreOffset = self.$loadingMore.offset().top + + self.$loadingMore.outerHeight(false); + + if (currentOffset + 50 >= loadingMoreOffset) { + self.loadMore(); + } + }); + }; + + InfiniteScroll.prototype.loadMore = function () { + this.loading = true; + + var params = $.extend({}, {page: 1}, this.lastParams); + + params.page++; + + this.trigger('query:append', params); + }; + + InfiniteScroll.prototype.showLoadingMore = function (_, data) { + return data.pagination && data.pagination.more; + }; + + InfiniteScroll.prototype.createLoadingMore = function () { + var $option = $( + '
      • ' + ); + + var message = this.options.get('translations').get('loadingMore'); + + $option.html(message(this.lastParams)); + + return $option; + }; + + return InfiniteScroll; +}); + +S2.define('select2/dropdown/attachBody',[ + 'jquery', + '../utils' +], function ($, Utils) { + function AttachBody (decorated, $element, options) { + this.$dropdownParent = options.get('dropdownParent') || $(document.body); + + decorated.call(this, $element, options); + } + + AttachBody.prototype.bind = function (decorated, container, $container) { + var self = this; + + var setupResultsEvents = false; + + decorated.call(this, container, $container); + + container.on('open', function () { + self._showDropdown(); + self._attachPositioningHandler(container); + + if (!setupResultsEvents) { + setupResultsEvents = true; + + container.on('results:all', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + + container.on('results:append', function () { + self._positionDropdown(); + self._resizeDropdown(); + }); + } + }); + + container.on('close', function () { + self._hideDropdown(); + self._detachPositioningHandler(container); + }); + + this.$dropdownContainer.on('mousedown', function (evt) { + evt.stopPropagation(); + }); + }; + + AttachBody.prototype.destroy = function (decorated) { + decorated.call(this); + + this.$dropdownContainer.remove(); + }; + + AttachBody.prototype.position = function (decorated, $dropdown, $container) { + // Clone all of the container classes + $dropdown.attr('class', $container.attr('class')); + + $dropdown.removeClass('select2'); + $dropdown.addClass('select2-container--open'); + + $dropdown.css({ + position: 'absolute', + top: -999999 + }); + + this.$container = $container; + }; + + AttachBody.prototype.render = function (decorated) { + var $container = $(''); + + var $dropdown = decorated.call(this); + $container.append($dropdown); + + this.$dropdownContainer = $container; + + return $container; + }; + + AttachBody.prototype._hideDropdown = function (decorated) { + this.$dropdownContainer.detach(); + }; + + AttachBody.prototype._attachPositioningHandler = + function (decorated, container) { + var self = this; + + var scrollEvent = 'scroll.select2.' + container.id; + var resizeEvent = 'resize.select2.' + container.id; + var orientationEvent = 'orientationchange.select2.' + container.id; + + var $watchers = this.$container.parents().filter(Utils.hasScroll); + $watchers.each(function () { + $(this).data('select2-scroll-position', { + x: $(this).scrollLeft(), + y: $(this).scrollTop() + }); + }); + + $watchers.on(scrollEvent, function (ev) { + var position = $(this).data('select2-scroll-position'); + $(this).scrollTop(position.y); + }); + + $(window).on(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent, + function (e) { + self._positionDropdown(); + self._resizeDropdown(); + }); + }; + + AttachBody.prototype._detachPositioningHandler = + function (decorated, container) { + var scrollEvent = 'scroll.select2.' + container.id; + var resizeEvent = 'resize.select2.' + container.id; + var orientationEvent = 'orientationchange.select2.' + container.id; + + var $watchers = this.$container.parents().filter(Utils.hasScroll); + $watchers.off(scrollEvent); + + $(window).off(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent); + }; + + AttachBody.prototype._positionDropdown = function () { + var $window = $(window); + + var isCurrentlyAbove = this.$dropdown.hasClass('select2-dropdown--above'); + var isCurrentlyBelow = this.$dropdown.hasClass('select2-dropdown--below'); + + var newDirection = null; + + var offset = this.$container.offset(); + + offset.bottom = offset.top + this.$container.outerHeight(false); + + var container = { + height: this.$container.outerHeight(false) + }; + + container.top = offset.top; + container.bottom = offset.top + container.height; + + var dropdown = { + height: this.$dropdown.outerHeight(false) + }; + + var viewport = { + top: $window.scrollTop(), + bottom: $window.scrollTop() + $window.height() + }; + + var enoughRoomAbove = viewport.top < (offset.top - dropdown.height); + var enoughRoomBelow = viewport.bottom > (offset.bottom + dropdown.height); + + var css = { + left: offset.left, + top: container.bottom + }; + + // Determine what the parent element is to use for calciulating the offset + var $offsetParent = this.$dropdownParent; + + // For statically positoned elements, we need to get the element + // that is determining the offset + if ($offsetParent.css('position') === 'static') { + $offsetParent = $offsetParent.offsetParent(); + } + + var parentOffset = $offsetParent.offset(); + + css.top -= parentOffset.top; + css.left -= parentOffset.left; + + if (!isCurrentlyAbove && !isCurrentlyBelow) { + newDirection = 'below'; + } + + if (!enoughRoomBelow && enoughRoomAbove && !isCurrentlyAbove) { + newDirection = 'above'; + } else if (!enoughRoomAbove && enoughRoomBelow && isCurrentlyAbove) { + newDirection = 'below'; + } + + if (newDirection == 'above' || + (isCurrentlyAbove && newDirection !== 'below')) { + css.top = container.top - parentOffset.top - dropdown.height; + } + + if (newDirection != null) { + this.$dropdown + .removeClass('select2-dropdown--below select2-dropdown--above') + .addClass('select2-dropdown--' + newDirection); + this.$container + .removeClass('select2-container--below select2-container--above') + .addClass('select2-container--' + newDirection); + } + + this.$dropdownContainer.css(css); + }; + + AttachBody.prototype._resizeDropdown = function () { + var css = { + width: this.$container.outerWidth(false) + 'px' + }; + + if (this.options.get('dropdownAutoWidth')) { + css.minWidth = css.width; + css.position = 'relative'; + css.width = 'auto'; + } + + this.$dropdown.css(css); + }; + + AttachBody.prototype._showDropdown = function (decorated) { + this.$dropdownContainer.appendTo(this.$dropdownParent); + + this._positionDropdown(); + this._resizeDropdown(); + }; + + return AttachBody; +}); + +S2.define('select2/dropdown/minimumResultsForSearch',[ + +], function () { + function countResults (data) { + var count = 0; + + for (var d = 0; d < data.length; d++) { + var item = data[d]; + + if (item.children) { + count += countResults(item.children); + } else { + count++; + } + } + + return count; + } + + function MinimumResultsForSearch (decorated, $element, options, dataAdapter) { + this.minimumResultsForSearch = options.get('minimumResultsForSearch'); + + if (this.minimumResultsForSearch < 0) { + this.minimumResultsForSearch = Infinity; + } + + decorated.call(this, $element, options, dataAdapter); + } + + MinimumResultsForSearch.prototype.showSearch = function (decorated, params) { + if (countResults(params.data.results) < this.minimumResultsForSearch) { + return false; + } + + return decorated.call(this, params); + }; + + return MinimumResultsForSearch; +}); + +S2.define('select2/dropdown/selectOnClose',[ + +], function () { + function SelectOnClose () { } + + SelectOnClose.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('close', function (params) { + self._handleSelectOnClose(params); + }); + }; + + SelectOnClose.prototype._handleSelectOnClose = function (_, params) { + if (params && params.originalSelect2Event != null) { + var event = params.originalSelect2Event; + + // Don't select an item if the close event was triggered from a select or + // unselect event + if (event._type === 'select' || event._type === 'unselect') { + return; + } + } + + var $highlightedResults = this.getHighlightedResults(); + + // Only select highlighted results + if ($highlightedResults.length < 1) { + return; + } + + var data = $highlightedResults.data('data'); + + // Don't re-select already selected resulte + if ( + (data.element != null && data.element.selected) || + (data.element == null && data.selected) + ) { + return; + } + + this.trigger('select', { + data: data + }); + }; + + return SelectOnClose; +}); + +S2.define('select2/dropdown/closeOnSelect',[ + +], function () { + function CloseOnSelect () { } + + CloseOnSelect.prototype.bind = function (decorated, container, $container) { + var self = this; + + decorated.call(this, container, $container); + + container.on('select', function (evt) { + self._selectTriggered(evt); + }); + + container.on('unselect', function (evt) { + self._selectTriggered(evt); + }); + }; + + CloseOnSelect.prototype._selectTriggered = function (_, evt) { + var originalEvent = evt.originalEvent; + + // Don't close if the control key is being held + if (originalEvent && originalEvent.ctrlKey) { + return; + } + + this.trigger('close', { + originalEvent: originalEvent, + originalSelect2Event: evt + }); + }; + + return CloseOnSelect; +}); + +S2.define('select2/i18n/en',[],function () { + // English + return { + errorLoading: function () { + return 'The results could not be loaded.'; + }, + inputTooLong: function (args) { + var overChars = args.input.length - args.maximum; + + var message = 'Please delete ' + overChars + ' character'; + + if (overChars != 1) { + message += 's'; + } + + return message; + }, + inputTooShort: function (args) { + var remainingChars = args.minimum - args.input.length; + + var message = 'Please enter ' + remainingChars + ' or more characters'; + + return message; + }, + loadingMore: function () { + return 'Loading more results…'; + }, + maximumSelected: function (args) { + var message = 'You can only select ' + args.maximum + ' item'; + + if (args.maximum != 1) { + message += 's'; + } + + return message; + }, + noResults: function () { + return 'No results found'; + }, + searching: function () { + return 'Searching…'; + } + }; +}); + +S2.define('select2/defaults',[ + 'jquery', + 'require', + + './results', + + './selection/single', + './selection/multiple', + './selection/placeholder', + './selection/allowClear', + './selection/search', + './selection/eventRelay', + + './utils', + './translation', + './diacritics', + + './data/select', + './data/array', + './data/ajax', + './data/tags', + './data/tokenizer', + './data/minimumInputLength', + './data/maximumInputLength', + './data/maximumSelectionLength', + + './dropdown', + './dropdown/search', + './dropdown/hidePlaceholder', + './dropdown/infiniteScroll', + './dropdown/attachBody', + './dropdown/minimumResultsForSearch', + './dropdown/selectOnClose', + './dropdown/closeOnSelect', + + './i18n/en' +], function ($, require, + + ResultsList, + + SingleSelection, MultipleSelection, Placeholder, AllowClear, + SelectionSearch, EventRelay, + + Utils, Translation, DIACRITICS, + + SelectData, ArrayData, AjaxData, Tags, Tokenizer, + MinimumInputLength, MaximumInputLength, MaximumSelectionLength, + + Dropdown, DropdownSearch, HidePlaceholder, InfiniteScroll, + AttachBody, MinimumResultsForSearch, SelectOnClose, CloseOnSelect, + + EnglishTranslation) { + function Defaults () { + this.reset(); + } + + Defaults.prototype.apply = function (options) { + options = $.extend(true, {}, this.defaults, options); + + if (options.dataAdapter == null) { + if (options.ajax != null) { + options.dataAdapter = AjaxData; + } else if (options.data != null) { + options.dataAdapter = ArrayData; + } else { + options.dataAdapter = SelectData; + } + + if (options.minimumInputLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MinimumInputLength + ); + } + + if (options.maximumInputLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MaximumInputLength + ); + } + + if (options.maximumSelectionLength > 0) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + MaximumSelectionLength + ); + } + + if (options.tags) { + options.dataAdapter = Utils.Decorate(options.dataAdapter, Tags); + } + + if (options.tokenSeparators != null || options.tokenizer != null) { + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + Tokenizer + ); + } + + if (options.query != null) { + var Query = require(options.amdBase + 'compat/query'); + + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + Query + ); + } + + if (options.initSelection != null) { + var InitSelection = require(options.amdBase + 'compat/initSelection'); + + options.dataAdapter = Utils.Decorate( + options.dataAdapter, + InitSelection + ); + } + } + + if (options.resultsAdapter == null) { + options.resultsAdapter = ResultsList; + + if (options.ajax != null) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + InfiniteScroll + ); + } + + if (options.placeholder != null) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + HidePlaceholder + ); + } + + if (options.selectOnClose) { + options.resultsAdapter = Utils.Decorate( + options.resultsAdapter, + SelectOnClose + ); + } + } + + if (options.dropdownAdapter == null) { + if (options.multiple) { + options.dropdownAdapter = Dropdown; + } else { + var SearchableDropdown = Utils.Decorate(Dropdown, DropdownSearch); + + options.dropdownAdapter = SearchableDropdown; + } + + if (options.minimumResultsForSearch !== 0) { + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + MinimumResultsForSearch + ); + } + + if (options.closeOnSelect) { + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + CloseOnSelect + ); + } + + if ( + options.dropdownCssClass != null || + options.dropdownCss != null || + options.adaptDropdownCssClass != null + ) { + var DropdownCSS = require(options.amdBase + 'compat/dropdownCss'); + + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + DropdownCSS + ); + } + + options.dropdownAdapter = Utils.Decorate( + options.dropdownAdapter, + AttachBody + ); + } + + if (options.selectionAdapter == null) { + if (options.multiple) { + options.selectionAdapter = MultipleSelection; + } else { + options.selectionAdapter = SingleSelection; + } + + // Add the placeholder mixin if a placeholder was specified + if (options.placeholder != null) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + Placeholder + ); + } + + if (options.allowClear) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + AllowClear + ); + } + + if (options.multiple) { + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + SelectionSearch + ); + } + + if ( + options.containerCssClass != null || + options.containerCss != null || + options.adaptContainerCssClass != null + ) { + var ContainerCSS = require(options.amdBase + 'compat/containerCss'); + + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + ContainerCSS + ); + } + + options.selectionAdapter = Utils.Decorate( + options.selectionAdapter, + EventRelay + ); + } + + if (typeof options.language === 'string') { + // Check if the language is specified with a region + if (options.language.indexOf('-') > 0) { + // Extract the region information if it is included + var languageParts = options.language.split('-'); + var baseLanguage = languageParts[0]; + + options.language = [options.language, baseLanguage]; + } else { + options.language = [options.language]; + } + } + + if ($.isArray(options.language)) { + var languages = new Translation(); + options.language.push('en'); + + var languageNames = options.language; + + for (var l = 0; l < languageNames.length; l++) { + var name = languageNames[l]; + var language = {}; + + try { + // Try to load it with the original name + language = Translation.loadPath(name); + } catch (e) { + try { + // If we couldn't load it, check if it wasn't the full path + name = this.defaults.amdLanguageBase + name; + language = Translation.loadPath(name); + } catch (ex) { + // The translation could not be loaded at all. Sometimes this is + // because of a configuration problem, other times this can be + // because of how Select2 helps load all possible translation files. + if (options.debug && window.console && console.warn) { + console.warn( + 'Select2: The language file for "' + name + '" could not be ' + + 'automatically loaded. A fallback will be used instead.' + ); + } + + continue; + } + } + + languages.extend(language); + } + + options.translations = languages; + } else { + var baseTranslation = Translation.loadPath( + this.defaults.amdLanguageBase + 'en' + ); + var customTranslation = new Translation(options.language); + + customTranslation.extend(baseTranslation); + + options.translations = customTranslation; + } + + return options; + }; + + Defaults.prototype.reset = function () { + function stripDiacritics (text) { + // Used 'uni range + named function' from http://jsperf.com/diacritics/18 + function match(a) { + return DIACRITICS[a] || a; + } + + return text.replace(/[^\u0000-\u007E]/g, match); + } + + function matcher (params, data) { + // Always return the object if there is nothing to compare + if ($.trim(params.term) === '') { + return data; + } + + // Do a recursive check for options with children + if (data.children && data.children.length > 0) { + // Clone the data object if there are children + // This is required as we modify the object to remove any non-matches + var match = $.extend(true, {}, data); + + // Check each child of the option + for (var c = data.children.length - 1; c >= 0; c--) { + var child = data.children[c]; + + var matches = matcher(params, child); + + // If there wasn't a match, remove the object in the array + if (matches == null) { + match.children.splice(c, 1); + } + } + + // If any children matched, return the new object + if (match.children.length > 0) { + return match; + } + + // If there were no matching children, check just the plain object + return matcher(params, match); + } + + var original = stripDiacritics(data.text).toUpperCase(); + var term = stripDiacritics(params.term).toUpperCase(); + + // Check if the text contains the term + if (original.indexOf(term) > -1) { + return data; + } + + // If it doesn't contain the term, don't return anything + return null; + } + + this.defaults = { + amdBase: './', + amdLanguageBase: './i18n/', + closeOnSelect: true, + debug: false, + dropdownAutoWidth: false, + escapeMarkup: Utils.escapeMarkup, + language: EnglishTranslation, + matcher: matcher, + minimumInputLength: 0, + maximumInputLength: 0, + maximumSelectionLength: 0, + minimumResultsForSearch: 0, + selectOnClose: false, + sorter: function (data) { + return data; + }, + templateResult: function (result) { + return result.text; + }, + templateSelection: function (selection) { + return selection.text; + }, + theme: 'default', + width: 'resolve' + }; + }; + + Defaults.prototype.set = function (key, value) { + var camelKey = $.camelCase(key); + + var data = {}; + data[camelKey] = value; + + var convertedData = Utils._convertData(data); + + $.extend(this.defaults, convertedData); + }; + + var defaults = new Defaults(); + + return defaults; +}); + +S2.define('select2/options',[ + 'require', + 'jquery', + './defaults', + './utils' +], function (require, $, Defaults, Utils) { + function Options (options, $element) { + this.options = options; + + if ($element != null) { + this.fromElement($element); + } + + this.options = Defaults.apply(this.options); + + if ($element && $element.is('input')) { + var InputCompat = require(this.get('amdBase') + 'compat/inputData'); + + this.options.dataAdapter = Utils.Decorate( + this.options.dataAdapter, + InputCompat + ); + } + } + + Options.prototype.fromElement = function ($e) { + var excludedData = ['select2']; + + if (this.options.multiple == null) { + this.options.multiple = $e.prop('multiple'); + } + + if (this.options.disabled == null) { + this.options.disabled = $e.prop('disabled'); + } + + if (this.options.language == null) { + if ($e.prop('lang')) { + this.options.language = $e.prop('lang').toLowerCase(); + } else if ($e.closest('[lang]').prop('lang')) { + this.options.language = $e.closest('[lang]').prop('lang'); + } + } + + if (this.options.dir == null) { + if ($e.prop('dir')) { + this.options.dir = $e.prop('dir'); + } else if ($e.closest('[dir]').prop('dir')) { + this.options.dir = $e.closest('[dir]').prop('dir'); + } else { + this.options.dir = 'ltr'; + } + } + + $e.prop('disabled', this.options.disabled); + $e.prop('multiple', this.options.multiple); + + if ($e.data('select2Tags')) { + if (this.options.debug && window.console && console.warn) { + console.warn( + 'Select2: The `data-select2-tags` attribute has been changed to ' + + 'use the `data-data` and `data-tags="true"` attributes and will be ' + + 'removed in future versions of Select2.' + ); + } + + $e.data('data', $e.data('select2Tags')); + $e.data('tags', true); + } + + if ($e.data('ajaxUrl')) { + if (this.options.debug && window.console && console.warn) { + console.warn( + 'Select2: The `data-ajax-url` attribute has been changed to ' + + '`data-ajax--url` and support for the old attribute will be removed' + + ' in future versions of Select2.' + ); + } + + $e.attr('ajax--url', $e.data('ajaxUrl')); + $e.data('ajax--url', $e.data('ajaxUrl')); + } + + var dataset = {}; + + // Prefer the element's `dataset` attribute if it exists + // jQuery 1.x does not correctly handle data attributes with multiple dashes + if ($.fn.jquery && $.fn.jquery.substr(0, 2) == '1.' && $e[0].dataset) { + dataset = $.extend(true, {}, $e[0].dataset, $e.data()); + } else { + dataset = $e.data(); + } + + var data = $.extend(true, {}, dataset); + + data = Utils._convertData(data); + + for (var key in data) { + if ($.inArray(key, excludedData) > -1) { + continue; + } + + if ($.isPlainObject(this.options[key])) { + $.extend(this.options[key], data[key]); + } else { + this.options[key] = data[key]; + } + } + + return this; + }; + + Options.prototype.get = function (key) { + return this.options[key]; + }; + + Options.prototype.set = function (key, val) { + this.options[key] = val; + }; + + return Options; +}); + +S2.define('select2/core',[ + 'jquery', + './options', + './utils', + './keys' +], function ($, Options, Utils, KEYS) { + var Select2 = function ($element, options) { + if ($element.data('select2') != null) { + $element.data('select2').destroy(); + } + + this.$element = $element; + + this.id = this._generateId($element); + + options = options || {}; + + this.options = new Options(options, $element); + + Select2.__super__.constructor.call(this); + + // Set up the tabindex + + var tabindex = $element.attr('tabindex') || 0; + $element.data('old-tabindex', tabindex); + $element.attr('tabindex', '-1'); + + // Set up containers and adapters + + var DataAdapter = this.options.get('dataAdapter'); + this.dataAdapter = new DataAdapter($element, this.options); + + var $container = this.render(); + + this._placeContainer($container); + + var SelectionAdapter = this.options.get('selectionAdapter'); + this.selection = new SelectionAdapter($element, this.options); + this.$selection = this.selection.render(); + + this.selection.position(this.$selection, $container); + + var DropdownAdapter = this.options.get('dropdownAdapter'); + this.dropdown = new DropdownAdapter($element, this.options); + this.$dropdown = this.dropdown.render(); + + this.dropdown.position(this.$dropdown, $container); + + var ResultsAdapter = this.options.get('resultsAdapter'); + this.results = new ResultsAdapter($element, this.options, this.dataAdapter); + this.$results = this.results.render(); + + this.results.position(this.$results, this.$dropdown); + + // Bind events + + var self = this; + + // Bind the container to all of the adapters + this._bindAdapters(); + + // Register any DOM event handlers + this._registerDomEvents(); + + // Register any internal event handlers + this._registerDataEvents(); + this._registerSelectionEvents(); + this._registerDropdownEvents(); + this._registerResultsEvents(); + this._registerEvents(); + + // Set the initial state + this.dataAdapter.current(function (initialData) { + self.trigger('selection:update', { + data: initialData + }); + }); + + // Hide the original select + $element.addClass('select2-hidden-accessible'); + $element.attr('aria-hidden', 'true'); + + // Synchronize any monitored attributes + this._syncAttributes(); + + $element.data('select2', this); + }; + + Utils.Extend(Select2, Utils.Observable); + + Select2.prototype._generateId = function ($element) { + var id = ''; + + if ($element.attr('id') != null) { + id = $element.attr('id'); + } else if ($element.attr('name') != null) { + id = $element.attr('name') + '-' + Utils.generateChars(2); + } else { + id = Utils.generateChars(4); + } + + id = id.replace(/(:|\.|\[|\]|,)/g, ''); + id = 'select2-' + id; + + return id; + }; + + Select2.prototype._placeContainer = function ($container) { + $container.insertAfter(this.$element); + + var width = this._resolveWidth(this.$element, this.options.get('width')); + + if (width != null) { + $container.css('width', width); + } + }; + + Select2.prototype._resolveWidth = function ($element, method) { + var WIDTH = /^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i; + + if (method == 'resolve') { + var styleWidth = this._resolveWidth($element, 'style'); + + if (styleWidth != null) { + return styleWidth; + } + + return this._resolveWidth($element, 'element'); + } + + if (method == 'element') { + var elementWidth = $element.outerWidth(false); + + if (elementWidth <= 0) { + return 'auto'; + } + + return elementWidth + 'px'; + } + + if (method == 'style') { + var style = $element.attr('style'); + + if (typeof(style) !== 'string') { + return null; + } + + var attrs = style.split(';'); + + for (var i = 0, l = attrs.length; i < l; i = i + 1) { + var attr = attrs[i].replace(/\s/g, ''); + var matches = attr.match(WIDTH); + + if (matches !== null && matches.length >= 1) { + return matches[1]; + } + } + + return null; + } + + return method; + }; + + Select2.prototype._bindAdapters = function () { + this.dataAdapter.bind(this, this.$container); + this.selection.bind(this, this.$container); + + this.dropdown.bind(this, this.$container); + this.results.bind(this, this.$container); + }; + + Select2.prototype._registerDomEvents = function () { + var self = this; + + this.$element.on('change.select2', function () { + self.dataAdapter.current(function (data) { + self.trigger('selection:update', { + data: data + }); + }); + }); + + this.$element.on('focus.select2', function (evt) { + self.trigger('focus', evt); + }); + + this._syncA = Utils.bind(this._syncAttributes, this); + this._syncS = Utils.bind(this._syncSubtree, this); + + if (this.$element[0].attachEvent) { + this.$element[0].attachEvent('onpropertychange', this._syncA); + } + + var observer = window.MutationObserver || + window.WebKitMutationObserver || + window.MozMutationObserver + ; + + if (observer != null) { + this._observer = new observer(function (mutations) { + $.each(mutations, self._syncA); + $.each(mutations, self._syncS); + }); + this._observer.observe(this.$element[0], { + attributes: true, + childList: true, + subtree: false + }); + } else if (this.$element[0].addEventListener) { + this.$element[0].addEventListener( + 'DOMAttrModified', + self._syncA, + false + ); + this.$element[0].addEventListener( + 'DOMNodeInserted', + self._syncS, + false + ); + this.$element[0].addEventListener( + 'DOMNodeRemoved', + self._syncS, + false + ); + } + }; + + Select2.prototype._registerDataEvents = function () { + var self = this; + + this.dataAdapter.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerSelectionEvents = function () { + var self = this; + var nonRelayEvents = ['toggle', 'focus']; + + this.selection.on('toggle', function () { + self.toggleDropdown(); + }); + + this.selection.on('focus', function (params) { + self.focus(params); + }); + + this.selection.on('*', function (name, params) { + if ($.inArray(name, nonRelayEvents) !== -1) { + return; + } + + self.trigger(name, params); + }); + }; + + Select2.prototype._registerDropdownEvents = function () { + var self = this; + + this.dropdown.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerResultsEvents = function () { + var self = this; + + this.results.on('*', function (name, params) { + self.trigger(name, params); + }); + }; + + Select2.prototype._registerEvents = function () { + var self = this; + + this.on('open', function () { + self.$container.addClass('select2-container--open'); + }); + + this.on('close', function () { + self.$container.removeClass('select2-container--open'); + }); + + this.on('enable', function () { + self.$container.removeClass('select2-container--disabled'); + }); + + this.on('disable', function () { + self.$container.addClass('select2-container--disabled'); + }); + + this.on('blur', function () { + self.$container.removeClass('select2-container--focus'); + }); + + this.on('query', function (params) { + if (!self.isOpen()) { + self.trigger('open', {}); + } + + this.dataAdapter.query(params, function (data) { + self.trigger('results:all', { + data: data, + query: params + }); + }); + }); + + this.on('query:append', function (params) { + this.dataAdapter.query(params, function (data) { + self.trigger('results:append', { + data: data, + query: params + }); + }); + }); + + this.on('keypress', function (evt) { + var key = evt.which; + + if (self.isOpen()) { + if (key === KEYS.ESC || key === KEYS.TAB || + (key === KEYS.UP && evt.altKey)) { + self.close(); + + evt.preventDefault(); + } else if (key === KEYS.ENTER) { + self.trigger('results:select', {}); + + evt.preventDefault(); + } else if ((key === KEYS.SPACE && evt.ctrlKey)) { + self.trigger('results:toggle', {}); + + evt.preventDefault(); + } else if (key === KEYS.UP) { + self.trigger('results:previous', {}); + + evt.preventDefault(); + } else if (key === KEYS.DOWN) { + self.trigger('results:next', {}); + + evt.preventDefault(); + } + } else { + if (key === KEYS.ENTER || key === KEYS.SPACE || + (key === KEYS.DOWN && evt.altKey)) { + self.open(); + + evt.preventDefault(); + } + } + }); + }; + + Select2.prototype._syncAttributes = function () { + this.options.set('disabled', this.$element.prop('disabled')); + + if (this.options.get('disabled')) { + if (this.isOpen()) { + this.close(); + } + + this.trigger('disable', {}); + } else { + this.trigger('enable', {}); + } + }; + + Select2.prototype._syncSubtree = function (evt, mutations) { + var changed = false; + var self = this; + + // Ignore any mutation events raised for elements that aren't options or + // optgroups. This handles the case when the select element is destroyed + if ( + evt && evt.target && ( + evt.target.nodeName !== 'OPTION' && evt.target.nodeName !== 'OPTGROUP' + ) + ) { + return; + } + + if (!mutations) { + // If mutation events aren't supported, then we can only assume that the + // change affected the selections + changed = true; + } else if (mutations.addedNodes && mutations.addedNodes.length > 0) { + for (var n = 0; n < mutations.addedNodes.length; n++) { + var node = mutations.addedNodes[n]; + + if (node.selected) { + changed = true; + } + } + } else if (mutations.removedNodes && mutations.removedNodes.length > 0) { + changed = true; + } + + // Only re-pull the data if we think there is a change + if (changed) { + this.dataAdapter.current(function (currentData) { + self.trigger('selection:update', { + data: currentData + }); + }); + } + }; + + /** + * Override the trigger method to automatically trigger pre-events when + * there are events that can be prevented. + */ + Select2.prototype.trigger = function (name, args) { + var actualTrigger = Select2.__super__.trigger; + var preTriggerMap = { + 'open': 'opening', + 'close': 'closing', + 'select': 'selecting', + 'unselect': 'unselecting' + }; + + if (args === undefined) { + args = {}; + } + + if (name in preTriggerMap) { + var preTriggerName = preTriggerMap[name]; + var preTriggerArgs = { + prevented: false, + name: name, + args: args + }; + + actualTrigger.call(this, preTriggerName, preTriggerArgs); + + if (preTriggerArgs.prevented) { + args.prevented = true; + + return; + } + } + + actualTrigger.call(this, name, args); + }; + + Select2.prototype.toggleDropdown = function () { + if (this.options.get('disabled')) { + return; + } + + if (this.isOpen()) { + this.close(); + } else { + this.open(); + } + }; + + Select2.prototype.open = function () { + if (this.isOpen()) { + return; + } + + this.trigger('query', {}); + }; + + Select2.prototype.close = function () { + if (!this.isOpen()) { + return; + } + + this.trigger('close', {}); + }; + + Select2.prototype.isOpen = function () { + return this.$container.hasClass('select2-container--open'); + }; + + Select2.prototype.hasFocus = function () { + return this.$container.hasClass('select2-container--focus'); + }; + + Select2.prototype.focus = function (data) { + // No need to re-trigger focus events if we are already focused + if (this.hasFocus()) { + return; + } + + this.$container.addClass('select2-container--focus'); + this.trigger('focus', {}); + }; + + Select2.prototype.enable = function (args) { + if (this.options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `select2("enable")` method has been deprecated and will' + + ' be removed in later Select2 versions. Use $element.prop("disabled")' + + ' instead.' + ); + } + + if (args == null || args.length === 0) { + args = [true]; + } + + var disabled = !args[0]; + + this.$element.prop('disabled', disabled); + }; + + Select2.prototype.data = function () { + if (this.options.get('debug') && + arguments.length > 0 && window.console && console.warn) { + console.warn( + 'Select2: Data can no longer be set using `select2("data")`. You ' + + 'should consider setting the value instead using `$element.val()`.' + ); + } + + var data = []; + + this.dataAdapter.current(function (currentData) { + data = currentData; + }); + + return data; + }; + + Select2.prototype.val = function (args) { + if (this.options.get('debug') && window.console && console.warn) { + console.warn( + 'Select2: The `select2("val")` method has been deprecated and will be' + + ' removed in later Select2 versions. Use $element.val() instead.' + ); + } + + if (args == null || args.length === 0) { + return this.$element.val(); + } + + var newVal = args[0]; + + if ($.isArray(newVal)) { + newVal = $.map(newVal, function (obj) { + return obj.toString(); + }); + } + + this.$element.val(newVal).trigger('change'); + }; + + Select2.prototype.destroy = function () { + this.$container.remove(); + + if (this.$element[0].detachEvent) { + this.$element[0].detachEvent('onpropertychange', this._syncA); + } + + if (this._observer != null) { + this._observer.disconnect(); + this._observer = null; + } else if (this.$element[0].removeEventListener) { + this.$element[0] + .removeEventListener('DOMAttrModified', this._syncA, false); + this.$element[0] + .removeEventListener('DOMNodeInserted', this._syncS, false); + this.$element[0] + .removeEventListener('DOMNodeRemoved', this._syncS, false); + } + + this._syncA = null; + this._syncS = null; + + this.$element.off('.select2'); + this.$element.attr('tabindex', this.$element.data('old-tabindex')); + + this.$element.removeClass('select2-hidden-accessible'); + this.$element.attr('aria-hidden', 'false'); + this.$element.removeData('select2'); + + this.dataAdapter.destroy(); + this.selection.destroy(); + this.dropdown.destroy(); + this.results.destroy(); + + this.dataAdapter = null; + this.selection = null; + this.dropdown = null; + this.results = null; + }; + + Select2.prototype.render = function () { + var $container = $( + '' + + '' + + '' + + '' + ); + + $container.attr('dir', this.options.get('dir')); + + this.$container = $container; + + this.$container.addClass('select2-container--' + this.options.get('theme')); + + $container.data('element', this.$element); + + return $container; + }; + + return Select2; +}); + +S2.define('jquery-mousewheel',[ + 'jquery' +], function ($) { + // Used to shim jQuery.mousewheel for non-full builds. + return $; +}); + +S2.define('jquery.select2',[ + 'jquery', + 'jquery-mousewheel', + + './select2/core', + './select2/defaults' +], function ($, _, Select2, Defaults) { + if ($.fn.select2 == null) { + // All methods that should return the element + var thisMethods = ['open', 'close', 'destroy']; + + $.fn.select2 = function (options) { + options = options || {}; + + if (typeof options === 'object') { + this.each(function () { + var instanceOptions = $.extend(true, {}, options); + + var instance = new Select2($(this), instanceOptions); + }); + + return this; + } else if (typeof options === 'string') { + var ret; + var args = Array.prototype.slice.call(arguments, 1); + + this.each(function () { + var instance = $(this).data('select2'); + + if (instance == null && window.console && console.error) { + console.error( + 'The select2(\'' + options + '\') method was called on an ' + + 'element that is not using Select2.' + ); + } + + ret = instance[options].apply(instance, args); + }); + + // Check if we should be returning `this` + if ($.inArray(options, thisMethods) > -1) { + return this; + } + + return ret; + } else { + throw new Error('Invalid arguments for Select2: ' + options); + } + }; + } + + if ($.fn.select2.defaults == null) { + $.fn.select2.defaults = Defaults; + } + + return Select2; +}); + + // Return the AMD loader configuration so it can be used outside of this file + return { + define: S2.define, + require: S2.require + }; +}()); + + // Autoload the jQuery bindings + // We know that all of the modules exist above this, so we're safe + var select2 = S2.require('jquery.select2'); + + // Hold the AMD module references on the jQuery function that was just loaded + // This allows Select2 to use the internal loader outside of this file, such + // as in the language files. + jQuery.fn.select2.amd = S2; + + // Return the Select2 instance for anyone who is importing it. + return select2; +})); diff --git a/dana/third_party/select2/dist/js/select2.min.js b/dana/third_party/select2/dist/js/select2.min.js new file mode 100644 index 0000000000000000000000000000000000000000..43f0a651e6671ce47ad453a6d9b820366682afed --- /dev/null +++ b/dana/third_party/select2/dist/js/select2.min.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(a){var b=function(){if(a&&a.fn&&a.fn.select2&&a.fn.select2.amd)var b=a.fn.select2.amd;var b;return function(){if(!b||!b.requirejs){b?c=b:b={};var a,c,d;!function(b){function e(a,b){return u.call(a,b)}function f(a,b){var c,d,e,f,g,h,i,j,k,l,m,n=b&&b.split("/"),o=s.map,p=o&&o["*"]||{};if(a&&"."===a.charAt(0))if(b){for(a=a.split("/"),g=a.length-1,s.nodeIdCompat&&w.test(a[g])&&(a[g]=a[g].replace(w,"")),a=n.slice(0,n.length-1).concat(a),k=0;k0&&(a.splice(k-1,2),k-=2)}a=a.join("/")}else 0===a.indexOf("./")&&(a=a.substring(2));if((n||p)&&o){for(c=a.split("/"),k=c.length;k>0;k-=1){if(d=c.slice(0,k).join("/"),n)for(l=n.length;l>0;l-=1)if(e=o[n.slice(0,l).join("/")],e&&(e=e[d])){f=e,h=k;break}if(f)break;!i&&p&&p[d]&&(i=p[d],j=k)}!f&&i&&(f=i,h=j),f&&(c.splice(0,h,f),a=c.join("/"))}return a}function g(a,c){return function(){var d=v.call(arguments,0);return"string"!=typeof d[0]&&1===d.length&&d.push(null),n.apply(b,d.concat([a,c]))}}function h(a){return function(b){return f(b,a)}}function i(a){return function(b){q[a]=b}}function j(a){if(e(r,a)){var c=r[a];delete r[a],t[a]=!0,m.apply(b,c)}if(!e(q,a)&&!e(t,a))throw new Error("No "+a);return q[a]}function k(a){var b,c=a?a.indexOf("!"):-1;return c>-1&&(b=a.substring(0,c),a=a.substring(c+1,a.length)),[b,a]}function l(a){return function(){return s&&s.config&&s.config[a]||{}}}var m,n,o,p,q={},r={},s={},t={},u=Object.prototype.hasOwnProperty,v=[].slice,w=/\.js$/;o=function(a,b){var c,d=k(a),e=d[0];return a=d[1],e&&(e=f(e,b),c=j(e)),e?a=c&&c.normalize?c.normalize(a,h(b)):f(a,b):(a=f(a,b),d=k(a),e=d[0],a=d[1],e&&(c=j(e))),{f:e?e+"!"+a:a,n:a,pr:e,p:c}},p={require:function(a){return g(a)},exports:function(a){var b=q[a];return"undefined"!=typeof b?b:q[a]={}},module:function(a){return{id:a,uri:"",exports:q[a],config:l(a)}}},m=function(a,c,d,f){var h,k,l,m,n,s,u=[],v=typeof d;if(f=f||a,"undefined"===v||"function"===v){for(c=!c.length&&d.length?["require","exports","module"]:c,n=0;n0&&(b.call(arguments,a.prototype.constructor),e=c.prototype.constructor),e.apply(this,arguments)}function e(){this.constructor=d}var f=b(c),g=b(a);c.displayName=a.displayName,d.prototype=new e;for(var h=0;hc;c++)a[c].apply(this,b)},c.Observable=d,c.generateChars=function(a){for(var b="",c=0;a>c;c++){var d=Math.floor(36*Math.random());b+=d.toString(36)}return b},c.bind=function(a,b){return function(){a.apply(b,arguments)}},c._convertData=function(a){for(var b in a){var c=b.split("-"),d=a;if(1!==c.length){for(var e=0;e":">",'"':""","'":"'","/":"/"};return"string"!=typeof a?a:String(a).replace(/[&<>"'\/\\]/g,function(a){return b[a]})},c.appendMany=function(b,c){if("1.7"===a.fn.jquery.substr(0,3)){var d=a();a.map(c,function(a){d=d.add(a)}),c=d}b.append(c)},c}),b.define("select2/results",["jquery","./utils"],function(a,b){function c(a,b,d){this.$element=a,this.data=d,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('
          ');return this.options.get("multiple")&&b.attr("aria-multiselectable","true"),this.$results=b,b},c.prototype.clear=function(){this.$results.empty()},c.prototype.displayMessage=function(b){var c=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a('
        • '),e=this.options.get("translations").get(b.message);d.append(c(e(b.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c.prototype.append=function(a){this.hideLoading();var b=[];if(null==a.results||0===a.results.length)return void(0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"}));a.results=this.sort(a.results);for(var c=0;c0?b.first().trigger("mouseenter"):a.first().trigger("mouseenter"),this.ensureHighlightVisible()},c.prototype.setClasses=function(){var b=this;this.data.current(function(c){var d=a.map(c,function(a){return a.id.toString()}),e=b.$results.find(".select2-results__option[aria-selected]");e.each(function(){var b=a(this),c=a.data(this,"data"),e=""+c.id;null!=c.element&&c.element.selected||null==c.element&&a.inArray(e,d)>-1?b.attr("aria-selected","true"):b.attr("aria-selected","false")})})},c.prototype.showLoading=function(a){this.hideLoading();var b=this.options.get("translations").get("searching"),c={disabled:!0,loading:!0,text:b(a)},d=this.option(c);d.className+=" loading-results",this.$results.prepend(d)},c.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c.prototype.option=function(b){var c=document.createElement("li");c.className="select2-results__option";var d={role:"treeitem","aria-selected":"false"};b.disabled&&(delete d["aria-selected"],d["aria-disabled"]="true"),null==b.id&&delete d["aria-selected"],null!=b._resultId&&(c.id=b._resultId),b.title&&(c.title=b.title),b.children&&(d.role="group",d["aria-label"]=b.text,delete d["aria-selected"]);for(var e in d){var f=d[e];c.setAttribute(e,f)}if(b.children){var g=a(c),h=document.createElement("strong");h.className="select2-results__group";a(h);this.template(b,h);for(var i=[],j=0;j",{"class":"select2-results__options select2-results__options--nested"});m.append(i),g.append(h),g.append(m)}else this.template(b,c);return a.data(c,"data",b),c},c.prototype.bind=function(b,c){var d=this,e=b.id+"-results";this.$results.attr("id",e),b.on("results:all",function(a){d.clear(),d.append(a.data),b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("results:append",function(a){d.append(a.data),b.isOpen()&&d.setClasses()}),b.on("query",function(a){d.hideMessages(),d.showLoading(a)}),b.on("select",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("unselect",function(){b.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b.on("open",function(){d.$results.attr("aria-expanded","true"),d.$results.attr("aria-hidden","false"),d.setClasses(),d.ensureHighlightVisible()}),b.on("close",function(){d.$results.attr("aria-expanded","false"),d.$results.attr("aria-hidden","true"),d.$results.removeAttr("aria-activedescendant")}),b.on("results:toggle",function(){var a=d.getHighlightedResults();0!==a.length&&a.trigger("mouseup")}),b.on("results:select",function(){var a=d.getHighlightedResults();if(0!==a.length){var b=a.data("data");"true"==a.attr("aria-selected")?d.trigger("close",{}):d.trigger("select",{data:b})}}),b.on("results:previous",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a);if(0!==c){var e=c-1;0===a.length&&(e=0);var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top,h=f.offset().top,i=d.$results.scrollTop()+(h-g);0===e?d.$results.scrollTop(0):0>h-g&&d.$results.scrollTop(i)}}),b.on("results:next",function(){var a=d.getHighlightedResults(),b=d.$results.find("[aria-selected]"),c=b.index(a),e=c+1;if(!(e>=b.length)){var f=b.eq(e);f.trigger("mouseenter");var g=d.$results.offset().top+d.$results.outerHeight(!1),h=f.offset().top+f.outerHeight(!1),i=d.$results.scrollTop()+h-g;0===e?d.$results.scrollTop(0):h>g&&d.$results.scrollTop(i)}}),b.on("results:focus",function(a){a.element.addClass("select2-results__option--highlighted")}),b.on("results:message",function(a){d.displayMessage(a)}),a.fn.mousewheel&&this.$results.on("mousewheel",function(a){var b=d.$results.scrollTop(),c=d.$results.get(0).scrollHeight-b+a.deltaY,e=a.deltaY>0&&b-a.deltaY<=0,f=a.deltaY<0&&c<=d.$results.height();e?(d.$results.scrollTop(0),a.preventDefault(),a.stopPropagation()):f&&(d.$results.scrollTop(d.$results.get(0).scrollHeight-d.$results.height()),a.preventDefault(),a.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(b){var c=a(this),e=c.data("data");return"true"===c.attr("aria-selected")?void(d.options.get("multiple")?d.trigger("unselect",{originalEvent:b,data:e}):d.trigger("close",{})):void d.trigger("select",{originalEvent:b,data:e})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(b){var c=a(this).data("data");d.getHighlightedResults().removeClass("select2-results__option--highlighted"),d.trigger("results:focus",{data:c,element:a(this)})})},c.prototype.getHighlightedResults=function(){var a=this.$results.find(".select2-results__option--highlighted");return a},c.prototype.destroy=function(){this.$results.remove()},c.prototype.ensureHighlightVisible=function(){var a=this.getHighlightedResults();if(0!==a.length){var b=this.$results.find("[aria-selected]"),c=b.index(a),d=this.$results.offset().top,e=a.offset().top,f=this.$results.scrollTop()+(e-d),g=e-d;f-=2*a.outerHeight(!1),2>=c?this.$results.scrollTop(0):(g>this.$results.outerHeight()||0>g)&&this.$results.scrollTop(f)}},c.prototype.template=function(b,c){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b,c);null==f?c.style.display="none":"string"==typeof f?c.innerHTML=e(f):a(c).append(f)},c}),b.define("select2/keys",[],function(){var a={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46};return a}),b.define("select2/selection/base",["jquery","../utils","../keys"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,b.Observable),d.prototype.render=function(){var b=a('');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),b.attr("title",this.$element.attr("title")),b.attr("tabindex",this._tabindex),this.$selection=b,b},d.prototype.bind=function(a,b){var d=this,e=(a.id+"-container",a.id+"-results");this.container=a,this.$selection.on("focus",function(a){d.trigger("focus",a)}),this.$selection.on("blur",function(a){d._handleBlur(a)}),this.$selection.on("keydown",function(a){d.trigger("keypress",a),a.which===c.SPACE&&a.preventDefault()}),a.on("results:focus",function(a){d.$selection.attr("aria-activedescendant",a.data._resultId)}),a.on("selection:update",function(a){d.update(a.data)}),a.on("open",function(){d.$selection.attr("aria-expanded","true"),d.$selection.attr("aria-owns",e),d._attachCloseHandler(a)}),a.on("close",function(){d.$selection.attr("aria-expanded","false"),d.$selection.removeAttr("aria-activedescendant"),d.$selection.removeAttr("aria-owns"),d.$selection.focus(),d._detachCloseHandler(a)}),a.on("enable",function(){d.$selection.attr("tabindex",d._tabindex)}),a.on("disable",function(){d.$selection.attr("tabindex","-1")})},d.prototype._handleBlur=function(b){var c=this;window.setTimeout(function(){document.activeElement==c.$selection[0]||a.contains(c.$selection[0],document.activeElement)||c.trigger("blur",b)},1)},d.prototype._attachCloseHandler=function(b){a(document.body).on("mousedown.select2."+b.id,function(b){var c=a(b.target),d=c.closest(".select2"),e=a(".select2.select2-container--open");e.each(function(){var b=a(this);if(this!=d[0]){var c=b.data("element");c.select2("close")}})})},d.prototype._detachCloseHandler=function(b){a(document.body).off("mousedown.select2."+b.id)},d.prototype.position=function(a,b){var c=b.find(".selection");c.append(a)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a){throw new Error("The `update` method must be defined in child classes.")},d}),b.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a,b,c,d){function e(){e.__super__.constructor.apply(this,arguments)}return c.Extend(e,b),e.prototype.render=function(){var a=e.__super__.render.call(this);return a.addClass("select2-selection--single"),a.html(''),a},e.prototype.bind=function(a,b){var c=this;e.__super__.bind.apply(this,arguments);var d=a.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d),this.$selection.attr("aria-labelledby",d),this.$selection.on("mousedown",function(a){1===a.which&&c.trigger("toggle",{originalEvent:a})}),this.$selection.on("focus",function(a){}),this.$selection.on("blur",function(a){}),a.on("focus",function(b){a.isOpen()||c.$selection.focus()}),a.on("selection:update",function(a){c.update(a.data)})},e.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},e.prototype.display=function(a,b){var c=this.options.get("templateSelection"),d=this.options.get("escapeMarkup");return d(c(a,b))},e.prototype.selectionContainer=function(){return a("")},e.prototype.update=function(a){if(0===a.length)return void this.clear();var b=a[0],c=this.$selection.find(".select2-selection__rendered"),d=this.display(b,c);c.empty().append(d),c.prop("title",b.title||b.text)},e}),b.define("select2/selection/multiple",["jquery","./base","../utils"],function(a,b,c){function d(a,b){d.__super__.constructor.apply(this,arguments)}return c.Extend(d,b),d.prototype.render=function(){var a=d.__super__.render.call(this);return a.addClass("select2-selection--multiple"),a.html('
            '),a},d.prototype.bind=function(b,c){var e=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a){e.trigger("toggle",{originalEvent:a})}),this.$selection.on("click",".select2-selection__choice__remove",function(b){if(!e.options.get("disabled")){var c=a(this),d=c.parent(),f=d.data("data");e.trigger("unselect",{originalEvent:b,data:f})}})},d.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},d.prototype.display=function(a,b){var c=this.options.get("templateSelection"),d=this.options.get("escapeMarkup");return d(c(a,b))},d.prototype.selectionContainer=function(){var b=a('
          • ×
          • ');return b},d.prototype.update=function(a){if(this.clear(),0!==a.length){for(var b=[],d=0;d1;if(d||c)return a.call(this,b);this.clear();var e=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(e)},b}),b.define("select2/selection/allowClear",["jquery","../keys"],function(a,b){function c(){}return c.prototype.bind=function(a,b,c){var d=this;a.call(this,b,c),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(a){d._handleClear(a)}),b.on("keypress",function(a){d._handleKeyboardClear(a,b)})},c.prototype._handleClear=function(a,b){if(!this.options.get("disabled")){var c=this.$selection.find(".select2-selection__clear");if(0!==c.length){b.stopPropagation();for(var d=c.data("data"),e=0;e0||0===c.length)){var d=a('×');d.data("data",c),this.$selection.find(".select2-selection__rendered").prepend(d)}},c}),b.define("select2/selection/search",["jquery","../utils","../keys"],function(a,b,c){function d(a,b,c){a.call(this,b,c)}return d.prototype.render=function(b){var c=a('');this.$searchContainer=c,this.$search=c.find("input");var d=b.call(this);return this._transferTabIndex(),d},d.prototype.bind=function(a,b,d){var e=this;a.call(this,b,d),b.on("open",function(){e.$search.trigger("focus")}),b.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.trigger("focus")}),b.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b.on("disable",function(){e.$search.prop("disabled",!0)}),b.on("focus",function(a){e.$search.trigger("focus")}),b.on("results:focus",function(a){e.$search.attr("aria-activedescendant",a.id)}),this.$selection.on("focusin",".select2-search--inline",function(a){e.trigger("focus",a)}),this.$selection.on("focusout",".select2-search--inline",function(a){e._handleBlur(a)}),this.$selection.on("keydown",".select2-search--inline",function(a){a.stopPropagation(),e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented();var b=a.which;if(b===c.BACKSPACE&&""===e.$search.val()){var d=e.$searchContainer.prev(".select2-selection__choice");if(d.length>0){var f=d.data("data");e.searchRemoveChoice(f),a.preventDefault()}}});var f=document.documentMode,g=f&&11>=f;this.$selection.on("input.searchcheck",".select2-search--inline",function(a){return g?void e.$selection.off("input.search input.searchcheck"):void e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a){if(g&&"input"===a.type)return void e.$selection.off("input.search input.searchcheck");var b=a.which;b!=c.SHIFT&&b!=c.CTRL&&b!=c.ALT&&b!=c.TAB&&e.handleSearch(a)})},d.prototype._transferTabIndex=function(a){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a,b){this.$search.attr("placeholder",b.text)},d.prototype.update=function(a,b){var c=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a.call(this,b),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a=this.$search.val();this.trigger("query",{term:a})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a,b){this.trigger("unselect",{data:b}),this.$search.val(b.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a="";if(""!==this.$search.attr("placeholder"))a=this.$selection.find(".select2-selection__rendered").innerWidth();else{var b=this.$search.val().length+1;a=.75*b+"em"}this.$search.css("width",a)},d}),b.define("select2/selection/eventRelay",["jquery"],function(a){function b(){}return b.prototype.bind=function(b,c,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b.call(this,c,d),c.on("*",function(b,c){if(-1!==a.inArray(b,f)){c=c||{};var d=a.Event("select2:"+b,{params:c});e.$element.trigger(d),-1!==a.inArray(b,g)&&(c.prevented=d.isDefaultPrevented())}})},b}),b.define("select2/translation",["jquery","require"],function(a,b){function c(a){this.dict=a||{}}return c.prototype.all=function(){return this.dict},c.prototype.get=function(a){return this.dict[a]},c.prototype.extend=function(b){this.dict=a.extend({},b.all(),this.dict)},c._cache={},c.loadPath=function(a){if(!(a in c._cache)){var d=b(a);c._cache[a]=d}return new c(c._cache[a])},c}),b.define("select2/diacritics",[],function(){var a={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"};return a}),b.define("select2/data/base",["../utils"],function(a){function b(a,c){b.__super__.constructor.call(this)}return a.Extend(b,a.Observable),b.prototype.current=function(a){throw new Error("The `current` method must be defined in child classes.")},b.prototype.query=function(a,b){throw new Error("The `query` method must be defined in child classes.")},b.prototype.bind=function(a,b){},b.prototype.destroy=function(){},b.prototype.generateResultId=function(b,c){var d=b.id+"-result-";return d+=a.generateChars(4),d+=null!=c.id?"-"+c.id.toString():"-"+a.generateChars(4)},b}),b.define("select2/data/select",["./base","../utils","jquery"],function(a,b,c){function d(a,b){this.$element=a,this.options=b,d.__super__.constructor.call(this)}return b.Extend(d,a),d.prototype.current=function(a){var b=[],d=this;this.$element.find(":selected").each(function(){var a=c(this),e=d.item(a);b.push(e)}),a(b)},d.prototype.select=function(a){var b=this;if(a.selected=!0,c(a.element).is("option"))return a.element.selected=!0,void this.$element.trigger("change"); +if(this.$element.prop("multiple"))this.current(function(d){var e=[];a=[a],a.push.apply(a,d);for(var f=0;f=0){var k=f.filter(d(j)),l=this.item(k),m=c.extend(!0,{},j,l),n=this.option(m);k.replaceWith(n)}else{var o=this.option(j);if(j.children){var p=this.convertToOptions(j.children);b.appendMany(o,p)}h.push(o)}}return h},d}),b.define("select2/data/ajax",["./array","../utils","jquery"],function(a,b,c){function d(a,b){this.ajaxOptions=this._applyDefaults(b.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a,b)}return b.Extend(d,a),d.prototype._applyDefaults=function(a){var b={data:function(a){return c.extend({},a,{q:a.term})},transport:function(a,b,d){var e=c.ajax(a);return e.then(b),e.fail(d),e}};return c.extend({},b,a,!0)},d.prototype.processResults=function(a){return a},d.prototype.query=function(a,b){function d(){var d=f.transport(f,function(d){var f=e.processResults(d,a);e.options.get("debug")&&window.console&&console.error&&(f&&f.results&&c.isArray(f.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b(f)},function(){d.status&&"0"===d.status||e.trigger("results:message",{message:"errorLoading"})});e._request=d}var e=this;null!=this._request&&(c.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c.extend({type:"GET"},this.ajaxOptions);"function"==typeof f.url&&(f.url=f.url.call(this.$element,a)),"function"==typeof f.data&&(f.data=f.data.call(this.$element,a)),this.ajaxOptions.delay&&null!=a.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d,this.ajaxOptions.delay)):d()},d}),b.define("select2/data/tags",["jquery"],function(a){function b(b,c,d){var e=d.get("tags"),f=d.get("createTag");void 0!==f&&(this.createTag=f);var g=d.get("insertTag");if(void 0!==g&&(this.insertTag=g),b.call(this,c,d),a.isArray(e))for(var h=0;h0&&b.term.length>this.maximumInputLength?void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b.term,params:b}}):void a.call(this,b,c)},a}),b.define("select2/data/maximumSelectionLength",[],function(){function a(a,b,c){this.maximumSelectionLength=c.get("maximumSelectionLength"),a.call(this,b,c)}return a.prototype.query=function(a,b,c){var d=this;this.current(function(e){var f=null!=e?e.length:0;return d.maximumSelectionLength>0&&f>=d.maximumSelectionLength?void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}}):void a.call(d,b,c)})},a}),b.define("select2/dropdown",["jquery","./utils"],function(a,b){function c(a,b){this.$element=a,this.options=b,c.__super__.constructor.call(this)}return b.Extend(c,b.Observable),c.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$dropdown=b,b},c.prototype.bind=function(){},c.prototype.position=function(a,b){},c.prototype.destroy=function(){this.$dropdown.remove()},c}),b.define("select2/dropdown/search",["jquery","../utils"],function(a,b){function c(){}return c.prototype.render=function(b){var c=b.call(this),d=a('');return this.$searchContainer=d,this.$search=d.find("input"),c.prepend(d),c},c.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),this.$search.on("keydown",function(a){e.trigger("keypress",a),e._keyUpPrevented=a.isDefaultPrevented()}),this.$search.on("input",function(b){a(this).off("keyup")}),this.$search.on("keyup input",function(a){e.handleSearch(a)}),c.on("open",function(){e.$search.attr("tabindex",0),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c.on("close",function(){e.$search.attr("tabindex",-1),e.$search.val("")}),c.on("focus",function(){c.isOpen()&&e.$search.focus()}),c.on("results:all",function(a){if(null==a.query.term||""===a.query.term){var b=e.showSearch(a);b?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}})},c.prototype.handleSearch=function(a){if(!this._keyUpPrevented){var b=this.$search.val();this.trigger("query",{term:b})}this._keyUpPrevented=!1},c.prototype.showSearch=function(a,b){return!0},c}),b.define("select2/dropdown/hidePlaceholder",[],function(){function a(a,b,c,d){this.placeholder=this.normalizePlaceholder(c.get("placeholder")),a.call(this,b,c,d)}return a.prototype.append=function(a,b){b.results=this.removePlaceholder(b.results),a.call(this,b)},a.prototype.normalizePlaceholder=function(a,b){return"string"==typeof b&&(b={id:"",text:b}),b},a.prototype.removePlaceholder=function(a,b){for(var c=b.slice(0),d=b.length-1;d>=0;d--){var e=b[d];this.placeholder.id===e.id&&c.splice(d,1)}return c},a}),b.define("select2/dropdown/infiniteScroll",["jquery"],function(a){function b(a,b,c,d){this.lastParams={},a.call(this,b,c,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b.prototype.append=function(a,b){this.$loadingMore.remove(),this.loading=!1,a.call(this,b),this.showLoadingMore(b)&&this.$results.append(this.$loadingMore)},b.prototype.bind=function(b,c,d){var e=this;b.call(this,c,d),c.on("query",function(a){e.lastParams=a,e.loading=!0}),c.on("query:append",function(a){e.lastParams=a,e.loading=!0}),this.$results.on("scroll",function(){var b=a.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b){var c=e.$results.offset().top+e.$results.outerHeight(!1),d=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1);c+50>=d&&e.loadMore()}})},b.prototype.loadMore=function(){this.loading=!0;var b=a.extend({},{page:1},this.lastParams);b.page++,this.trigger("query:append",b)},b.prototype.showLoadingMore=function(a,b){return b.pagination&&b.pagination.more},b.prototype.createLoadingMore=function(){var b=a('
          • '),c=this.options.get("translations").get("loadingMore");return b.html(c(this.lastParams)),b},b}),b.define("select2/dropdown/attachBody",["jquery","../utils"],function(a,b){function c(b,c,d){this.$dropdownParent=d.get("dropdownParent")||a(document.body),b.call(this,c,d)}return c.prototype.bind=function(a,b,c){var d=this,e=!1;a.call(this,b,c),b.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b),e||(e=!0,b.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b)}),this.$dropdownContainer.on("mousedown",function(a){a.stopPropagation()})},c.prototype.destroy=function(a){a.call(this),this.$dropdownContainer.remove()},c.prototype.position=function(a,b,c){b.attr("class",c.attr("class")),b.removeClass("select2"),b.addClass("select2-container--open"),b.css({position:"absolute",top:-999999}),this.$container=c},c.prototype.render=function(b){var c=a(""),d=b.call(this);return c.append(d),this.$dropdownContainer=c,c},c.prototype._hideDropdown=function(a){this.$dropdownContainer.detach()},c.prototype._attachPositioningHandler=function(c,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b.hasScroll);i.each(function(){a(this).data("select2-scroll-position",{x:a(this).scrollLeft(),y:a(this).scrollTop()})}),i.on(f,function(b){var c=a(this).data("select2-scroll-position");a(this).scrollTop(c.y)}),a(window).on(f+" "+g+" "+h,function(a){e._positionDropdown(),e._resizeDropdown()})},c.prototype._detachPositioningHandler=function(c,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id,h=this.$container.parents().filter(b.hasScroll);h.off(e),a(window).off(e+" "+f+" "+g)},c.prototype._positionDropdown=function(){var b=a(window),c=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b.scrollTop(),bottom:b.scrollTop()+b.height()},j=i.topf.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;"static"===m.css("position")&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c||d||(e="below"),k||!j||c?!j&&k&&c&&(e="below"):e="above",("above"==e||c&&"below"!==e)&&(l.top=g.top-n.top-h.height),null!=e&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c.prototype._resizeDropdown=function(){var a={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a.minWidth=a.width,a.position="relative",a.width="auto"),this.$dropdown.css(a)},c.prototype._showDropdown=function(a){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c}),b.define("select2/dropdown/minimumResultsForSearch",[],function(){function a(b){for(var c=0,d=0;d0&&(l.dataAdapter=j.Decorate(l.dataAdapter,r)),l.maximumInputLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,s)),l.maximumSelectionLength>0&&(l.dataAdapter=j.Decorate(l.dataAdapter,t)),l.tags&&(l.dataAdapter=j.Decorate(l.dataAdapter,p)),(null!=l.tokenSeparators||null!=l.tokenizer)&&(l.dataAdapter=j.Decorate(l.dataAdapter,q)),null!=l.query){var C=b(l.amdBase+"compat/query");l.dataAdapter=j.Decorate(l.dataAdapter,C)}if(null!=l.initSelection){var D=b(l.amdBase+"compat/initSelection");l.dataAdapter=j.Decorate(l.dataAdapter,D)}}if(null==l.resultsAdapter&&(l.resultsAdapter=c,null!=l.ajax&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,x)),null!=l.placeholder&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,w)),l.selectOnClose&&(l.resultsAdapter=j.Decorate(l.resultsAdapter,A))),null==l.dropdownAdapter){if(l.multiple)l.dropdownAdapter=u;else{var E=j.Decorate(u,v);l.dropdownAdapter=E}if(0!==l.minimumResultsForSearch&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,z)),l.closeOnSelect&&(l.dropdownAdapter=j.Decorate(l.dropdownAdapter,B)),null!=l.dropdownCssClass||null!=l.dropdownCss||null!=l.adaptDropdownCssClass){var F=b(l.amdBase+"compat/dropdownCss");l.dropdownAdapter=j.Decorate(l.dropdownAdapter,F)}l.dropdownAdapter=j.Decorate(l.dropdownAdapter,y)}if(null==l.selectionAdapter){if(l.multiple?l.selectionAdapter=e:l.selectionAdapter=d,null!=l.placeholder&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,f)),l.allowClear&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,g)),l.multiple&&(l.selectionAdapter=j.Decorate(l.selectionAdapter,h)),null!=l.containerCssClass||null!=l.containerCss||null!=l.adaptContainerCssClass){var G=b(l.amdBase+"compat/containerCss");l.selectionAdapter=j.Decorate(l.selectionAdapter,G)}l.selectionAdapter=j.Decorate(l.selectionAdapter,i)}if("string"==typeof l.language)if(l.language.indexOf("-")>0){var H=l.language.split("-"),I=H[0];l.language=[l.language,I]}else l.language=[l.language];if(a.isArray(l.language)){var J=new k;l.language.push("en");for(var K=l.language,L=0;L0){for(var f=a.extend(!0,{},e),g=e.children.length-1;g>=0;g--){var h=e.children[g],i=c(d,h);null==i&&f.children.splice(g,1)}return f.children.length>0?f:c(d,f)}var j=b(e.text).toUpperCase(),k=b(d.term).toUpperCase();return j.indexOf(k)>-1?e:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:j.escapeMarkup,language:C,matcher:c,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(a){return a},templateResult:function(a){return a.text},templateSelection:function(a){return a.text},theme:"default",width:"resolve"}},D.prototype.set=function(b,c){var d=a.camelCase(b),e={};e[d]=c;var f=j._convertData(e);a.extend(this.defaults,f)};var E=new D;return E}),b.define("select2/options",["require","jquery","./defaults","./utils"],function(a,b,c,d){function e(b,e){if(this.options=b,null!=e&&this.fromElement(e),this.options=c.apply(this.options),e&&e.is("input")){var f=a(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a){var c=["select2"];null==this.options.multiple&&(this.options.multiple=a.prop("multiple")),null==this.options.disabled&&(this.options.disabled=a.prop("disabled")),null==this.options.language&&(a.prop("lang")?this.options.language=a.prop("lang").toLowerCase():a.closest("[lang]").prop("lang")&&(this.options.language=a.closest("[lang]").prop("lang"))),null==this.options.dir&&(a.prop("dir")?this.options.dir=a.prop("dir"):a.closest("[dir]").prop("dir")?this.options.dir=a.closest("[dir]").prop("dir"):this.options.dir="ltr"),a.prop("disabled",this.options.disabled),a.prop("multiple",this.options.multiple),a.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),a.data("data",a.data("select2Tags")),a.data("tags",!0)),a.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a.attr("ajax--url",a.data("ajaxUrl")),a.data("ajax--url",a.data("ajaxUrl")));var e={};e=b.fn.jquery&&"1."==b.fn.jquery.substr(0,2)&&a[0].dataset?b.extend(!0,{},a[0].dataset,a.data()):a.data();var f=b.extend(!0,{},e);f=d._convertData(f);for(var g in f)b.inArray(g,c)>-1||(b.isPlainObject(this.options[g])?b.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a){return this.options[a]},e.prototype.set=function(a,b){this.options[a]=b},e}),b.define("select2/core",["jquery","./options","./utils","./keys"],function(a,b,c,d){var e=function(a,c){null!=a.data("select2")&&a.data("select2").destroy(),this.$element=a,this.id=this._generateId(a),c=c||{},this.options=new b(c,a),e.__super__.constructor.call(this);var d=a.attr("tabindex")||0;a.data("old-tabindex",d),a.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a){k.trigger("selection:update",{data:a})}),a.addClass("select2-hidden-accessible"),a.attr("aria-hidden","true"),this._syncAttributes(),a.data("select2",this)};return c.Extend(e,c.Observable),e.prototype._generateId=function(a){var b="";return b=null!=a.attr("id")?a.attr("id"):null!=a.attr("name")?a.attr("name")+"-"+c.generateChars(2):c.generateChars(4),b=b.replace(/(:|\.|\[|\]|,)/g,""),b="select2-"+b},e.prototype._placeContainer=function(a){a.insertAfter(this.$element);var b=this._resolveWidth(this.$element,this.options.get("width"));null!=b&&a.css("width",b)},e.prototype._resolveWidth=function(a,b){var c=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==b){var d=this._resolveWidth(a,"style");return null!=d?d:this._resolveWidth(a,"element")}if("element"==b){var e=a.outerWidth(!1);return 0>=e?"auto":e+"px"}if("style"==b){var f=a.attr("style");if("string"!=typeof f)return null;for(var g=f.split(";"),h=0,i=g.length;i>h;h+=1){var j=g[h].replace(/\s/g,""),k=j.match(c);if(null!==k&&k.length>=1)return k[1]}return null}return b},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var b=this;this.$element.on("change.select2",function(){b.dataAdapter.current(function(a){b.trigger("selection:update",{data:a})})}),this.$element.on("focus.select2",function(a){b.trigger("focus",a)}),this._syncA=c.bind(this._syncAttributes,this),this._syncS=c.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=d?(this._observer=new d(function(c){a.each(c,b._syncA),a.each(c,b._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b._syncS,!1))},e.prototype._registerDataEvents=function(){var a=this;this.dataAdapter.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerSelectionEvents=function(){var b=this,c=["toggle","focus"];this.selection.on("toggle",function(){b.toggleDropdown()}),this.selection.on("focus",function(a){b.focus(a)}),this.selection.on("*",function(d,e){-1===a.inArray(d,c)&&b.trigger(d,e)})},e.prototype._registerDropdownEvents=function(){var a=this;this.dropdown.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerResultsEvents=function(){var a=this;this.results.on("*",function(b,c){a.trigger(b,c)})},e.prototype._registerEvents=function(){var a=this;this.on("open",function(){a.$container.addClass("select2-container--open")}),this.on("close",function(){a.$container.removeClass("select2-container--open")}),this.on("enable",function(){a.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a.$container.removeClass("select2-container--focus")}),this.on("query",function(b){a.isOpen()||a.trigger("open",{}),this.dataAdapter.query(b,function(c){a.trigger("results:all",{data:c,query:b})})}),this.on("query:append",function(b){this.dataAdapter.query(b,function(c){a.trigger("results:append",{data:c,query:b})})}),this.on("keypress",function(b){var c=b.which;a.isOpen()?c===d.ESC||c===d.TAB||c===d.UP&&b.altKey?(a.close(),b.preventDefault()):c===d.ENTER?(a.trigger("results:select",{}),b.preventDefault()):c===d.SPACE&&b.ctrlKey?(a.trigger("results:toggle",{}),b.preventDefault()):c===d.UP?(a.trigger("results:previous",{}),b.preventDefault()):c===d.DOWN&&(a.trigger("results:next",{}),b.preventDefault()):(c===d.ENTER||c===d.SPACE||c===d.DOWN&&b.altKey)&&(a.open(),b.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a,b){var c=!1,d=this;if(!a||!a.target||"OPTION"===a.target.nodeName||"OPTGROUP"===a.target.nodeName){if(b)if(b.addedNodes&&b.addedNodes.length>0)for(var e=0;e0&&(c=!0);else c=!0;c&&this.dataAdapter.current(function(a){d.trigger("selection:update",{data:a})})}},e.prototype.trigger=function(a,b){var c=e.__super__.trigger,d={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===b&&(b={}),a in d){var f=d[a],g={prevented:!1,name:a,args:b};if(c.call(this,f,g),g.prevented)return void(b.prevented=!0)}c.call(this,a,b)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),(null==a||0===a.length)&&(a=[!0]);var b=!a[0];this.$element.prop("disabled",b)},e.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a=[];return this.dataAdapter.current(function(b){a=b}),a},e.prototype.val=function(b){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==b||0===b.length)return this.$element.val();var c=b[0];a.isArray(c)&&(c=a.map(c,function(a){return a.toString()})),this.$element.val(c).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null; +},e.prototype.render=function(){var b=a('');return b.attr("dir",this.options.get("dir")),this.$container=b,this.$container.addClass("select2-container--"+this.options.get("theme")),b.data("element",this.$element),b},e}),b.define("jquery-mousewheel",["jquery"],function(a){return a}),b.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(a,b,c,d){if(null==a.fn.select2){var e=["open","close","destroy"];a.fn.select2=function(b){if(b=b||{},"object"==typeof b)return this.each(function(){var d=a.extend(!0,{},b);new c(a(this),d)}),this;if("string"==typeof b){var d,f=Array.prototype.slice.call(arguments,1);return this.each(function(){var c=a(this).data("select2");null==c&&window.console&&console.error&&console.error("The select2('"+b+"') method was called on an element that is not using Select2."),d=c[b].apply(c,f)}),a.inArray(b,e)>-1?this:d}throw new Error("Invalid arguments for Select2: "+b)}}return null==a.fn.select2.defaults&&(a.fn.select2.defaults=d),c}),{define:b.define,require:b.require}}(),c=b.require("jquery.select2");return a.fn.select2.amd=b,c}); \ No newline at end of file diff --git a/dana/third_party/select2/package.json b/dana/third_party/select2/package.json new file mode 100644 index 0000000000000000000000000000000000000000..3eda0e8a73b8d04126e166a49fcc4c86c07f28cf --- /dev/null +++ b/dana/third_party/select2/package.json @@ -0,0 +1,66 @@ +{ + "name": "select2", + "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", + "homepage": "https://select2.github.io", + "author": { + "name": "Kevin Brown", + "url": "https://github.com/kevin-brown" + }, + "contributors": [ + { + "name": "Igor Vaynberg", + "url": "https://github.com/ivaynberg" + } + ], + "repository": { + "type": "git", + "url": "git://github.com/select2/select2.git" + }, + "bugs": { + "url": "https://github.com/select2/select2/issues" + }, + "keywords": [ + "select", + "autocomplete", + "typeahead", + "dropdown", + "multiselect", + "tag", + "tagging" + ], + "license": "MIT", + "main": "dist/js/select2.js", + "files": [ + "src", + "dist" + ], + "version": "4.0.3", + "jspm": { + "main": "js/select2", + "directories": { + "lib": "dist" + } + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-cli": "^0.1.13", + "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-concat": "^0.4.0", + "grunt-contrib-connect": "^0.9.0", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-nodeunit": "~0.3.3", + "grunt-contrib-qunit": "~0.4.0", + "grunt-contrib-requirejs": "^0.4.4", + "grunt-contrib-symlink": "^0.3.0", + "grunt-contrib-uglify": "~0.4.0", + "grunt-contrib-watch": "~0.6.0", + "grunt-gh-pages": "^0.9.1", + "grunt-jekyll": "^0.4.2", + "grunt-sass": "^1.0.0", + "grunt-saucelabs": "^8.6.0" + }, + "dependencies": { + "almond": "~0.3.1", + "jquery-mousewheel": "~3.1.13" + } +} diff --git a/dana/third_party/sophilabs-jquery-counter/LICENSE b/dana/third_party/sophilabs-jquery-counter/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..dd0fb92732b0849f1903cfdd5434ae5619056d13 --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2012 Sophilabs + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/dana/third_party/sophilabs-jquery-counter/README.md b/dana/third_party/sophilabs-jquery-counter/README.md new file mode 100644 index 0000000000000000000000000000000000000000..41ebc02091224148b7391d3a05e717355e785f60 --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/README.md @@ -0,0 +1,57 @@ +# jQuery.counter (javascript + css3) + +Info + Demo: http://sophilabs.github.com/jquery-counter + +![jQuery Counter](http://i.imgur.com/ub7D9.png) + +A jQuery counter based on http://code.google.com/p/jquery-countdown with more options. + + +## Options +Options can be set by attribute `data-="value"` or in the options hash on counter initialization: `$(element).counter({name: value, ...})` + +**`direction: up|down`** Counter direction + +**`format: string`** Defines the format and the limit for each part - _e.g: 23:59:59_ + +**`interval: number`** Defines the time between each counter increment - _by default 1000 milliseconds_ + +**`stop: string`** Defines the counter limit - _eg: 10:00 (ten minutes)_ + +## Methods +Methods can be call using `$(element).counter('method')` + +**`play`** Play counter + +**`reset`** Reset counter + +**`stop`** Stop counter + +## Events + +**`counterStop`** Raised when the counter reach limit + +## Example +### 10 seconds countdown: + + 0:10 + + +### 120 seconds count: + 0 + + +## License +jQuery.counter is Copyright (c) 2017 sophilabs, inc. It is free software, and may be +redistributed under the terms specified in the [license](/LICENSE) file. + +## About + +[![sophilabs.co](https://s3.amazonaws.com/sophilabs-assets/logo/logo_300x66.gif)](https://sophilabs.co) + +jQuery.counter is maintained and funded by sophilabs, inc. The names and logos for +sophilabs are trademarks of sophilabs, inc. diff --git a/dana/third_party/sophilabs-jquery-counter/bower.json b/dana/third_party/sophilabs-jquery-counter/bower.json new file mode 100644 index 0000000000000000000000000000000000000000..9cfa25a394d3449fe0f8a98c7f2da8c008e9686f --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/bower.json @@ -0,0 +1,30 @@ +{ + "name": "jquery-counter", + "description": "A jQuery Counter Plugin.", + "version": "0.2.0", + "keywords": [ "countdown", "counter" ], + "homepage": "http://sophilabs.github.com/jquery-counter/", + "authors": [ + { "name": "sophilabs", "email": "contact@sophilabs.com" } + ], + "dependencies": { + "jquery" : ">= 1.7" + }, + "devDependencies": {}, + "license": "MIT", + "main": [ + "./src/jquery.counter.js", + "./src/jquery.counter-analog.css", + "./src/jquery.counter-analog.png", + "./src/jquery.counter-analog2.png", + "./src/jquery.counter-analog2.css", + "./src/jquery.counter-analog3.png", + "./src/jquery.counter-analog3.css" + ], + "ignore": [ + "*/.*", + "*.json", + "examples", + "*.md" + ] +} diff --git a/dana/third_party/sophilabs-jquery-counter/examples/simple.html b/dana/third_party/sophilabs-jquery-counter/examples/simple.html new file mode 100644 index 0000000000000000000000000000000000000000..9f021d2c235f216ea51dbde15b5f0e52b64bb18b --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/examples/simple.html @@ -0,0 +1,111 @@ + + + + + + sophilabs/jquery-counter + + + + + + + + + + +

            Examples

            +

            + 0:10 +

            +
            +    <span class="counter counter-analog" data-direction="down">0:10</span>
            +    <script>
            +    $('.counter').counter({});
            +    </script>
            +    
            +

            + 20.00:00:00 +

            +
            +    <span class="counter counter-analog" data-direction="down" data-format="20.23:59:59">20.00:00:00</span>
            +    <script>
            +    $('.counter').counter({});
            +    </script>
            +    
            +

            + 0 +

            +
            +    <span class="counter counter-analog" data-direction="up" data-interval="1" data-format="9999" data-stop="2012">0</span>
            +    <script>
            +    $('.counter').counter({});
            +    </script>
            +    
            +

            + 0 +

            +
            +    <span class="counter counter-analog" data-direction="up" data-format="1 1 1 1 1 1 1 1" data-stop="0 0 1 0 0 0 0 0" data-interval="100">0</span>
            +    <script>
            +    $('.counter').counter({});
            +    </script>
            +    
            +

            Style counter-analog2

            +

            + 0:00.0 +

            +
            +    <span class="counter counter-analog2" data-direction="up" data-format="23:59:59.9" data-stop="00:00:10.0" data-interval="100">0:00.0</span>
            +    <script>
            +    $('.counter').counter({});
            +    </script>
            +    
            + +

            Style counter-analog3

            +

            + 0:00.0 +

            +
            +    <span class="counter counter-analog3" data-direction="up" data-format="23:59:59.9" data-stop="00:00:10.0" data-interval="100">0:00.0</span>
            +    <script>
            +    $('.counter').counter({});
            +    </script>
            +    
            + +

            Full Javascript Initialization

            +

            + +

            +        <span id="custom"></span>
            +        <script>
            +        $('#custom').addClass('counter-analog').counter({
            +            initial: '0:00.0',
            +            direction: 'up',
            +            interval: '1',
            +            format: '9999',
            +            stop: '2012'
            +        });
            +        </script>
            +        
            +

            +

            Event counterStop

            +
            +    <script>
            +    $('.counter').on('counterStop', function() {
            +        //code
            +    });
            +    </script>
            +    
            + + + diff --git a/dana/third_party/sophilabs-jquery-counter/package.json b/dana/third_party/sophilabs-jquery-counter/package.json new file mode 100644 index 0000000000000000000000000000000000000000..c887b53ab5b64bf8b4cc7e18256bdf9c377f91aa --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/package.json @@ -0,0 +1,25 @@ +{ + "name": "jQuery.counter", + "author": "sophilabs ", + "homepage": "http://sophilabs.github.com/jquery-counter/", + "version": "0.2.0", + "description": "A jQuery Counter Plugin.", + "keywords": [ + "countdown", + "counter" + ], + "licenses": [ + { + "type": "MIT", + "url": "http://www.opensource.org/licenses/mit-license.php" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/sophilabs/jquery-counter.git" + }, + "dependencies": { + "jquery": ">= 1.7" + }, + "devDependencies": {} +} \ No newline at end of file diff --git a/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog.css b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog.css new file mode 100644 index 0000000000000000000000000000000000000000..95a15bc4b7c3b829df72c4deaf8e5125918085a2 --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog.css @@ -0,0 +1,285 @@ +.counter-analog span.part { + display: inline-block; +} + +.counter-analog span.separator { + display: inline-block; + height: 40px; + line-height: 40px; + width: 10px; + vertical-align: middle; + text-align: center; + font-weight: bold; +} + +.counter-analog span.part span.digit { + display: inline-block; + height: 40px; + line-height: 40px; + width: 26px; + vertical-align: middle; + text-align: center; + font: 0/0 a; + text-shadow: none; + color: transparent; + margin: 0; +} + +.counter-analog span.part span.digit { + background: transparent url("jquery.counter-analog.png") 0 0 repeat-y; +} + +.counter-analog span.part span.digit0 { background-position: 0 0; } +.counter-analog span.part span.digit1 { background-position: 0 -240px; } +.counter-analog span.part span.digit2 { background-position: 0 -480px; } +.counter-analog span.part span.digit3 { background-position: 0 -720px; } +.counter-analog span.part span.digit4 { background-position: 0 -960px; } +.counter-analog span.part span.digit5 { background-position: 0 -1200px; } +.counter-analog span.part span.digit6 { background-position: 0 -1440px; } +.counter-analog span.part span.digit7 { background-position: 0 -1680px; } +.counter-analog span.part span.digit8 { background-position: 0 -1920px; } +.counter-analog span.part span.digit9 { background-position: 0 -2160px; } + +/* UP */ +@-webkit-keyframes counter-analog-01 { from { background-position: 0 0; } + to { background-position: 0 -240px; }} +@-moz-keyframes counter-analog-01 { from { background-position: 0 0; } + to { background-position: 0 -240px; }} +@-ms-keyframes counter-analog-01 { from { background-position: 0 0; } + to { background-position: 0 -240px; }} + +@-webkit-keyframes counter-analog-12 { from { background-position: 0 -240px; } + to { background-position: 0 -480px; }} +@-moz-keyframes counter-analog-12 { from { background-position: 0 -240px; } + to { background-position: 0 -480px; }} +@-ms-keyframes counter-analog-12 { from { background-position: 0 -240px; } + to { background-position: 0 -480px; }} + +@-webkit-keyframes counter-analog-23 { from { background-position: 0 -480px; } + to { background-position: 0 -720px; }} +@-moz-keyframes counter-analog-23 { from { background-position: 0 -480px; } + to { background-position: 0 -720px; }} +@-ms-keyframes counter-analog-23 { from { background-position: 0 -480px; } + to { background-position: 0 -720px; }} + +@-webkit-keyframes counter-analog-34 { from { background-position: 0 -720px; } + to { background-position: 0 -960px; }} +@-moz-keyframes counter-analog-34 { from { background-position: 0 -720px; } + to { background-position: 0 -960px; }} +@-ms-keyframes counter-analog-34 { from { background-position: 0 -720px; } + to { background-position: 0 -960px; }} + +@-webkit-keyframes counter-analog-45 { from { background-position: 0 -960px; } + to { background-position: 0 -1200px; }} +@-moz-keyframes counter-analog-45 { from { background-position: 0 -960px; } + to { background-position: 0 -1200px; }} +@-ms-keyframes counter-analog-45 { from { background-position: 0 -960px; } + to { background-position: 0 -1200px; }} + +@-webkit-keyframes counter-analog-56 { from { background-position: 0 -1200px; } + to { background-position: 0 -1440px; }} +@-moz-keyframes counter-analog-56 { from { background-position: 0 -1200px; } + to { background-position: 0 -1440px; }} +@-ms-keyframes counter-analog-56 { from { background-position: 0 -1200px; } + to { background-position: 0 -1440px; }} + +@-webkit-keyframes counter-analog-67 { from { background-position: 0 -1440px; } + to { background-position: 0 -1680px; }} +@-moz-keyframes counter-analog-67 { from { background-position: 0 -1440px; } + to { background-position: 0 -1680px; }} +@-ms-keyframes counter-analog-67 { from { background-position: 0 -1440px; } + to { background-position: 0 -1680px; }} + +@-webkit-keyframes counter-analog-78 { from { background-position: 0 -1680px; } + to { background-position: 0 -1920px; }} +@-moz-keyframes counter-analog-78 { from { background-position: 0 -1680px; } + to { background-position: 0 -1920px; }} +@-ms-keyframes counter-analog-78 { from { background-position: 0 -1680px; } + to { background-position: 0 -1920px; }} + +@-webkit-keyframes counter-analog-89 { from { background-position: 0 -1920px; } + to { background-position: 0 -2160px; }} +@-moz-keyframes counter-analog-89 { from { background-position: 0 -1920px; } + to { background-position: 0 -2160px; }} +@-ms-keyframes counter-analog-89 { from { background-position: 0 -1920px; } + to { background-position: 0 -2160px; }} + +@-webkit-keyframes counter-analog-90 { from { background-position: 0 -2160px; } + to { background-position: 0 -2400px; }} +@-moz-keyframes counter-analog-90 { from { background-position: 0 -2160px; } + to { background-position: 0 -2400px; }} +@-ms-keyframes counter-analog-90 { from { background-position: 0 -2160px; } + to { background-position: 0 -2400px; }} + +.counter-analog span.part span.digit01 { + -webkit-animation: counter-analog-01 .3s steps(6, end) 1; + -moz-animation: counter-analog-01 .3s steps(6, end) 1; + -ms-animation: counter-analog-01 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit12 { + -webkit-animation: counter-analog-12 .3s steps(6, end) 1; + -moz-animation: counter-analog-12 .3s steps(6, end) 1; + -ms-animation: counter-analog-12 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit23 { + -webkit-animation: counter-analog-23 .3s steps(6, end) 1; + -moz-animation: counter-analog-23 .3s steps(6, end) 1; + -ms-animation: counter-analog-23 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit34 { + -webkit-animation: counter-analog-34 .3s steps(6, end) 1; + -moz-animation: counter-analog-34 .3s steps(6, end) 1; + -ms-animation: counter-analog-34 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit45 { + -webkit-animation: counter-analog-45 .3s steps(6, end) 1; + -moz-animation: counter-analog-45 .3s steps(6, end) 1; + -ms-animation: counter-analog-45 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit56 { + -webkit-animation: counter-analog-56 .3s steps(6, end) 1; + -moz-animation: counter-analog-56 .3s steps(6, end) 1; + -ms-animation: counter-analog-56 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit67 { + -webkit-animation: counter-analog-67 .3s steps(6, end) 1; + -moz-animation: counter-analog-67 .3s steps(6, end) 1; + -ms-animation: counter-analog-67 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit78 { + -webkit-animation: counter-analog-78 .3s steps(6, end) 1; + -moz-animation: counter-analog-78 .3s steps(6, end) 1; + -ms-animation: counter-analog-78 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit89 { + -webkit-animation: counter-analog-89 .3s steps(6, end) 1; + -moz-animation: counter-analog-89 .3s steps(6, end) 1; + -ms-animation: counter-analog-89 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit90 { + -webkit-animation: counter-analog-90 .3s steps(6, end) 1; + -moz-animation: counter-analog-90 .3s steps(6, end) 1; + -ms-animation: counter-analog-90 .3s steps(6, end) 1; +} + +/* DOWN */ +@-webkit-keyframes counter-analog-10 { from { background-position: 0 -240px; } + to { background-position: 0 0; }} +@-moz-keyframes counter-analog-10 { from { background-position: 0 -240px; } + to { background-position: 0 0; }} +@-ms-keyframes counter-analog-10 { from { background-position: 0 -240px; } + to { background-position: 0 0; }} + +@-webkit-keyframes counter-analog-21 { from { background-position: 0 -480px; } + to { background-position: 0 -240px; }} +@-moz-keyframes counter-analog-21 { from { background-position: 0 -480px; } + to { background-position: 0 -240px; }} +@-ms-keyframes counter-analog-21 { from { background-position: 0 -480px; } + to { background-position: 0 -240px; }} + +@-webkit-keyframes counter-analog-32 { from { background-position: 0 -720px; } + to { background-position: 0 -480px; }} +@-moz-keyframes counter-analog-32 { from { background-position: 0 -720px; } + to { background-position: 0 -480px; }} +@-ms-keyframes counter-analog-32 { from { background-position: 0 -720px; } + to { background-position: 0 -480px; }} + +@-webkit-keyframes counter-analog-43 { from { background-position: 0 -960px; } + to { background-position: 0 -720px; }} +@-moz-keyframes counter-analog-43 { from { background-position: 0 -960px; } + to { background-position: 0 -720px; }} +@-ms-keyframes counter-analog-43 { from { background-position: 0 -960px; } + to { background-position: 0 -720px; }} + +@-webkit-keyframes counter-analog-54 { from { background-position: 0 -1200px; } + to { background-position: 0 -960px; }} +@-moz-keyframes counter-analog-54 { from { background-position: 0 -1200px; } + to { background-position: 0 -960px; }} +@-ms-keyframes counter-analog-54 { from { background-position: 0 -1200px; } + to { background-position: 0 -960px; }} + +@-webkit-keyframes counter-analog-65 { from { background-position: 0 -1440px; } + to { background-position: 0 -1200px; }} +@-moz-keyframes counter-analog-65 { from { background-position: 0 -1440px; } + to { background-position: 0 -1200px; }} +@-ms-keyframes counter-analog-65 { from { background-position: 0 -1440px; } + to { background-position: 0 -1200px; }} + +@-webkit-keyframes counter-analog-76 { from { background-position: 0 -1680px; } + to { background-position: 0 -1440px; }} +@-moz-keyframes counter-analog-76 { from { background-position: 0 -1680px; } + to { background-position: 0 -1440px; }} +@-ms-keyframes counter-analog-76 { from { background-position: 0 -1680px; } + to { background-position: 0 -1440px; }} + +@-webkit-keyframes counter-analog-87 { from { background-position: 0 -1920px; } + to { background-position: 0 -1680px; }} +@-moz-keyframes counter-analog-87 { from { background-position: 0 -1920px; } + to { background-position: 0 -1680px; }} +@-ms-keyframes counter-analog-87 { from { background-position: 0 -1920px; } + to { background-position: 0 -1680px; }} + +@-webkit-keyframes counter-analog-98 { from { background-position: 0 -2160px; } + to { background-position: 0 -1920px; }} +@-moz-keyframes counter-analog-98 { from { background-position: 0 -2160px; } + to { background-position: 0 -1920px; }} +@-ms-keyframes counter-analog-98 { from { background-position: 0 -2160px; } + to { background-position: 0 -1920px; }} + +@-webkit-keyframes counter-analog-09 { from { background-position: 0 -2400px; } + to { background-position: 0 -2160px; }} +@-moz-keyframes counter-analog-09 { from { background-position: 0 -2400px; } + to { background-position: 0 -2160px; }} +@-ms-keyframes counter-analog-09 { from { background-position: 0 -2400px; } + to { background-position: 0 -2160px; }} + +.counter-analog span.part span.digit10 { + -webkit-animation: counter-analog-10 .3s steps(6, end) 1; + -moz-animation: counter-analog-10 .3s steps(6, end) 1; + -ms-animation: counter-analog-10 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit21 { + -webkit-animation: counter-analog-21 .3s steps(6, end) 1; + -moz-animation: counter-analog-21 .3s steps(6, end) 1; + -ms-animation: counter-analog-21 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit32 { + -webkit-animation: counter-analog-32 .3s steps(6, end) 1; + -moz-animation: counter-analog-32 .3s steps(6, end) 1; + -ms-animation: counter-analog-32 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit43 { + -webkit-animation: counter-analog-43 .3s steps(6, end) 1; + -moz-animation: counter-analog-43 .3s steps(6, end) 1; + -ms-animation: counter-analog-43 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit54 { + -webkit-animation: counter-analog-54 .3s steps(6, end) 1; + -moz-animation: counter-analog-54 .3s steps(6, end) 1; + -ms-animation: counter-analog-54 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit65 { + -webkit-animation: counter-analog-65 .3s steps(6, end) 1; + -moz-animation: counter-analog-65 .3s steps(6, end) 1; + -ms-animation: counter-analog-65 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit76 { + -webkit-animation: counter-analog-76 .3s steps(6, end) 1; + -moz-animation: counter-analog-76 .3s steps(6, end) 1; + -ms-animation: counter-analog-76 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit87 { + -webkit-animation: counter-analog-87 .3s steps(6, end) 1; + -moz-animation: counter-analog-87 .3s steps(6, end) 1; + -ms-animation: counter-analog-87 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit98 { + -webkit-animation: counter-analog-98 .3s steps(6, end) 1; + -moz-animation: counter-analog-98 .3s steps(6, end) 1; + -ms-animation: counter-analog-98 .3s steps(6, end) 1; +} +.counter-analog span.part span.digit09 { + -webkit-animation: counter-analog-09 .3s steps(6, end) 1; + -moz-animation: counter-analog-09 .3s steps(6, end) 1; + -ms-animation: counter-analog-09 .3s steps(6, end) 1; +} diff --git a/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog.png b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog.png new file mode 100644 index 0000000000000000000000000000000000000000..e958d17e88b840b50dc2b868691d72a42b35d4fa --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fa4a9257ca7143b0da8b2deb005697185ea4f2a1f0c699228c8bcb7ab53240 +size 30486 diff --git a/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog2.css b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog2.css new file mode 100644 index 0000000000000000000000000000000000000000..8b4694590594bd215d7d9a866f142594d3393e23 --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog2.css @@ -0,0 +1,285 @@ +.counter-analog2 span.part { + display: inline-block; +} + +.counter-analog2 span.separator { + display: inline-block; + height: 90px; + line-height: 90px; + width: 10px; + vertical-align: middle; + text-align: center; + font-weight: bold; +} + +.counter-analog2 span.part span.digit { + display: inline-block; + height: 90px; + line-height: 90px; + width: 67px; + vertical-align: middle; + text-align: center; + font: 0/0 a; + text-shadow: none; + color: transparent; + margin: 0; +} + +.counter-analog2 span.part span.digit { + background: transparent url("jquery.counter-analog2.png") 0 0 repeat-y; +} + +.counter-analog2 span.part span.digit0 { background-position: 0 0; } +.counter-analog2 span.part span.digit1 { background-position: 0 -540px; } +.counter-analog2 span.part span.digit2 { background-position: 0 -1080px; } +.counter-analog2 span.part span.digit3 { background-position: 0 -1620px; } +.counter-analog2 span.part span.digit4 { background-position: 0 -2160px; } +.counter-analog2 span.part span.digit5 { background-position: 0 -2700px; } +.counter-analog2 span.part span.digit6 { background-position: 0 -3240px; } +.counter-analog2 span.part span.digit7 { background-position: 0 -3780px; } +.counter-analog2 span.part span.digit8 { background-position: 0 -4320px; } +.counter-analog2 span.part span.digit9 { background-position: 0 -4860px; } + +/* UP */ +@-webkit-keyframes counter-analog2-01 { from { background-position: 0 0; } + to { background-position: 0 -540px; }} +@-moz-keyframes counter-analog2-01 { from { background-position: 0 0; } + to { background-position: 0 -540px; }} +@-ms-keyframes counter-analog2-01 { from { background-position: 0 0; } + to { background-position: 0 -540px; }} + +@-webkit-keyframes counter-analog2-12 { from { background-position: 0 -540px; } + to { background-position: 0 -1080px; }} +@-moz-keyframes counter-analog2-12 { from { background-position: 0 -540px; } + to { background-position: 0 -1080px; }} +@-ms-keyframes counter-analog2-12 { from { background-position: 0 -540px; } + to { background-position: 0 -1080px; }} + +@-webkit-keyframes counter-analog2-23 { from { background-position: 0 -1080px; } + to { background-position: 0 -1620px; }} +@-moz-keyframes counter-analog2-23 { from { background-position: 0 -1080px; } + to { background-position: 0 -1620px; }} +@-ms-keyframes counter-analog2-23 { from { background-position: 0 -1080px; } + to { background-position: 0 -1620px; }} + +@-webkit-keyframes counter-analog2-34 { from { background-position: 0 -1620px; } + to { background-position: 0 -2160px; }} +@-moz-keyframes counter-analog2-34 { from { background-position: 0 -1620px; } + to { background-position: 0 -2160px; }} +@-ms-keyframes counter-analog2-34 { from { background-position: 0 -1620px; } + to { background-position: 0 -2160px; }} + +@-webkit-keyframes counter-analog2-45 { from { background-position: 0 -2160px; } + to { background-position: 0 -2700px; }} +@-moz-keyframes counter-analog2-45 { from { background-position: 0 -2160px; } + to { background-position: 0 -2700px; }} +@-ms-keyframes counter-analog2-45 { from { background-position: 0 -2160px; } + to { background-position: 0 -2700px; }} + +@-webkit-keyframes counter-analog2-56 { from { background-position: 0 -2700px; } + to { background-position: 0 -3240px; }} +@-moz-keyframes counter-analog2-56 { from { background-position: 0 -2700px; } + to { background-position: 0 -3240px; }} +@-ms-keyframes counter-analog2-56 { from { background-position: 0 -2700px; } + to { background-position: 0 -3240px; }} + +@-webkit-keyframes counter-analog2-67 { from { background-position: 0 -3240px; } + to { background-position: 0 -3780px; }} +@-moz-keyframes counter-analog2-67 { from { background-position: 0 -3240px; } + to { background-position: 0 -3780px; }} +@-ms-keyframes counter-analog2-67 { from { background-position: 0 -3240px; } + to { background-position: 0 -3780px; }} + +@-webkit-keyframes counter-analog2-78 { from { background-position: 0 -3780px; } + to { background-position: 0 -4320px; }} +@-moz-keyframes counter-analog2-78 { from { background-position: 0 -3780px; } + to { background-position: 0 -4320px; }} +@-ms-keyframes counter-analog2-78 { from { background-position: 0 -3780px; } + to { background-position: 0 -4320px; }} + +@-webkit-keyframes counter-analog2-89 { from { background-position: 0 -4320px; } + to { background-position: 0 -4860px; }} +@-moz-keyframes counter-analog2-89 { from { background-position: 0 -4320px; } + to { background-position: 0 -4860px; }} +@-ms-keyframes counter-analog2-89 { from { background-position: 0 -4320px; } + to { background-position: 0 -4860px; }} + +@-webkit-keyframes counter-analog2-90 { from { background-position: 0 -4860px; } + to { background-position: 0 -2400px; }} +@-moz-keyframes counter-analog2-90 { from { background-position: 0 -4860px; } + to { background-position: 0 -2400px; }} +@-ms-keyframes counter-analog2-90 { from { background-position: 0 -4860px; } + to { background-position: 0 -2400px; }} + +.counter-analog2 span.part span.digit01 { + -webkit-animation: counter-analog2-01 .3s steps(6, end) 1; + -moz-animation: counter-analog2-01 .3s steps(6, end) 1; + -ms-animation: counter-analog2-01 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit12 { + -webkit-animation: counter-analog2-12 .3s steps(6, end) 1; + -moz-animation: counter-analog2-12 .3s steps(6, end) 1; + -ms-animation: counter-analog2-12 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit23 { + -webkit-animation: counter-analog2-23 .3s steps(6, end) 1; + -moz-animation: counter-analog2-23 .3s steps(6, end) 1; + -ms-animation: counter-analog2-23 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit34 { + -webkit-animation: counter-analog2-34 .3s steps(6, end) 1; + -moz-animation: counter-analog2-34 .3s steps(6, end) 1; + -ms-animation: counter-analog2-34 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit45 { + -webkit-animation: counter-analog2-45 .3s steps(6, end) 1; + -moz-animation: counter-analog2-45 .3s steps(6, end) 1; + -ms-animation: counter-analog2-45 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit56 { + -webkit-animation: counter-analog2-56 .3s steps(6, end) 1; + -moz-animation: counter-analog2-56 .3s steps(6, end) 1; + -ms-animation: counter-analog2-56 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit67 { + -webkit-animation: counter-analog2-67 .3s steps(6, end) 1; + -moz-animation: counter-analog2-67 .3s steps(6, end) 1; + -ms-animation: counter-analog2-67 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit78 { + -webkit-animation: counter-analog2-78 .3s steps(6, end) 1; + -moz-animation: counter-analog2-78 .3s steps(6, end) 1; + -ms-animation: counter-analog2-78 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit89 { + -webkit-animation: counter-analog2-89 .3s steps(6, end) 1; + -moz-animation: counter-analog2-89 .3s steps(6, end) 1; + -ms-animation: counter-analog2-89 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit90 { + -webkit-animation: counter-analog2-90 .3s steps(6, end) 1; + -moz-animation: counter-analog2-90 .3s steps(6, end) 1; + -ms-animation: counter-analog2-90 .3s steps(6, end) 1; +} + +/* DOWN */ +@-webkit-keyframes counter-analog2-10 { from { background-position: 0 -540px; } + to { background-position: 0 0; }} +@-moz-keyframes counter-analog2-10 { from { background-position: 0 -540px; } + to { background-position: 0 0; }} +@-ms-keyframes counter-analog2-10 { from { background-position: 0 -540px; } + to { background-position: 0 0; }} + +@-webkit-keyframes counter-analog2-21 { from { background-position: 0 -1080px; } + to { background-position: 0 -540px; }} +@-moz-keyframes counter-analog2-21 { from { background-position: 0 -1080px; } + to { background-position: 0 -540px; }} +@-ms-keyframes counter-analog2-21 { from { background-position: 0 -1080px; } + to { background-position: 0 -540px; }} + +@-webkit-keyframes counter-analog2-32 { from { background-position: 0 -1620px; } + to { background-position: 0 -1080px; }} +@-moz-keyframes counter-analog2-32 { from { background-position: 0 -1620px; } + to { background-position: 0 -1080px; }} +@-ms-keyframes counter-analog2-32 { from { background-position: 0 -1620px; } + to { background-position: 0 -1080px; }} + +@-webkit-keyframes counter-analog2-43 { from { background-position: 0 -2160px; } + to { background-position: 0 -1620px; }} +@-moz-keyframes counter-analog2-43 { from { background-position: 0 -2160px; } + to { background-position: 0 -1620px; }} +@-ms-keyframes counter-analog2-43 { from { background-position: 0 -2160px; } + to { background-position: 0 -1620px; }} + +@-webkit-keyframes counter-analog2-54 { from { background-position: 0 -2700px; } + to { background-position: 0 -2160px; }} +@-moz-keyframes counter-analog2-54 { from { background-position: 0 -2700px; } + to { background-position: 0 -2160px; }} +@-ms-keyframes counter-analog2-54 { from { background-position: 0 -2700px; } + to { background-position: 0 -2160px; }} + +@-webkit-keyframes counter-analog2-65 { from { background-position: 0 -3240px; } + to { background-position: 0 -2700px; }} +@-moz-keyframes counter-analog2-65 { from { background-position: 0 -3240px; } + to { background-position: 0 -2700px; }} +@-ms-keyframes counter-analog2-65 { from { background-position: 0 -3240px; } + to { background-position: 0 -2700px; }} + +@-webkit-keyframes counter-analog2-76 { from { background-position: 0 -3780px; } + to { background-position: 0 -3240px; }} +@-moz-keyframes counter-analog2-76 { from { background-position: 0 -3780px; } + to { background-position: 0 -3240px; }} +@-ms-keyframes counter-analog2-76 { from { background-position: 0 -3780px; } + to { background-position: 0 -3240px; }} + +@-webkit-keyframes counter-analog2-87 { from { background-position: 0 -4320px; } + to { background-position: 0 -3780px; }} +@-moz-keyframes counter-analog2-87 { from { background-position: 0 -4320px; } + to { background-position: 0 -3780px; }} +@-ms-keyframes counter-analog2-87 { from { background-position: 0 -4320px; } + to { background-position: 0 -3780px; }} + +@-webkit-keyframes counter-analog2-98 { from { background-position: 0 -4860px; } + to { background-position: 0 -4320px; }} +@-moz-keyframes counter-analog2-98 { from { background-position: 0 -4860px; } + to { background-position: 0 -4320px; }} +@-ms-keyframes counter-analog2-98 { from { background-position: 0 -4860px; } + to { background-position: 0 -4320px; }} + +@-webkit-keyframes counter-analog2-09 { from { background-position: 0 -2400px; } + to { background-position: 0 -4860px; }} +@-moz-keyframes counter-analog2-09 { from { background-position: 0 -2400px; } + to { background-position: 0 -4860px; }} +@-ms-keyframes counter-analog2-09 { from { background-position: 0 -2400px; } + to { background-position: 0 -4860px; }} + +.counter-analog2 span.part span.digit10 { + -webkit-animation: counter-analog2-10 .3s steps(6, end) 1; + -moz-animation: counter-analog2-10 .3s steps(6, end) 1; + -ms-animation: counter-analog2-10 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit21 { + -webkit-animation: counter-analog2-21 .3s steps(6, end) 1; + -moz-animation: counter-analog2-21 .3s steps(6, end) 1; + -ms-animation: counter-analog2-21 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit32 { + -webkit-animation: counter-analog2-32 .3s steps(6, end) 1; + -moz-animation: counter-analog2-32 .3s steps(6, end) 1; + -ms-animation: counter-analog2-32 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit43 { + -webkit-animation: counter-analog2-43 .3s steps(6, end) 1; + -moz-animation: counter-analog2-43 .3s steps(6, end) 1; + -ms-animation: counter-analog2-43 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit54 { + -webkit-animation: counter-analog2-54 .3s steps(6, end) 1; + -moz-animation: counter-analog2-54 .3s steps(6, end) 1; + -ms-animation: counter-analog2-54 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit65 { + -webkit-animation: counter-analog2-65 .3s steps(6, end) 1; + -moz-animation: counter-analog2-65 .3s steps(6, end) 1; + -ms-animation: counter-analog2-65 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit76 { + -webkit-animation: counter-analog2-76 .3s steps(6, end) 1; + -moz-animation: counter-analog2-76 .3s steps(6, end) 1; + -ms-animation: counter-analog2-76 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit87 { + -webkit-animation: counter-analog2-87 .3s steps(6, end) 1; + -moz-animation: counter-analog2-87 .3s steps(6, end) 1; + -ms-animation: counter-analog2-87 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit98 { + -webkit-animation: counter-analog2-98 .3s steps(6, end) 1; + -moz-animation: counter-analog2-98 .3s steps(6, end) 1; + -ms-animation: counter-analog2-98 .3s steps(6, end) 1; +} +.counter-analog2 span.part span.digit09 { + -webkit-animation: counter-analog2-09 .3s steps(6, end) 1; + -moz-animation: counter-analog2-09 .3s steps(6, end) 1; + -ms-animation: counter-analog2-09 .3s steps(6, end) 1; +} diff --git a/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog2.png b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog2.png new file mode 100644 index 0000000000000000000000000000000000000000..305ea80b0e867a47ea4ec5ff5e1f3c78aad23adb --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81cc168431d58aa69cb7e0a0ab9707b128e8a35720826b29f6e4733a8421376 +size 45408 diff --git a/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog3.css b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog3.css new file mode 100644 index 0000000000000000000000000000000000000000..1b0a4c5344bc1af431ec0d418b62e7e396cb27d1 --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog3.css @@ -0,0 +1,285 @@ +.counter-analog3 span.part { + display: inline-block; +} + +.counter-analog3 span.separator { + display: inline-block; + height: 45px; + line-height: 45px; + width: 10px; + vertical-align: middle; + text-align: center; + font-weight: bold; +} + +.counter-analog3 span.part span.digit { + display: inline-block; + height: 45px; + line-height: 45px; + width: 33px; + vertical-align: middle; + text-align: center; + font: 0/0 a; + text-shadow: none; + color: transparent; + margin: 0; +} + +.counter-analog3 span.part span.digit { + background: transparent url("jquery.counter-analog3.png") 0 0 repeat-y; +} + +.counter-analog3 span.part span.digit0 { background-position: 0 0; } +.counter-analog3 span.part span.digit1 { background-position: 0 -270px; } +.counter-analog3 span.part span.digit2 { background-position: 0 -540px; } +.counter-analog3 span.part span.digit3 { background-position: 0 -810px; } +.counter-analog3 span.part span.digit4 { background-position: 0 -1080px; } +.counter-analog3 span.part span.digit5 { background-position: 0 -1350px; } +.counter-analog3 span.part span.digit6 { background-position: 0 -1620px; } +.counter-analog3 span.part span.digit7 { background-position: 0 -1890px; } +.counter-analog3 span.part span.digit8 { background-position: 0 -2160px; } +.counter-analog3 span.part span.digit9 { background-position: 0 -2430px; } + +/* UP */ +@-webkit-keyframes counter-analog3-01 { from { background-position: 0 0; } + to { background-position: 0 -270px; }} +@-moz-keyframes counter-analog3-01 { from { background-position: 0 0; } + to { background-position: 0 -270px; }} +@-ms-keyframes counter-analog3-01 { from { background-position: 0 0; } + to { background-position: 0 -270px; }} + +@-webkit-keyframes counter-analog3-12 { from { background-position: 0 -270px; } + to { background-position: 0 -540px; }} +@-moz-keyframes counter-analog3-12 { from { background-position: 0 -270px; } + to { background-position: 0 -540px; }} +@-ms-keyframes counter-analog3-12 { from { background-position: 0 -270px; } + to { background-position: 0 -540px; }} + +@-webkit-keyframes counter-analog3-23 { from { background-position: 0 -540px; } + to { background-position: 0 -810px; }} +@-moz-keyframes counter-analog3-23 { from { background-position: 0 -540px; } + to { background-position: 0 -810px; }} +@-ms-keyframes counter-analog3-23 { from { background-position: 0 -540px; } + to { background-position: 0 -810px; }} + +@-webkit-keyframes counter-analog3-34 { from { background-position: 0 -810px; } + to { background-position: 0 -1080px; }} +@-moz-keyframes counter-analog3-34 { from { background-position: 0 -810px; } + to { background-position: 0 -1080px; }} +@-ms-keyframes counter-analog3-34 { from { background-position: 0 -810px; } + to { background-position: 0 -1080px; }} + +@-webkit-keyframes counter-analog3-45 { from { background-position: 0 -1080px; } + to { background-position: 0 -1350px; }} +@-moz-keyframes counter-analog3-45 { from { background-position: 0 -1080px; } + to { background-position: 0 -1350px; }} +@-ms-keyframes counter-analog3-45 { from { background-position: 0 -1080px; } + to { background-position: 0 -1350px; }} + +@-webkit-keyframes counter-analog3-56 { from { background-position: 0 -1350px; } + to { background-position: 0 -1620px; }} +@-moz-keyframes counter-analog3-56 { from { background-position: 0 -1350px; } + to { background-position: 0 -1620px; }} +@-ms-keyframes counter-analog3-56 { from { background-position: 0 -1350px; } + to { background-position: 0 -1620px; }} + +@-webkit-keyframes counter-analog3-67 { from { background-position: 0 -1620px; } + to { background-position: 0 -1890px; }} +@-moz-keyframes counter-analog3-67 { from { background-position: 0 -1620px; } + to { background-position: 0 -1890px; }} +@-ms-keyframes counter-analog3-67 { from { background-position: 0 -1620px; } + to { background-position: 0 -1890px; }} + +@-webkit-keyframes counter-analog3-78 { from { background-position: 0 -1890px; } + to { background-position: 0 -2160px; }} +@-moz-keyframes counter-analog3-78 { from { background-position: 0 -1890px; } + to { background-position: 0 -2160px; }} +@-ms-keyframes counter-analog3-78 { from { background-position: 0 -1890px; } + to { background-position: 0 -2160px; }} + +@-webkit-keyframes counter-analog3-89 { from { background-position: 0 -2160px; } + to { background-position: 0 -2430px; }} +@-moz-keyframes counter-analog3-89 { from { background-position: 0 -2160px; } + to { background-position: 0 -2430px; }} +@-ms-keyframes counter-analog3-89 { from { background-position: 0 -2160px; } + to { background-position: 0 -2430px; }} + +@-webkit-keyframes counter-analog3-90 { from { background-position: 0 -2430px; } + to { background-position: 0 -2400px; }} +@-moz-keyframes counter-analog3-90 { from { background-position: 0 -2430px; } + to { background-position: 0 -2400px; }} +@-ms-keyframes counter-analog3-90 { from { background-position: 0 -2430px; } + to { background-position: 0 -2400px; }} + +.counter-analog3 span.part span.digit01 { + -webkit-animation: counter-analog3-01 .3s steps(6, end) 1; + -moz-animation: counter-analog3-01 .3s steps(6, end) 1; + -ms-animation: counter-analog3-01 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit12 { + -webkit-animation: counter-analog3-12 .3s steps(6, end) 1; + -moz-animation: counter-analog3-12 .3s steps(6, end) 1; + -ms-animation: counter-analog3-12 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit23 { + -webkit-animation: counter-analog3-23 .3s steps(6, end) 1; + -moz-animation: counter-analog3-23 .3s steps(6, end) 1; + -ms-animation: counter-analog3-23 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit34 { + -webkit-animation: counter-analog3-34 .3s steps(6, end) 1; + -moz-animation: counter-analog3-34 .3s steps(6, end) 1; + -ms-animation: counter-analog3-34 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit45 { + -webkit-animation: counter-analog3-45 .3s steps(6, end) 1; + -moz-animation: counter-analog3-45 .3s steps(6, end) 1; + -ms-animation: counter-analog3-45 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit56 { + -webkit-animation: counter-analog3-56 .3s steps(6, end) 1; + -moz-animation: counter-analog3-56 .3s steps(6, end) 1; + -ms-animation: counter-analog3-56 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit67 { + -webkit-animation: counter-analog3-67 .3s steps(6, end) 1; + -moz-animation: counter-analog3-67 .3s steps(6, end) 1; + -ms-animation: counter-analog3-67 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit78 { + -webkit-animation: counter-analog3-78 .3s steps(6, end) 1; + -moz-animation: counter-analog3-78 .3s steps(6, end) 1; + -ms-animation: counter-analog3-78 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit89 { + -webkit-animation: counter-analog3-89 .3s steps(6, end) 1; + -moz-animation: counter-analog3-89 .3s steps(6, end) 1; + -ms-animation: counter-analog3-89 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit90 { + -webkit-animation: counter-analog3-90 .3s steps(6, end) 1; + -moz-animation: counter-analog3-90 .3s steps(6, end) 1; + -ms-animation: counter-analog3-90 .3s steps(6, end) 1; +} + +/* DOWN */ +@-webkit-keyframes counter-analog3-10 { from { background-position: 0 -270px; } + to { background-position: 0 0; }} +@-moz-keyframes counter-analog3-10 { from { background-position: 0 -270px; } + to { background-position: 0 0; }} +@-ms-keyframes counter-analog3-10 { from { background-position: 0 -270px; } + to { background-position: 0 0; }} + +@-webkit-keyframes counter-analog3-21 { from { background-position: 0 -540px; } + to { background-position: 0 -270px; }} +@-moz-keyframes counter-analog3-21 { from { background-position: 0 -540px; } + to { background-position: 0 -270px; }} +@-ms-keyframes counter-analog3-21 { from { background-position: 0 -540px; } + to { background-position: 0 -270px; }} + +@-webkit-keyframes counter-analog3-32 { from { background-position: 0 -810px; } + to { background-position: 0 -540px; }} +@-moz-keyframes counter-analog3-32 { from { background-position: 0 -810px; } + to { background-position: 0 -540px; }} +@-ms-keyframes counter-analog3-32 { from { background-position: 0 -810px; } + to { background-position: 0 -540px; }} + +@-webkit-keyframes counter-analog3-43 { from { background-position: 0 -1080px; } + to { background-position: 0 -810px; }} +@-moz-keyframes counter-analog3-43 { from { background-position: 0 -1080px; } + to { background-position: 0 -810px; }} +@-ms-keyframes counter-analog3-43 { from { background-position: 0 -1080px; } + to { background-position: 0 -810px; }} + +@-webkit-keyframes counter-analog3-54 { from { background-position: 0 -1350px; } + to { background-position: 0 -1080px; }} +@-moz-keyframes counter-analog3-54 { from { background-position: 0 -1350px; } + to { background-position: 0 -1080px; }} +@-ms-keyframes counter-analog3-54 { from { background-position: 0 -1350px; } + to { background-position: 0 -1080px; }} + +@-webkit-keyframes counter-analog3-65 { from { background-position: 0 -1620px; } + to { background-position: 0 -1350px; }} +@-moz-keyframes counter-analog3-65 { from { background-position: 0 -1620px; } + to { background-position: 0 -1350px; }} +@-ms-keyframes counter-analog3-65 { from { background-position: 0 -1620px; } + to { background-position: 0 -1350px; }} + +@-webkit-keyframes counter-analog3-76 { from { background-position: 0 -1890px; } + to { background-position: 0 -1620px; }} +@-moz-keyframes counter-analog3-76 { from { background-position: 0 -1890px; } + to { background-position: 0 -1620px; }} +@-ms-keyframes counter-analog3-76 { from { background-position: 0 -1890px; } + to { background-position: 0 -1620px; }} + +@-webkit-keyframes counter-analog3-87 { from { background-position: 0 -2160px; } + to { background-position: 0 -1890px; }} +@-moz-keyframes counter-analog3-87 { from { background-position: 0 -2160px; } + to { background-position: 0 -1890px; }} +@-ms-keyframes counter-analog3-87 { from { background-position: 0 -2160px; } + to { background-position: 0 -1890px; }} + +@-webkit-keyframes counter-analog3-98 { from { background-position: 0 -2430px; } + to { background-position: 0 -2160px; }} +@-moz-keyframes counter-analog3-98 { from { background-position: 0 -2430px; } + to { background-position: 0 -2160px; }} +@-ms-keyframes counter-analog3-98 { from { background-position: 0 -2430px; } + to { background-position: 0 -2160px; }} + +@-webkit-keyframes counter-analog3-09 { from { background-position: 0 -2400px; } + to { background-position: 0 -2430px; }} +@-moz-keyframes counter-analog3-09 { from { background-position: 0 -2400px; } + to { background-position: 0 -2430px; }} +@-ms-keyframes counter-analog3-09 { from { background-position: 0 -2400px; } + to { background-position: 0 -2430px; }} + +.counter-analog3 span.part span.digit10 { + -webkit-animation: counter-analog3-10 .3s steps(6, end) 1; + -moz-animation: counter-analog3-10 .3s steps(6, end) 1; + -ms-animation: counter-analog3-10 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit21 { + -webkit-animation: counter-analog3-21 .3s steps(6, end) 1; + -moz-animation: counter-analog3-21 .3s steps(6, end) 1; + -ms-animation: counter-analog3-21 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit32 { + -webkit-animation: counter-analog3-32 .3s steps(6, end) 1; + -moz-animation: counter-analog3-32 .3s steps(6, end) 1; + -ms-animation: counter-analog3-32 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit43 { + -webkit-animation: counter-analog3-43 .3s steps(6, end) 1; + -moz-animation: counter-analog3-43 .3s steps(6, end) 1; + -ms-animation: counter-analog3-43 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit54 { + -webkit-animation: counter-analog3-54 .3s steps(6, end) 1; + -moz-animation: counter-analog3-54 .3s steps(6, end) 1; + -ms-animation: counter-analog3-54 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit65 { + -webkit-animation: counter-analog3-65 .3s steps(6, end) 1; + -moz-animation: counter-analog3-65 .3s steps(6, end) 1; + -ms-animation: counter-analog3-65 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit76 { + -webkit-animation: counter-analog3-76 .3s steps(6, end) 1; + -moz-animation: counter-analog3-76 .3s steps(6, end) 1; + -ms-animation: counter-analog3-76 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit87 { + -webkit-animation: counter-analog3-87 .3s steps(6, end) 1; + -moz-animation: counter-analog3-87 .3s steps(6, end) 1; + -ms-animation: counter-analog3-87 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit98 { + -webkit-animation: counter-analog3-98 .3s steps(6, end) 1; + -moz-animation: counter-analog3-98 .3s steps(6, end) 1; + -ms-animation: counter-analog3-98 .3s steps(6, end) 1; +} +.counter-analog3 span.part span.digit09 { + -webkit-animation: counter-analog3-09 .3s steps(6, end) 1; + -moz-animation: counter-analog3-09 .3s steps(6, end) 1; + -ms-animation: counter-analog3-09 .3s steps(6, end) 1; +} diff --git a/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog3.png b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog3.png new file mode 100644 index 0000000000000000000000000000000000000000..5c85add5ac91031be709ecb1ce0a5ecfa0ed2ac3 --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter-analog3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6c786f57d2d1dceb5184952e26a69a8388dedbbc55e188be4942dbf012ca58 +size 80002 diff --git a/dana/third_party/sophilabs-jquery-counter/src/jquery.counter.js b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter.js new file mode 100644 index 0000000000000000000000000000000000000000..71a14cf84dbd203f5259658a148000c4b163c836 --- /dev/null +++ b/dana/third_party/sophilabs-jquery-counter/src/jquery.counter.js @@ -0,0 +1,242 @@ +/* + * jQuery.counter plugin + * + * Copyright (c) 2012 Sophilabs + * MIT License + */ + +!(function (context, definition) { + if (typeof define == 'function' && typeof define.amd == 'object') define(['jquery'], definition); + else definition(context['$']); +}(this, function ($) { + + var checkStop = function(data) { + var stop = 0; + var current = 0; + $.each(data.parts, function(i, part) { + stop += (stop * part.limit) + part.stop; + current += (current * part.limit) + part.value; + }); + return data.down ? stop >= current : stop <= current; + }; + + var tick = function() { + var e = $(this); + var data = e.data('counter'); + var i = data.parts.length - 1; + while(i >= 0) { + var part = data.parts[i]; + part.value += data.down ? -1 : 1; + if (data.down && part.value < 0) { + part.value = part.limit; + } else if (!data.down && part.value > part.limit) { + part.value = 0; + } else { + break; + } + i--; + } + refresh(e, i); + if (checkStop(data)) { + clearInterval(data.intervalId); + e.trigger("counterStop"); + } + }; + + var refresh = function(e, to) { + var data = e.data('counter'); + var i = data.parts.length - 1; + var animateIJ = function(j, digit) { + animate(e, i, j, digit); + }; + while (i >= to) { + var part = data.parts[i]; + var digits = part.value + ''; + while (digits.length < part.padding) { + digits = '0' + digits; + } + $.each(split(digits, ''), animateIJ); + i--; + } + }; + + var animate = function(e, ipart, idigit, digit) { + var edigit = $($(e.children('span.part').get(ipart)).find('span.digit').get(idigit)); + edigit.attr('class', 'digit digit' + digit + ' digit' + edigit.text() + digit).text(digit); + }; + + //from http://blog.stevenlevithan.com/archives/cross-browser-split + var split = function(undef) { + + var nativeSplit = String.prototype.split, + compliantExecNpcg = /()??/.exec("")[1] === undef, // NPCG: nonparticipating capturing group + self; + + self = function (str, separator, limit) { + // If `separator` is not a regex, use `nativeSplit` + if (Object.prototype.toString.call(separator) !== "[object RegExp]") { + return nativeSplit.call(str, separator, limit); + } + var output = [], + flags = (separator.ignoreCase ? "i" : "") + + (separator.multiline ? "m" : "") + + (separator.extended ? "x" : "") + // Proposed for ES6 + (separator.sticky ? "y" : ""), // Firefox 3+ + lastLastIndex = 0, + // Make `global` and avoid `lastIndex` issues by working with a copy + separator = new RegExp(separator.source, flags + "g"), + separator2, match, lastIndex, lastLength; + str += ""; // Type-convert + if (!compliantExecNpcg) { + // Doesn't need flags gy, but they don't hurt + separator2 = new RegExp("^" + separator.source + "$(?!\\s)", flags); + } + /* Values for `limit`, per the spec: + * If undefined: 4294967295 // Math.pow(2, 32) - 1 + * If 0, Infinity, or NaN: 0 + * If positive number: limit = Math.floor(limit); if (limit > 4294967295) limit -= 4294967296; + * If negative number: 4294967296 - Math.floor(Math.abs(limit)) + * If other: Type-convert, then use the above rules + */ + limit = limit === undef ? + -1 >>> 0 : // Math.pow(2, 32) - 1 + limit >>> 0; // ToUint32(limit) + while (match = separator.exec(str)) { + // `separator.lastIndex` is not reliable cross-browser + lastIndex = match.index + match[0].length; + if (lastIndex > lastLastIndex) { + output.push(str.slice(lastLastIndex, match.index)); + // Fix browsers whose `exec` methods don't consistently return `undefined` for + // nonparticipating capturing groups + if (!compliantExecNpcg && match.length > 1) { + match[0].replace(separator2, function () { + for (var i = 1; i < arguments.length - 2; i++) { + if (arguments[i] === undef) { + match[i] = undef; + } + } + }); + } + if (match.length > 1 && match.index < str.length) { + Array.prototype.push.apply(output, match.slice(1)); + } + lastLength = match[0].length; + lastLastIndex = lastIndex; + if (output.length >= limit) { + break; + } + } + if (separator.lastIndex === match.index) { + separator.lastIndex++; // Avoid an infinite loop + } + } + if (lastLastIndex === str.length) { + if (lastLength || !separator.test("")) { + output.push(""); + } + } else { + output.push(str.slice(lastLastIndex)); + } + return output.length > limit ? output.slice(0, limit) : output; + }; + return self; + }(); + + var methods = { + init: function(options) { + options = options || {}; + return this.each(function() { + var e = $(this); + var data = e.data('counter') || {}; + data.interval = parseInt(options.interval || e.attr('data-interval') || '1000', 10); + data.down = (options.direction || e.attr('data-direction') || 'down') == 'down'; + data.parts = []; + var initial = split(options.initial || e.text(), /([^0-9]+)/); + //WARN: Use attr() no data() + var format = split(options.format || e.attr('data-format') || "23:59:59", /([^0-9]+)/); + var stop = options.stop || e.attr('data-stop'); + if (stop) { + stop = split(stop, /([^0-9]+)/); + } + e.html(''); + $.each(format, function(index, value) { + if (/^\d+$/.test(value)) { + var part = {}; + part.index = index; + part.padding = (value + '').length; + part.limit = parseInt(value, 10); + part.value = parseInt(initial[initial.length - format.length + index] || 0, 10); + part.value = part.value > part.limit ? part.limit : part.value; + part.reset = part.value; + part.stop = parseInt(stop ? stop[stop.length - format.length + index] : (data.down ? 0 : part.limit), 10); + part.stop = part.stop > part.limit ? part.limit : part.stop; + part.stop = part.stop < 0 ? 0 : part.stop; + var epart = $('').addClass('part').addClass('part' + index); + var digits = part.value + ''; + while (digits.length < part.padding) { + digits = '0' + digits; + } + $.each(split(digits, ''), function(dindex, dvalue){ + epart.append($('').addClass('digit digit' + dvalue).text(dvalue)); + }); + e.append(epart); + data.parts.push(part); + } else { + e.append($('').addClass('separator').addClass('separator' + index).text(value)); + } + }); + if (!checkStop(data)) { + data.intervalId = setInterval($.proxy(tick, this), data.interval); + } else { + e.trigger("counterStop"); + } + e.data('counter', data); + return this; + }); + }, + play: function() { + return this.each(function() { + var e = $(this); + var data = e.data('counter'); + if (!data.intervalId) { + data.intervalId = setInterval($.proxy(tick, this), data.interval); + } + }); + }, + reset: function() { + return this.each(function() { + var e = $(this); + var data = e.data('counter'); + $.each(data.parts, function(pindex, pvalue){ + pvalue.value = pvalue.reset; + }); + refresh($(this), 0); + if (data.intervalId) { + clearInterval(data.intervalId); + data.intervalId = setInterval($.proxy(tick, this), data.interval); + } + }); + }, + stop: function() { + return this.each(function() { + var e = $(this); + var data = e.data('counter'); + clearInterval(data.intervalId); + data.intervalId = 0; + e.trigger("counterStop"); + }); + } + }; + + $.fn.counter = function(method) { + // Method calling logic + if (methods[method]) { + return methods[method].apply(this, Array.prototype.slice.call(arguments, 1)); + } else if (typeof method === 'object' || ! method) { + return methods.init.apply(this, arguments); + } else { + $.error('Method ' + method + ' does not exist on jQuery.counter'); + } + }; + +})); diff --git a/dana/third_party/switchery/.bower.json b/dana/third_party/switchery/.bower.json new file mode 100644 index 0000000000000000000000000000000000000000..7647796605ec907bda46dec1d6501e5b4a8fe9b1 --- /dev/null +++ b/dana/third_party/switchery/.bower.json @@ -0,0 +1,44 @@ +{ + "name": "switchery", + "main": [ + "dist/switchery.js", + "dist/switchery.css" + ], + "version": "0.8.1", + "homepage": "http://abpetkov.github.io/switchery/", + "author": [ + "Alexander Petkov (https://github.com/abpetkov)" + ], + "description": "Component to create iOS 7 styled switches from default input checkboxes", + "keywords": [ + "checkbox", + "input", + "switch", + "iOS7" + ], + "license": "MIT", + "ignore": [ + "build", + "components", + "node_modules", + "bower_components", + "component.json", + "Makefile", + "README.md", + ".*" + ], + "dependencies": { + "transitionize": "*", + "fastclick": "v0.6.11" + }, + "devDependencies": {}, + "_release": "0.8.1", + "_resolution": { + "type": "version", + "tag": "0.8.1", + "commit": "64d237840e26808e7232516941bb429e30ffc6d6" + }, + "_source": "https://github.com/abpetkov/switchery.git", + "_target": "^0.8.1", + "_originalSource": "switchery" +} \ No newline at end of file diff --git a/dana/third_party/switchery/CHANGELOG.md b/dana/third_party/switchery/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..2bb2d1c9a01846cb7444429adbc2aea30cc33cfa --- /dev/null +++ b/dana/third_party/switchery/CHANGELOG.md @@ -0,0 +1,139 @@ + +0.8.1 / 2015-06-26 +================== + + * Check disabled values properly, because of `.isDisabled()` method returning improper value + +0.8.0 / 2015-04-03 +================== + + * Secondary jack color functionality + * Enable/disable switch dynamically + * Destroy event handlers attached to a Switchery instance + * Meteor.js integration + +0.7.0 / 2014-12-09 +================== + + * Respect `readonly` attribute on checkbox input + * Large and small size switches + +0.6.3 / 2014-11-02 +================== + + * Update component version + * Added separate Jack color option + * Add the CSS file to bower.json + * Fix bug in Hongmi phone + * Fixing issue found in IE9+ with change event dispatch + +0.6.2 / 2014-08-22 +================== + + * Prevent text selection on double click + +0.6.1 / 2014-07-11 +================== + + * Fix switch click state when inside label + +0.6.0 / 2014-05-22 +================== + + * Corresponding label with `for` attribute of the native input, to change switch state as well + * Do not copy input's `id` and `name` attributes to switch + +0.5.5 / 2014-05-14 +================== + + * Set secondary color to be background color on switch off state + +0.5.4 / 2014-04-29 +================== + + * Fix box-sizing when using Bootstrap 3 + +0.5.3 / 2014-04-12 +================== + + * Detect native checkbox state change + +0.5.2 / 2014-04-03 +================== + + * Enable event bubbles + +0.5.1 / 2014-03-22 +================== + + * Fix jack position when switch is hidden + +0.5.0 / 2014-02-07 +================== + + * Removes the internal validation for loaded switches and lets people do it on their own + * Sets a data attribute to handle multiple calls for a checkbox + +0.4.2 / 2014-01-24 +================== + + * Resolve property method issues in IE + * Disable label checkbox change event + * Check if element is null + +0.4.1 / 2014-01-18 +================== + + * Fix Event errors in IE8 + +0.4.0 / 2014-01-15 +================== + + * Use ftlabs/fastclick for mobile browser optimization + +0.3.6 / 2014-01-04 +================== + + * Generate new standalone file + * Refactor code + * Use event constructors to create onchange and click events + * Updated standalone to dist in bower.json + * Required files + * Add development info + +0.3.5 / 2013-12-31 +================== + + * Proper checkbox value with onchange event + +0.3.4 / 2013-12-31 +================== + + * Merge ni-c:master + * Refactor onchange + +0.3.3 / 2013-12-28 +================== + + * Merge pull request from tenbits:patch-1 + * Leave first line empty + * Undefined option's property + * Update Readme + * Update standalone + * Changelog + * Standalone -> dist, update Readme, add changelog + +0.3.2 / 2013-12-27 +================== + + * Standalone -> dist, update Readme, add changelog + * Merge pull request from vesln:min + * Add minified versions + * Minify CSS & JS + * Fix the standalone build & improve Makefile + * Ignore node_modules + * Add package.json + * Disabled opacity option + * Disabled opacity option + * Insert switch after target element + * Require Transitionize diff --git a/dana/third_party/switchery/LICENSE.md b/dana/third_party/switchery/LICENSE.md new file mode 100644 index 0000000000000000000000000000000000000000..1c7e7005aa1d7df0f8022fb68790ed990c9fd334 --- /dev/null +++ b/dana/third_party/switchery/LICENSE.md @@ -0,0 +1,9 @@ +The MIT License (MIT) + +Copyright (c) 2013-2015 Alexander Petkov + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/dana/third_party/switchery/bower.json b/dana/third_party/switchery/bower.json new file mode 100644 index 0000000000000000000000000000000000000000..18bd382bd55ea9854600c4183c01419a0f120bbf --- /dev/null +++ b/dana/third_party/switchery/bower.json @@ -0,0 +1,35 @@ +{ + "name": "switchery", + "main": [ + "dist/switchery.js", + "dist/switchery.css" + ], + "version": "0.8.1", + "homepage": "http://abpetkov.github.io/switchery/", + "author": [ + "Alexander Petkov (https://github.com/abpetkov)" + ], + "description": "Component to create iOS 7 styled switches from default input checkboxes", + "keywords": [ + "checkbox", + "input", + "switch", + "iOS7" + ], + "license": "MIT", + "ignore": [ + "build", + "components", + "node_modules", + "bower_components", + "component.json", + "Makefile", + "README.md", + ".*" + ], + "dependencies": { + "transitionize": "*", + "fastclick": "v0.6.11" + }, + "devDependencies": {} +} diff --git a/dana/third_party/switchery/dist/switchery.css b/dana/third_party/switchery/dist/switchery.css new file mode 100644 index 0000000000000000000000000000000000000000..74c1da5bc5789de49b8bc2a7a09765a82ca38f8c --- /dev/null +++ b/dana/third_party/switchery/dist/switchery.css @@ -0,0 +1,64 @@ +/* + * + * Main stylesheet for Switchery. + * http://abpetkov.github.io/switchery/ + * + */ + +/* Switchery defaults. */ + +.switchery { + background-color: #fff; + border: 1px solid #dfdfdf; + border-radius: 20px; + cursor: pointer; + display: inline-block; + height: 30px; + position: relative; + vertical-align: middle; + width: 50px; + + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + box-sizing: content-box; + background-clip: content-box; +} + +.switchery > small { + background: #fff; + border-radius: 100%; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); + height: 30px; + position: absolute; + top: 0; + width: 30px; +} + +/* Switchery sizes. */ + +.switchery-small { + border-radius: 20px; + height: 20px; + width: 33px; +} + +.switchery-small > small { + height: 20px; + width: 20px; +} + +.switchery-large { + border-radius: 40px; + height: 40px; + width: 66px; +} + +.switchery-large > small { + height: 40px; + width: 40px; +} + + diff --git a/dana/third_party/switchery/dist/switchery.js b/dana/third_party/switchery/dist/switchery.js new file mode 100644 index 0000000000000000000000000000000000000000..b2a4849d06092d339633ef9d5ba796c78192bf9e --- /dev/null +++ b/dana/third_party/switchery/dist/switchery.js @@ -0,0 +1,1955 @@ + +;(function(){ + +/** + * Require the module at `name`. + * + * @param {String} name + * @return {Object} exports + * @api public + */ + +function require(name) { + var module = require.modules[name]; + if (!module) throw new Error('failed to require "' + name + '"'); + + if (!('exports' in module) && typeof module.definition === 'function') { + module.client = module.component = true; + module.definition.call(this, module.exports = {}, module); + delete module.definition; + } + + return module.exports; +} + +/** + * Meta info, accessible in the global scope unless you use AMD option. + */ + +require.loader = 'component'; + +/** + * Internal helper object, contains a sorting function for semantiv versioning + */ +require.helper = {}; +require.helper.semVerSort = function(a, b) { + var aArray = a.version.split('.'); + var bArray = b.version.split('.'); + for (var i=0; i bLex ? 1 : -1; + continue; + } else if (aInt > bInt) { + return 1; + } else { + return -1; + } + } + return 0; +} + +/** + * Find and require a module which name starts with the provided name. + * If multiple modules exists, the highest semver is used. + * This function can only be used for remote dependencies. + + * @param {String} name - module name: `user~repo` + * @param {Boolean} returnPath - returns the canonical require path if true, + * otherwise it returns the epxorted module + */ +require.latest = function (name, returnPath) { + function showError(name) { + throw new Error('failed to find latest module of "' + name + '"'); + } + // only remotes with semvers, ignore local files conataining a '/' + var versionRegexp = /(.*)~(.*)@v?(\d+\.\d+\.\d+[^\/]*)$/; + var remoteRegexp = /(.*)~(.*)/; + if (!remoteRegexp.test(name)) showError(name); + var moduleNames = Object.keys(require.modules); + var semVerCandidates = []; + var otherCandidates = []; // for instance: name of the git branch + for (var i=0; i 0) { + var module = semVerCandidates.sort(require.helper.semVerSort).pop().name; + if (returnPath === true) { + return module; + } + return require(module); + } + // if the build contains more than one branch of the same module + // you should not use this funciton + var module = otherCandidates.sort(function(a, b) {return a.name > b.name})[0].name; + if (returnPath === true) { + return module; + } + return require(module); +} + +/** + * Registered modules. + */ + +require.modules = {}; + +/** + * Register module at `name` with callback `definition`. + * + * @param {String} name + * @param {Function} definition + * @api private + */ + +require.register = function (name, definition) { + require.modules[name] = { + definition: definition + }; +}; + +/** + * Define a module's exports immediately with `exports`. + * + * @param {String} name + * @param {Generic} exports + * @api private + */ + +require.define = function (name, exports) { + require.modules[name] = { + exports: exports + }; +}; +require.register("abpetkov~transitionize@0.0.3", function (exports, module) { + +/** + * Transitionize 0.0.2 + * https://github.com/abpetkov/transitionize + * + * Authored by Alexander Petkov + * https://github.com/abpetkov + * + * Copyright 2013, Alexander Petkov + * License: The MIT License (MIT) + * http://opensource.org/licenses/MIT + * + */ + +/** + * Expose `Transitionize`. + */ + +module.exports = Transitionize; + +/** + * Initialize new Transitionize. + * + * @param {Object} element + * @param {Object} props + * @api public + */ + +function Transitionize(element, props) { + if (!(this instanceof Transitionize)) return new Transitionize(element, props); + + this.element = element; + this.props = props || {}; + this.init(); +} + +/** + * Detect if Safari. + * + * @returns {Boolean} + * @api private + */ + +Transitionize.prototype.isSafari = function() { + return (/Safari/).test(navigator.userAgent) && (/Apple Computer/).test(navigator.vendor); +}; + +/** + * Loop though the object and push the keys and values in an array. + * Apply the CSS3 transition to the element and prefix with -webkit- for Safari. + * + * @api private + */ + +Transitionize.prototype.init = function() { + var transitions = []; + + for (var key in this.props) { + transitions.push(key + ' ' + this.props[key]); + } + + this.element.style.transition = transitions.join(', '); + if (this.isSafari()) this.element.style.webkitTransition = transitions.join(', '); +}; +}); + +require.register("ftlabs~fastclick@v0.6.11", function (exports, module) { +/** + * @preserve FastClick: polyfill to remove click delays on browsers with touch UIs. + * + * @version 0.6.11 + * @codingstandard ftlabs-jsv2 + * @copyright The Financial Times Limited [All Rights Reserved] + * @license MIT License (see LICENSE.txt) + */ + +/*jslint browser:true, node:true*/ +/*global define, Event, Node*/ + + +/** + * Instantiate fast-clicking listeners on the specificed layer. + * + * @constructor + * @param {Element} layer The layer to listen on + */ +function FastClick(layer) { + 'use strict'; + var oldOnClick, self = this; + + + /** + * Whether a click is currently being tracked. + * + * @type boolean + */ + this.trackingClick = false; + + + /** + * Timestamp for when when click tracking started. + * + * @type number + */ + this.trackingClickStart = 0; + + + /** + * The element being tracked for a click. + * + * @type EventTarget + */ + this.targetElement = null; + + + /** + * X-coordinate of touch start event. + * + * @type number + */ + this.touchStartX = 0; + + + /** + * Y-coordinate of touch start event. + * + * @type number + */ + this.touchStartY = 0; + + + /** + * ID of the last touch, retrieved from Touch.identifier. + * + * @type number + */ + this.lastTouchIdentifier = 0; + + + /** + * Touchmove boundary, beyond which a click will be cancelled. + * + * @type number + */ + this.touchBoundary = 10; + + + /** + * The FastClick layer. + * + * @type Element + */ + this.layer = layer; + + if (!layer || !layer.nodeType) { + throw new TypeError('Layer must be a document node'); + } + + /** @type function() */ + this.onClick = function() { return FastClick.prototype.onClick.apply(self, arguments); }; + + /** @type function() */ + this.onMouse = function() { return FastClick.prototype.onMouse.apply(self, arguments); }; + + /** @type function() */ + this.onTouchStart = function() { return FastClick.prototype.onTouchStart.apply(self, arguments); }; + + /** @type function() */ + this.onTouchMove = function() { return FastClick.prototype.onTouchMove.apply(self, arguments); }; + + /** @type function() */ + this.onTouchEnd = function() { return FastClick.prototype.onTouchEnd.apply(self, arguments); }; + + /** @type function() */ + this.onTouchCancel = function() { return FastClick.prototype.onTouchCancel.apply(self, arguments); }; + + if (FastClick.notNeeded(layer)) { + return; + } + + // Set up event handlers as required + if (this.deviceIsAndroid) { + layer.addEventListener('mouseover', this.onMouse, true); + layer.addEventListener('mousedown', this.onMouse, true); + layer.addEventListener('mouseup', this.onMouse, true); + } + + layer.addEventListener('click', this.onClick, true); + layer.addEventListener('touchstart', this.onTouchStart, false); + layer.addEventListener('touchmove', this.onTouchMove, false); + layer.addEventListener('touchend', this.onTouchEnd, false); + layer.addEventListener('touchcancel', this.onTouchCancel, false); + + // Hack is required for browsers that don't support Event#stopImmediatePropagation (e.g. Android 2) + // which is how FastClick normally stops click events bubbling to callbacks registered on the FastClick + // layer when they are cancelled. + if (!Event.prototype.stopImmediatePropagation) { + layer.removeEventListener = function(type, callback, capture) { + var rmv = Node.prototype.removeEventListener; + if (type === 'click') { + rmv.call(layer, type, callback.hijacked || callback, capture); + } else { + rmv.call(layer, type, callback, capture); + } + }; + + layer.addEventListener = function(type, callback, capture) { + var adv = Node.prototype.addEventListener; + if (type === 'click') { + adv.call(layer, type, callback.hijacked || (callback.hijacked = function(event) { + if (!event.propagationStopped) { + callback(event); + } + }), capture); + } else { + adv.call(layer, type, callback, capture); + } + }; + } + + // If a handler is already declared in the element's onclick attribute, it will be fired before + // FastClick's onClick handler. Fix this by pulling out the user-defined handler function and + // adding it as listener. + if (typeof layer.onclick === 'function') { + + // Android browser on at least 3.2 requires a new reference to the function in layer.onclick + // - the old one won't work if passed to addEventListener directly. + oldOnClick = layer.onclick; + layer.addEventListener('click', function(event) { + oldOnClick(event); + }, false); + layer.onclick = null; + } +} + + +/** + * Android requires exceptions. + * + * @type boolean + */ +FastClick.prototype.deviceIsAndroid = navigator.userAgent.indexOf('Android') > 0; + + +/** + * iOS requires exceptions. + * + * @type boolean + */ +FastClick.prototype.deviceIsIOS = /iP(ad|hone|od)/.test(navigator.userAgent); + + +/** + * iOS 4 requires an exception for select elements. + * + * @type boolean + */ +FastClick.prototype.deviceIsIOS4 = FastClick.prototype.deviceIsIOS && (/OS 4_\d(_\d)?/).test(navigator.userAgent); + + +/** + * iOS 6.0(+?) requires the target element to be manually derived + * + * @type boolean + */ +FastClick.prototype.deviceIsIOSWithBadTarget = FastClick.prototype.deviceIsIOS && (/OS ([6-9]|\d{2})_\d/).test(navigator.userAgent); + + +/** + * Determine whether a given element requires a native click. + * + * @param {EventTarget|Element} target Target DOM element + * @returns {boolean} Returns true if the element needs a native click + */ +FastClick.prototype.needsClick = function(target) { + 'use strict'; + switch (target.nodeName.toLowerCase()) { + + // Don't send a synthetic click to disabled inputs (issue #62) + case 'button': + case 'select': + case 'textarea': + if (target.disabled) { + return true; + } + + break; + case 'input': + + // File inputs need real clicks on iOS 6 due to a browser bug (issue #68) + if ((this.deviceIsIOS && target.type === 'file') || target.disabled) { + return true; + } + + break; + case 'label': + case 'video': + return true; + } + + return (/\bneedsclick\b/).test(target.className); +}; + + +/** + * Determine whether a given element requires a call to focus to simulate click into element. + * + * @param {EventTarget|Element} target Target DOM element + * @returns {boolean} Returns true if the element requires a call to focus to simulate native click. + */ +FastClick.prototype.needsFocus = function(target) { + 'use strict'; + switch (target.nodeName.toLowerCase()) { + case 'textarea': + return true; + case 'select': + return !this.deviceIsAndroid; + case 'input': + switch (target.type) { + case 'button': + case 'checkbox': + case 'file': + case 'image': + case 'radio': + case 'submit': + return false; + } + + // No point in attempting to focus disabled inputs + return !target.disabled && !target.readOnly; + default: + return (/\bneedsfocus\b/).test(target.className); + } +}; + + +/** + * Send a click event to the specified element. + * + * @param {EventTarget|Element} targetElement + * @param {Event} event + */ +FastClick.prototype.sendClick = function(targetElement, event) { + 'use strict'; + var clickEvent, touch; + + // On some Android devices activeElement needs to be blurred otherwise the synthetic click will have no effect (#24) + if (document.activeElement && document.activeElement !== targetElement) { + document.activeElement.blur(); + } + + touch = event.changedTouches[0]; + + // Synthesise a click event, with an extra attribute so it can be tracked + clickEvent = document.createEvent('MouseEvents'); + clickEvent.initMouseEvent(this.determineEventType(targetElement), true, true, window, 1, touch.screenX, touch.screenY, touch.clientX, touch.clientY, false, false, false, false, 0, null); + clickEvent.forwardedTouchEvent = true; + targetElement.dispatchEvent(clickEvent); +}; + +FastClick.prototype.determineEventType = function(targetElement) { + 'use strict'; + + //Issue #159: Android Chrome Select Box does not open with a synthetic click event + if (this.deviceIsAndroid && targetElement.tagName.toLowerCase() === 'select') { + return 'mousedown'; + } + + return 'click'; +}; + + +/** + * @param {EventTarget|Element} targetElement + */ +FastClick.prototype.focus = function(targetElement) { + 'use strict'; + var length; + + // Issue #160: on iOS 7, some input elements (e.g. date datetime) throw a vague TypeError on setSelectionRange. These elements don't have an integer value for the selectionStart and selectionEnd properties, but unfortunately that can't be used for detection because accessing the properties also throws a TypeError. Just check the type instead. Filed as Apple bug #15122724. + if (this.deviceIsIOS && targetElement.setSelectionRange && targetElement.type.indexOf('date') !== 0 && targetElement.type !== 'time') { + length = targetElement.value.length; + targetElement.setSelectionRange(length, length); + } else { + targetElement.focus(); + } +}; + + +/** + * Check whether the given target element is a child of a scrollable layer and if so, set a flag on it. + * + * @param {EventTarget|Element} targetElement + */ +FastClick.prototype.updateScrollParent = function(targetElement) { + 'use strict'; + var scrollParent, parentElement; + + scrollParent = targetElement.fastClickScrollParent; + + // Attempt to discover whether the target element is contained within a scrollable layer. Re-check if the + // target element was moved to another parent. + if (!scrollParent || !scrollParent.contains(targetElement)) { + parentElement = targetElement; + do { + if (parentElement.scrollHeight > parentElement.offsetHeight) { + scrollParent = parentElement; + targetElement.fastClickScrollParent = parentElement; + break; + } + + parentElement = parentElement.parentElement; + } while (parentElement); + } + + // Always update the scroll top tracker if possible. + if (scrollParent) { + scrollParent.fastClickLastScrollTop = scrollParent.scrollTop; + } +}; + + +/** + * @param {EventTarget} targetElement + * @returns {Element|EventTarget} + */ +FastClick.prototype.getTargetElementFromEventTarget = function(eventTarget) { + 'use strict'; + + // On some older browsers (notably Safari on iOS 4.1 - see issue #56) the event target may be a text node. + if (eventTarget.nodeType === Node.TEXT_NODE) { + return eventTarget.parentNode; + } + + return eventTarget; +}; + + +/** + * On touch start, record the position and scroll offset. + * + * @param {Event} event + * @returns {boolean} + */ +FastClick.prototype.onTouchStart = function(event) { + 'use strict'; + var targetElement, touch, selection; + + // Ignore multiple touches, otherwise pinch-to-zoom is prevented if both fingers are on the FastClick element (issue #111). + if (event.targetTouches.length > 1) { + return true; + } + + targetElement = this.getTargetElementFromEventTarget(event.target); + touch = event.targetTouches[0]; + + if (this.deviceIsIOS) { + + // Only trusted events will deselect text on iOS (issue #49) + selection = window.getSelection(); + if (selection.rangeCount && !selection.isCollapsed) { + return true; + } + + if (!this.deviceIsIOS4) { + + // Weird things happen on iOS when an alert or confirm dialog is opened from a click event callback (issue #23): + // when the user next taps anywhere else on the page, new touchstart and touchend events are dispatched + // with the same identifier as the touch event that previously triggered the click that triggered the alert. + // Sadly, there is an issue on iOS 4 that causes some normal touch events to have the same identifier as an + // immediately preceeding touch event (issue #52), so this fix is unavailable on that platform. + if (touch.identifier === this.lastTouchIdentifier) { + event.preventDefault(); + return false; + } + + this.lastTouchIdentifier = touch.identifier; + + // If the target element is a child of a scrollable layer (using -webkit-overflow-scrolling: touch) and: + // 1) the user does a fling scroll on the scrollable layer + // 2) the user stops the fling scroll with another tap + // then the event.target of the last 'touchend' event will be the element that was under the user's finger + // when the fling scroll was started, causing FastClick to send a click event to that layer - unless a check + // is made to ensure that a parent layer was not scrolled before sending a synthetic click (issue #42). + this.updateScrollParent(targetElement); + } + } + + this.trackingClick = true; + this.trackingClickStart = event.timeStamp; + this.targetElement = targetElement; + + this.touchStartX = touch.pageX; + this.touchStartY = touch.pageY; + + // Prevent phantom clicks on fast double-tap (issue #36) + if ((event.timeStamp - this.lastClickTime) < 200) { + event.preventDefault(); + } + + return true; +}; + + +/** + * Based on a touchmove event object, check whether the touch has moved past a boundary since it started. + * + * @param {Event} event + * @returns {boolean} + */ +FastClick.prototype.touchHasMoved = function(event) { + 'use strict'; + var touch = event.changedTouches[0], boundary = this.touchBoundary; + + if (Math.abs(touch.pageX - this.touchStartX) > boundary || Math.abs(touch.pageY - this.touchStartY) > boundary) { + return true; + } + + return false; +}; + + +/** + * Update the last position. + * + * @param {Event} event + * @returns {boolean} + */ +FastClick.prototype.onTouchMove = function(event) { + 'use strict'; + if (!this.trackingClick) { + return true; + } + + // If the touch has moved, cancel the click tracking + if (this.targetElement !== this.getTargetElementFromEventTarget(event.target) || this.touchHasMoved(event)) { + this.trackingClick = false; + this.targetElement = null; + } + + return true; +}; + + +/** + * Attempt to find the labelled control for the given label element. + * + * @param {EventTarget|HTMLLabelElement} labelElement + * @returns {Element|null} + */ +FastClick.prototype.findControl = function(labelElement) { + 'use strict'; + + // Fast path for newer browsers supporting the HTML5 control attribute + if (labelElement.control !== undefined) { + return labelElement.control; + } + + // All browsers under test that support touch events also support the HTML5 htmlFor attribute + if (labelElement.htmlFor) { + return document.getElementById(labelElement.htmlFor); + } + + // If no for attribute exists, attempt to retrieve the first labellable descendant element + // the list of which is defined here: http://www.w3.org/TR/html5/forms.html#category-label + return labelElement.querySelector('button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea'); +}; + + +/** + * On touch end, determine whether to send a click event at once. + * + * @param {Event} event + * @returns {boolean} + */ +FastClick.prototype.onTouchEnd = function(event) { + 'use strict'; + var forElement, trackingClickStart, targetTagName, scrollParent, touch, targetElement = this.targetElement; + + if (!this.trackingClick) { + return true; + } + + // Prevent phantom clicks on fast double-tap (issue #36) + if ((event.timeStamp - this.lastClickTime) < 200) { + this.cancelNextClick = true; + return true; + } + + // Reset to prevent wrong click cancel on input (issue #156). + this.cancelNextClick = false; + + this.lastClickTime = event.timeStamp; + + trackingClickStart = this.trackingClickStart; + this.trackingClick = false; + this.trackingClickStart = 0; + + // On some iOS devices, the targetElement supplied with the event is invalid if the layer + // is performing a transition or scroll, and has to be re-detected manually. Note that + // for this to function correctly, it must be called *after* the event target is checked! + // See issue #57; also filed as rdar://13048589 . + if (this.deviceIsIOSWithBadTarget) { + touch = event.changedTouches[0]; + + // In certain cases arguments of elementFromPoint can be negative, so prevent setting targetElement to null + targetElement = document.elementFromPoint(touch.pageX - window.pageXOffset, touch.pageY - window.pageYOffset) || targetElement; + targetElement.fastClickScrollParent = this.targetElement.fastClickScrollParent; + } + + targetTagName = targetElement.tagName.toLowerCase(); + if (targetTagName === 'label') { + forElement = this.findControl(targetElement); + if (forElement) { + this.focus(targetElement); + if (this.deviceIsAndroid) { + return false; + } + + targetElement = forElement; + } + } else if (this.needsFocus(targetElement)) { + + // Case 1: If the touch started a while ago (best guess is 100ms based on tests for issue #36) then focus will be triggered anyway. Return early and unset the target element reference so that the subsequent click will be allowed through. + // Case 2: Without this exception for input elements tapped when the document is contained in an iframe, then any inputted text won't be visible even though the value attribute is updated as the user types (issue #37). + if ((event.timeStamp - trackingClickStart) > 100 || (this.deviceIsIOS && window.top !== window && targetTagName === 'input')) { + this.targetElement = null; + return false; + } + + this.focus(targetElement); + + // Select elements need the event to go through on iOS 4, otherwise the selector menu won't open. + if (!this.deviceIsIOS4 || targetTagName !== 'select') { + this.targetElement = null; + event.preventDefault(); + } + + return false; + } + + if (this.deviceIsIOS && !this.deviceIsIOS4) { + + // Don't send a synthetic click event if the target element is contained within a parent layer that was scrolled + // and this tap is being used to stop the scrolling (usually initiated by a fling - issue #42). + scrollParent = targetElement.fastClickScrollParent; + if (scrollParent && scrollParent.fastClickLastScrollTop !== scrollParent.scrollTop) { + return true; + } + } + + // Prevent the actual click from going though - unless the target node is marked as requiring + // real clicks or if it is in the whitelist in which case only non-programmatic clicks are permitted. + if (!this.needsClick(targetElement)) { + event.preventDefault(); + this.sendClick(targetElement, event); + } + + return false; +}; + + +/** + * On touch cancel, stop tracking the click. + * + * @returns {void} + */ +FastClick.prototype.onTouchCancel = function() { + 'use strict'; + this.trackingClick = false; + this.targetElement = null; +}; + + +/** + * Determine mouse events which should be permitted. + * + * @param {Event} event + * @returns {boolean} + */ +FastClick.prototype.onMouse = function(event) { + 'use strict'; + + // If a target element was never set (because a touch event was never fired) allow the event + if (!this.targetElement) { + return true; + } + + if (event.forwardedTouchEvent) { + return true; + } + + // Programmatically generated events targeting a specific element should be permitted + if (!event.cancelable) { + return true; + } + + // Derive and check the target element to see whether the mouse event needs to be permitted; + // unless explicitly enabled, prevent non-touch click events from triggering actions, + // to prevent ghost/doubleclicks. + if (!this.needsClick(this.targetElement) || this.cancelNextClick) { + + // Prevent any user-added listeners declared on FastClick element from being fired. + if (event.stopImmediatePropagation) { + event.stopImmediatePropagation(); + } else { + + // Part of the hack for browsers that don't support Event#stopImmediatePropagation (e.g. Android 2) + event.propagationStopped = true; + } + + // Cancel the event + event.stopPropagation(); + event.preventDefault(); + + return false; + } + + // If the mouse event is permitted, return true for the action to go through. + return true; +}; + + +/** + * On actual clicks, determine whether this is a touch-generated click, a click action occurring + * naturally after a delay after a touch (which needs to be cancelled to avoid duplication), or + * an actual click which should be permitted. + * + * @param {Event} event + * @returns {boolean} + */ +FastClick.prototype.onClick = function(event) { + 'use strict'; + var permitted; + + // It's possible for another FastClick-like library delivered with third-party code to fire a click event before FastClick does (issue #44). In that case, set the click-tracking flag back to false and return early. This will cause onTouchEnd to return early. + if (this.trackingClick) { + this.targetElement = null; + this.trackingClick = false; + return true; + } + + // Very odd behaviour on iOS (issue #18): if a submit element is present inside a form and the user hits enter in the iOS simulator or clicks the Go button on the pop-up OS keyboard the a kind of 'fake' click event will be triggered with the submit-type input element as the target. + if (event.target.type === 'submit' && event.detail === 0) { + return true; + } + + permitted = this.onMouse(event); + + // Only unset targetElement if the click is not permitted. This will ensure that the check for !targetElement in onMouse fails and the browser's click doesn't go through. + if (!permitted) { + this.targetElement = null; + } + + // If clicks are permitted, return true for the action to go through. + return permitted; +}; + + +/** + * Remove all FastClick's event listeners. + * + * @returns {void} + */ +FastClick.prototype.destroy = function() { + 'use strict'; + var layer = this.layer; + + if (this.deviceIsAndroid) { + layer.removeEventListener('mouseover', this.onMouse, true); + layer.removeEventListener('mousedown', this.onMouse, true); + layer.removeEventListener('mouseup', this.onMouse, true); + } + + layer.removeEventListener('click', this.onClick, true); + layer.removeEventListener('touchstart', this.onTouchStart, false); + layer.removeEventListener('touchmove', this.onTouchMove, false); + layer.removeEventListener('touchend', this.onTouchEnd, false); + layer.removeEventListener('touchcancel', this.onTouchCancel, false); +}; + + +/** + * Check whether FastClick is needed. + * + * @param {Element} layer The layer to listen on + */ +FastClick.notNeeded = function(layer) { + 'use strict'; + var metaViewport; + var chromeVersion; + + // Devices that don't support touch don't need FastClick + if (typeof window.ontouchstart === 'undefined') { + return true; + } + + // Chrome version - zero for other browsers + chromeVersion = +(/Chrome\/([0-9]+)/.exec(navigator.userAgent) || [,0])[1]; + + if (chromeVersion) { + + if (FastClick.prototype.deviceIsAndroid) { + metaViewport = document.querySelector('meta[name=viewport]'); + + if (metaViewport) { + // Chrome on Android with user-scalable="no" doesn't need FastClick (issue #89) + if (metaViewport.content.indexOf('user-scalable=no') !== -1) { + return true; + } + // Chrome 32 and above with width=device-width or less don't need FastClick + if (chromeVersion > 31 && window.innerWidth <= window.screen.width) { + return true; + } + } + + // Chrome desktop doesn't need FastClick (issue #15) + } else { + return true; + } + } + + // IE10 with -ms-touch-action: none, which disables double-tap-to-zoom (issue #97) + if (layer.style.msTouchAction === 'none') { + return true; + } + + return false; +}; + + +/** + * Factory method for creating a FastClick object + * + * @param {Element} layer The layer to listen on + */ +FastClick.attach = function(layer) { + 'use strict'; + return new FastClick(layer); +}; + + +if (typeof define !== 'undefined' && define.amd) { + + // AMD. Register as an anonymous module. + define(function() { + 'use strict'; + return FastClick; + }); +} else if (typeof module !== 'undefined' && module.exports) { + module.exports = FastClick.attach; + module.exports.FastClick = FastClick; +} else { + window.FastClick = FastClick; +} + +}); + +require.register("component~indexof@0.0.3", function (exports, module) { +module.exports = function(arr, obj){ + if (arr.indexOf) return arr.indexOf(obj); + for (var i = 0; i < arr.length; ++i) { + if (arr[i] === obj) return i; + } + return -1; +}; +}); + +require.register("component~classes@1.2.1", function (exports, module) { +/** + * Module dependencies. + */ + +var index = require('component~indexof@0.0.3'); + +/** + * Whitespace regexp. + */ + +var re = /\s+/; + +/** + * toString reference. + */ + +var toString = Object.prototype.toString; + +/** + * Wrap `el` in a `ClassList`. + * + * @param {Element} el + * @return {ClassList} + * @api public + */ + +module.exports = function(el){ + return new ClassList(el); +}; + +/** + * Initialize a new ClassList for `el`. + * + * @param {Element} el + * @api private + */ + +function ClassList(el) { + if (!el) throw new Error('A DOM element reference is required'); + this.el = el; + this.list = el.classList; +} + +/** + * Add class `name` if not already present. + * + * @param {String} name + * @return {ClassList} + * @api public + */ + +ClassList.prototype.add = function(name){ + // classList + if (this.list) { + this.list.add(name); + return this; + } + + // fallback + var arr = this.array(); + var i = index(arr, name); + if (!~i) arr.push(name); + this.el.className = arr.join(' '); + return this; +}; + +/** + * Remove class `name` when present, or + * pass a regular expression to remove + * any which match. + * + * @param {String|RegExp} name + * @return {ClassList} + * @api public + */ + +ClassList.prototype.remove = function(name){ + if ('[object RegExp]' == toString.call(name)) { + return this.removeMatching(name); + } + + // classList + if (this.list) { + this.list.remove(name); + return this; + } + + // fallback + var arr = this.array(); + var i = index(arr, name); + if (~i) arr.splice(i, 1); + this.el.className = arr.join(' '); + return this; +}; + +/** + * Remove all classes matching `re`. + * + * @param {RegExp} re + * @return {ClassList} + * @api private + */ + +ClassList.prototype.removeMatching = function(re){ + var arr = this.array(); + for (var i = 0; i < arr.length; i++) { + if (re.test(arr[i])) { + this.remove(arr[i]); + } + } + return this; +}; + +/** + * Toggle class `name`, can force state via `force`. + * + * For browsers that support classList, but do not support `force` yet, + * the mistake will be detected and corrected. + * + * @param {String} name + * @param {Boolean} force + * @return {ClassList} + * @api public + */ + +ClassList.prototype.toggle = function(name, force){ + // classList + if (this.list) { + if ("undefined" !== typeof force) { + if (force !== this.list.toggle(name, force)) { + this.list.toggle(name); // toggle again to correct + } + } else { + this.list.toggle(name); + } + return this; + } + + // fallback + if ("undefined" !== typeof force) { + if (!force) { + this.remove(name); + } else { + this.add(name); + } + } else { + if (this.has(name)) { + this.remove(name); + } else { + this.add(name); + } + } + + return this; +}; + +/** + * Return an array of classes. + * + * @return {Array} + * @api public + */ + +ClassList.prototype.array = function(){ + var str = this.el.className.replace(/^\s+|\s+$/g, ''); + var arr = str.split(re); + if ('' === arr[0]) arr.shift(); + return arr; +}; + +/** + * Check if class `name` is present. + * + * @param {String} name + * @return {ClassList} + * @api public + */ + +ClassList.prototype.has = +ClassList.prototype.contains = function(name){ + return this.list + ? this.list.contains(name) + : !! ~index(this.array(), name); +}; + +}); + +require.register("component~event@0.1.4", function (exports, module) { +var bind = window.addEventListener ? 'addEventListener' : 'attachEvent', + unbind = window.removeEventListener ? 'removeEventListener' : 'detachEvent', + prefix = bind !== 'addEventListener' ? 'on' : ''; + +/** + * Bind `el` event `type` to `fn`. + * + * @param {Element} el + * @param {String} type + * @param {Function} fn + * @param {Boolean} capture + * @return {Function} + * @api public + */ + +exports.bind = function(el, type, fn, capture){ + el[bind](prefix + type, fn, capture || false); + return fn; +}; + +/** + * Unbind `el` event `type`'s callback `fn`. + * + * @param {Element} el + * @param {String} type + * @param {Function} fn + * @param {Boolean} capture + * @return {Function} + * @api public + */ + +exports.unbind = function(el, type, fn, capture){ + el[unbind](prefix + type, fn, capture || false); + return fn; +}; +}); + +require.register("component~query@0.0.3", function (exports, module) { +function one(selector, el) { + return el.querySelector(selector); +} + +exports = module.exports = function(selector, el){ + el = el || document; + return one(selector, el); +}; + +exports.all = function(selector, el){ + el = el || document; + return el.querySelectorAll(selector); +}; + +exports.engine = function(obj){ + if (!obj.one) throw new Error('.one callback required'); + if (!obj.all) throw new Error('.all callback required'); + one = obj.one; + exports.all = obj.all; + return exports; +}; + +}); + +require.register("component~matches-selector@0.1.5", function (exports, module) { +/** + * Module dependencies. + */ + +var query = require('component~query@0.0.3'); + +/** + * Element prototype. + */ + +var proto = Element.prototype; + +/** + * Vendor function. + */ + +var vendor = proto.matches + || proto.webkitMatchesSelector + || proto.mozMatchesSelector + || proto.msMatchesSelector + || proto.oMatchesSelector; + +/** + * Expose `match()`. + */ + +module.exports = match; + +/** + * Match `el` to `selector`. + * + * @param {Element} el + * @param {String} selector + * @return {Boolean} + * @api public + */ + +function match(el, selector) { + if (!el || el.nodeType !== 1) return false; + if (vendor) return vendor.call(el, selector); + var nodes = query.all(selector, el.parentNode); + for (var i = 0; i < nodes.length; ++i) { + if (nodes[i] == el) return true; + } + return false; +} + +}); + +require.register("component~closest@0.1.4", function (exports, module) { +var matches = require('component~matches-selector@0.1.5') + +module.exports = function (element, selector, checkYoSelf, root) { + element = checkYoSelf ? {parentNode: element} : element + + root = root || document + + // Make sure `element !== document` and `element != null` + // otherwise we get an illegal invocation + while ((element = element.parentNode) && element !== document) { + if (matches(element, selector)) + return element + // After `matches` on the edge case that + // the selector matches the root + // (when the root is not the document) + if (element === root) + return + } +} + +}); + +require.register("component~delegate@0.2.3", function (exports, module) { +/** + * Module dependencies. + */ + +var closest = require('component~closest@0.1.4') + , event = require('component~event@0.1.4'); + +/** + * Delegate event `type` to `selector` + * and invoke `fn(e)`. A callback function + * is returned which may be passed to `.unbind()`. + * + * @param {Element} el + * @param {String} selector + * @param {String} type + * @param {Function} fn + * @param {Boolean} capture + * @return {Function} + * @api public + */ + +exports.bind = function(el, selector, type, fn, capture){ + return event.bind(el, type, function(e){ + var target = e.target || e.srcElement; + e.delegateTarget = closest(target, selector, true, el); + if (e.delegateTarget) fn.call(el, e); + }, capture); +}; + +/** + * Unbind event `type`'s callback `fn`. + * + * @param {Element} el + * @param {String} type + * @param {Function} fn + * @param {Boolean} capture + * @api public + */ + +exports.unbind = function(el, type, fn, capture){ + event.unbind(el, type, fn, capture); +}; + +}); + +require.register("component~events@1.0.9", function (exports, module) { + +/** + * Module dependencies. + */ + +var events = require('component~event@0.1.4'); +var delegate = require('component~delegate@0.2.3'); + +/** + * Expose `Events`. + */ + +module.exports = Events; + +/** + * Initialize an `Events` with the given + * `el` object which events will be bound to, + * and the `obj` which will receive method calls. + * + * @param {Object} el + * @param {Object} obj + * @api public + */ + +function Events(el, obj) { + if (!(this instanceof Events)) return new Events(el, obj); + if (!el) throw new Error('element required'); + if (!obj) throw new Error('object required'); + this.el = el; + this.obj = obj; + this._events = {}; +} + +/** + * Subscription helper. + */ + +Events.prototype.sub = function(event, method, cb){ + this._events[event] = this._events[event] || {}; + this._events[event][method] = cb; +}; + +/** + * Bind to `event` with optional `method` name. + * When `method` is undefined it becomes `event` + * with the "on" prefix. + * + * Examples: + * + * Direct event handling: + * + * events.bind('click') // implies "onclick" + * events.bind('click', 'remove') + * events.bind('click', 'sort', 'asc') + * + * Delegated event handling: + * + * events.bind('click li > a') + * events.bind('click li > a', 'remove') + * events.bind('click a.sort-ascending', 'sort', 'asc') + * events.bind('click a.sort-descending', 'sort', 'desc') + * + * @param {String} event + * @param {String|function} [method] + * @return {Function} callback + * @api public + */ + +Events.prototype.bind = function(event, method){ + var e = parse(event); + var el = this.el; + var obj = this.obj; + var name = e.name; + var method = method || 'on' + name; + var args = [].slice.call(arguments, 2); + + // callback + function cb(){ + var a = [].slice.call(arguments).concat(args); + obj[method].apply(obj, a); + } + + // bind + if (e.selector) { + cb = delegate.bind(el, e.selector, name, cb); + } else { + events.bind(el, name, cb); + } + + // subscription for unbinding + this.sub(name, method, cb); + + return cb; +}; + +/** + * Unbind a single binding, all bindings for `event`, + * or all bindings within the manager. + * + * Examples: + * + * Unbind direct handlers: + * + * events.unbind('click', 'remove') + * events.unbind('click') + * events.unbind() + * + * Unbind delegate handlers: + * + * events.unbind('click', 'remove') + * events.unbind('click') + * events.unbind() + * + * @param {String|Function} [event] + * @param {String|Function} [method] + * @api public + */ + +Events.prototype.unbind = function(event, method){ + if (0 == arguments.length) return this.unbindAll(); + if (1 == arguments.length) return this.unbindAllOf(event); + + // no bindings for this event + var bindings = this._events[event]; + if (!bindings) return; + + // no bindings for this method + var cb = bindings[method]; + if (!cb) return; + + events.unbind(this.el, event, cb); +}; + +/** + * Unbind all events. + * + * @api private + */ + +Events.prototype.unbindAll = function(){ + for (var event in this._events) { + this.unbindAllOf(event); + } +}; + +/** + * Unbind all events for `event`. + * + * @param {String} event + * @api private + */ + +Events.prototype.unbindAllOf = function(event){ + var bindings = this._events[event]; + if (!bindings) return; + + for (var method in bindings) { + this.unbind(event, method); + } +}; + +/** + * Parse `event`. + * + * @param {String} event + * @return {Object} + * @api private + */ + +function parse(event) { + var parts = event.split(/ +/); + return { + name: parts.shift(), + selector: parts.join(' ') + } +} + +}); + +require.register("switchery", function (exports, module) { +/** + * Switchery 0.8.1 + * http://abpetkov.github.io/switchery/ + * + * Authored by Alexander Petkov + * https://github.com/abpetkov + * + * Copyright 2013-2015, Alexander Petkov + * License: The MIT License (MIT) + * http://opensource.org/licenses/MIT + * + */ + +/** + * External dependencies. + */ + +var transitionize = require('abpetkov~transitionize@0.0.3') + , fastclick = require('ftlabs~fastclick@v0.6.11') + , classes = require('component~classes@1.2.1') + , events = require('component~events@1.0.9'); + +/** + * Expose `Switchery`. + */ + +module.exports = Switchery; + +/** + * Set Switchery default values. + * + * @api public + */ + +var defaults = { + color : '#64bd63' + , secondaryColor : '#dfdfdf' + , jackColor : '#fff' + , jackSecondaryColor: null + , className : 'switchery' + , disabled : false + , disabledOpacity : 0.5 + , speed : '0.4s' + , size : 'default' +}; + +/** + * Create Switchery object. + * + * @param {Object} element + * @param {Object} options + * @api public + */ + +function Switchery(element, options) { + if (!(this instanceof Switchery)) return new Switchery(element, options); + + this.element = element; + this.options = options || {}; + + for (var i in defaults) { + if (this.options[i] == null) { + this.options[i] = defaults[i]; + } + } + + if (this.element != null && this.element.type == 'checkbox') this.init(); + if (this.isDisabled() === true) this.disable(); +} + +/** + * Hide the target element. + * + * @api private + */ + +Switchery.prototype.hide = function() { + this.element.style.display = 'none'; +}; + +/** + * Show custom switch after the target element. + * + * @api private + */ + +Switchery.prototype.show = function() { + var switcher = this.create(); + this.insertAfter(this.element, switcher); +}; + +/** + * Create custom switch. + * + * @returns {Object} this.switcher + * @api private + */ + +Switchery.prototype.create = function() { + this.switcher = document.createElement('span'); + this.jack = document.createElement('small'); + this.switcher.appendChild(this.jack); + this.switcher.className = this.options.className; + this.events = events(this.switcher, this); + + return this.switcher; +}; + +/** + * Insert after element after another element. + * + * @param {Object} reference + * @param {Object} target + * @api private + */ + +Switchery.prototype.insertAfter = function(reference, target) { + reference.parentNode.insertBefore(target, reference.nextSibling); +}; + +/** + * Set switch jack proper position. + * + * @param {Boolean} clicked - we need this in order to uncheck the input when the switch is clicked + * @api private + */ + +Switchery.prototype.setPosition = function (clicked) { + var checked = this.isChecked() + , switcher = this.switcher + , jack = this.jack; + + if (clicked && checked) checked = false; + else if (clicked && !checked) checked = true; + + if (checked === true) { + this.element.checked = true; + + if (window.getComputedStyle) jack.style.left = parseInt(window.getComputedStyle(switcher).width) - parseInt(window.getComputedStyle(jack).width) + 'px'; + else jack.style.left = parseInt(switcher.currentStyle['width']) - parseInt(jack.currentStyle['width']) + 'px'; + + if (this.options.color) this.colorize(); + this.setSpeed(); + } else { + jack.style.left = 0; + this.element.checked = false; + this.switcher.style.boxShadow = 'inset 0 0 0 0 ' + this.options.secondaryColor; + this.switcher.style.borderColor = this.options.secondaryColor; + this.switcher.style.backgroundColor = (this.options.secondaryColor !== defaults.secondaryColor) ? this.options.secondaryColor : '#fff'; + this.jack.style.backgroundColor = (this.options.jackSecondaryColor !== this.options.jackColor) ? this.options.jackSecondaryColor : this.options.jackColor; + this.setSpeed(); + } +}; + +/** + * Set speed. + * + * @api private + */ + +Switchery.prototype.setSpeed = function() { + var switcherProp = {} + , jackProp = { + 'background-color': this.options.speed + , 'left': this.options.speed.replace(/[a-z]/, '') / 2 + 's' + }; + + if (this.isChecked()) { + switcherProp = { + 'border': this.options.speed + , 'box-shadow': this.options.speed + , 'background-color': this.options.speed.replace(/[a-z]/, '') * 3 + 's' + }; + } else { + switcherProp = { + 'border': this.options.speed + , 'box-shadow': this.options.speed + }; + } + + transitionize(this.switcher, switcherProp); + transitionize(this.jack, jackProp); +}; + +/** + * Set switch size. + * + * @api private + */ + +Switchery.prototype.setSize = function() { + var small = 'switchery-small' + , normal = 'switchery-default' + , large = 'switchery-large'; + + switch (this.options.size) { + case 'small': + classes(this.switcher).add(small) + break; + case 'large': + classes(this.switcher).add(large) + break; + default: + classes(this.switcher).add(normal) + break; + } +}; + +/** + * Set switch color. + * + * @api private + */ + +Switchery.prototype.colorize = function() { + var switcherHeight = this.switcher.offsetHeight / 2; + + this.switcher.style.backgroundColor = this.options.color; + this.switcher.style.borderColor = this.options.color; + this.switcher.style.boxShadow = 'inset 0 0 0 ' + switcherHeight + 'px ' + this.options.color; + this.jack.style.backgroundColor = this.options.jackColor; +}; + +/** + * Handle the onchange event. + * + * @param {Boolean} state + * @api private + */ + +Switchery.prototype.handleOnchange = function(state) { + if (document.dispatchEvent) { + var event = document.createEvent('HTMLEvents'); + event.initEvent('change', true, true); + this.element.dispatchEvent(event); + } else { + this.element.fireEvent('onchange'); + } +}; + +/** + * Handle the native input element state change. + * A `change` event must be fired in order to detect the change. + * + * @api private + */ + +Switchery.prototype.handleChange = function() { + var self = this + , el = this.element; + + if (el.addEventListener) { + el.addEventListener('change', function() { + self.setPosition(); + }); + } else { + el.attachEvent('onchange', function() { + self.setPosition(); + }); + } +}; + +/** + * Handle the switch click event. + * + * @api private + */ + +Switchery.prototype.handleClick = function() { + var switcher = this.switcher; + + fastclick(switcher); + this.events.bind('click', 'bindClick'); +}; + +/** + * Attach all methods that need to happen on switcher click. + * + * @api private + */ + +Switchery.prototype.bindClick = function() { + var parent = this.element.parentNode.tagName.toLowerCase() + , labelParent = (parent === 'label') ? false : true; + + this.setPosition(labelParent); + this.handleOnchange(this.element.checked); +}; + +/** + * Mark an individual switch as already handled. + * + * @api private + */ + +Switchery.prototype.markAsSwitched = function() { + this.element.setAttribute('data-switchery', true); +}; + +/** + * Check if an individual switch is already handled. + * + * @api private + */ + +Switchery.prototype.markedAsSwitched = function() { + return this.element.getAttribute('data-switchery'); +}; + +/** + * Initialize Switchery. + * + * @api private + */ + +Switchery.prototype.init = function() { + this.hide(); + this.show(); + this.setSize(); + this.setPosition(); + this.markAsSwitched(); + this.handleChange(); + this.handleClick(); +}; + +/** + * See if input is checked. + * + * @returns {Boolean} + * @api public + */ + +Switchery.prototype.isChecked = function() { + return this.element.checked; +}; + +/** + * See if switcher should be disabled. + * + * @returns {Boolean} + * @api public + */ + +Switchery.prototype.isDisabled = function() { + return this.options.disabled || this.element.disabled || this.element.readOnly; +}; + +/** + * Destroy all event handlers attached to the switch. + * + * @api public + */ + +Switchery.prototype.destroy = function() { + this.events.unbind(); +}; + +/** + * Enable disabled switch element. + * + * @api public + */ + +Switchery.prototype.enable = function() { + if (this.options.disabled) this.options.disabled = false; + if (this.element.disabled) this.element.disabled = false; + if (this.element.readOnly) this.element.readOnly = false; + this.switcher.style.opacity = 1; + this.events.bind('click', 'bindClick'); +}; + +/** + * Disable switch element. + * + * @api public + */ + +Switchery.prototype.disable = function() { + if (!this.options.disabled) this.options.disabled = true; + if (!this.element.disabled) this.element.disabled = true; + if (!this.element.readOnly) this.element.readOnly = true; + this.switcher.style.opacity = this.options.disabledOpacity; + this.destroy(); +}; + +}); + +if (typeof exports == "object") { + module.exports = require("switchery"); +} else if (typeof define == "function" && define.amd) { + define("Switchery", [], function(){ return require("switchery"); }); +} else { + (this || window)["Switchery"] = require("switchery"); +} +})() diff --git a/dana/third_party/switchery/dist/switchery.min.css b/dana/third_party/switchery/dist/switchery.min.css new file mode 100644 index 0000000000000000000000000000000000000000..128f7266e48c18475b609c0a43f6ede11f0e802a --- /dev/null +++ b/dana/third_party/switchery/dist/switchery.min.css @@ -0,0 +1 @@ +.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px} \ No newline at end of file diff --git a/dana/third_party/switchery/dist/switchery.min.js b/dana/third_party/switchery/dist/switchery.min.js new file mode 100644 index 0000000000000000000000000000000000000000..5187a387da2b5b73d633cb55e9c28b65b8928cfa --- /dev/null +++ b/dana/third_party/switchery/dist/switchery.min.js @@ -0,0 +1 @@ +(function(){function require(name){var module=require.modules[name];if(!module)throw new Error('failed to require "'+name+'"');if(!("exports"in module)&&typeof module.definition==="function"){module.client=module.component=true;module.definition.call(this,module.exports={},module);delete module.definition}return module.exports}require.loader="component";require.helper={};require.helper.semVerSort=function(a,b){var aArray=a.version.split(".");var bArray=b.version.split(".");for(var i=0;ibLex?1:-1;continue}else if(aInt>bInt){return 1}else{return-1}}return 0};require.latest=function(name,returnPath){function showError(name){throw new Error('failed to find latest module of "'+name+'"')}var versionRegexp=/(.*)~(.*)@v?(\d+\.\d+\.\d+[^\/]*)$/;var remoteRegexp=/(.*)~(.*)/;if(!remoteRegexp.test(name))showError(name);var moduleNames=Object.keys(require.modules);var semVerCandidates=[];var otherCandidates=[];for(var i=0;i0){var module=semVerCandidates.sort(require.helper.semVerSort).pop().name;if(returnPath===true){return module}return require(module)}var module=otherCandidates.sort(function(a,b){return a.name>b.name})[0].name;if(returnPath===true){return module}return require(module)};require.modules={};require.register=function(name,definition){require.modules[name]={definition:definition}};require.define=function(name,exports){require.modules[name]={exports:exports}};require.register("abpetkov~transitionize@0.0.3",function(exports,module){module.exports=Transitionize;function Transitionize(element,props){if(!(this instanceof Transitionize))return new Transitionize(element,props);this.element=element;this.props=props||{};this.init()}Transitionize.prototype.isSafari=function(){return/Safari/.test(navigator.userAgent)&&/Apple Computer/.test(navigator.vendor)};Transitionize.prototype.init=function(){var transitions=[];for(var key in this.props){transitions.push(key+" "+this.props[key])}this.element.style.transition=transitions.join(", ");if(this.isSafari())this.element.style.webkitTransition=transitions.join(", ")}});require.register("ftlabs~fastclick@v0.6.11",function(exports,module){function FastClick(layer){"use strict";var oldOnClick,self=this;this.trackingClick=false;this.trackingClickStart=0;this.targetElement=null;this.touchStartX=0;this.touchStartY=0;this.lastTouchIdentifier=0;this.touchBoundary=10;this.layer=layer;if(!layer||!layer.nodeType){throw new TypeError("Layer must be a document node")}this.onClick=function(){return FastClick.prototype.onClick.apply(self,arguments)};this.onMouse=function(){return FastClick.prototype.onMouse.apply(self,arguments)};this.onTouchStart=function(){return FastClick.prototype.onTouchStart.apply(self,arguments)};this.onTouchMove=function(){return FastClick.prototype.onTouchMove.apply(self,arguments)};this.onTouchEnd=function(){return FastClick.prototype.onTouchEnd.apply(self,arguments)};this.onTouchCancel=function(){return FastClick.prototype.onTouchCancel.apply(self,arguments)};if(FastClick.notNeeded(layer)){return}if(this.deviceIsAndroid){layer.addEventListener("mouseover",this.onMouse,true);layer.addEventListener("mousedown",this.onMouse,true);layer.addEventListener("mouseup",this.onMouse,true)}layer.addEventListener("click",this.onClick,true);layer.addEventListener("touchstart",this.onTouchStart,false);layer.addEventListener("touchmove",this.onTouchMove,false);layer.addEventListener("touchend",this.onTouchEnd,false);layer.addEventListener("touchcancel",this.onTouchCancel,false);if(!Event.prototype.stopImmediatePropagation){layer.removeEventListener=function(type,callback,capture){var rmv=Node.prototype.removeEventListener;if(type==="click"){rmv.call(layer,type,callback.hijacked||callback,capture)}else{rmv.call(layer,type,callback,capture)}};layer.addEventListener=function(type,callback,capture){var adv=Node.prototype.addEventListener;if(type==="click"){adv.call(layer,type,callback.hijacked||(callback.hijacked=function(event){if(!event.propagationStopped){callback(event)}}),capture)}else{adv.call(layer,type,callback,capture)}}}if(typeof layer.onclick==="function"){oldOnClick=layer.onclick;layer.addEventListener("click",function(event){oldOnClick(event)},false);layer.onclick=null}}FastClick.prototype.deviceIsAndroid=navigator.userAgent.indexOf("Android")>0;FastClick.prototype.deviceIsIOS=/iP(ad|hone|od)/.test(navigator.userAgent);FastClick.prototype.deviceIsIOS4=FastClick.prototype.deviceIsIOS&&/OS 4_\d(_\d)?/.test(navigator.userAgent);FastClick.prototype.deviceIsIOSWithBadTarget=FastClick.prototype.deviceIsIOS&&/OS ([6-9]|\d{2})_\d/.test(navigator.userAgent);FastClick.prototype.needsClick=function(target){"use strict";switch(target.nodeName.toLowerCase()){case"button":case"select":case"textarea":if(target.disabled){return true}break;case"input":if(this.deviceIsIOS&&target.type==="file"||target.disabled){return true}break;case"label":case"video":return true}return/\bneedsclick\b/.test(target.className)};FastClick.prototype.needsFocus=function(target){"use strict";switch(target.nodeName.toLowerCase()){case"textarea":return true;case"select":return!this.deviceIsAndroid;case"input":switch(target.type){case"button":case"checkbox":case"file":case"image":case"radio":case"submit":return false}return!target.disabled&&!target.readOnly;default:return/\bneedsfocus\b/.test(target.className)}};FastClick.prototype.sendClick=function(targetElement,event){"use strict";var clickEvent,touch;if(document.activeElement&&document.activeElement!==targetElement){document.activeElement.blur()}touch=event.changedTouches[0];clickEvent=document.createEvent("MouseEvents");clickEvent.initMouseEvent(this.determineEventType(targetElement),true,true,window,1,touch.screenX,touch.screenY,touch.clientX,touch.clientY,false,false,false,false,0,null);clickEvent.forwardedTouchEvent=true;targetElement.dispatchEvent(clickEvent)};FastClick.prototype.determineEventType=function(targetElement){"use strict";if(this.deviceIsAndroid&&targetElement.tagName.toLowerCase()==="select"){return"mousedown"}return"click"};FastClick.prototype.focus=function(targetElement){"use strict";var length;if(this.deviceIsIOS&&targetElement.setSelectionRange&&targetElement.type.indexOf("date")!==0&&targetElement.type!=="time"){length=targetElement.value.length;targetElement.setSelectionRange(length,length)}else{targetElement.focus()}};FastClick.prototype.updateScrollParent=function(targetElement){"use strict";var scrollParent,parentElement;scrollParent=targetElement.fastClickScrollParent;if(!scrollParent||!scrollParent.contains(targetElement)){parentElement=targetElement;do{if(parentElement.scrollHeight>parentElement.offsetHeight){scrollParent=parentElement;targetElement.fastClickScrollParent=parentElement;break}parentElement=parentElement.parentElement}while(parentElement)}if(scrollParent){scrollParent.fastClickLastScrollTop=scrollParent.scrollTop}};FastClick.prototype.getTargetElementFromEventTarget=function(eventTarget){"use strict";if(eventTarget.nodeType===Node.TEXT_NODE){return eventTarget.parentNode}return eventTarget};FastClick.prototype.onTouchStart=function(event){"use strict";var targetElement,touch,selection;if(event.targetTouches.length>1){return true}targetElement=this.getTargetElementFromEventTarget(event.target);touch=event.targetTouches[0];if(this.deviceIsIOS){selection=window.getSelection();if(selection.rangeCount&&!selection.isCollapsed){return true}if(!this.deviceIsIOS4){if(touch.identifier===this.lastTouchIdentifier){event.preventDefault();return false}this.lastTouchIdentifier=touch.identifier;this.updateScrollParent(targetElement)}}this.trackingClick=true;this.trackingClickStart=event.timeStamp;this.targetElement=targetElement;this.touchStartX=touch.pageX;this.touchStartY=touch.pageY;if(event.timeStamp-this.lastClickTime<200){event.preventDefault()}return true};FastClick.prototype.touchHasMoved=function(event){"use strict";var touch=event.changedTouches[0],boundary=this.touchBoundary;if(Math.abs(touch.pageX-this.touchStartX)>boundary||Math.abs(touch.pageY-this.touchStartY)>boundary){return true}return false};FastClick.prototype.onTouchMove=function(event){"use strict";if(!this.trackingClick){return true}if(this.targetElement!==this.getTargetElementFromEventTarget(event.target)||this.touchHasMoved(event)){this.trackingClick=false;this.targetElement=null}return true};FastClick.prototype.findControl=function(labelElement){"use strict";if(labelElement.control!==undefined){return labelElement.control}if(labelElement.htmlFor){return document.getElementById(labelElement.htmlFor)}return labelElement.querySelector("button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea")};FastClick.prototype.onTouchEnd=function(event){"use strict";var forElement,trackingClickStart,targetTagName,scrollParent,touch,targetElement=this.targetElement;if(!this.trackingClick){return true}if(event.timeStamp-this.lastClickTime<200){this.cancelNextClick=true;return true}this.cancelNextClick=false;this.lastClickTime=event.timeStamp;trackingClickStart=this.trackingClickStart;this.trackingClick=false;this.trackingClickStart=0;if(this.deviceIsIOSWithBadTarget){touch=event.changedTouches[0];targetElement=document.elementFromPoint(touch.pageX-window.pageXOffset,touch.pageY-window.pageYOffset)||targetElement;targetElement.fastClickScrollParent=this.targetElement.fastClickScrollParent}targetTagName=targetElement.tagName.toLowerCase();if(targetTagName==="label"){forElement=this.findControl(targetElement);if(forElement){this.focus(targetElement);if(this.deviceIsAndroid){return false}targetElement=forElement}}else if(this.needsFocus(targetElement)){if(event.timeStamp-trackingClickStart>100||this.deviceIsIOS&&window.top!==window&&targetTagName==="input"){this.targetElement=null;return false}this.focus(targetElement);if(!this.deviceIsIOS4||targetTagName!=="select"){this.targetElement=null;event.preventDefault()}return false}if(this.deviceIsIOS&&!this.deviceIsIOS4){scrollParent=targetElement.fastClickScrollParent;if(scrollParent&&scrollParent.fastClickLastScrollTop!==scrollParent.scrollTop){return true}}if(!this.needsClick(targetElement)){event.preventDefault();this.sendClick(targetElement,event)}return false};FastClick.prototype.onTouchCancel=function(){"use strict";this.trackingClick=false;this.targetElement=null};FastClick.prototype.onMouse=function(event){"use strict";if(!this.targetElement){return true}if(event.forwardedTouchEvent){return true}if(!event.cancelable){return true}if(!this.needsClick(this.targetElement)||this.cancelNextClick){if(event.stopImmediatePropagation){event.stopImmediatePropagation()}else{event.propagationStopped=true}event.stopPropagation();event.preventDefault();return false}return true};FastClick.prototype.onClick=function(event){"use strict";var permitted;if(this.trackingClick){this.targetElement=null;this.trackingClick=false;return true}if(event.target.type==="submit"&&event.detail===0){return true}permitted=this.onMouse(event);if(!permitted){this.targetElement=null}return permitted};FastClick.prototype.destroy=function(){"use strict";var layer=this.layer;if(this.deviceIsAndroid){layer.removeEventListener("mouseover",this.onMouse,true);layer.removeEventListener("mousedown",this.onMouse,true);layer.removeEventListener("mouseup",this.onMouse,true)}layer.removeEventListener("click",this.onClick,true);layer.removeEventListener("touchstart",this.onTouchStart,false);layer.removeEventListener("touchmove",this.onTouchMove,false);layer.removeEventListener("touchend",this.onTouchEnd,false);layer.removeEventListener("touchcancel",this.onTouchCancel,false)};FastClick.notNeeded=function(layer){"use strict";var metaViewport;var chromeVersion;if(typeof window.ontouchstart==="undefined"){return true}chromeVersion=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1];if(chromeVersion){if(FastClick.prototype.deviceIsAndroid){metaViewport=document.querySelector("meta[name=viewport]");if(metaViewport){if(metaViewport.content.indexOf("user-scalable=no")!==-1){return true}if(chromeVersion>31&&window.innerWidth<=window.screen.width){return true}}}else{return true}}if(layer.style.msTouchAction==="none"){return true}return false};FastClick.attach=function(layer){"use strict";return new FastClick(layer)};if(typeof define!=="undefined"&&define.amd){define(function(){"use strict";return FastClick})}else if(typeof module!=="undefined"&&module.exports){module.exports=FastClick.attach;module.exports.FastClick=FastClick}else{window.FastClick=FastClick}});require.register("component~indexof@0.0.3",function(exports,module){module.exports=function(arr,obj){if(arr.indexOf)return arr.indexOf(obj);for(var i=0;i small { + background: #fff; + border-radius: 100%; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); + height: 30px; + position: absolute; + top: 0; + width: 30px; +} + +/* Switchery sizes. */ + +.switchery-small { + border-radius: 20px; + height: 20px; + width: 33px; +} + +.switchery-small > small { + height: 20px; + width: 20px; +} + +.switchery-large { + border-radius: 40px; + height: 40px; + width: 66px; +} + +.switchery-large > small { + height: 40px; + width: 40px; +} diff --git a/dana/third_party/switchery/switchery.js b/dana/third_party/switchery/switchery.js new file mode 100644 index 0000000000000000000000000000000000000000..f68c92f6912669a7c0de9fb8e568288bde3abd5d --- /dev/null +++ b/dana/third_party/switchery/switchery.js @@ -0,0 +1,384 @@ +/** + * Switchery 0.8.1 + * http://abpetkov.github.io/switchery/ + * + * Authored by Alexander Petkov + * https://github.com/abpetkov + * + * Copyright 2013-2015, Alexander Petkov + * License: The MIT License (MIT) + * http://opensource.org/licenses/MIT + * + */ + +/** + * External dependencies. + */ + +var transitionize = require('transitionize') + , fastclick = require('fastclick') + , classes = require('classes') + , events = require('events'); + +/** + * Expose `Switchery`. + */ + +module.exports = Switchery; + +/** + * Set Switchery default values. + * + * @api public + */ + +var defaults = { + color : '#64bd63' + , secondaryColor : '#dfdfdf' + , jackColor : '#fff' + , jackSecondaryColor: null + , className : 'switchery' + , disabled : false + , disabledOpacity : 0.5 + , speed : '0.4s' + , size : 'default' +}; + +/** + * Create Switchery object. + * + * @param {Object} element + * @param {Object} options + * @api public + */ + +function Switchery(element, options) { + if (!(this instanceof Switchery)) return new Switchery(element, options); + + this.element = element; + this.options = options || {}; + + for (var i in defaults) { + if (this.options[i] == null) { + this.options[i] = defaults[i]; + } + } + + if (this.element != null && this.element.type == 'checkbox') this.init(); + if (this.isDisabled() === true) this.disable(); +} + +/** + * Hide the target element. + * + * @api private + */ + +Switchery.prototype.hide = function() { + this.element.style.display = 'none'; +}; + +/** + * Show custom switch after the target element. + * + * @api private + */ + +Switchery.prototype.show = function() { + var switcher = this.create(); + this.insertAfter(this.element, switcher); +}; + +/** + * Create custom switch. + * + * @returns {Object} this.switcher + * @api private + */ + +Switchery.prototype.create = function() { + this.switcher = document.createElement('span'); + this.jack = document.createElement('small'); + this.switcher.appendChild(this.jack); + this.switcher.className = this.options.className; + this.events = events(this.switcher, this); + + return this.switcher; +}; + +/** + * Insert after element after another element. + * + * @param {Object} reference + * @param {Object} target + * @api private + */ + +Switchery.prototype.insertAfter = function(reference, target) { + reference.parentNode.insertBefore(target, reference.nextSibling); +}; + +/** + * Set switch jack proper position. + * + * @param {Boolean} clicked - we need this in order to uncheck the input when the switch is clicked + * @api private + */ + +Switchery.prototype.setPosition = function (clicked) { + var checked = this.isChecked() + , switcher = this.switcher + , jack = this.jack; + + if (clicked && checked) checked = false; + else if (clicked && !checked) checked = true; + + if (checked === true) { + this.element.checked = true; + + if (window.getComputedStyle) jack.style.left = parseInt(window.getComputedStyle(switcher).width) - parseInt(window.getComputedStyle(jack).width) + 'px'; + else jack.style.left = parseInt(switcher.currentStyle['width']) - parseInt(jack.currentStyle['width']) + 'px'; + + if (this.options.color) this.colorize(); + this.setSpeed(); + } else { + jack.style.left = 0; + this.element.checked = false; + this.switcher.style.boxShadow = 'inset 0 0 0 0 ' + this.options.secondaryColor; + this.switcher.style.borderColor = this.options.secondaryColor; + this.switcher.style.backgroundColor = (this.options.secondaryColor !== defaults.secondaryColor) ? this.options.secondaryColor : '#fff'; + this.jack.style.backgroundColor = (this.options.jackSecondaryColor !== this.options.jackColor) ? this.options.jackSecondaryColor : this.options.jackColor; + this.setSpeed(); + } +}; + +/** + * Set speed. + * + * @api private + */ + +Switchery.prototype.setSpeed = function() { + var switcherProp = {} + , jackProp = { + 'background-color': this.options.speed + , 'left': this.options.speed.replace(/[a-z]/, '') / 2 + 's' + }; + + if (this.isChecked()) { + switcherProp = { + 'border': this.options.speed + , 'box-shadow': this.options.speed + , 'background-color': this.options.speed.replace(/[a-z]/, '') * 3 + 's' + }; + } else { + switcherProp = { + 'border': this.options.speed + , 'box-shadow': this.options.speed + }; + } + + transitionize(this.switcher, switcherProp); + transitionize(this.jack, jackProp); +}; + +/** + * Set switch size. + * + * @api private + */ + +Switchery.prototype.setSize = function() { + var small = 'switchery-small' + , normal = 'switchery-default' + , large = 'switchery-large'; + + switch (this.options.size) { + case 'small': + classes(this.switcher).add(small) + break; + case 'large': + classes(this.switcher).add(large) + break; + default: + classes(this.switcher).add(normal) + break; + } +}; + +/** + * Set switch color. + * + * @api private + */ + +Switchery.prototype.colorize = function() { + var switcherHeight = this.switcher.offsetHeight / 2; + + this.switcher.style.backgroundColor = this.options.color; + this.switcher.style.borderColor = this.options.color; + this.switcher.style.boxShadow = 'inset 0 0 0 ' + switcherHeight + 'px ' + this.options.color; + this.jack.style.backgroundColor = this.options.jackColor; +}; + +/** + * Handle the onchange event. + * + * @param {Boolean} state + * @api private + */ + +Switchery.prototype.handleOnchange = function(state) { + if (document.dispatchEvent) { + var event = document.createEvent('HTMLEvents'); + event.initEvent('change', true, true); + this.element.dispatchEvent(event); + } else { + this.element.fireEvent('onchange'); + } +}; + +/** + * Handle the native input element state change. + * A `change` event must be fired in order to detect the change. + * + * @api private + */ + +Switchery.prototype.handleChange = function() { + var self = this + , el = this.element; + + if (el.addEventListener) { + el.addEventListener('change', function() { + self.setPosition(); + }); + } else { + el.attachEvent('onchange', function() { + self.setPosition(); + }); + } +}; + +/** + * Handle the switch click event. + * + * @api private + */ + +Switchery.prototype.handleClick = function() { + var switcher = this.switcher; + + fastclick(switcher); + this.events.bind('click', 'bindClick'); +}; + +/** + * Attach all methods that need to happen on switcher click. + * + * @api private + */ + +Switchery.prototype.bindClick = function() { + var parent = this.element.parentNode.tagName.toLowerCase() + , labelParent = (parent === 'label') ? false : true; + + this.setPosition(labelParent); + this.handleOnchange(this.element.checked); +}; + +/** + * Mark an individual switch as already handled. + * + * @api private + */ + +Switchery.prototype.markAsSwitched = function() { + this.element.setAttribute('data-switchery', true); +}; + +/** + * Check if an individual switch is already handled. + * + * @api private + */ + +Switchery.prototype.markedAsSwitched = function() { + return this.element.getAttribute('data-switchery'); +}; + +/** + * Initialize Switchery. + * + * @api private + */ + +Switchery.prototype.init = function() { + this.hide(); + this.show(); + this.setSize(); + this.setPosition(); + this.markAsSwitched(); + this.handleChange(); + this.handleClick(); +}; + +/** + * See if input is checked. + * + * @returns {Boolean} + * @api public + */ + +Switchery.prototype.isChecked = function() { + return this.element.checked; +}; + +/** + * See if switcher should be disabled. + * + * @returns {Boolean} + * @api public + */ + +Switchery.prototype.isDisabled = function() { + return this.options.disabled || this.element.disabled || this.element.readOnly; +}; + +/** + * Destroy all event handlers attached to the switch. + * + * @api public + */ + +Switchery.prototype.destroy = function() { + this.events.unbind(); +}; + +/** + * Enable disabled switch element. + * + * @api public + */ + +Switchery.prototype.enable = function() { + if (this.options.disabled) this.options.disabled = false; + if (this.element.disabled) this.element.disabled = false; + if (this.element.readOnly) this.element.readOnly = false; + this.switcher.style.opacity = 1; + this.events.bind('click', 'bindClick'); +}; + +/** + * Disable switch element. + * + * @api public + */ + +Switchery.prototype.disable = function() { + if (!this.options.disabled) this.options.disabled = true; + if (!this.element.disabled) this.element.disabled = true; + if (!this.element.readOnly) this.element.readOnly = true; + this.switcher.style.opacity = this.options.disabledOpacity; + this.destroy(); +}; diff --git a/dana/www/public/js/analyse.js b/dana/www/public/js/analyse.js new file mode 120000 index 0000000000000000000000000000000000000000..62d7f82b2f2fa68095304141a587b3f0ea85287d --- /dev/null +++ b/dana/www/public/js/analyse.js @@ -0,0 +1 @@ +../../../src/analyse.js \ No newline at end of file diff --git a/dana/www/public/js/uilib.js b/dana/www/public/js/uilib.js new file mode 100644 index 0000000000000000000000000000000000000000..cb99e034ac9c329a687100e89eb7e74de37ee951 --- /dev/null +++ b/dana/www/public/js/uilib.js @@ -0,0 +1,579 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +//var socket; +var debug = false; +var repo = {}; +var tables = {}; +var globalG = []; +var minMax = { + min: undefined, + max: undefined +} +var useMinMax = true; + +function globalSetSelection(idx) { + if (useMinMax) idx = idx + minMax.min; + for (var ii = 0; ii < globalG.length; ii++) { + globalG[ii].eltg.setSelection(idx - minMax.min); + if (debug) console.log('globalSetSelection', ii, globalG[ii].row, globalG[ii].serie, idx); + if (debug) console.log('globalSetSelection', globalG[ii].tw.data[globalG[ii].row][globalG[ii].serie]); + var v = globalG[ii].tw.data[globalG[ii].row][globalG[ii].serie][idx]; + if (debug) console.log(ii, idx, v) + var e = document.getElementById(globalG[ii].tw.target + '_data_' + globalG[ii].row + '_' + globalG[ii].serie); + + if (globalG[ii].tw.showDiff) { + if (debug) console.log('yo', ii, idx, v) + if (idx === minMax.min) { + if (v === null) + e.innerHTML = '
            ---
            ---
            '; + else + e.innerHTML = '
            ' + v + '
            ---
            '; + } else { + var previousV = null; + for (var jj = (idx - 1); jj >= minMax.min; jj--) { + if (globalG[ii].tw.data[globalG[ii].row][globalG[ii].serie][jj] !== null) { + previousV = globalG[ii].tw.data[globalG[ii].row][globalG[ii].serie][jj]; + break; + } + } + if (debug) console.log('yo2', v, previousV) + + if (v === null) + e.innerHTML = '
            ---
            ---
            '; + else { + if (previousV === null) { + e.innerHTML = '
            ' + v + '
            ---
            '; + } else { + var diff = (v - previousV).toFixed(2); + if (diff > 0) { + //e.innerHTML = '
            ' + v + ' ( +' + diff + ' )
            '; + e.innerHTML = '
            ' + v + '
            ( +' + diff + ' )
            '; + + //$(e).css('background-color','#CCFFCC'); + } else { + e.innerHTML = '
            ' + v + '
            ( ' + diff + ' )
            '; + //$(e).css('background-color','#FFCCCC'); + } + } + } + } + } else { + if (v === null) + e.innerHTML = '
            ---
            '; + else + e.innerHTML = '
            ' + v + '
            '; + //$(e).css('background-color','#CCFFFF'); + } + + if (globalG[ii].tw.ref !== undefined) { + var e = document.getElementById(globalG[ii].tw.target + '_ref_' + globalG[ii].row + '_' + globalG[ii].serie); + var r = globalG[ii].tw.dataRef[globalG[ii].row][globalG[ii].serie]; + var diff = (v - r); + if (diff > 0) { + e.innerHTML = '
            ' + r + ' ( +' + diff + ' )
            '; + $(e).css('background-color', '#CCFFCC'); + } else { + e.innerHTML = '
            ' + r + ' ( ' + diff + ' )
            '; + $(e).css('background-color', '#FFCCCC'); + } + } + + if (debug) console.log('IDX=', idx); + var b = repo.builds[idx]; + var i = b.buildId + ' - ' + b.infos.abbrevHash + ' - ' + b.infos.authorName + ' - ' + b.infos.subject; + i = i.substring(0, 80); + if (debug) console.log(globalG[ii].tw.target + '_buildInfo', b.infos.url); + if (b.infos.url) + document.getElementById(globalG[ii].tw.target + '_buildInfo').innerHTML = '' + i + ''; + else + document.getElementById(globalG[ii].tw.target + '_buildInfo').innerHTML = '' + i + ''; + } +} + +function getColorRegression(s) { + if (s.analyseResult.summary.error) + return ["rgb(22,22,22)"]; + if (s.analyseResult.summary.status === 'similar') return ["rgb(20,20,250)"]; + if (s.analyseResult.summary.status === 'improvement') return ["rgb(20,140,20)"]; + if (s.analyseResult.summary.status === 'regression') return ["rgb(250,16,16)"]; +} + +function buildTableWidget(tw, option) { + var lastBuild = Object.keys(repo.builds).length - 1; + if (useMinMax) lastBuild = minMax.max * 1 - minMax.min * 1; + if (debug) console.log('lastBuild', minMax.min, minMax.max, lastBuild) + var h = ''; + h += '
            '; + h += '
            '; + h += '
            '; + h += '

            ' + tw.title.name + '' + tw.title.subtitle + '

            '; + //h+= '

            Test

            '; h+='Coming Soon' + h += ''; + + h += '
            '; + h += '
            '; + h += '
            '; + h += ''; + h += ''; + h += ''; + var w1 = Math.floor(tw.widthGraph / tw.rows.length); + var w2 = Math.floor(tw.widthData / tw.rows.length); + var w3; + if (tw.ref !== undefined) + w3 = Math.floor(tw.widthRef / tw.rows.length); + h += ''; + for (var jj = 0; jj < tw.rows.length; jj++) { + h += ''; + if (tw.rows[jj].desc === undefined) + h += ''; + else + h += ''; + + if (tw.ref !== undefined) + h += ''; + } + h += ''; + h += ''; + h += ''; + for (var ii = 0; ii < tw.series.length; ii++) { + //per serie + h += ''; + if (tw.series[ii].href === undefined) + h += ''; + else + h += ''; + + for (var jj = 0; jj < tw.rows.length; jj++) { + //per col + h += ''; + h += ''; + if (tw.ref !== undefined) { + h += ''; + } + } + //end serie + h += ''; + } + h += '
            ' + tw.rows[jj].name + '
            ms
            ' + tw.rows[jj].desc + '
            ref
            ' + tw.series[ii].name + ' ' + tw.series[ii].name + ' '; + h += '
            '; + h += '
            '; + document.getElementById(tw.target).innerHTML = h; + + $(document).ready(function() { + uiSetupPanelsEvents(tw.target); + + function dataConvert(data) { + var d = []; + for (var ii = 0; ii < data.length; ii++) { + if (useMinMax) { + if ((ii >= minMax.min) && (ii <= minMax.max)) { + var e = [ii, data[ii]]; + d.push(e); + } + } else { + var e = [ii, data[ii]]; + d.push(e); + } + } + return d; + }; + + var colors; + + //now insert the graphs + for (var ii = 0; ii < tw.series.length; ii++) { + for (var jj = 0; jj < tw.rows.length; jj++) { + var e = document.getElementById(tw.target + '_dygraph_' + jj + '_' + ii); + if (tw.data[jj][ii] === undefined) { + e.innerHTML = ('
            ---
            '); + $(document).ready(function() { + if (debug) console.log('ready'); + for (var ii in globalG) + globalG[ii].eltg.resize(); + }); + continue; + } + var d = dataConvert(tw.data[jj][ii]); + if (tw.s[jj][ii] === 'dontexist') { + colors = ["rgb(40,40,204)"]; + } else { + colors = getColorRegression(tw.s[jj][ii]); + } + //colors = ["rgb(40,40,204)"]; + + var eltg; + eltg = new Dygraph(e, d, { + axes: { + x: { + drawGrid: false, + drawAxis: false + }, + y: { + drawGrid: false, + drawAxis: false + } + }, + strokeWidth: 1.0, + //rollPeriod: 7, + labelsDiv: '', + labels: ['', ''], + highlightCircleSize: 4, + legend: '', + legendFormatter: legendFormatter, + stackedGraph: true, + connectSeparatedPoints: true, + colors: colors, + highlightCallback: function(e, x, pts, row) { + if (debug) console.log('highlightCallback', e, x, pts, row) + globalSetSelection(row); + }, + unhighlightCallback: function(e) { + if (debug) console.log('unhighlightCallback', e); + }, + clickCallback: function(e, x, pts) { + if (debug) console.log("Click", this, e, x, pts); + var el = globalG[this.globalGIndex]; + if (debug) console.log(el.tw); + if (debug) console.log("/serie?" + repo.projectId + '?' + encodeURIComponent(el.tw.serieId[el.row][el.serie])); + window.open("/serie?" + repo.projectId + '?' + encodeURIComponent(el.tw.serieId[el.row][el.serie]), "_blank"); + } + }); + tw.graphs[jj][ii] = eltg; + eltg.globalGIndex = globalG.length; + globalG.push({ + tw: tw, + serie: ii, + row: jj, + eltg: eltg + }); + $(document).ready(function() { + if (debug) console.log('ready'); + for (var ii in globalG) + globalG[ii].eltg.resize(); + }); + window.onresize = function(event) { + if (debug) console.log('onresize'); + for (var ii in globalG) + globalG[ii].eltg.resize(); + }; + } + } + }); + + if (debug) console.log('globalSetSelection', lastBuild) + globalSetSelection(lastBuild); + + /*$('#' + tw.target + '_table').DataTable({ + paging: false, + info: false, + "bFilter": false, + "columnDefs": [{ + "targets": 'no-sort', + "orderable": false + }] + });*/ + /* + if (option !== 'global') { + var sync = Dygraph.synchronize(g, { + selection: true, + zoom: true + }); + }*/ +} + +function pageAddHtml(html) { + var e = document.getElementById('page-body'); + e.insertAdjacentHTML('beforeend', html); +} + +function pageAddTable(twName) { + var tw = tables[twName]; + //var h = document.getElementById('page-body').innerHTML; + //h += ""; + //document.getElementById('page-body').innerHTML = h; + + var e = document.getElementById('page-body'); + e.insertAdjacentHTML('beforeend', ""); + + tw.numDataToLoad = tw.series.length * tw.rows.length; + if (tw.ref !== undefined) + tw.numDataRefToLoad = tw.series.length * tw.rows.length; + else + tw.numDataRefToLoad = 0; + + tw.data = {}; + tw.serieId = {}; + tw.graphs = {}; + tw.s = {}; + if (tw.ref !== undefined) + tw.dataRef = {}; + for (var ii = 0; ii < tw.rows.length; ii++) { + tw.data[ii] = {}; + tw.serieId[ii] = {}; + tw.graphs[ii] = {}; + tw.s[ii] = {}; + if (tw.ref !== undefined) + tw.dataRef[ii] = {}; + for (var jj = 0; jj < tw.series.length; jj++) { + tw.data[ii][jj] = {} + tw.serieId[ii][jj] = {} + tw.graphs[ii][jj] = {} + tw.s[ii][jj] = {} + getDataSample(twName, repo.projectId, tw.rows[ii], tw.series[jj], ii, jj) + } + } +} + +function pageSetProject(r, h) { + if (debug) console.log('pageSetRepo', r) + //if (socket === undefined) { + setSocketContext(); + //} + repo = r; + repo.handler = h; + getBuilds(repo.projectId); +} + +function pageSetTitle(title) { + document.getElementById('page-title').innerHTML = title; +} + +var gmin; + +function setSocketContext() { + NProgress.start(); + + socket = io(); + socket.on('receiveOneSerie', function(req) { + if (debug) + console.log('receiveOneSerie', req); + NProgress.inc(); + var min; + var max; + var a = []; + if (req.serie === undefined) { + a = undefined; + //for (var ii in repo.builds) a.push(null) + } else { + for (var ii in repo.builds) { + ii = ii * 1; + if (req.serie.samples[repo.builds[ii].buildId] === undefined) { + a.push(null) + } else { + if (useMinMax) { + if (min === undefined) min = ii; + max = ii; + } + a.push(req.serie.samples[repo.builds[ii].buildId]); + } + } + if (debug) console.log('MIN', min, 'MAX', max); + + if (useMinMax) { + if (min === undefined) minMax.min = undefined; + else { + if (minMax.min === undefined) minMax.min = min; + else if (min < minMax.min) minMax.min = min; + } + if (minMax.max === undefined) minMax.max = max; + else if (max > minMax.max) minMax.max = max; + if (debug) console.log('minMax.min=', minMax.min, 'minMax.max', minMax.max); + } + } + var tw = tables[req.twName]; + if (debug) console.log(req.indexRow, req.indexSerie); + tw.data[req.indexRow][req.indexSerie] = a; + tw.s[req.indexRow][req.indexSerie] = req.serie; + tw.numDataToLoad--; + tw.serieId[req.indexRow][req.indexSerie] = req.serieId; + if (tw.numDataToLoad === 0) { + NProgress.done(); + buildTableWidget(tw); + } + }); + socket.on('receiveFileInfo', function(req) { + if (debug) + console.log('receiveFileInfo', req); + NProgress.inc(); + if (req.fileId === 'builds') { + builds = req.file; + var k = Object.keys(builds); + if (k.length === 0) { + $('#rowNoDataToShow').show(); + return; + } + $('#btnRow').show(); + k.sort(function(a, b) { + return a * 1 - b * 1 + }); + var a = []; + for (var ii in k) { + a.push(builds[k[ii]]) + } + repo.builds = a; + repo.handler(); + return; + } + var k = Object.keys(builds); + if (k.length === 0) { + NProgress.done(); + return; + } + compares = req.file; + var kcomp = Object.keys(compares); + var h = ''; + h += ''; + h += ''; + for (var ii in kcomp) { + if (compares[kcomp[ii]].projectId !== repo.projectId) continue; + h += ''; + } + $('#btnStatusChoices').html(h) + $('#btnStatusRaw').click(function() { + $('#btnStatusRaw').addClass('active') + $('#btnStatusRegression').removeClass('active') + for (var ii in kcomp) { + if (compares[kcomp[ii]].projectId !== repo.projectId) continue; + $("#btnStatusCompare_" + kcomp[ii]).removeClass('active'); + } + var k = Object.keys(tables); + for (var zz in k) { + var tw = tables[k[zz]]; + for (var ii = 0; ii < tw.series.length; ii++) { + for (var jj = 0; jj < tw.rows.length; jj++) { + var g = tw.graphs[jj][ii]; + var s = tw.series[jj][ii]; + if (debug) console.log(g) + if (Object.keys(g).length !== 0) { + g.updateOptions({ + colors: ["#1122FF"] + }, false); + } + } + } + } + }); + $('#btnStatusRegression').click(function() { + $('#btnStatusRaw').removeClass('active') + $('#btnStatusRegression').addClass('active') + for (var ii in kcomp) + $("#btnStatusCompare_" + kcomp[ii]).removeClass('active') + var k = Object.keys(tables); + for (var zz in k) { + var tw = tables[k[zz]]; + for (var ii = 0; ii < tw.series.length; ii++) { + for (var jj = 0; jj < tw.rows.length; jj++) { + var g = tw.graphs[jj][ii]; + var colors; + var s = tw.s[jj][ii]; + if (Object.keys(g).length !== 0) { + colors = getColorRegression(tw.s[jj][ii]); + g.updateOptions({ + colors: colors + }, false); + } + } + } + } + }); + for (var tt in kcomp) { + setClickForComp(kcomp[tt]); + + function setClickForComp(comparedId) { + + var elt = "#btnStatusCompare_" + comparedId; + $(elt).click(function() { + $('#btnStatusRaw').removeClass('active') + $('#btnStatusRegression').removeClass('active') + for (var ii in kcomp) + $("#btnStatusCompare_" + kcomp[ii]).removeClass('active') + $("#btnStatusCompare_" + comparedId).addClass('active') + var k = Object.keys(tables); + for (var zz in k) { + var tw = tables[k[zz]]; + for (var ii = 0; ii < tw.series.length; ii++) { + for (var jj = 0; jj < tw.rows.length; jj++) { + var g = tw.graphs[jj][ii]; + var colors; + var s = tw.s[jj][ii]; + if (Object.keys(g).length !== 0) { + if (debug) console.log(comparedId, s); + if (s.compares) { + if (s.compares[comparedId]) { + var status = s.compares[comparedId].result.status; + if (status === 'similar') { + colors = ["rgb(20,20,250)"]; + } + if (status === 'lower') { + colors = ["rgb(250,16,16)"]; + } + if (status === 'better') { + colors = ["rgb(20,140,20)"]; + } + } else + colors = ["rgb(22,22,22)"]; + g.updateOptions({ + colors: colors + }, false); + } + } + } + } + } + }); + } + } + }); +} + +function getBuilds(projectId) { + if (debug) + console.log('getBuilds', projectId); + socket.emit('getFileInfo', { + projectId: projectId, + fileId: 'builds' + }); + socket.emit('getFileInfo', { + projectId: 'admin', + fileId: 'compares' + }); +} + +function getDataSample(twName, projectId, row, serie, indexRow, indexSerie) { + if (debug) + console.log('getDataSample', twName, projectId, row, serie, indexRow, indexSerie); + + var serieId = row + '.' + serie; + if (tables[twName].getId !== undefined) + serieId = tables[twName].getId(row, serie); + + socket.emit('getOneSerie', { + projectId: projectId, + serieId: serieId, + twName: twName, + indexRow: indexRow, + indexSerie: indexSerie + }); +} diff --git a/dana/www/public/js/uilibOne.js b/dana/www/public/js/uilibOne.js new file mode 100644 index 0000000000000000000000000000000000000000..1a33f6083bf53975fdb230811b386ed80cafd468 --- /dev/null +++ b/dana/www/public/js/uilibOne.js @@ -0,0 +1,1969 @@ +/* + * Copyright 2017 Google Inc. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +var debug = false; + +var serie; +var serieData; +var serieBuilds; +var testsBuilds; +var savedAnalyse; +var dataTableObject; +var modalBugLinkCompareId; + +var builds; +var buildsSorted; +var compares; +var eltg; +var tpageType; +var serieId; +var projectId; +var stateTarget; +var loaded = false; +var projects; + +socket = io(); + +// pageType can be +// showOneSerie that shows all, tbuilds undefined +// statusSeries that shows only graph, tbuilds defined +// statusCompares that shows only compares, tbuilds defined +function uiShowSerie(tpageType, tprojectId, tserieId) { + serieId = tserieId; + projectId = tprojectId; + //builds = tbuilds; + //compares = tcompares; + pageType = tpageType; + + $('#modalBtnOpen').click(function() { + window.open("/serie?" + projectId + "?" + encodeURIComponent(serieId), "_blank"); + }); + socket.on('receiveOneSerie', function(req) { + if (debug) + console.log('receiveOneSerie', req); + NProgress.inc(); + + if (req.serie === undefined) + return alert('receiveOneSerie undefined for ', serieId); + if (req.serie === 'dontexist') + return alert('receiveOneSerie dontexist for ', serieId); + serie = req.serie; + + if (pageType === 'showOneSerie') + if (loaded) { + uiLibOneReadyToProcessData(); + return; + } + + if ((pageType === 'showOneSerie') || (pageType === 'statusSeries')) + if (serie.samples) { + var k = Object.keys(serie.samples); + k.sort(function(a, b) { + return a * 1 - b * 1 + }); + var a = []; + var b = []; + for (var ii in k) { + a.push(serie.samples[k[ii]]) + b.push(k[ii]) + } + serieData = a; + serieBuilds = b; + savedAnalyse = serie.analyse; + } + + if (pageType === 'showOneSerie') { + testsBuilds = []; + if (serie.failedBuilds) { + var k = Object.keys(serie.failedBuilds); + k.sort(function(a, b) { + return b * 1 - a * 1 + }); + for (var ii in k) + testsBuilds.push(k[ii]) + } + if (serie.samples) { + var k = Object.keys(serie.samples); + k.sort(function(a, b) { + return b * 1 - a * 1 + }); + for (var ii in k) { + if (ii > 10) break; + testsBuilds.push(k[ii]) + } + } else { + if (serie.lastPassingBuildId) { + testsBuilds.push(serie.lastPassingBuildId) + } + } + } + if (pageType === 'showOneSerie') { + socket.emit('getFileInfo', { + projectId: projectId, + fileId: 'builds' + }); + socket.emit('getFileInfo', { + projectId: 'admin', + fileId: 'compares' + }); + socket.emit('getFileInfo', { + projectId: 'admin', + fileId: 'projects' + }); + } else + processBuilds(); + }); + + if (pageType === 'showOneSerie') { + socket.on('receiveFileInfo', function(req) { + if (debug) + console.log('receiveFileInfo', req); + NProgress.inc(); + if (req.fileId === 'projects') + projects = req.file; + if (req.fileId === 'builds') + builds = req.file; + if (req.fileId === 'compares') + compares = req.file; + if ((builds !== undefined) && (compares !== undefined) && (projects !== undefined)) { + processBuilds(); + } + }); + + socket.on('receiveUpdateAnalyseDone', function(req) { + if (debug) + console.log('receiveUpdateAnalyseDone', req); + NProgress.start(); + socket.emit('getOneSerie', { + projectId: projectId, + serieId: serieId + }); + }); + + socket.on('serieAddCommentDone', function(req) { + if (debug) + console.log('serieAddCommentDone', req); + NProgress.start(); + socket.emit('getOneSerie', { + projectId: projectId, + serieId: serieId + }); + }); + + socket.on('serieUpdateSeriesStateDone', function(req) { + if (debug) + console.log('serieUpdateSeriesStateDone', req); + NProgress.start(); + socket.emit('getOneSerie', { + projectId: projectId, + serieId: serieId + }); + }); + } + socket.emit('getOneSerie', { + projectId: projectId, + serieId: serieId + }); + + socket.on('serverError', function(req) { + if (debug) + console.log('serverError', req); + alert(req) + }); + + function processBuilds() { + if (pageType !== 'statusCompares') { + var k = Object.keys(builds); + k.sort(function(a, b) { + return a * 1 - b * 1 + }); + var a = []; + for (var ii in k) { + a.push(builds[k[ii]]) + } + buildsSorted = a; + + if (pageType === 'showOneSerie') + loaded = true; + } + uiLibOneReadyToProcessData(); + }; + + if ((pageType === 'showOneSerie') || (pageType === 'statusSeries')) { + $('#btnSeries').click(function() { + $('#btnSeries').addClass('active') + $('#btnRaw').removeClass('active') + drawAnalyseGraph(); + }); + $('#btnRaw').click(function() { + $('#btnRaw').addClass('active') + $('#btnSeries').removeClass('active') + drawRawGraph(); + }); + } + + if (debug) console.log('socket.emit ', 'getOneSerie'); + NProgress.start(); + +} + +function drawRawGraph() { + function dataConvert(data) { + var d = []; + var e; + for (var ii = 0; ii < data.length; ii++) { + if (serie.analyse.benchmark) + e = [ii, data[ii]]; + if (serie.analyse.test) { + if (data[ii]) + e = [ii, 3]; + else + e = [ii, 2]; + } + d.push(e); + } + return d; + }; + var stackedGraph = true; + if (serie.analyse.test) stackedGraph = false; + + var colors = ['#3557B2']; + + var e = document.getElementById('elt_dygraph'); + var d = dataConvert(serieData); + eltg = new Dygraph(e, d, { + axes: { + x: { + drawGrid: false, + drawAxis: true, + axisLabelFormatter: function(d, gran, opts) { + if (serieBuilds[d] !== undefined) + if (builds[serieBuilds[d]] !== undefined) + return builds[serieBuilds[d]].buildId; + } + }, + y: { + drawGrid: false, + drawAxis: true, + axisLabelFormatter: function(d, gran, opts) { + if (serie.analyse.benchmark) return d; + if (d === 2) + return 'Failing' + if (d === 3) + return 'Passing'; + return ''; + } + } + }, + strokeWidth: 1.0, + labelsDiv: '', + labels: [ + '', 'raw' + ], + drawPoints: true, + pointSize: 4, + highlightCircleSize: 6, + legend: '', + legendFormatter: legendFormatter, + stackedGraph: stackedGraph, + connectSeparatedPoints: true, + colors: colors, + highlightCallback: function(e, x, pts, row) { + globalSetSelectionRaw(row); + }, + unhighlightCallback: function(e) {} + }); + + globalSetSelectionRaw(serieData.length - 1); + + $(document).ready(function() { + if (debug) console.log('graph is ready'); + eltg.resize(); + }); + window.onresize = function(event) { + if (debug) console.log('onresize'); + eltg.resize(); + }; + + function globalSetSelectionRaw(idx) { + eltg.setSelection(idx); + var v = serieData[idx]; + var e = document.getElementById('valueinfo'); + var h = '
            Value = ' + if (serie.analyse.test) { + if (v === null) + h += '--- ---'; + else + if (v) + h += 'Passing'; + else + h += 'Failing' + h += '
            '; + e.innerHTML = h; + globalShowBuildInfo(idx) + return; + } + + if (idx === 0) { + if (v === null) + h += '--- ---'; + else + h += v; + } else { + var previousV = serieData[idx - 1]; + + if (v === null) + h += '--- ---'; + else { + if (previousV === null) + h += v + ' ---'; + else { + var diff = (v - previousV); + var p = 0; + if (diff !== 0) + p = diff / previousV * 100; + if (p > 0) + h += v + ' (+' + diff.toFixed(2) + ' +' + p.toFixed(2) + '%)'; + else + h += v + ' (' + diff.toFixed(2) + ' ' + p.toFixed(2) + '%)'; + } + } + } + h += '
            + Skip to content +
            + + + + + + + + + + +
            '; + e.innerHTML = h; + globalShowBuildInfo(idx) + } +} + +function drawBenchmarkGraph() { + + if (!serie.analyse.benchmark) return; + + var regArray = []; + //var annotationArray = []; + + function createRegressionArray() { + if (serie.analyseResult.summary.error) { + for (var ii = 0; ii < serieData.length; ii++) + regArray.push(undefined); + } else { + var a = serie.analyseResult.averages; + var currentIndex = 0; + for (var ii = 0; ii < serieData.length; ii++) { + if (ii < a[currentIndex].start) + regArray.push(undefined); + else { + if (ii > a[currentIndex].end) currentIndex++; + regArray.push(a[currentIndex]); + } + } + } + if (debug) console.log('regArray', regArray); + }; + + // function createAnnotationArray() { + // if (serie.analyseResult.summary.error) return; + // + // var a = serie.analyseResult.averages; + // var currentIndex = 0; + // var firstShown = false; + // for (var ii = 0; ii < a.length; ii++) { + // if (ii === serie.analyseResult.details.first) { + // s = 'base'; + // firstShown = true; + // } else { + // if (a[ii].status == 'similar') + // s = 'similar'; + // else + // if (a[ii].status == 'regression') + // s = 'regression'; + // else + // if (a[ii].status == 'improvement') + // s = 'improvement'; + // } + // if (firstShown) + // if (a[ii].length >= serie.analyse.benchmark.required) { + // annotationArray.push({ + // series: s, + // x: a[ii].start, + // shortText: currentIndex, + // text: "", + // tickHeight: 10, + // width: 23, + // height: 23 + // }, { + // series: s, + // x: a[ii].end, + // shortText: currentIndex, + // text: "", + // tickHeight: 10, + // width: 23, + // height: 23 + // }); + // currentIndex++; + // } + // } + // if (debug) console.log('annotationArray', annotationArray); + // } + + function dataConvert() { + createRegressionArray(); + // createAnnotationArray(); + var d = []; + for (var ii = 0; ii < serieData.length; ii++) { + var e; + if (regArray[ii] === undefined) + e = [ii, serieData[ii], null, null, null] + else { + if (regArray[ii].success) + e = [ii, serieData[ii], serie.analyseResult.averages[serie.analyseResult.details.first].average, regArray[ii].average, null]; + else + e = [ii, serieData[ii], serie.analyseResult.averages[serie.analyseResult.details.first].average, null, regArray[ii].average]; + d.push(e); + } + } + + var d = []; + if (serie.analyseResult.summary.error) { + for (var ii = 0; ii < serieData.length; ii++) { + d.push([ii, serieData[ii], null, null, null, null]); + } + } else { + var a = serie.analyseResult.averages; + var baseValue = serie.analyseResult.averages[serie.analyseResult.details.first].average; + var currentIndex = 0; + var firstShown = false; + var s = serie.analyseResult.averages[0].start; + if (s != 0) + for (var ii = 0; ii < s; ii++) { + d.push([currentIndex, serieData[currentIndex], null, null, null, null]); + currentIndex++; + } + for (var indexAverage = 0; indexAverage < a.length; indexAverage++) { + if (debug) console.log('averages index', indexAverage); + var avg = serie.analyseResult.averages[indexAverage]; + for (var jj = avg.start; jj <= avg.end; jj++) { + if (debug) console.log('averages index start end', avg.start, avg.end); + if (serie.analyseResult.details.first === indexAverage) { + firstShown = true; + e = [currentIndex, serieData[currentIndex], avg.average, null, null, null]; + } else { + if (!firstShown) { + e = [currentIndex, serieData[currentIndex], null, null, null, null]; + } else { + if (avg.status == 'similar') + e = [currentIndex, serieData[currentIndex], baseValue, avg.average, null, null]; + else + if (avg.status == 'regression') + e = [currentIndex, serieData[currentIndex], baseValue, null, avg.average, null]; + else + if (avg.status == 'improvement') + e = [currentIndex, serieData[currentIndex], baseValue, null, null, avg.average]; + } + } + d.push(e); + currentIndex++; + } + } + } + if (debug) console.log('Array for graph', d); + + return d; + }; + + function checkState(s) { + if (s.analyseResult.averages[s.analyseResult.averages.length - 1].success) + return true; + else { + if (debug) console.log(s) + return false; + } + } + var colorSets = [ + '#3557B2', // raw + '#B16EE4', // base + '#8AE234', // success + '#EE1111', // regression + '#8AE234' // improvement + ] + + var e = document.getElementById('elt_dygraph'); + var d = dataConvert(); + + eltg = new Dygraph(e, d, { + axes: { + x: { + drawGrid: false, + drawAxis: true, + axisLabelFormatter: function(d, gran, opts) { + if (serieBuilds[d] !== undefined) + if (builds[serieBuilds[d]] !== undefined) + return builds[serieBuilds[d]].buildId; + } + }, + y: { + drawGrid: false, + drawAxis: true + } + }, + series: { + 'raw': { + strokeWidth: 2, + drawPoints: true, + pointSize: 4, + highlightCircleSize: 5 + }, + 'base': { + strokeWidth: 2, + drawPoints: false, + pointSize: 2, + highlightCircleSize: 4 + }, + 'similar': { + strokeWidth: 2, + drawPoints: false, + pointSize: 2, + highlightCircleSize: 4 + }, + 'regression': { + strokeWidth: 2, + drawPoints: false, + pointSize: 2, + highlightCircleSize: 4 + }, + 'improvement': { + strokeWidth: 2, + drawPoints: false, + pointSize: 2, + highlightCircleSize: 4 + }, + }, + labelsDiv: '', + labels: [ + 'builds', 'raw', 'base', 'similar', 'regression', 'improvement' + ], + legend: '', + legendFormatter: legendFormatter, + stackedGraph: false, + connectSeparatedPoints: false, + colors: colorSets, + highlightCallback: function(e, x, pts, row) { + globalSetSelectionRegression(row); + }, + unhighlightCallback: function(e) {}, + underlayCallback: function(canvas, area, g) { + if (!serie.analyseResult.summary.error) { + var aRange = serie.analyseResult.details.aRange; + var v; + if (aRange.upIsValue) { + v = aRange.up; + } else { + v = aRange.up * serie.analyseResult.averages[0].average / 100; + } + var xl = g.toDomCoords(serie.analyseResult.averages[0].start, serie.analyseResult.averages[0].average + v); + //console.log(v, xl) + if (aRange.downIsValue) { + v = aRange.down; + } else { + v = aRange.down * serie.analyseResult.averages[0].average / 100; + } + var xy = g.toDomCoords(serie.analyseResult.averages[serie.analyseResult.averages.length - 1].end, serie.analyseResult.averages[0].average + v); + //console.log(v, xy) + + canvas.fillStyle = "rgba(255, 255, 102, 1.0)"; + canvas.fillRect(xl[0], xl[1], area.w, xy[1] - xl[1]); + } + }, + }); + + // eltg.setAnnotations(annotationArray); + + globalSetSelectionRegression(serieData.length - 1); + $(document).ready(function() { + if (debug) console.log('document ready'); + eltg.resize(); + }); + window.onresize = function(event) { + if (debug) console.log('onresize'); + eltg.resize(); + }; +} + +function showHeader() { + if (serie.analyse === undefined) return; + + // samples + $('#topBanner_numSamples').html(Object.keys(serie.samples).length); + $('#topBanner_samples').show(); + + if (serie.analyse.test) { + $('#topBanner_statusTest').show(); + + // status + if (serie.analyseResult.isPassing) { + $('#topBanner_statusPassing').html('Passing') + $('#topBanner_statusPassing').addClass('green'); + $('#topBanner_statusPassing').removeClass('red'); + } else { + $('#topBanner_statusPassing').html('Failed') + $('#topBanner_statusPassing').addClass('red'); + $('#topBanner_statusPassing').removeClass('green'); + $('#topBanner_statusPassingSince').html('Since buildId ' + serie.analyseResult.failingSince) + } + $('#topBanner_status').show(); + } + + if (serie.analyse.benchmark) { + $('#topBanner_benchmark').show(); + + if (Object.keys(serie.samples).length > 1) { + // build n-1 + var v = serieData[serieData.length - 1]; + if ((serieData.length - 2) >= 0) { + var previousV = serieData[serieData.length - 2]; + var diff = (v - previousV).toFixed(2); + var p = diff / previousV * 100; + if (diff > 0) diff = '+' + diff; + if (p > 0) + $('#topBanner_lastBuildPourcent').html('+' + p.toFixed(2) + '%'); + else + $('#topBanner_lastBuildPourcent').html(p.toFixed(2) + '%'); + + $('#topBanner_lastBuildDiff').html('Diff ' + diff); + $('#topBanner_lastBuild').show(); + } + } + + // regression + if (!serie.analyseResult.summary.error) { + var p = serie.analyseResult.summary.current.ratio; + if (p > 0) + $('#topBanner_analysisMain').html('+' + p.toFixed(2) + '%'); + else + $('#topBanner_analysisMain').html(p.toFixed(2) + '%'); + + if (serie.analyseResult.summary.status === 'similar') { + $('#topBanner_analysisBottom').html('Similar'); + $('#topBanner_analysisBottom').addClass('green'); + $('#topBanner_analysisBottom').removeClass('red'); + $('#topBanner_analysisMain').removeClass('red') + $('#topBanner_analysisMain').addClass('green') + } + if (serie.analyseResult.summary.status === 'regression') { + $('#topBanner_analysisMain').removeClass('green') + $('#topBanner_analysisMain').addClass('red') + $('#topBanner_analysisBottom').html('Regression'); + $('#topBanner_analysisBottom').addClass('red'); + $('#topBanner_analysisBottom').removeClass('green'); + } + if (serie.analyseResult.summary.status === 'improvement') { + $('#topBanner_analysisBottom').html('Improved'); + $('#topBanner_analysisBottom').addClass('green'); + $('#topBanner_analysisBottom').removeClass('red'); + $('#topBanner_analysisMain').removeClass('red') + $('#topBanner_analysisMain').addClass('green') + } + } + $('#topBanner_analysis').show(); + } +} + +function drawTestGraph() { + drawRawGraph(); +} + +function drawAnalyseGraph() { + if (serie.analyse.benchmark) + drawBenchmarkGraph(); + if (serie.analyse.test) + drawTestGraph(); +} + +function uiLibOneReadyToProcessData() { + + if (debug) console.log('uiLibOneReadyToProcessData'); + NProgress.done(); + + if (serie.analyse.test) + $('#modalSerieType').html('Show test from ' + serie.projectId + ' project'); + else + $('#modalSerieType').html('Show benchmark from ' + serie.projectId + ' project'); + + var h = serieId + ''; + if (serie.description) + h += '
            ' + serie.description; + if (serie.infos) + h += '
            ' + JSON.stringify(serie.infos); + h += '
            ' + + $('#modalSerieId').html(h); + + if (pageType === 'showOneSerie') { + showHeader(); + } + + $('#rowForSampleSerie').show(); + $('#btnSeries').show() + $('#btnRaw').show() + $('#btnSeries').addClass('active') + $('#btnRaw').removeClass('active') + drawAnalyseGraph(); + + if (pageType === 'showOneSerie') { + initAnalysePanel(); + setAnalysePanel(); + $('#analyseFormRestore').click(function() { + unselectAnalysePanel(); + serie.analyse = savedAnalyse; + setAnalysePanel(); + analyse(serie); + drawAnalyseGraph(); + $('#analyseChanged').hide(); + }); + } + + dumpRegressionTable(); + dumpComparesTable(); + + if (pageType === 'showOneSerie') { + if (dataTableObject === undefined) + if (serie.url) { + var h = ''; + var k = Object.keys(serie.url); + k.sort(function(a, b) { + return b * 1 - a * 1 + }); + if (k.length > 0) { + for (var ii in k) { + var c = serie.url[k[ii]]; + h += ''; + h += ''; + b = builds[k[ii]]; + h += b.buildId + ' - ' + b.infos.abbrevHash + ' - ' + b.infos.authorName + ' - ' + b.infos.subject; + h + ''; + h += '
            '; + h += '
            '; + h += ''; + h + '
            '; + h += ''; + } + $('#table_sponge').html(h); + dataTableObject = $('#datatable_sponge').DataTable({ + "language": { + "decimal": "." + }, + paging: true, // paging: true if > to 10 entries + info: true, + "bFilter": true, + "columnDefs": [{ + "targets": 'no-sort', + "orderable": false + }], + "order": [ + [1, "desc"] + ] + }); + $('#spongeLinks').show(); + } + } + } + + var h = ''; + if (serie.comments) { + for (var ii = serie.comments.length - 1; ii >= 0; ii--) { + var c = serie.comments[ii]; + var d = new Date(c.date); + h += ''; + h += '#' + ii; + if (c.ldap) + if (c.ldap !== '') + h += ' - ' + c.ldap; + if (c.buildId) + if (c.buildId !== '') + h += ' - BuildId ' + c.buildId; + h += ' - ' + d.toLocaleString(); + h += ''; + h += '
            '; + var s = ''; + for (var jj in c.text) { + if (c.text[jj] === '\n') s += '
            ' + else + if (c.text[jj] === '\r') s += '
            ' + else s += c.text[jj] + } + h += s; + h += '
            '; + } + } else + h += 'No comments'; + + $('#commentsArea').html(h); + $('#commentsArea').linkify({ + target: "_blank" + }); +} + +function serieGetMinRange() { + let min, max, currentRange; + let k = Object.keys(serie.samples); + for (let ii in k) { + let sa = serie.samples[k[ii]]; + if (!min) min = max = sa; + if (sa < min) min = sa; + if (sa > max) max = sa; + } + /* OLD Version decrement until the first one works */ + /* + currentRange = max - min; + console.log('min=', min, 'max=', max, 'maxrange=', currentRange); + while (true) { + serie.analyse.benchmark.range = currentRange; + analyse(serie); + console.log(serie.analyseResult.averages.length) + if (serie.analyseResult.averages.length !== 1) break; + else currentRange--; + } + let preciseRange = currentRange + 1; + console.log('PRECISE', 'min=', min, 'max=', max, 'minRange=', currentRange); + */ + let maxit = 0; + max = (max - min); + min = 0; + currentRange = Math.floor((max - min) / 2); + while (maxit < 100000) { + maxit++; + serie.analyse.benchmark.range = currentRange; + analyse(serie); + if (serie.analyseResult.averages.length === 1) { + max = currentRange; + currentRange -= Math.floor((max - min) / 2); + if (currentRange === max) { + break; + } + } else { + min = currentRange; + currentRange += Math.floor((max - min) / 2); + if (currentRange === min) { + break; + } + } + } + if (debug) console.log('DICHOTOMIC', 'min=', min, 'max=', max, 'minRange=', currentRange); + serie.analyse.benchmark.range = max; + + //if (preciseRange !== max) alert('New range is different PRECISE:' + preciseRange + ', new:' + max); + socket.emit('serieUpdateAnalyse', { + projectId: projectId, + serieId: serieId, + analyse: serie.analyse, + comment: { + text: 'Computing range to ' + serie.analyse.benchmark.range + ' to manage noise' + } + }); +} + +function serieChangeState(sel) { + console.log('serieChangeState', sel) + + function setBaseLast(textComment) { + console.log('serieChangeState', sel) + var newBase = serieBuilds[serie.analyseResult.averages[serie.analyseResult.averages.length - 1].start]; + serie.analyse.base = newBase; + analyse(serie); + showHeader(); + drawAnalyseGraph(); + socket.emit('serieUpdateAnalyse', { + projectId: projectId, + serieId: serieId, + analyse: serie.analyse, + comment: { + text: textComment + } + }); + } + if (sel.value === 'regressionIntended') { + console.log('serieChangeState', sel.value) + setBaseLast('Regression Intended behavior, changing base'); + } else + if (sel.value === 'improvementConfirmed') { + setBaseLast('Improvement Confirmed, changing base'); + } else if (sel.value === 'regressionNoisy') { + serieGetMinRange(); + } else if (sel.value === 'improvementNoisy') { + serieGetMinRange(); + } else if (sel.value === 'similarNoisy') { + serieGetMinRange(); + } else { + socket.emit('serieUpdateSeriesState', { + projectId: projectId, + serieId: serieId, + state: sel.value, + }); + serie.state.analyse = sel.value; + } +} + +function serieChangeStateCompare(sel, compareId) { + socket.emit('serieUpdateSeriesState', { + projectId: projectId, + serieId: serieId, + state: sel.value, + compareId: compareId + }); + serie.state.compares[compareId] = sel.value; +} + +function changeAssignee(sel, compareId) { + + socket.emit('serieUpdateAssignee', { + projectId: projectId, + serieId: serieId, + assignee: sel.value, + compareId: compareId + }); + if (compareId) { + serie.assignee.compares[compareId] = sel.value; + } else { + serie.assignee.analyse = sel.value; + } +} + +function getAssigneeTd(assignee, compareId) { + let h = ''; + h = ''; + if (compareId) + h += ''; + h += ''; + var k = projects[projectId].users.split(','); + for (var ii = 0; ii < k.length; ii++) { + h += ''; + } + h += ''; + return (h); +} + +function testsGetStateTdDesc(state) { + let h = ''; + h = ''; + h += ''; + + if (state.indexOf('regression') !== -1) { + h += '