This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository llvm-lnt.
from 15035e2 [importreport] Fix bug when empty lines appear in an input fi [...] new 7cfbe1a Remove the experimental Tableau connector (#166) new df7faee Add a command to delete a test suite from a server (#162)
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/api.rst | 73 +++---- docs/tools.rst | 3 + lnt/lnttool/admin.py | 24 +++ lnt/server/db/testsuite.py | 31 +++ lnt/server/db/testsuitedb.py | 3 + lnt/server/ui/api.py | 33 ++- lnt/server/ui/static/lnt_tableau.js | 305 --------------------------- lnt/server/ui/templates/v4_tableau.html | 34 --- lnt/server/ui/views.py | 6 - tests/lnttool/admin/test-suite/delete.shtest | 45 ++++ tests/server/api/schema/delete.py | 98 +++++++++ 11 files changed, 268 insertions(+), 387 deletions(-) delete mode 100644 lnt/server/ui/static/lnt_tableau.js delete mode 100644 lnt/server/ui/templates/v4_tableau.html create mode 100644 tests/lnttool/admin/test-suite/delete.shtest create mode 100644 tests/server/api/schema/delete.py