-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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(EntityService): batched transactions and ebean updates #8456
feat(EntityService): batched transactions and ebean updates #8456
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e37907 - Browse repository at this point
Copy the full SHA 0e37907View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70c5b5e - Browse repository at this point
Copy the full SHA 70c5b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f13b99 - Browse repository at this point
Copy the full SHA 3f13b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 496362d - Browse repository at this point
Copy the full SHA 496362dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd55590 - Browse repository at this point
Copy the full SHA dd55590View commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e65d540 - Browse repository at this point
Copy the full SHA e65d540View commit details -
Merge remote-tracking branch 'origin/master' into ebean-batched-trans…
…actions # Conflicts: # metadata-io/src/main/java/com/linkedin/metadata/entity/EntityServiceImpl.java # metadata-io/src/main/java/com/linkedin/metadata/entity/EntityUtils.java # metadata-io/src/test/java/com/linkedin/metadata/entity/EbeanEntityServiceTest.java # metadata-io/src/test/java/com/linkedin/metadata/entity/EntityServiceTest.java # metadata-service/openapi-servlet/src/main/java/io/datahubproject/openapi/util/MappingUtil.java # metadata-service/restli-servlet-impl/src/main/java/com/linkedin/metadata/resources/entity/AspectResource.java # metadata-service/restli-servlet-impl/src/test/java/com/linkedin/metadata/resources/entity/AspectResourceTest.java # metadata-service/services/src/main/java/com/linkedin/metadata/entity/DeleteEntityService.java
Configuration menu - View commit details
-
Copy full SHA for e795eca - Browse repository at this point
Copy the full SHA e795ecaView commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f87b74e - Browse repository at this point
Copy the full SHA f87b74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4e48b - Browse repository at this point
Copy the full SHA fc4e48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b51e4 - Browse repository at this point
Copy the full SHA 85b51e4View commit details -
Merge remote-tracking branch 'origin/master' into ebean-batched-trans…
…actions # Conflicts: # metadata-service/factories/src/test/java/com/linkedin/metadata/boot/steps/RestoreGlossaryIndicesTest.java
Configuration menu - View commit details
-
Copy full SHA for c29a206 - Browse repository at this point
Copy the full SHA c29a206View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 843cf06 - Browse repository at this point
Copy the full SHA 843cf06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d19c533 - Browse repository at this point
Copy the full SHA d19c533View commit details -
Configuration menu - View commit details
-
Copy full SHA for f448e0e - Browse repository at this point
Copy the full SHA f448e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f2ba8 - Browse repository at this point
Copy the full SHA 38f2ba8View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3122414 - Browse repository at this point
Copy the full SHA 3122414View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da47ea1 - Browse repository at this point
Copy the full SHA da47ea1View commit details
Commits on Jul 28, 2023
-
Merge remote-tracking branch 'datahub-project/master' into ebean-batc…
…hed-transactions # Conflicts: # .github/workflows/docker-unified.yml # metadata-io/src/main/java/com/linkedin/metadata/entity/EntityServiceImpl.java
Configuration menu - View commit details
-
Copy full SHA for fcf883b - Browse repository at this point
Copy the full SHA fcf883bView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 846d95b - Browse repository at this point
Copy the full SHA 846d95bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c9dad - Browse repository at this point
Copy the full SHA 05c9dadView commit details -
Merge remote-tracking branch 'origin/siblings-cypress-fix' into ebean…
…-batched-transactions # Conflicts: # metadata-io/src/main/java/com/linkedin/metadata/entity/AspectDao.java # metadata-io/src/main/java/com/linkedin/metadata/entity/EntityServiceImpl.java # smoke-test/tests/cypress/cypress/e2e/siblings/siblings.js
Configuration menu - View commit details
-
Copy full SHA for 2e6f377 - Browse repository at this point
Copy the full SHA 2e6f377View commit details -
Configuration menu - View commit details
-
Copy full SHA for abcfae0 - Browse repository at this point
Copy the full SHA abcfae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ef881b - Browse repository at this point
Copy the full SHA 9ef881bView commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fe33b6 - Browse repository at this point
Copy the full SHA 1fe33b6View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd752be - Browse repository at this point
Copy the full SHA bd752beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c5fbae - Browse repository at this point
Copy the full SHA 4c5fbaeView commit details -
Merge remote-tracking branch 'origin/master' into ebean-batched-trans…
…actions # Conflicts: # datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/resolvers/mutate/util/DeleteUtils.java # datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/resolvers/mutate/util/DeprecationUtils.java # datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/resolvers/mutate/util/DomainUtils.java # datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/resolvers/mutate/util/LabelUtils.java # datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/resolvers/mutate/util/OwnerUtils.java # metadata-io/src/main/java/com/linkedin/metadata/entity/EntityUtils.java # metadata-io/src/main/java/com/linkedin/metadata/entity/ebean/EbeanAspectDao.java
Configuration menu - View commit details
-
Copy full SHA for 95cbe64 - Browse repository at this point
Copy the full SHA 95cbe64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b66642 - Browse repository at this point
Copy the full SHA 8b66642View commit details -
Improve tx handling Prevent deadlock dropped writes
Configuration menu - View commit details
-
Copy full SHA for 2f6da4c - Browse repository at this point
Copy the full SHA 2f6da4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba652e - Browse repository at this point
Copy the full SHA 9ba652eView commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12eb77e - Browse repository at this point
Copy the full SHA 12eb77eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e489b - Browse repository at this point
Copy the full SHA 01e489bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a3cf1 - Browse repository at this point
Copy the full SHA 92a3cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 028f3aa - Browse repository at this point
Copy the full SHA 028f3aaView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 714d67d - Browse repository at this point
Copy the full SHA 714d67dView commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb98802 - Browse repository at this point
Copy the full SHA cb98802View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96a3e56 - Browse repository at this point
Copy the full SHA 96a3e56View commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6822c5 - Browse repository at this point
Copy the full SHA c6822c5View commit details
Commits on Aug 26, 2023
-
Merge branch 'ebean-batched-transactions' of github.com:david-leifker…
…/datahub into ebean-batched-transactions
Configuration menu - View commit details
-
Copy full SHA for 7ff96a6 - Browse repository at this point
Copy the full SHA 7ff96a6View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7ff7abb - Browse repository at this point
Copy the full SHA 7ff7abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 738c19b - Browse repository at this point
Copy the full SHA 738c19bView commit details
Commits on Sep 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f66861 - Browse repository at this point
Copy the full SHA 7f66861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8428c90 - Browse repository at this point
Copy the full SHA 8428c90View commit details