Kory Draughn

Results 152 issues of Kory Draughn

## Enhancement This would give developers a way to query info about tickets. Possible additions include the following: ```cpp using ticket_id_type = std::int64_t; class ticket_info { ticket_id_type ticket_id; std::string ticket_string;...

enhancement

## Enhancement These functions would return true if there is a ticket that matches the given ticket string or id. ```cpp bool exists(RxComm _comm, const std::string_view _ticket); bool exists(admin_tag _admin,...

enhancement

I still need to add doxygen documentation to the 4.3 logger

- [x] main - [ ] 4-3-stable --- ## Feature The tickets API can be difficult to use correctly and doesn't help the developer avoid mistakes. The API needs to...

enhancement

## Feature Providing such a feature would give administrators a way to see where time is spent regarding their policy and make informed decisions about how to improve it. This...

enhancement

## Question It's not uncommon to give another user access to data they don't own. There are two ways to do this: - Create a ticket for the target object...

question
for-twg-discussion
consortium-member

Compare `irods_lib_metadata_client` to other libraries in the list. The metadata library works on the client and server side, therefore `irods_lib_metadata_server` should also be in this list. https://github.com/irods/irods/blob/f0cb9c769c49e7ecfc24fc936da1ac0ac84af0c4/lib/CMakeLists.txt#L107-L124 Notice that `irods_lib_metadata_client`...

bug

- [ ] main - [ ] 4-3-stable - [ ] 4-2-stable --- ## Documentation The iRODS repo does not provide any guidance on how to compile iRODS from source....

documentation
build/tools

This CMake feature seems like a very good way to capture various build configurations. It may also save developers from having to write build scripts whose main purpose is to...

build/tools

- [x] main - [ ] 4-3-stable --- https://github.com/irods/irods/blob/a86b0ed40bcb2bd23cf526a52244286b78285468/server/core/src/miscServerFunct.cpp#L2974-L2978

enhancement