Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[DRAFT DO NOT REVIEW] WAN transactions extracted to module#7810

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
albertogpz wants to merge1 commit intoapache:develop
base:develop
Choose a base branch
Loading
fromNordix:wip/wan-tx-grouping-module_squashed

Conversation

albertogpz
Copy link
Contributor

commit4ce6664
Author: Alberto Gomezalberto.gomez@est.tech
Date: Tue Dec 14 19:30:37 2021 +0100

Fix tests

commit77db403
Author: Alberto Gomezalberto.gomez@est.tech
Date: Tue Dec 14 18:43:41 2021 +0100

Added exceptions to public API changes

commit8c2f77d
Author: Alberto Gomezalberto.gomez@est.tech
Date: Tue Dec 14 17:52:24 2021 +0100

Use --type=TxGroupingParallelGatewaySender... as suggested in jbarrett's review

commitcbe859d
Author: Alberto Gomezalberto.gomez@est.tech
Date: Mon Dec 13 12:36:50 2021 +0100

remove() refactored as suggested on jbarrett's review

commit43194d0
Author: Alberto Gomezalberto.gomez@est.tech
Date: Thu Dec 2 06:52:38 2021 +0100

Updated with Kirk's first review comments

commit0c3d814
Author: Alberto Gomezalberto.gomez@est.tech
Date: Fri Nov 5 08:16:10 2021 +0100

MODULE: Add gfsh create tx-grouping gw-sender cases.

commita7416a3
Author: Alberto Gomezalberto.gomez@est.tech
Date: Fri Nov 5 08:15:46 2021 +0100

MODULE: Do not allow changing group-transaction-events

commit74f9274
Author: Alberto Gomezalberto.gomez@est.tech
Date: Fri Nov 5 08:15:28 2021 +0100

MODULE: Fix some GatewaySenderFactoryImpl tests

commit1959233
Author: Alberto Gomezalberto.gomez@est.tech
Date: Fri Nov 5 08:13:54 2021 +0100

MODULE: Move remaining tx-grouping functionality and DUnit tests

commit5aa6bc7
Author: Jacob Barrettjbarrett@pivotal.io
Date: Wed Oct 13 19:50:56 2021 -0700

MODULE: Move tests

commit07884e8
Author: Jacob Barrettjbarrett@pivotal.io
Date: Wed Oct 13 19:24:12 2021 -0700

MODULE: ServiceLoader

commit0be467b
Author: Jacob Barrettjbarrett@pivotal.io
Date: Wed Oct 13 16:31:02 2021 -0700

MODULE: Stupid simple module.

commit477a823
Author: Jacob Barrettjbarrett@pivotal.io
Date: Wed Oct 13 16:08:08 2021 -0700

MODULE: Remove AbstractGatwaySender.mustGroupTransactionEvents()

commitf7c0d21
Author: Jacob Barrettjbarrett@pivotal.io
Date: Wed Oct 13 14:14:38 2021 -0700

MODULE: Create TX grouping sender impls.

commit35b072e
Author: Jacob Barrettjbarrett@pivotal.io
Date: Wed Oct 13 14:01:04 2021 -0700

MODULE: Extract out TX grouping factories.

commit7a3d45c
Author: Jacob Barrettjbarrett@pivotal.io
Date: Wed Oct 13 13:19:15 2021 -0700

MODULE: Split out some factories.

commitae74a42
Author: Jacob Barrettjbarrett@pivotal.io
Date: Thu Sep 30 15:24:56 2021 -0700

MODULE: Extract interface for GatewaySenderAttributes.

commit8c2d23e
Author: Jacob Barrettjbarrett@pivotal.io
Date: Thu Sep 30 17:22:04 2021 -0700

GEODE-6588: Cleanup GatewaySenderFactoryImpl

commit2457963
Author: Jacob Barrettjbarrett@pivotal.io
Date: Thu Sep 30 16:07:40 2021 -0700

GEODE-6588: Cleanup AbstractGatewaySender

commit042013d
Author: Jacob Barrettjbarrett@pivotal.io
Date: Thu Sep 30 14:54:03 2021 -0700

GEODE-6588: Cleanup GatewaySenderAttributes

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typicallydevelop)?

  • Is your initial contribution a single, squashed commit?

  • Doesgradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion underASF 2.0?

