Skip to content

Commit

Permalink
Added automated dataset preparation (#468)
Browse files Browse the repository at this point in the history
* improvement

* improvement

* improvement in api

* added context mnagement

* code intent error resolved

* more improvement

* Made improvements in code api

* small bug fix

* Bug fix

* addiung test cases

* Logging added

* Sqlite modified

* Update business.py

* Update schema.sql

* Fixes for logging questions in DB or Log file if bot not able to answer

* dataset preparation script added

* scripts for preparing datasets

* Improvement

* imprvmnt

* prepare dataset

* automated dataset preparation added

* Automated dataset preparation

* improvement

* bug fix

* Update

* update

* update

* Improvement

* Improvement

* Update

* improvements
  • Loading branch information
Priya997 authored and blabla1337 committed Aug 11, 2018
1 parent 5d8e190 commit 942fbc7
Show file tree
Hide file tree
Showing 349 changed files with 12,257 additions and 34,196 deletions.
Empty file modified Angular/.snyk
100644 → 100755
Empty file.
Empty file modified Angular/angular.json
100644 → 100755
Empty file.
Empty file modified Angular/package-lock.json
100644 → 100755
Empty file.
Empty file modified Angular/src/app/models/privilege.ts
100644 → 100755
Empty file.
Empty file modified Angular/src/app/pipes/order-by.spec.ts
100644 → 100755
Empty file.
Empty file modified Angular/src/app/undefined/undefined.component.html
100644 → 100755
Empty file.
Empty file modified Angular/src/app/undefined/undefined.component.spec.ts
100644 → 100755
Empty file.
Empty file modified Angular/src/app/undefined/undefined.component.ts
100644 → 100755
Empty file.
Empty file modified Docker/alpine/Dockerfile
100644 → 100755
Empty file.
Empty file modified Docker/alpine/entrypoint.sh
100644 → 100755
Empty file.
Empty file modified Docker/alpine/site-tls.conf
100644 → 100755
Empty file.
Empty file modified Docker/alpine/site.conf
100644 → 100755
Empty file.
Empty file modified Docker/alpine/skf-angular.sh
100644 → 100755
Empty file.
Empty file modified Docker/alpine/skf-api.sh
100644 → 100755
Empty file.
Empty file modified Docker/alpine/wrapper.sh
100644 → 100755
Empty file.
Empty file modified Local/skf-api.sh
100644 → 100755
Empty file.
Empty file modified Local/wrapper.sh
100644 → 100755
Empty file.
73 changes: 59 additions & 14 deletions cover/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ <h1>Coverage report:
<tfoot>
<tr class="total">
<td class="name left">Total</td>
<td>2443</td>
<td>188</td>
<td>2604</td>
<td>201</td>
<td>0</td>

<td class="right" data-ratio="2255 2443">92%</td>
<td class="right" data-ratio="2403 2604">92%</td>
</tr>
</tfoot>
<tbody>
Expand Down Expand Up @@ -103,11 +103,29 @@ <h1>Coverage report:

<tr class="file">
<td class="name left"><a href="skf_api_chatbot_business_py.html">skf/api/chatbot/business.py</a></td>
<td>74</td>
<td>14</td>
<td>95</td>
<td>21</td>
<td>0</td>

<td class="right" data-ratio="74 95">78%</td>
</tr>

<tr class="file">
<td class="name left"><a href="skf_api_chatbot_dataset_prepare___init___py.html">skf/api/chatbot/dataset_prepare/__init__.py</a></td>
<td>0</td>
<td>0</td>
<td>0</td>

<td class="right" data-ratio="60 74">81%</td>
<td class="right" data-ratio="0 0">100%</td>
</tr>

<tr class="file">
<td class="name left"><a href="skf_api_chatbot_dataset_prepare_data_py.html">skf/api/chatbot/dataset_prepare/data.py</a></td>
<td>109</td>
<td>0</td>
<td>0</td>

<td class="right" data-ratio="109 109">100%</td>
</tr>

<tr class="file">
Expand Down Expand Up @@ -158,10 +176,10 @@ <h1>Coverage report:
<tr class="file">
<td class="name left"><a href="skf_api_chatbot_scripts_code_classify_py.html">skf/api/chatbot/scripts/code_classify.py</a></td>
<td>58</td>
<td>8</td>
<td>3</td>
<td>0</td>

<td class="right" data-ratio="50 58">86%</td>
<td class="right" data-ratio="55 58">95%</td>
</tr>

<tr class="file">
Expand Down Expand Up @@ -1021,11 +1039,20 @@ <h1>Coverage report:

<tr class="file">
<td class="name left"><a href="skf_app_py.html">skf/app.py</a></td>
<td>98</td>
<td>16</td>
<td>102</td>
<td>18</td>
<td>0</td>

<td class="right" data-ratio="82 98">84%</td>
<td class="right" data-ratio="84 102">82%</td>
</tr>

<tr class="file">
<td class="name left"><a href="skf_chatbot_tools_py.html">skf/chatbot_tools.py</a></td>
<td>13</td>
<td>2</td>
<td>0</td>

<td class="right" data-ratio="11 13">85%</td>
</tr>

<tr class="file">
Expand All @@ -1037,6 +1064,24 @@ <h1>Coverage report:
<td class="right" data-ratio="2 2">100%</td>
</tr>

<tr class="file">
<td class="name left"><a href="skf_database_chatbot_log_py.html">skf/database/chatbot_log.py</a></td>
<td>6</td>
<td>0</td>
<td>0</td>

<td class="right" data-ratio="6 6">100%</td>
</tr>

<tr class="file">
<td class="name left"><a href="skf_database_chatbot_logs_py.html">skf/database/chatbot_logs.py</a></td>
<td>7</td>
<td>7</td>
<td>0</td>

<td class="right" data-ratio="0 7">0%</td>
</tr>

<tr class="file">
<td class="name left"><a href="skf_database_checklists_py.html">skf/database/checklists.py</a></td>
<td>12</td>
Expand Down Expand Up @@ -1201,11 +1246,11 @@ <h1>Coverage report:

<tr class="file">
<td class="name left"><a href="skf_settings_py.html">skf/settings.py</a></td>
<td>14</td>
<td>15</td>
<td>0</td>
<td>0</td>

<td class="right" data-ratio="14 14">100%</td>
<td class="right" data-ratio="15 15">100%</td>
</tr>

</tbody>
Expand All @@ -1220,7 +1265,7 @@ <h1>Coverage report:
<div class="content">
<p>
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v4.4.2</a>,
created at 2018-07-27 13:04
created at 2018-08-11 07:08
</p>
</div>
</div>
Expand Down
Empty file modified cover/skf_api_chatbot___init___py.html
100644 → 100755
Empty file.
Loading

0 comments on commit 942fbc7

Please sign in to comment.