• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NCATS-Tangerine / tranql
72%

Build:
DEFAULT BRANCH: master
Repo Added 29 Jul 2019 06:54PM UTC
Files 31
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • aiohttp_timeout_bump
  • automat_integration
  • chuck_kg
  • connect_kg_fix
  • dependabot/bundler/docs/nokogiri-1.11.5
  • dependabot/pip/docker/tranql-base/aiohttp-3.7.4
  • dependabot/pip/docker/tranql-base/bleach-3.1.1
  • dependabot/pip/docker/tranql-base/bleach-3.1.2
  • dependabot/pip/docker/tranql-base/bleach-3.1.4
  • dependabot/pip/docker/tranql-base/bleach-3.3.0
  • dependabot/pip/docker/tranql-base/django-2.2.13
  • dependabot/pip/docker/tranql-base/django-2.2.18
  • dependabot/pip/docker/tranql-base/django-2.2.20
  • dependabot/pip/docker/tranql-base/django-2.2.21
  • dependabot/pip/docker/tranql-base/django-2.2.22
  • dependabot/pip/docker/tranql-base/django-2.2.24
  • dependabot/pip/docker/tranql-base/flask-cors-3.0.9
  • dependabot/pip/docker/tranql-base/jinja2-2.11.3
  • dependabot/pip/docker/tranql-base/notebook-6.1.5
  • dependabot/pip/docker/tranql-base/py-1.10.0
  • dependabot/pip/docker/tranql-base/pygments-2.7.4
  • dependabot/pip/docker/tranql-base/pyyaml-5.4
  • dependabot/pip/docker/tranql-base/urllib3-1.24.2
  • dependabot/pip/docker/tranql-base/urllib3-1.26.5
  • dependabot/pip/docker/tranql-base/waitress-1.4.3
  • dependabot/pip/tranql/aiohttp-3.7.4
  • dependabot/pip/tranql/bleach-3.1.1
  • dependabot/pip/tranql/bleach-3.1.2
  • dependabot/pip/tranql/bleach-3.1.4
  • dependabot/pip/tranql/bleach-3.3.0
  • dependabot/pip/tranql/flask-cors-3.0.9
  • dependabot/pip/tranql/jinja2-2.11.3
  • dependabot/pip/tranql/py-1.10.0
  • dependabot/pip/tranql/pygments-2.7.4
  • dependabot/pip/tranql/pyyaml-5.4
  • dependabot/pip/tranql/urllib3-1.24.2
  • dependabot/pip/tranql/waitress-1.4.0
  • dependabot/pip/tranql/waitress-1.4.1
  • dependabot/pip/tranql/waitress-1.4.2
  • dependabot/pip/tranql/waitress-1.4.3
  • dependabot/pip/tranql/werkzeug-0.15.3
  • develop
  • develop-fix
  • icees-subtype-fix
  • icees-synonymization
  • in_opertator
  • missing_edges_and_score
  • node_id_test
  • parametrize-docker-file
  • patch/ui-plot-nodes-being-filtered
  • performance-and-integration-tests
  • plater-version-bump
  • revert-109-master
  • revert-113-develop
  • revert-115-develop
  • tranql-single-linter
  • tranql-ui-named-concepts
  • tranql_varnish_cache
  • trapi-1.0
  • trapi-updates
  • web-prefix-for-ui
  • web_prefix
  • window-location-patch

pending completion
326

push

travis-ci

web-flow
Develop (#123)

* Merging Griffin's changes (#118)

* Adds support for concept identifiers in auto completion. Fixes small messup with setError message dialog in autocompletion

* Adds query string parameter q/query to specify a TranQL query. Adds URL with query param to import/export interface for sharing. Fixes a couple css problems.

* Adds barebones interactive shell implementation. Overhauls find tool in favor of a Elasticlunr prototype

* Heavily extends on the functionality of the interactive shell. Adds intermediary prototype to shell for two-way communication. Adds basic functionality to intermediary, such as importing external modules and reading promises synchronously.

* Adds rudimentary multiline capability in shell thorugh the usage of \n. Adds some functionality to the shell intermediary.

* Adds an editor mode to the interactive shell for use with more complex programs

* Adds program tabs to script editor

* Minor changes to shell

* Adds resizing to overflowing tabs in script editor. Adds python syntax highlighting to script editor

* Basic (semifunctional) elasticlunr find tool searching

* Adds ability to use custom functions in where clause + unit test

* Ensures proper parsing of functions and lists + extends relevant units tests

* Adds named/keyword arguments to functions + adds corresponding unit test

* UDFs added .Refactor CustomFuntion (now CustomFunctions)

* Refactoring TranQL pyodide into module

* UDF format modified to be more expressive. Major refactor of App modals. A couple other things I'm forgetting

* Added promise utility to TranQLApp. Added graph operations to KnowledgeGraph. Pyodide loading and stuff does not occur until the shell is opened

* Quick fix to TranQLApp->render

* Adds variable support to lists. Fixes bug in expand_nodes where if a concept had multiple nodes and its first node was a variable, it would only generate questions for the variable

* Adds ability ... (continued)

605 of 605 new or added lines in 16 files covered. (100.0%)

2580 of 3603 relevant lines covered (71.61%)

0.72 hits per line

Relevant lines Covered
Build:
Build:
3603 RELEVANT LINES 2580 COVERED LINES
0.72 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
326 master Develop (#123) * Merging Griffin's changes (#118) * Adds support for concept identifiers in auto completion. Fixes small messup with setError message dialog in autocompletion * Adds query string parameter q/query to specify a TranQL query. ... push 15 Dec 2020 03:15PM UTC web-flow travis-ci pending completion  
311 master Develop (#121) * Merging Griffin's changes (#118) * Adds support for concept identifiers in auto completion. Fixes small messup with setError message dialog in autocompletion * Adds query string parameter q/query to specify a TranQL query. ... push 25 Nov 2020 07:10PM UTC web-flow travis-ci pending completion  
301 master Merge f9c37ebfc into eb8f37a9f Pull #118 29 Sep 2020 03:14PM UTC web-flow travis-ci pending completion  
297 master Revert "Develop" (#117) push 08 Sep 2020 03:57PM UTC web-flow travis-ci pending completion  
294 master Revert "Develop" (#116) push 08 Sep 2020 03:52PM UTC web-flow travis-ci pending completion  
291 master Merge pull request #115 from NCATS-Tangerine/develop Develop push 04 Sep 2020 04:15PM UTC web-flow travis-ci pending completion  
280 master Merge pull request #113 from NCATS-Tangerine/develop Develop push 01 Sep 2020 02:51AM UTC web-flow travis-ci pending completion  
274 master Merge pull request #112 from NCATS-Tangerine/tranql-single-linter Create linter.yml for single-linter. push 27 Aug 2020 05:49PM UTC web-flow travis-ci pending completion  
265 master Merge f9c37ebfc into 54dd88008 Pull #111 18 Aug 2020 09:13PM UTC web-flow travis-ci pending completion  
264 master Merge fe0fd3c58 into 54dd88008 Pull #111 17 Aug 2020 09:05PM UTC web-flow travis-ci pending completion  
See All Builds (266)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc