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

feat(Cassandra): add Cassandra implementation of EntityService #3286

Merged
merged 135 commits into from Apr 26, 2022

Commits on Sep 15, 2021

  1. Prelim cassandra push for code review

    Xiao Di Li authored and smccarron-gr committed Sep 15, 2021
    Copy the full SHA
    8422ac4 View commit details
    Browse the repository at this point in the history
  2. Removing white space

    matthewc-gr authored and smccarron-gr committed Sep 15, 2021
    Copy the full SHA
    6b2f07e View commit details
    Browse the repository at this point in the history
  3. Removing conditional updates for now

    Xiao Di Li authored and smccarron-gr committed Sep 15, 2021
    Copy the full SHA
    347cec7 View commit details
    Browse the repository at this point in the history
  4. Renaming table name, code cleanup

    Xiao Di Li authored and smccarron-gr committed Sep 15, 2021
    Copy the full SHA
    41c5e02 View commit details
    Browse the repository at this point in the history
  5. Remove sessionConfig map name

    Xiao Di Li authored and smccarron-gr committed Sep 15, 2021
    Copy the full SHA
    1c6d179 View commit details
    Browse the repository at this point in the history
  6. Add WIP PR writeup copy

    Xiao Di Li authored and smccarron-gr committed Sep 15, 2021
    Copy the full SHA
    4b30e0e View commit details
    Browse the repository at this point in the history
  7. Removing some comments, fix indenting

    Xiao Di Li authored and smccarron-gr committed Sep 15, 2021
    Copy the full SHA
    ed1b75c View commit details
    Browse the repository at this point in the history
  8. WIP tidyups, running on lab machine

    Eddie Li committed Sep 15, 2021
    Copy the full SHA
    b9f5335 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Add listUrn implementation

    Eddie Li committed Sep 16, 2021
    Copy the full SHA
    f3d475a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. dev-with-cassandra.sh and ingest example data example working. Also:

    * Fix for datastax dao factory initialisation
    * Add readme for Cassandra quickstart
    Eddie Li committed Sep 17, 2021
    Copy the full SHA
    0da95c2 View commit details
    Browse the repository at this point in the history
  2. Move ebeanutils to entityutils

    Eddie Li committed Sep 17, 2021
    Copy the full SHA
    20f4f91 View commit details
    Browse the repository at this point in the history
  3. batching updates/inserts and tidying up

    Eddie Li committed Sep 17, 2021
    Copy the full SHA
    45605df View commit details
    Browse the repository at this point in the history
  4. move strings from DAO into DatastaxAspect

    Eddie Li committed Sep 17, 2021
    Copy the full SHA
    fb85353 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Tidying tests; minor DAO refactor

    Eddie Li committed Sep 21, 2021
    Copy the full SHA
    94b6d7c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eea5725 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fa585f8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    83e9d7d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Merge pull request #1 from xdl/cassandra-more-work

    Cassandra more work
    alasdairm-gr committed Sep 22, 2021
    Copy the full SHA
    a3d31fe View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5afb079 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from xdl/cassandra-more-work

    Move cassandra startup instructions to docker/cassandra/readme.md
    alasdairm-gr committed Sep 22, 2021
    Copy the full SHA
    a746866 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Merge pull request #6 from linkedin/master

    Merge master into cassandra
    jgiannuzzi committed Oct 5, 2021
    Copy the full SHA
    a21bc99 View commit details
    Browse the repository at this point in the history
  2. Remove prints from EntityServiceFactory

    Eddie Li authored and jgiannuzzi committed Oct 5, 2021
    Copy the full SHA
    2d8664a View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle warnings

    Eddie Li authored and jgiannuzzi committed Oct 5, 2021
    Copy the full SHA
    2f18081 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. fix metdata-io:checkstyleMain violations

    Eddie Li committed Oct 6, 2021
    Copy the full SHA
    12574c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Copy the full SHA
    933d8cd View commit details
    Browse the repository at this point in the history
  2. Rename bean to entityAspect

    Eddie Li committed Oct 7, 2021
    Copy the full SHA
    c71c9d7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7f36f01 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from xdl/cassandra-refactor

    Cassandra refactor
    xdl committed Oct 7, 2021
    Copy the full SHA
    6b2c017 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Rename BaseEntityServiceTest to EntityServiceTestBase for consistency

    * checkStyle cleanup
    Eddie Li committed Oct 8, 2021
    Copy the full SHA
    70cc2b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from xdl/cassandra-refactor

    Rename BaseEntityServiceTest to EntityServiceTestBase for consistency
    xdl committed Oct 8, 2021
    Copy the full SHA
    c95cb5d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5dc6b99 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #17 from xdl/cassandra-refactor

    Cassandra refactor
    xdl committed Oct 8, 2021
    Copy the full SHA
    b6d65d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Use same container for all tests, add truncate to @beforemethod. Also:

    * Change naming
      * datahubpoc to datahub for keyspace
      * DAO_SERVICE_LAYER to ENTITY_SERVICE_IMPL for db implementation
      * urn:li:principal:datahub to urn:li:corpuser:__datahub_system
    Eddie Li committed Oct 19, 2021
    Copy the full SHA
    4f104a9 View commit details
    Browse the repository at this point in the history
  2. Moving new dependencies into toplevel build.gradle

    Eddie Li committed Oct 19, 2021
    Copy the full SHA
    1aadc49 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    558c1e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Copy the full SHA
    a43310e View commit details
    Browse the repository at this point in the history
  2. Clean up imports

    Eddie Li committed Oct 20, 2021
    Copy the full SHA
    04e1104 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42 from xdl/cassandra-refactor

    Cassandra refactor
    xdl committed Oct 20, 2021
    Copy the full SHA
    16db5f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Merge branch 'master' into cassandra

    Justin Marozas committed Mar 2, 2022
    Copy the full SHA
    f939e9a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. bring DatastaxEntityService up to speed and implement DatastaxRetenti…

    …onService
    Justin Marozas committed Mar 4, 2022
    Copy the full SHA
    7f1b4fd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into cassandra

    Justin Marozas committed Mar 4, 2022
    Copy the full SHA
    b9f08f3 View commit details
    Browse the repository at this point in the history
  3. rebuild metadata snapshops

    Justin Marozas committed Mar 4, 2022
    Copy the full SHA
    ec4f0a1 View commit details
    Browse the repository at this point in the history
  4. fix aspect filter

    Justin Marozas committed Mar 4, 2022
    Copy the full SHA
    d2c1907 View commit details
    Browse the repository at this point in the history
  5. fix queries in datastax retention service

    Justin Marozas committed Mar 4, 2022
    Copy the full SHA
    92da2e0 View commit details
    Browse the repository at this point in the history
  6. split ordering-sensitive entity service tests to ebean and datastax i…

    …mplementations
    Justin Marozas committed Mar 4, 2022
    Copy the full SHA
    a3ef9b4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5618d7c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge pull request #72 from justinas-marozas/cassandra

    Cassandra catch up with upstream
    Justin Marozas committed Mar 8, 2022
    Copy the full SHA
    2182be9 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Merge pull request #1 from G-Research/master

    [pull] master from G-Research:master
    justinas-marozas committed Mar 9, 2022
    Copy the full SHA
    a5e4cf4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into cassandra

    Justin Marozas committed Mar 9, 2022
    Copy the full SHA
    205b3c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73 from justinas-marozas/cassandra

    merge upstream
    Justin Marozas committed Mar 9, 2022
    Copy the full SHA
    574a6cb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. bump datastax drivers to latest versions

    Justin Marozas committed Mar 10, 2022
    Copy the full SHA
    d337ee2 View commit details
    Browse the repository at this point in the history
  2. specify compatible neo4j image for apple M1 platform

    Justin Marozas committed Mar 10, 2022
    Copy the full SHA
    9b1a49f View commit details
    Browse the repository at this point in the history
  3. fix GMS start script

    Justin Marozas committed Mar 10, 2022
    Copy the full SHA
    f555dde View commit details
    Browse the repository at this point in the history
  4. update dev-with-cassandra script with lattest gubbins

    Justin Marozas committed Mar 10, 2022
    Copy the full SHA
    f60dbb2 View commit details
    Browse the repository at this point in the history
  5. hack: move ES envi vars into compose files to stop shell complaining …

    …about syntax
    Justin Marozas committed Mar 10, 2022
    Copy the full SHA
    289324c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    842fbd6 View commit details
    Browse the repository at this point in the history
  7. Revert "remove ENTITY_SERVICE_IMPL specific beans from factory proper…

    …ties"
    
    This reverts commit 842fbd6.
    Justin Marozas committed Mar 10, 2022
    Copy the full SHA
    c0d23d9 View commit details
    Browse the repository at this point in the history
  8. mark ebeanServer and cqlSesion as optional

    Justin Marozas committed Mar 10, 2022
    Copy the full SHA
    7252b6e View commit details
    Browse the repository at this point in the history
  9. Revert "hack: move ES envi vars into compose files to stop shell comp…

    …laining about syntax"
    
    This reverts commit 289324c.
    Justin Marozas committed Mar 10, 2022
    Copy the full SHA
    9587bc2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #75 from justinas-marozas/cassandra

    Fix datahub startup prolbems for cassandra PR
    mattmatravers committed Mar 10, 2022
    Copy the full SHA
    86d5830 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Copy the full SHA
    a276f66 View commit details
    Browse the repository at this point in the history
  2. add apple M1 overrride to local dev script

    Justin Marozas committed Mar 11, 2022
    Copy the full SHA
    dba13de View commit details
    Browse the repository at this point in the history
  3. don't panic if cassandra schema already exists

    Justin Marozas committed Mar 11, 2022
    Copy the full SHA
    d2e468d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cassandra-startup-problems' into cassandra

    Justin Marozas committed Mar 11, 2022
    Copy the full SHA
    61740fa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #76 from justinas-marozas/cassandra

    Minor Cassandra support improvements
    mattmatravers committed Mar 11, 2022
    Copy the full SHA
    a0d51f1 View commit details
    Browse the repository at this point in the history
  6. add mysql and cassandra containers to optional container list in data…

    …hub cli
    Justin Marozas committed Mar 11, 2022
    Copy the full SHA
    7f062a4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    74ce0d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. remove unused exception

    Justin Marozas committed Mar 14, 2022
    Copy the full SHA
    69a4c08 View commit details
    Browse the repository at this point in the history
  2. use UrnUtils to parse a urn

    Justin Marozas committed Mar 14, 2022
    Copy the full SHA
    9b8638d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    09ceeaa View commit details
    Browse the repository at this point in the history
  4. rename datastax entity service to cassandra entity service

    Justin Marozas committed Mar 14, 2022
    Copy the full SHA
    cdce38b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cassandra-startup-problems' into cassandra

    Justin Marozas committed Mar 14, 2022
    Copy the full SHA
    eeecde1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    03a5485 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'cassandra-startup-problems' into cassandra

    Justin Marozas committed Mar 14, 2022
    Copy the full SHA
    1d7a98b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #77 from justinas-marozas/cassandra

    Cassandra PR updates
    mattmatravers committed Mar 14, 2022
    Copy the full SHA
    d132be5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. tidy up method and variable names

    Justin Marozas committed Mar 15, 2022
    Copy the full SHA
    2557663 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from G-Research/master

    Merge upstream
    Justin Marozas committed Mar 15, 2022
    Copy the full SHA
    12c7686 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into cassandra

    Justin Marozas committed Mar 15, 2022
    Copy the full SHA
    05ffcd1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'cassandra-startup-problems' into cassandra

    Justin Marozas committed Mar 15, 2022
    Copy the full SHA
    f5b7dc0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #78 from justinas-marozas/cassandra

    Merge upstream
    mattmatravers committed Mar 15, 2022
    Copy the full SHA
    3e89339 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Copy the full SHA
    424f5a6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into cassandra-startup-problems

    Justin Marozas committed Mar 17, 2022
    Copy the full SHA
    1fb136a View commit details
    Browse the repository at this point in the history
  3. fix a bad merge in compose files

    Justin Marozas committed Mar 17, 2022
    Copy the full SHA
    026f71a View commit details
    Browse the repository at this point in the history
  4. fix more merge problems

    Justin Marozas committed Mar 17, 2022
    Copy the full SHA
    1254ebf View commit details
    Browse the repository at this point in the history
  5. Merge branch 'cassandra-startup-problems' into cassandra

    Justin Marozas committed Mar 17, 2022
    Copy the full SHA
    697cdd0 View commit details
    Browse the repository at this point in the history
  6. update EntityServiceTestBase to match upstream EbeanEntityService cha…

    …nges
    Justin Marozas committed Mar 17, 2022
    Copy the full SHA
    5d27b53 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #81 from justinas-marozas/cassandra

    Merge upstream
    mattmatravers committed Mar 17, 2022
    Copy the full SHA
    4d5d222 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. avoid method overloads in @configuration classes

    Justin Marozas committed Mar 18, 2022
    Copy the full SHA
    3a7e71b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from justinas-marozas/cassandra

    avoid method overloads in @configuration classes
    mattmatravers committed Mar 18, 2022
    Copy the full SHA
    4c83293 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. cap gradle concurrency at 2 in github CI

    Justin Marozas committed Mar 30, 2022
    Copy the full SHA
    99beb88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from justinas-marozas/cassandra

    cap gradle concurrency at 2 in github CI
    Justin Marozas committed Mar 30, 2022
    Copy the full SHA
    5e6fbd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Merge branch 'master' into cassandra

    Justin Marozas committed Mar 31, 2022
    Copy the full SHA
    27a82a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from justinas-marozas/cassandra

    Merge upstream changes
    Justin Marozas committed Mar 31, 2022
    Copy the full SHA
    206f4af View commit details
    Browse the repository at this point in the history
  3. disable parallel gradle execution in build&test workflow

    Justin Marozas committed Mar 31, 2022
    Copy the full SHA
    fca4a32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #91 from justinas-marozas/cassandra

    Disable parallel gradle execution in build&test workflow
    mattmatravers committed Mar 31, 2022
    Copy the full SHA
    636498f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Copy the full SHA
    68b463f View commit details
    Browse the repository at this point in the history
  2. temporarily delete Casandra entity service tests to see if it helps t…

    …he github CI
    Justin Marozas committed Apr 1, 2022
    Copy the full SHA
    92e4b05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #93 from justinas-marozas/cassandra

    Temporarily remove Cassandra tests to see if it helps Github CI
    Justin Marozas committed Apr 1, 2022
    Copy the full SHA
    adc9395 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Revert "temporarily delete Casandra entity service tests to see if it…

    … helps the github CI"
    
    This reverts commit 92e4b05.
    Justin Marozas committed Apr 4, 2022
    Copy the full SHA
    46977fa View commit details
    Browse the repository at this point in the history
  2. cap cassandra test container mem usage to 64M

    Justin Marozas committed Apr 4, 2022
    Copy the full SHA
    8b9eaba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96 from justinas-marozas/cassandra

    Cap Cassandra test container mem usage
    Justin Marozas committed Apr 4, 2022
    Copy the full SHA
    422f332 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Merge branch 'master' into cassandra

    Justin Marozas committed Apr 5, 2022
    Copy the full SHA
    fb634f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Copy the full SHA
    76a9163 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from G-Research/cassandra-matthewm-1

    Metadata test with no daemon
    mattmatravers committed Apr 13, 2022
    Copy the full SHA
    23a6355 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Try running build and test on MacOS

    https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
    
    ```
    Hardware specification for Windows and Linux virtual machines:
    
    2-core CPU
    7 GB of RAM memory
    14 GB of SSD disk space
    Hardware specification for macOS virtual machines:
    
    3-core CPU
    14 GB of RAM memory
    14 GB of SSD disk space
    ```
    mattmatravers committed Apr 14, 2022
    Copy the full SHA
    02985bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from G-Research/macos-build-test

    Try running build and test on MacOS
    mattmatravers committed Apr 14, 2022
    Copy the full SHA
    ab0bd39 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9644cf3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #103 from G-Research/macos-build-docker

    Install Docker for MacOS build+test
    mattmatravers committed Apr 14, 2022
    Copy the full SHA
    9505830 View commit details
    Browse the repository at this point in the history
  5. Try to get Docker working on MacOS image

    It's a pain
    mattmatravers committed Apr 14, 2022
    Copy the full SHA
    c4a84ce View commit details
    Browse the repository at this point in the history
  6. Merge pull request #104 from G-Research/macos-docker-eula

    Try to get Docker working on MacOS image
    mattmatravers committed Apr 14, 2022
    Copy the full SHA
    eee0676 View commit details
    Browse the repository at this point in the history
  7. Only run :metadata-io:test

    Try to isolate the GitHub Actions runner problem
    mattmatravers committed Apr 14, 2022
    Copy the full SHA
    669abce View commit details
    Browse the repository at this point in the history
  8. Merge pull request #105 from G-Research/metadata-io-test-only

    Only run :metadata-io:test
    mattmatravers committed Apr 14, 2022
    Copy the full SHA
    d5b6297 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Copy the full SHA
    d0d2035 View commit details
    Browse the repository at this point in the history
  2. Revert to Ubuntu and only run :metadata-io:test

    MacOS is an unknown quantity so we should revert back
    mattmatravers committed Apr 19, 2022
    Copy the full SHA
    1a3afc5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #108 from G-Research/ubuntu-metadata-io

    Revert to Ubuntu and only run :metadata-io:test
    mattmatravers committed Apr 19, 2022
    Copy the full SHA
    6216132 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8231255 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into cassandra

    Justin Marozas committed Apr 19, 2022
    Copy the full SHA
    d0beb78 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #109 from justinas-marozas/cassandra

    merge upstream
    mattmatravers committed Apr 19, 2022
    Copy the full SHA
    947afff View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. change setup method lifecycles for test classes that use docker to re…

    …duce the number of contaners running at the same time
    Justin Marozas committed Apr 20, 2022
    Copy the full SHA
    dfdf592 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #111 from justinas-marozas/cassandra

    Change setup method lifecycles for test classes that use docker
    Justin Marozas committed Apr 20, 2022
    Copy the full SHA
    c24edf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Merge branch 'master' into cassandra

    Justin Marozas committed Apr 21, 2022
    Copy the full SHA
    2051795 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #113 from justinas-marozas/cassandra

    merge upstream
    mattmatravers committed Apr 21, 2022
    Copy the full SHA
    da866ac View commit details
    Browse the repository at this point in the history
  3. restore the gradle commands in build&test job

    Justin Marozas committed Apr 21, 2022
    Copy the full SHA
    c0064f3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    11fc03c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #114 from justinas-marozas/cassandra

    restore gradle commands in build&test job
    mattmatravers committed Apr 21, 2022
    Copy the full SHA
    da5a4fb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #115 from datahub-project/master

    fix(ingestion): glue - delete CatalogId parameter from get_jobs api c…
    mattmatravers committed Apr 21, 2022
    Copy the full SHA
    3fbced7 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Merge pull request #15 from G-Research/master

    [pull] master from G-Research:master
    Justin Marozas committed Apr 22, 2022
    Copy the full SHA
    01d29ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into cassandra

    Justin Marozas committed Apr 22, 2022
    Copy the full SHA
    cf5d9dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #118 from justinas-marozas/cassandra

    merge upstream
    mattmatravers committed Apr 22, 2022
    Copy the full SHA
    738f499 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Copy the full SHA
    6b78ff8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into cassandra

    Justin Marozas committed Apr 25, 2022
    Copy the full SHA
    639465f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #122 from justinas-marozas/cassandra

    merge upstream
    mattmatravers committed Apr 25, 2022
    Copy the full SHA
    49e2ac2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    aeecc45 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Cassandra datacenter naming consistency
    mattmatravers committed Apr 25, 2022
    Copy the full SHA
    3000b0f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #123 from justinas-marozas/cassandra

    add cassandra entity service configuration to application.yml
    mattmatravers committed Apr 25, 2022
    Copy the full SHA
    778fc94 View commit details
    Browse the repository at this point in the history