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

Nightly / fix nightly check #641

Merged
merged 26 commits into from
May 27, 2021

Conversation

devinrsmith
Copy link
Member

No description provided.

This reverts commit 4a2a992.
* 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)
@devinrsmith devinrsmith added this to the May 2021 milestone May 20, 2021
@devinrsmith devinrsmith self-assigned this May 20, 2021
@devinrsmith devinrsmith requested a review from rcaudy May 20, 2021 23:40
@devinrsmith devinrsmith marked this pull request as ready for review May 20, 2021 23:40
@devinrsmith
Copy link
Member Author

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)
.github/env/Linux/gradle.properties Show resolved Hide resolved
@@ -1,6 +1,13 @@
# TODO (deephaven-core#639): Customize gradle settings per-CI job
Copy link
Member

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/#).

Copy link
Member Author

Choose a reason for hiding this comment

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

#87 , I'm not sure exactly what @mofojed means when he says permalink will be auto added?

Copy link
Member

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.

.github/workflows/build-ci.yml Show resolved Hide resolved
DB/src/test/java/io/deephaven/db/v2/QueryFactory.java Outdated Show resolved Hide resolved
@devinrsmith devinrsmith merged commit 45f4809 into deephaven:main May 27, 2021
@devinrsmith devinrsmith deleted the nightly/fix-nightly-check branch May 27, 2021 00:17
devinrsmith added a commit to devinrsmith/deephaven-core that referenced this pull request May 28, 2021
* 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)
  ...
jmao-denver pushed a commit to jmao-denver/deephaven-core that referenced this pull request Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants