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

support/1.2.x #1147

Closed
wants to merge 62 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
6a558b5
Feature/subscription engine (#813)
iceseer Mar 10, 2021
189ac19
Subscription engine singleton (#849)
iceseer Mar 11, 2021
0a94765
Add prometheus metrics sample (#841)
Mar 12, 2021
24a8926
clang fix (#909)
iceseer Mar 26, 2021
bb559e0
881 no --drop-state flag for first run (#900)
Mar 31, 2021
0396de2
Infrastructure: increase Windows CI disk size
lebdron Mar 31, 2021
ef329e9
vcpkg: add pkg-config patch
lebdron Mar 31, 2021
545764e
Infrastructure: use main branch where required
lebdron Apr 1, 2021
95e68f6
build fix
iceseer Apr 5, 2021
76204c4
OnDemandOrderingServiceImpl: remove boost::adaptors::filter usage
lebdron Mar 17, 2021
c2199ae
SE features update
iceseer Apr 7, 2021
989e6ad
Fix postgres_options_test
kuvadldini-soramitsu Apr 1, 2021
46b7efe
Clang-format
kuvaldini Apr 7, 2021
bbf35f8
[SE] do not allow stack-created subscriber
iceseer Apr 11, 2021
f0ef861
AmetsuchiTest: add condition for prepared block tests
lebdron Apr 10, 2021
9e0ee71
[SE] sync/async dispatcher
iceseer Apr 16, 2021
dd250b1
added schedulers
iceseer Apr 27, 2021
f9580ab
[RDB] rocksdb init
iceseer Apr 28, 2021
10c2a32
Initialize default log manager to report config-file issues.
kuvadldini-soramitsu Apr 10, 2021
38196ef
fixed links
LiraLemur Mar 29, 2021
cb8f2fa
configuration information+small fixes+change in m2r extension
LiraLemur Mar 22, 2021
c6a20a5
PR template
LiraLemur Mar 2, 2021
4646e74
reinterpret_pointer_cast moved to iroha ns
iceseer May 7, 2021
076ed91
[GRPC] Deny messages longer than 4MB
kuvaldini Apr 26, 2021
b921440
irohad flags + link fixes
LiraLemur Mar 22, 2021
778ccbc
Irohad: add subscription engine field
lebdron Apr 25, 2021
24610f5
TransactionProcessor: decouple from rxcpp
lebdron Apr 24, 2021
e415396
BlockLoader: replace observable with any_range
lebdron Apr 26, 2021
63d3d4c
Synchronizer: decouple from rxcpp
lebdron Apr 27, 2021
44e5ed6
Fix fuzzing build
lebdron Apr 27, 2021
73fabfd
Simulator: decouple from rxcpp
lebdron Apr 27, 2021
76335c0
BlockLoader: replace range with BlockReader
lebdron May 6, 2021
1c5e948
Review fixes, rename methods
lebdron May 6, 2021
cf91a3d
Add missing deduction guide, apply clang-format-7
lebdron May 6, 2021
dbadc1d
Implement make_weak, replace monostate with dedicated struct
lebdron May 11, 2021
33e4d10
Add missing include
lebdron May 12, 2021
3d7a140
FlatFile: close file before rename
lebdron May 12, 2021
01ca5d2
[RDB] wsv commands and queries
iceseer May 18, 2021
1ab64d6
Merge remote-tracking branch 'origin/support/1.2.x' into feature/main…
kamilsa May 26, 2021
e0ef93f
Merge pull request #1001 from hyperledger/feature/main-merge
kamilsa May 26, 2021
d3c3422
Replace round delay with proposal creation timeout
lebdron May 6, 2021
85258e8
Ordering: send batches to current and next rounds
lebdron May 6, 2021
8c1c0d1
YacGateImpl: decouple from rxcpp
lebdron May 6, 2021
caa3296
Yac: decouple from rxcpp
lebdron May 7, 2021
1d30687
Ordering: decouple from rxcpp, async proposal request
lebdron May 7, 2021
c9df3d8
Fix build, add proposal check
lebdron May 21, 2021
ff03c7b
Review fixes
lebdron May 21, 2021
1a7e2e2
Build fixes
lebdron May 28, 2021
e84b3de
Yac: format namespace usage
lebdron May 28, 2021
b3b4774
Fix consensus sunny day test
lebdron May 28, 2021
8a843bf
[RDB] block indexer
iceseer May 30, 2021
0e2aca3
[RDB] command executor
iceseer Jun 6, 2021
120c84f
[Docs] Option pg_config is deprecated #1037
LiraLemur May 31, 2021
55f8e71
Metrics all in one (#943)
kuvaldini Jun 16, 2021
e1ae661
fix precision
iceseer Jun 16, 2021
6d258be
[RDB] read precision in SubstractAssetQuantity
iceseer Jun 17, 2021
267b944
Synchronizer: fix assert failure
lebdron Jun 20, 2021
7773d14
[RDB] specific query executor
iceseer Jun 22, 2021
4383eb7
Remove rxcpp from ametsuchi, torii, pending txs storage; make gRPC pa…
lebdron Jun 20, 2021
327a5ad
[CI][GHActions] Introduce GitHub Actions Iroha1 (#1028)
kuvaldini Jul 7, 2021
2e70a01
Docs: Block Path Config Description (#1080)
LiraLemur Jul 8, 2021
b970bb9
[GHActions][Hotfix] Better matrix generating - fix red cross (#1039)
kuvaldini Jul 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ DerivePointerAlignment: false
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false

2 changes: 2 additions & 0 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CMakeLists.txt
*.cmake
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<!-- We must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. -->
<!-- Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts. -->

### Issue

<!-- Put in the note about what issue is resolved by this PR, especially if it is a GitHub issue. It should be in the form of "Resolves #N" ("Closes", "Fixes" also work), where N is the number of the issue.
More information about this is available in GitHub documentation: https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword -->

<!-- If it is not a GitHub issue but a JIRA issue, just put the link here -->

### Benefits

<!-- What benefits will be realized by the code change? -->
Expand Down
31 changes: 31 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
GitHub Actions
==============

GitHub Workflow description in YAML does not support anchors.
There are several workarounds => anyway they come to building-editing workflow yaml from source.
So I suggest yet another one `make-workflows.sh` based on YAML tool `yq`.

### USAGE
0. Move your workflows to `.github/*.src.yml`
1. Put `make-workflows.sh` to directory `.github/`
2. (optional) Copy or link `pre-commit-hook.sh` to `.git/hooks/pre-commit`
Like `ln -s ../../.github/pre-commit-hook.sh .git/hooks/pre-commit`

### Using pre-commit
```yaml
repos:
- repo: local
hooks:
- id: make-workflows
name: Make GitHub workflows from *.src.yml
entry: bash -c '.github/make-workflows.sh && git add .github/workflows'
language: system
types: [yaml]
pass_filenames: false
```

### Links
1. https://stackoverflow.com/questions/67368724/share-same-steps-for-different-github-actions-jobs
2. https://github.community/t/support-for-yaml-anchors/16128/60
3. https://github.com/mithro/actions-includes
4. https://github.com/allejo/gha-workflows
Loading