8000 Replicated Logs Companion PR by maierlars · Pull Request #14484 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Replicated Logs Companion PR #14484

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

Merged
merged 40 commits into from
Jul 14, 2021
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
333d579
Began work on a value guarded by mutex implementation
goedderz Jul 9, 2019
4657757
Added (empty) test file
goedderz Jul 18, 2019
86ff2c1
A first test, and some fixes
goedderz Oct 9, 2019
08adbf4
Deleted copy&move constructors
goedderz Oct 10, 2019
ea01ee2
explicitly defaulted destructor
goedderz Oct 10, 2019
4326973
Switched to trailing return types
goedderz Oct 2, 2020
b8c7f3d
Some improvements and more tests
goedderz Nov 13, 2020
4c07156
Rename arangodb::Mutex::tryLock to make Mutex more compatible with st…
goedderz Nov 19, 2020
612aee7
Moved Guarded files to Basics
goedderz Nov 19, 2020
d691764
minor cleanup
goedderz Nov 19, 2020
1eec096
added comment
goedderz Nov 19, 2020
6ea04cc
parametrized lock
goedderz Nov 19, 2020
f01691e
added test assertions
goedderz Nov 20, 2020
a4e1735
Fixed windows, added a test
goedderz Nov 20, 2020
2d843dc
Added assign and copy
goedderz Nov 20, 2020
3971e76
Merge branch 'devel' of github.com:arangodb/arangodb into feature/gua…
goedderz Apr 16, 2021
09aa867
Add perfect forwarding in Guarded constructor
goedderz Apr 29, 2021
c206171
Merge branch 'devel' of github.com:arangodb/arangodb into feature/gua…
goedderz Jun 1, 2021
1561c4f
Backported some changes from replication-2.0
goedderz Jun 1, 2021
add04ec
Merge branch 'devel' of github.com:arangodb/arangodb into feature/gua…
goedderz Jun 29, 2021
c6668d3
Minor changes
goedderz Jun 29, 2021
ea89666
Added missing tests
goedderz Jun 29, 2021
731e8ad
Collected some changes from replication 2.0 PR.
J 8000 ul 8, 2021
18b6567
Added exception header.
Jul 8, 2021
f0f925b
More code that is not related to replicated logs.
Jul 8, 2021
b4ff84c
Merge remote-tracking branch 'origin/devel' into feature/replicated-l…
Jul 8, 2021
15f6f57
Added modifications on metrics feature api.
Jul 8, 2021
7ea920d
Added path components.
Jul 8, 2021
9b42045
Fixing clusterinfo.
Jul 8, 2021
db4c458
More reverts in logical collection.
Jul 8, 2021
09f0db3
Fixing Maintenance Tests.
Jul 8, 2021
52b76b3
Minor changes from review
goedderz Jul 9, 2021
d0ebb4c
Remove code duplication as suggested in the review
goedderz Jul 9, 2021
8e17cc0
Made FATAL_ERROR_(EXIT|ABORT) exception safe and replaced the macros …
goedderz Jul 12, 2021
7b75ac2
Merge branch 'feature/guarded-mutex' of https://github.com/arangodb/a…
goedderz Jul 12, 2021
bab222f
Merge branch 'devel' of https://github.com/arangodb/arangodb into fea…
goedderz Jul 12, 2021
8d27093
Added assertions to clarify a constructor's mode of operation
goedderz Jul 13, 2021
968854c
Changed and added an assertion to clarify the most important property
goedderz Jul 13, 2021
99e2b2f
Added some comments
goedderz Jul 13, 2021
638bf83
Fixed copyright header
goedderz Jul 13, 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
Prev Previous commit
Next Next commit
Merge branch 'devel' of github.com:arangodb/arangodb into feature/gua…
…rded-mutex
  • Loading branch information
goedderz committed Jun 29, 2021
commit add04ec02ef7f3777c197e55b6ddd0a07235b9cc

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0