Aaron Manaloto
Aaron Manaloto
### Spec Errors for 1 click deploy: ``` app[web.1]: fatal: not a git repository (or any parent up to mount point /) app[web.1]: Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)....
### Spec The Basic Authentication currently used in the CE API does not work for the purpose of using the endpoints in-app. This is because to generate the token, we...
### Summary Currently, when users query the API for attachments, our API returns the file name and location rather than the file itself. *Proposed Solution* - Update the #show Attachments...
### Summary Bump RedCloth 4.3.4 ### Other Information If there's anything else that's important and relevant to your pull request, mention that information here. This could include benchmarks, or other...
### Summary - Remove datatable shared examples. Instead test datatables on issue pages only - Remove textile shared examples. Instead test textile on issue pages only Related PR: #1001 #1002...
### Spec When a record's QA state is updated, a revision (version history entry) is created. However, no changes are displayed since our revision view only shows content changes. **Proposed...
### Spec We need a way to style the images and add the option for adding a border and/or resizing the image: **Image size** ``` !{width: 50px; height: 50px}/projects/25/nodes/185/attachments/profile.png(caption)! ```...
### Summary Refactor the job handling to use the ActiveJob UID instead. This requires the following changes: - the controller will need to return the job ID - create.js.erb will...
### Spec When editing a node's properties and using invalid JSON, the node is not saved but no errors are displayed. This is confusing for users as they can't see...