Changes have been pushed for the repository "fawkes.git".
(Fawkes Robotics Software Framework)

Clone:  g...@git.fawkesrobotics.org:fawkes.git
Gitweb: http://git.fawkesrobotics.org/fawkes.git
Trac:   http://trac.fawkesrobotics.org

The branch, common/current has been updated
        to  ac1cee8fc7a846cf20ae163469167fe6d6281731 (commit)
       via  2b21ec700e18ed1ea4013a4728e6864a23fc53ff (commit)
       via  a3034d36d78fa273309ec465e8cbf0beb74825f2 (commit)
       via  d25f61e00ccc2dcddc168ed8161532566665bde0 (commit)
       via  1d806ddb872ac527b0aa22d24e016e065eefd364 (commit)
       via  8e8758c73345903441ca1af36f2a1b18e7323114 (commit)
      from  ec7a7167b471cbebd3ae28d1a882442126331e3f (commit)

http://git.fawkesrobotics.org/fawkes.git/common/current

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- *Log* ---------------------------------------------------------------


- *Summary* -----------------------------------------------------------
 src/plugins/webview/Makefile                       |    1 +
 .../{plugin-rest-api => config-rest-api}/Makefile  |    0
 .../{tf-rest-api => config-rest-api}/api.yaml      |   40 +++--
 .../webview/config-rest-api/config-rest-api.cpp    |  186 ++++++++++++++++++
 .../config-rest-api.h}                             |   22 ++-
 .../config-rest-api/model/ConfigTree.cpp}          |   41 ++--
 .../config-rest-api/model/ConfigTree.h}            |   41 ++--
 src/plugins/webview/frontend/src/app/app.module.ts |    6 +-
 .../frontend/src/components/promchart/component.ts |  206 ++++++++++++-------
 .../frontend/src/components/promstat/component.ts  |    9 +
 .../blackboard/components/overview.component.ts    |    1 +
 .../clips-executive/components/domain.component.ts |    1 +
 .../components/goal-detail.component.ts            |    1 +
 .../components/goal-list.component.ts              |    1 +
 .../parts/clips/components/clips-env.component.ts  |    1 +
 .../dashboard/components/dashboard.component.html  |   49 ++++-
 .../dashboard/components/dashboard.component.scss  |    5 +
 .../dashboard/components/dashboard.component.ts    |   16 ++-
 .../parts/plugins/components/overview.component.ts |    1 +
 .../parts/skiller/components/overview.component.ts |    1 +
 .../transforms/components/overview.component.ts    |    1 +
 .../services => services/config}/api.service.ts    |   21 ++-
 .../frontend/src/services/config/config.service.ts |   49 +++++
 .../config/model/ConfigTree.ts}                    |   14 +-
 src/plugins/webview/webview_plugin.cpp             |    2 +
 25 files changed, 545 insertions(+), 171 deletions(-)
 copy src/plugins/webview/{plugin-rest-api => config-rest-api}/Makefile (100%)
 copy src/plugins/webview/{tf-rest-api => config-rest-api}/api.yaml (50%)
 create mode 100644 src/plugins/webview/config-rest-api/config-rest-api.cpp
 copy src/plugins/webview/{backendinfo-rest-api/backendinfo-rest-api.h => 
config-rest-api/config-rest-api.h} (81%)
 copy src/plugins/{skiller/rest-api/model/SkillInfo.cpp => 
webview/config-rest-api/model/ConfigTree.cpp} (70%)
 copy src/plugins/{skiller/rest-api/model/SkillInfo.h => 
webview/config-rest-api/model/ConfigTree.h} (82%)
 copy src/plugins/webview/frontend/src/{parts/transforms/services => 
services/config}/api.service.ts (64%)
 create mode 100644 
src/plugins/webview/frontend/src/services/config/config.service.ts
 copy src/plugins/webview/frontend/src/{parts/clips/models/Environment.ts => 
services/config/model/ConfigTree.ts} (62%)


- *Diffs* -------------------------------------------------------------




-- 
Fawkes Robotics Framework                 http://www.fawkesrobotics.org
_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to