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

Test local PR to break spotless #1

Open
wants to merge 216 commits into
base: 2510-before-broken
Choose a base branch
from

Conversation

niloc132
Copy link
Owner

@niloc132 niloc132 commented Jul 8, 2022

No description provided.

@niloc132 niloc132 force-pushed the 2510-multiplexed-websocket branch 2 times, most recently from 808fd51 to 1cc40d8 Compare July 11, 2022 13:51
devinrsmith and others added 20 commits July 11, 2022 10:52
* Update redpanda docker repo

Was getting an unauthorized error from docker.vectorized.io/redpanda:
```
➜  main git:(heap-size-api) PATH=/usr/lib/jvm/java-11-openjdk-amd64/bin/:$PATH ./gradlew :Integrations:composeUp

> Task :Integrations:composeUp
redpanda uses an image, skipping
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Pulling redpanda (docker.vectorized.io/vectorized/redpanda:v21.9.5)...
unauthorized: authentication required
Removing network 7068f1a4e250e19015aa8e4c8be5964a_integrations__default

> Task :Integrations:composeUp FAILED

FAILURE: Build failed with an exception.
```

Check to use docker.redpanda.com/vectorized/redpanda instead, and now it works again.
That way you can get the port for the currently running server, which may be useful
* Added default import and updated javadoc (for updateBy)
* Removed unneeded of() overload and updated tests

Co-authored-by: Ryan Caudy <[email protected]>
Incremental step towards making deephaven#2671 possible.
* Bring C++ library to up to main branch

* add missing copyrights, remove flatbuffers references

* Delete alt-arrow. It has served its purpose

* First cython wrapping for our C++ code; so far only wrapping types.h, intended to be extended with more sources/classes/code from here.

* Improved README.

Co-authored-by: Cristian Ferretti <[email protected]>
@niloc132 niloc132 force-pushed the 2510-multiplexed-websocket branch from ba25c9b to a6e850b Compare October 6, 2022 19:44
niloc132 and others added 17 commits October 7, 2022 11:46
- Needed to split up web versions, as we don't always publish 3 different packages with each version bump
- Wasn't taking into account subsecond patterns and time zones
- Copied logic over from CsvTypeParser in Enterprise
- Added additional short code time zones to match what is on Enterprise
- Optimize by only changing the pattern if the existing pattern fails to parse
- Fixes deephaven#2814
This removes the necessity for the `devroot` property to be set - it doesn't make sense for end-users. In code-generation or test cases where access to the source is still necessary, the appropriate system properties can be set as necessary.
* Reorganize code so that it can do an Arrow GetSchema call rather than
doing a Get call and ignoring the results.

* move some code to a new arrow_traits.h and arrow_util.h files

* Code for demo chapter 3

* Respond to review feedback
Server should send a non-empty message when the session ends, and js
client should notify user of failure in all cases.

Partial deephaven#2985
* Update docker-compose files to use jetty image, remove use of `notebook` and `reverse-proxy` services

* netty to jetty, also remove traefik label from all files

* Add deephaven port and remove jetty from names, as there is no jetty suffix

* Add port 6006 to TensorFlow and PyTorch examples for TensorBoard support

* Add latest tag to examples containers
niloc132 added a commit that referenced this pull request Jun 25, 2024
niloc132 added a commit that referenced this pull request Jun 25, 2024
niloc132 added a commit that referenced this pull request Jun 25, 2024
niloc132 added a commit that referenced this pull request Jun 25, 2024
niloc132 added a commit that referenced this pull request Jun 26, 2024
niloc132 added a commit that referenced this pull request Jun 26, 2024
niloc132 added a commit that referenced this pull request Jun 27, 2024
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.