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

Use class name as the default reference name #1339

Merged
merged 24 commits into from
Aug 9, 2021
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
518be2b
build(deps): bump actions/cache from v2.1.4 to v2.1.5
dependabot[bot] Apr 19, 2021
3162e41
Merge pull request #1162 from apache/dependabot/github_actions/develo…
AlexStocks Apr 21, 2021
2138190
Merge branch 'develop' of https://github.com/apache/dubbo-go into dev…
AlexStocks Apr 27, 2021
bef8e95
Merge branch '3.0' into develop
AlexStocks Apr 27, 2021
a85b65b
Merge branch '3.0' into develop
AlexStocks May 9, 2021
9e38afe
Merge branch '3.0' into develop
AlexStocks May 10, 2021
f0ad730
Merge branch '3.0' into develop
AlexStocks May 10, 2021
4cb6e44
improve etcd version and change create to put (#1203)
ztelur May 15, 2021
56d9d71
Merge branch '3.0' into develop
AlexStocks May 15, 2021
cc74aa5
Merge branch '3.0' into develop
AlexStocks May 18, 2021
40082d4
Merge branch '3.0' into develop
AlexStocks May 21, 2021
63c7c59
Merge pull request #2 from apache/master
alchemy-lee Jun 3, 2021
421ad54
Merge pull request #3 from apache/3.0
alchemy-lee Jun 3, 2021
7b0682f
Merge pull request #4 from apache/3.0
alchemy-lee Jul 23, 2021
e73e49b
Remove RPC Service
alchemy-lee Jul 23, 2021
047402e
use type assertion before reflect
alchemy-lee Jul 26, 2021
fb68862
modify comment
alchemy-lee Jul 26, 2021
99ec546
Merge pull request #5 from apache/3.0
alchemy-lee Jul 26, 2021
df0e23e
modify comment of BaseMetadataService
alchemy-lee Jul 28, 2021
0c966ad
Merge remote-tracking branch 'origin/rm-rpc' into rm-rpc
alchemy-lee Jul 28, 2021
3d85e2b
add the type alias of interface{}
alchemy-lee Jul 30, 2021
e441a84
Merge pull request #6 from apache/3.0
alchemy-lee Jul 30, 2021
97f25a9
modify RPCService
alchemy-lee Aug 2, 2021
a2f1a2f
Merge remote-tracking branch 'origin/rm-rpc' into rm-rpc
alchemy-lee Aug 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build(deps): bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.4...1a9e213)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 19, 2021
commit 518be2b4c8cc996c0efa73141799fcce6ad48e30
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
# Cache
path: ~/go/pkg/mod
Expand Down