ecosys icon indicating copy to clipboard operation
ecosys copied to clipboard

TigerGraph Ecosystem

Results 36 ecosys issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

I have installed the Tigergraph enterprise edition on a local machine. when I put the ```gadmin status``` it shows like this ![Screenshot from 2022-05-24 10-23-55](https://user-images.githubusercontent.com/41164884/169951943-3d68d62e-0511-43a3-b638-fa11c0b803bf.png) Now I want to launch...

At a minimum please provide the following: ### Description of the Change Fix broken hyperlinks I came across while referencing the docs. Mainly in the jdbc and contributing markdowns. An...

At a minimum please provide the following: ### Description of the Change ### Release Notes

Bumps log4j-core from 2.13.3 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.13.3&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

https://github.com/tigergraph/ecosys/blob/master/tools/widgets/AlgoLoader.ipynb ``` ##Grab_GSQL_Queries_BEGIN## pbar.set_description_str('Fetching Algorithms') import os from glob import glob !git clone https://github.com/tigergraph/gsql-graph-algorithms.git pbar.update(25) os.chdir('/content/gsql-graph-algorithms/algorithms/schema-free') script_names = glob('*.gsql') pbar.update(25) ##Grab_GSQL_Queries_END## ``` Recommend changing to ``` os.chdir('/content/gsql-graph-algorithms/algorithms/') script_names = glob('*/*/*.gsql')...

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.5.0 to 1.7.0. Release notes Sourced from github.com/gin-gonic/gin's releases. Release v1.7.0 BUGFIXES fix compile error from #2572 (#2600) fix: print headers without Authorization header on broken pipe...

dependencies
go

Bumps httpclient from 4.5.5 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.5&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

The RDF tool is a good start. However, we would like to see more tools that would allow us to import RDF files without writing code. It would be nice...

enhancement

This very nice blog posting: https://www.tigergraph.com/blog/gsql-for-cypher-users/ refers to: https://github.com/tigergraph/ecosys/tree/master/training/GSQL-for-Cypher-users which no longer exists (I presumed because it was moved). EITHER the blog post should be updated to refer to the...