Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Sample Applications for GLVs #81

Closed
wants to merge 195 commits into from
Closed

Create Sample Applications for GLVs #81

wants to merge 195 commits into from

Conversation

ryn5
Copy link

@ryn5 ryn5 commented Oct 4, 2023

No description provided.

Bumps [gherkin](https://github.com/cucumber/gherkin) from 26.0.3 to 27.0.0.
- [Release notes](https://github.com/cucumber/gherkin/releases)
- [Changelog](https://github.com/cucumber/gherkin/blob/main/CHANGELOG.md)
- [Commits](cucumber/gherkin@v26.0.3...v27.0.0)

---
updated-dependencies:
- dependency-name: gherkin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Attention: 154 lines in your changes are missing coverage. Please review.

Comparison is base (700b7e7) 75.85% compared to head (790deee) 76.17%.
Report is 245 commits behind head on master.

Files Patch % Lines
...in/language/grammar/DefaultGremlinBaseVisitor.java 0.00% 33 Missing ⚠️
...mlin/driver/handler/HttpGremlinRequestEncoder.java 0.00% 19 Missing ⚠️
...e/tinkerpop/gremlin/console/GremlinGroovysh.groovy 52.94% 6 Missing and 10 partials ⚠️
gremlin-go/driver/anonymousTraversal.go 0.00% 16 Missing ⚠️
...nkerpop/gremlin/groovy/engine/GremlinExecutor.java 56.52% 8 Missing and 2 partials ⚠️
...p/gremlin/server/handler/HttpUserAgentHandler.java 66.66% 3 Missing and 3 partials ⚠️
...gremlin/process/traversal/step/map/ConcatStep.java 86.48% 3 Missing and 2 partials ⚠️
.../gremlin/language/grammar/NoOpTerminalVisitor.java 0.00% 4 Missing ⚠️
...n/process/traversal/step/util/StringLocalStep.java 82.60% 2 Missing and 2 partials ⚠️
...lin/server/handler/HttpGremlinEndpointHandler.java 55.55% 2 Missing and 2 partials ⚠️
... and 24 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #81      +/-   ##
============================================
+ Coverage     75.85%   76.17%   +0.32%     
- Complexity    12750    13113     +363     
============================================
  Files          1062     1083      +21     
  Lines         64403    64995     +592     
  Branches       7117     7259     +142     
============================================
+ Hits          48853    49512     +659     
+ Misses        12902    12788     -114     
- Partials       2648     2695      +47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.8 to 0.13.9.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.8...v0.13.9)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@ryn5 ryn5 changed the title AN-1653 Create Sample Applications for GLVs Create Sample Applications for GLVs Oct 6, 2023
Copy link

@vkagamlyk vkagamlyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I think branch is ready for external PR

dependabot bot and others added 4 commits October 13, 2023 14:42
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Since HasContainer rolls up sequential has() steps checking the first item in the HasContainer only might not catch the id that needs to be replaced.
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.3.
- [Commits](https://github.com/xunit/xunit/commits)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@ryn5 ryn5 force-pushed the ryan/glv-examples branch from b23fe63 to c34b5c8 Compare October 17, 2023 19:52
dependabot bot and others added 13 commits October 17, 2023 13:38
…pache#2214)

Bumps [github.com/cucumber/godog](https://github.com/cucumber/godog) from 0.12.6 to 0.13.0.
- [Release notes](https://github.com/cucumber/godog/releases)
- [Changelog](https://github.com/cucumber/godog/blob/main/CHANGELOG.md)
- [Commits](cucumber/godog@v0.12.6...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/cucumber/godog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.8.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ryn5 ryn5 closed this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants