-
Notifications
You must be signed in to change notification settings - Fork 14
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
[42,73,102,104,110] Modernization and refactoring #105
Conversation
if this confirms the new qpid-proton packages are good-to-go, i'll get them pushed to packages.irods.org |
Let's avoid adding the clang-format/tidy files to other projects until we figure out the reusable github workflows. I should have something ready regarding that soon. |
af566f5
to
9cdf07a
Compare
9cdf07a
to
7dd277c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So much better. I like the utc_clock reference.
Let's replace the use of "Resolves" word in the first comment of this PR so that the issues aren't automatically closed. |
e54820b
to
9285c64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking real good
6ec0387
to
a205199
Compare
Note to self: |
a205199
to
fbd46c9
Compare
fbd46c9
to
d7b8726
Compare
- Add new platforms to build and test hooks - Remove jansson from build hook - Bump qpid-proton version in build hook Co-authored-by: Markus Kitsinger (SwooshyCueb) <[email protected]>
2b06616
to
fd3a799
Compare
fd3a799
to
d596bef
Compare
Fixed the missing #, and added a change I forgot to include in the last commit ( |
Don't forget to update/close the issues. Ping @alanking if you need a checkbox checked. |
Addresses #42
Addresses #73
Addresses #102
Addresses #104
Addresses #110
In service of #95
In service of #103
Supersedes #96
Supersedes #97
This PR has a lot:
CMakeLists.txt
IrodsRunpathDefaults
inCMakeLists.txt
std::chrono
timestamp retrieval (in service of General modernization #95)@timestamp
-keyed milliseconds-since-epoch timestamp (in service of Emit json with proper types. #103)rodsLog
toirods::experimental::log
(in service of General modernization #95)amqp_options
configuration setting (Remove 'amqp_options' #110)clang-format
andclang-tidy
configurationboost::regex
tostd::regex
(in service of General modernization #95)std::filesystem::path
fortest_mode
log (in service of General modernization #95)