Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluid-cloudnative/fluid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fluid-cloudnative/fluid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: poc/fluid-datatable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 488 files changed
  • 2 contributors

Commits on Mar 2, 2023

  1. Datatable (#2671)

    * init: init the DataTable preoject
    
    Signed-off-by: wang-mask <[email protected]>
    
    * init: defines the attributes of datatable
    
    Signed-off-by: wang-mask <[email protected]>
    
    * init: generate the deepcopy of datatable
    
    Signed-off-by: wang-mask <[email protected]>
    
    * init: generate the yaml of datatable crd
    
    Signed-off-by: wang-mask <[email protected]>
    
    * fix: change  to
    
    Signed-off-by: wang-mask <[email protected]>
    
    * init: generate the crd yaml
    
    Signed-off-by: wang-mask <[email protected]>
    
    * init: init the controller
    
    Signed-off-by: wang-mask <[email protected]>
    
    * init: add the deploy mod
    
    Signed-off-by: wang-mask <[email protected]>
    
    * init: add the right copyright
    
    Signed-off-by: wang-mask <[email protected]>
    
    * init: update the go vendor
    
    Signed-off-by: wang-mask <[email protected]>
    
    * dev: get or create dataset && alluxio
    
    Signed-off-by: wang-mask <[email protected]>
    
    ---------
    
    Signed-off-by: wang-mask <[email protected]>
    wang-mask authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    27b1a10 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Datatable2 (#2678)

    * dev: update the go mod
    
    Signed-off-by: wang-mask <[email protected]>
    
    * dev: dev the hive init func
    
    Signed-off-by: wang-mask <[email protected]>
    
    * dev: dev the delete and add finalizer func
    
    Signed-off-by: wang-mask <[email protected]>
    
    * update: update the annotation and delete print
    
    Signed-off-by: wang-mask <[email protected]>
    
    * update: add the masterIP attribute to CRD
    
    Signed-off-by: wang-mask <[email protected]>
    
    * update: save the IP to the CRD status
    
    Signed-off-by: wang-mask <[email protected]>
    
    ---------
    
    Signed-off-by: wang-mask <[email protected]>
    wang-mask authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    f4ceba3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Datatable2 (#3405)

    * dev: update the go mod
    
    Signed-off-by: wang-mask <[email protected]>
    
    * dev: dev the hive init func
    
    Signed-off-by: wang-mask <[email protected]>
    
    * dev: dev the delete and add finalizer func
    
    Signed-off-by: wang-mask <[email protected]>
    
    * update: update the annotation and delete print
    
    Signed-off-by: wang-mask <[email protected]>
    
    * update: add the masterIP attribute to CRD
    
    Signed-off-by: wang-mask <[email protected]>
    
    * update: save the IP to the CRD status
    
    Signed-off-by: wang-mask <[email protected]>
    
    * fix: add rbac
    
    Signed-off-by: wang-mask <[email protected]>
    
    * update: new rbac yaml
    
    Signed-off-by: wang-mask <[email protected]>
    
    * update: datatable deployment
    
    Signed-off-by: wang-mask <[email protected]>
    
    * update: datatable dockerfile
    
    Signed-off-by: wang-mask <[email protected]>
    
    * update: datatable makefile
    
    Signed-off-by: wang-mask <[email protected]>
    
    * doc: datatable use guide
    
    Signed-off-by: wang-mask <[email protected]>
    
    * doc: presto examples
    
    Signed-off-by: wang-mask <[email protected]>
    
    ---------
    
    Signed-off-by: wang-mask <[email protected]>
    wang-mask authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    eda6c9b View commit details
    Browse the repository at this point in the history
Loading