@albertogpzalbertogpzforce-pushed thewip/wan-tx-grouping-module_squashed branch fromfca45a7 to422ba31CompareJune 17, 2022 11:47
commit4ce6664Author: Alberto Gomez <alberto.gomez@est.tech>Date:   Tue Dec 14 19:30:37 2021 +0100    Fix testscommit77db403Author: Alberto Gomez <alberto.gomez@est.tech>Date:   Tue Dec 14 18:43:41 2021 +0100    Added exceptions to public API changescommit8c2f77dAuthor: Alberto Gomez <alberto.gomez@est.tech>Date:   Tue Dec 14 17:52:24 2021 +0100    Use --type=TxGroupingParallelGatewaySender... as suggested in jbarrett's reviewcommitcbe859dAuthor: Alberto Gomez <alberto.gomez@est.tech>Date:   Mon Dec 13 12:36:50 2021 +0100    remove() refactored as suggested on jbarrett's reviewcommit43194d0Author: Alberto Gomez <alberto.gomez@est.tech>Date:   Thu Dec 2 06:52:38 2021 +0100    Updated with Kirk's first review commentscommit0c3d814Author: Alberto Gomez <alberto.gomez@est.tech>Date:   Fri Nov 5 08:16:10 2021 +0100    MODULE: Add gfsh create tx-grouping gw-sender cases.commita7416a3Author: Alberto Gomez <alberto.gomez@est.tech>Date:   Fri Nov 5 08:15:46 2021 +0100    MODULE: Do not allow changing group-transaction-eventscommit74f9274Author: Alberto Gomez <alberto.gomez@est.tech>Date:   Fri Nov 5 08:15:28 2021 +0100    MODULE: Fix some GatewaySenderFactoryImpl testscommit1959233Author: Alberto Gomez <alberto.gomez@est.tech>Date:   Fri Nov 5 08:13:54 2021 +0100    MODULE: Move remaining tx-grouping functionality and DUnit testscommit5aa6bc7Author: Jacob Barrett <jbarrett@pivotal.io>Date:   Wed Oct 13 19:50:56 2021 -0700    MODULE: Move testscommit07884e8Author: Jacob Barrett <jbarrett@pivotal.io>Date:   Wed Oct 13 19:24:12 2021 -0700    MODULE: ServiceLoadercommit0be467bAuthor: Jacob Barrett <jbarrett@pivotal.io>Date:   Wed Oct 13 16:31:02 2021 -0700    MODULE: Stupid simple module.commit477a823Author: Jacob Barrett <jbarrett@pivotal.io>Date:   Wed Oct 13 16:08:08 2021 -0700    MODULE: Remove AbstractGatwaySender.mustGroupTransactionEvents()commitf7c0d21Author: Jacob Barrett <jbarrett@pivotal.io>Date:   Wed Oct 13 14:14:38 2021 -0700    MODULE: Create TX grouping sender impls.commit35b072eAuthor: Jacob Barrett <jbarrett@pivotal.io>Date:   Wed Oct 13 14:01:04 2021 -0700    MODULE: Extract out TX grouping factories.commit7a3d45cAuthor: Jacob Barrett <jbarrett@pivotal.io>Date:   Wed Oct 13 13:19:15 2021 -0700    MODULE: Split out some factories.commitae74a42Author: Jacob Barrett <jbarrett@pivotal.io>Date:   Thu Sep 30 15:24:56 2021 -0700    MODULE: Extract interface for GatewaySenderAttributes.commit8c2d23eAuthor: Jacob Barrett <jbarrett@pivotal.io>Date:   Thu Sep 30 17:22:04 2021 -0700    GEODE-6588: Cleanup GatewaySenderFactoryImplcommit2457963Author: Jacob Barrett <jbarrett@pivotal.io>Date:   Thu Sep 30 16:07:40 2021 -0700    GEODE-6588: Cleanup AbstractGatewaySendercommit042013dAuthor: Jacob Barrett <jbarrett@pivotal.io>Date:   Thu Sep 30 14:54:03 2021 -0700    GEODE-6588: Cleanup GatewaySenderAttributes
@albertogpzalbertogpzforce-pushed thewip/wan-tx-grouping-module_squashed branch from422ba31 to22fad08CompareJune 17, 2022 12:11
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@albertogpz

[8]ページ先頭

©2009-2025 Movatter.jp