-
Notifications
You must be signed in to change notification settings - Fork 80
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
Nightly / fix nightly check #641
Nightly / fix nightly check #641
Conversation
This reverts commit 4a2a992.
…rties when appropriate.
* upstream/main: Move slow tests (>= 10 seconds) to the nightly check, fixes deephaven#606 (deephaven#616) Set ownership of DevRel relevant files (deephaven#625) Fix context leak in RedirectedColumnSource.RedirectionFillFrom (deephaven#619) Followup to review comments. Followup to review comments. Removed some unused code. Ensure generated formula code handles prev correctly for i,ii in ticking tables. Fixes deephaven#544 Produce the right exception, instead of returning null, on invalid arguments for calls to SortedRanges.invert. Towards deephaven#544.
* upstream/main: Try to tune down logging from SSA and SSM unit tests (deephaven#635) Add the new documentation site to the readme (deephaven#633)
This reverts commit feaf3a0.
nightly CI passing, see run here https://github.com/devinrsmith/deephaven-core/actions/runs/861612522 |
…-check * upstream/main: Check documentation labels, fixes deephaven#627 (deephaven#671) Fix integer overflow in SortedRanges.invertOnNew. Fixes deephaven#666. (deephaven#667) Fix integer overflow in SortedRanges.subRangeByPos. Fixes deephaven#664 (deephaven#665) Deploy example scripts and data (deephaven#562) port the numba integration prototype from Enterprise to OSS, fixes feature-523 (deephaven#638) Fix IllegalStateException in TwoValuesContainer triggered from Index.insert(Chunk). Fixes deephaven#652. (deephaven#653) Javadoc search (deephaven#645) Support for jpy integration junit tests (deephaven#632) Populate snapshot request in js api, handle optional left table (deephaven#648) Fix a link formatting bug in CONTRIBUTING.md (deephaven#629)
@@ -1,6 +1,13 @@ | |||
# TODO (deephaven-core#639): Customize gradle settings per-CI job |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this our "todo standard"? I've been doing TODO (deephaven/deephaven-core/issues/#
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have this documented in our CONTRIBUTING.md
guide or in our wiki anywhere... @chipkent to decide if it should be documented anywhere.
When discussing previously, we had settled on just the issue number if in the same repo, or repo and issue number if in a different repo. In this case, it would be # TODO: #639 ...
. These comments are on issue #87 .
Also the GitHub plugin for VSCode has a handy trigger that will automatically create issues for you, and link them back to the code: https://code.visualstudio.com/docs/editor/github#_creating-issues
I'm not seeing a similar plugin for IntelliJ.
ClientSupport/src/test/java/io/deephaven/treetable/TreeSnapshotQueryTest.java
Show resolved
Hide resolved
DB-test/src/test/java/io/deephaven/db/util/TestWorkerPythonEnvironment.java
Outdated
Show resolved
Hide resolved
ClientSupport/src/main/java/io/deephaven/treetable/AbstractTreeSnapshotImpl.java
Outdated
Show resolved
Hide resolved
DB/src/main/java/io/deephaven/db/tables/utils/TableToolsMergeHelper.java
Show resolved
Hide resolved
DB/src/main/java/io/deephaven/db/v2/sources/UnionSourceManager.java
Outdated
Show resolved
Hide resolved
* tag 'v0.0.2': (29 commits) Move label information to CI remove labels try pushing to my own org try actor Upgrade to GITHUB_TOKEN instead of PAT Explicit about docker/build-push-action version Explicit about docker/login-action version Explicit about docker/setup-buildx-action version Remove extraneous comments Update docker metadata steps Remove top level building of deephaven-jpy in CI, is handled implicitly in grpc-api step Fix nightly check (deephaven#641) Address `QueryTableTest.testReverseClipping` table reachability bug, and unit test listeners using `RetentionCache` (deephaven#644) Rename symbols in .proto files to follow standard conventions (deephaven#674) Check documentation labels, fixes deephaven#627 (deephaven#671) Fix integer overflow in SortedRanges.invertOnNew. Fixes deephaven#666. (deephaven#667) Fix integer overflow in SortedRanges.subRangeByPos. Fixes deephaven#664 (deephaven#665) Deploy example scripts and data (deephaven#562) port the numba integration prototype from Enterprise to OSS, fixes feature-523 (deephaven#638) Fix IllegalStateException in TwoValuesContainer triggered from Index.insert(Chunk). Fixes deephaven#652. (deephaven#653) ...
No description provided.