Brian Helba
Brian Helba
Email addresses often need to be transformed or encoded before being used or rendered on a webpage. Because this transformation is typically not idempotent, it should be done just-in-time before...
As search logic is now handled in its own utility (in `girder.utility.search`), the set of allowed model search types (in `girder.api.v1.resource.allowedSearchTypes`) should be moved out of the API layer and...
When an invited user is performing an authorized upload, the UI allows the selection and initial submission of multiple files. However, the internal logic of the functionality allows only one...
As Improvements and bugfixes continue to be made to the Model layer, the database may occasionally need to be updated too. Rather than have lots of inline checks for legacy...
When accepting a group invitation, the "Join Group" button / link does cause the current user to be added to a group, but doesn't update the page to reflect any...
The built Sphinx documentation for the `Docker` driver is no longer being built and published anywhere. Once this is fixed, it would also be great to point from https://molecule.readthedocs.io/en/latest/configuration.html#driver back...
The changes in commit https://github.com/girder/girder_worker/commit/af45e1f487ec3f5330e513a6f2c48df76796949a (and similar code throughout girder_worker) may catch far more missing attributes than just a lack of a `JobManager`. This masks real errors, preventing them from...
Now that this is supported as an optional parameter by the server.
This may not be merged for a while.