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

[FSTORE-1453] Move client, decorators, variable_api and constants to hopsworks_common #229

Merged
merged 16 commits into from
Jul 18, 2024

Conversation

aversey
Copy link
Contributor

@aversey aversey commented Jul 16, 2024

No description provided.

@aversey aversey force-pushed the the-merge-client branch from 3637a9b to 40699b4 Compare July 16, 2024 13:41
@aversey aversey changed the base branch from main to dev-merge July 16, 2024 13:41
@aversey aversey force-pushed the dev-merge branch 2 times, most recently from bac80b9 to 67484a9 Compare July 16, 2024 14:40
@aversey aversey force-pushed the the-merge-client branch from 40699b4 to f1cdc8f Compare July 17, 2024 08:55
@aversey aversey changed the base branch from dev-merge to main July 17, 2024 10:38
@aversey aversey force-pushed the the-merge-client branch from f1cdc8f to c53749e Compare July 17, 2024 12:22
@aversey aversey force-pushed the the-merge-client branch from 66474b0 to ffd4e4f Compare July 17, 2024 14:39
@aversey aversey changed the title [FSTORE-1453] Move client to hopsworks_common [FSTORE-1453] Move client, decorators and variable_api to hopsworks_common Jul 17, 2024
@aversey aversey changed the title [FSTORE-1453] Move client, decorators and variable_api to hopsworks_common [FSTORE-1453] Move client, decorators, variable_api and constants to hopsworks_common Jul 17, 2024
@aversey aversey enabled auto-merge (squash) July 17, 2024 16:49
@aversey aversey disabled auto-merge July 17, 2024 17:00
@aversey aversey enabled auto-merge (squash) July 18, 2024 09:09
@aversey aversey merged commit 85deafd into logicalclocks:main Jul 18, 2024
13 checks passed
aversey added a commit to aversey/hopsworks-api that referenced this pull request Jul 18, 2024
…hopsworks_common (logicalclocks#229)

* Move client

* Move decorators, adapt client

* Create aliases for client and decorators

* Remove _python_version from client

* Merge hsfs client

* Move online_store_rest_client

* Adapt online_store_rest_client

* Create aliases for variable_api

* Fix test_online_store_rest_client

* Fix __all__ in client/__init__

* Merge hsfs/decorators

* Move constants to hopsworks_common

* Create alias for constants

* Fix mistype in decorators

* Move constants to core

* Make alias for decorators in hsml
aversey added a commit to aversey/hopsworks-api that referenced this pull request Jul 18, 2024
…hopsworks_common (logicalclocks#229)

* Move client

* Move decorators, adapt client

* Create aliases for client and decorators

* Remove _python_version from client

* Merge hsfs client

* Move online_store_rest_client

* Adapt online_store_rest_client

* Create aliases for variable_api

* Fix test_online_store_rest_client

* Fix __all__ in client/__init__

* Merge hsfs/decorators

* Move constants to hopsworks_common

* Create alias for constants

* Fix mistype in decorators

* Move constants to core

* Make alias for decorators in hsml
aversey added a commit to aversey/hopsworks-api that referenced this pull request Jul 18, 2024
…hopsworks_common (logicalclocks#229)

* Move client

* Move decorators, adapt client

* Create aliases for client and decorators

* Remove _python_version from client

* Merge hsfs client

* Move online_store_rest_client

* Adapt online_store_rest_client

* Create aliases for variable_api

* Fix test_online_store_rest_client

* Fix __all__ in client/__init__

* Merge hsfs/decorators

* Move constants to hopsworks_common

* Create alias for constants

* Fix mistype in decorators

* Move constants to core

* Make alias for decorators in hsml
aversey added a commit to aversey/hopsworks-api that referenced this pull request Jul 18, 2024
…hopsworks_common (logicalclocks#229)

* Move client

* Move decorators, adapt client

* Create aliases for client and decorators

* Remove _python_version from client

* Merge hsfs client

* Move online_store_rest_client

* Adapt online_store_rest_client

* Create aliases for variable_api

* Fix test_online_store_rest_client

* Fix __all__ in client/__init__

* Merge hsfs/decorators

* Move constants to hopsworks_common

* Create alias for constants

* Fix mistype in decorators

* Move constants to core

* Make alias for decorators in hsml
aversey added a commit to aversey/hopsworks-api that referenced this pull request Jul 18, 2024
…hopsworks_common (logicalclocks#229)

* Move client

* Move decorators, adapt client

* Create aliases for client and decorators

* Remove _python_version from client

* Merge hsfs client

* Move online_store_rest_client

* Adapt online_store_rest_client

* Create aliases for variable_api

* Fix test_online_store_rest_client

* Fix __all__ in client/__init__

* Merge hsfs/decorators

* Move constants to hopsworks_common

* Create alias for constants

* Fix mistype in decorators

* Move constants to core

* Make alias for decorators in hsml
kennethmhc added a commit to kennethmhc/hopsworks-api that referenced this pull request Jul 19, 2024
kennethmhc added a commit that referenced this pull request Jul 19, 2024
* Revert "[FSTORE-1453] Move client, decorators, variable_api and constants to hopsworks_common (#229)"

This reverts commit 85deafd.

* Revert "[FSTORE-1439][APPEND] Apply ruff formatting and fixes to the merged repo (#232)"

This reverts commit a612df1.

* Revert "[FSTORE-1439] Merge hopsworks-api, feature-store-api and machine-learning-api"

This reverts commit 67484a9.

* Revert "[FSTORE-1454] Unify variable_api and project_api (#219)"

This reverts commit dd4470a.

* Revert "Merge machine-learning-api into hsml subdirectory"

This reverts commit c599739.
aversey added a commit to aversey/hopsworks-api that referenced this pull request Jul 19, 2024
…hopsworks_common (logicalclocks#229)

* Move client

* Move decorators, adapt client

* Create aliases for client and decorators

* Remove _python_version from client

* Merge hsfs client

* Move online_store_rest_client

* Adapt online_store_rest_client

* Create aliases for variable_api

* Fix test_online_store_rest_client

* Fix __all__ in client/__init__

* Merge hsfs/decorators

* Move constants to hopsworks_common

* Create alias for constants

* Fix mistype in decorators

* Move constants to core

* Make alias for decorators in hsml

* Fix hopsworks_common/client/hopsworks

There was an error with incorrect number of parameters passed to _write_ca_chain.
aversey added a commit to aversey/hopsworks-api that referenced this pull request Jul 19, 2024
…hopsworks_common (logicalclocks#229)

* Move client

* Move decorators, adapt client

* Create aliases for client and decorators

* Remove _python_version from client

* Merge hsfs client

* Move online_store_rest_client

* Adapt online_store_rest_client

* Create aliases for variable_api

* Fix test_online_store_rest_client

* Fix __all__ in client/__init__

* Merge hsfs/decorators

* Move constants to hopsworks_common

* Create alias for constants

* Fix mistype in decorators

* Move constants to core

* Make alias for decorators in hsml

* Fix hopsworks_common/client/hopsworks

There was an error with incorrect number of parameters passed to _write_ca_chain.
@aversey aversey self-assigned this Jul 25, 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.

2 participants