corbinSanders
corbinSanders
## Purpose Travis is dead. Long live GitHub Actions ## Changes Removing all traces of Travis. Replacing with 'citest' ## QA Notes Please make verification statements inspired by your code...
## Purpose Fixing the special character in recent activity on the proejct page ## Changes Modifying the node log serializer, adding a test ## QA Notes Please make verification statements...
## Purpose reviews_update_comment.html.mako has incorrect language. ## Changes Fixing reviews_update_comment.html.mako ## QA Notes Please make verification statements inspired by your code and what your code touches. - Verify The email...
## Purpose We need to initialize storage usage on node creation. Whether this is a new node or a fork. ## Changes Adding update storage usage cache to save and...
## Purpose The front end needs the datetime of when institutional metrics were last updated ## Changes Adding field to serializer. Getting the last updated datetime. Updating tests ## QA...
## Purpose We are currently on 1.0.0a, which was released in 2016. We really should upgrade. ## Changes Modified addons/github/requirements.txt to include most recent version (1.3.0). Added user scope to...
## Purpose Bringing the model up to date and removing references to it. ## Changes -Modifying and removing some tests for the old education/employment model. Changing code to utilize new...
## Purpose get_auth is slow. This PR modifies a query to try to improve performance, however there is more work to be done. ## Changes Breaking out one query into...