Skip to content
Snippets Groups Projects
  1. May 24, 2021
  2. May 20, 2021
  3. May 19, 2021
  4. May 18, 2021
  5. May 17, 2021
  6. May 14, 2021
  7. May 13, 2021
  8. May 12, 2021
  9. May 11, 2021
  10. May 10, 2021
    • Nick Thomas's avatar
      Add more attributes to the blob GraphQL API · 0ed51041
      Nick Thomas authored
      `ide_edit_path`, `can_modify_blob`, `fork_and_edit_path` and
      `ide_fork_and_edit_path` all have implementations in `BlobHelper`,
      which are difficult to extract out. For now, just include the required
      helpers to get access to the code.
      
      In the future, we should be able to delete the existing FE for viewing
      the repository, and at that point we should also be able to move this
      code from BlobHelper and into BlobPresenter more easily.
      
      `external_storage_url` has its implementation in `ApplicationHelper`.
      Long term, moving this seems less likely. It probably fits better in a
      URL generation location like `GitlabRoutingHelpers`, but let's not try
      to tackle that as part of this MR.
      
      Changelog: added
      0ed51041
  11. May 07, 2021
  12. May 06, 2021
  13. May 05, 2021
  14. May 04, 2021
Loading