Skip to content
Snippets Groups Projects
  1. Jan 24, 2020
  2. Jan 21, 2020
  3. Dec 20, 2019
  4. Nov 19, 2019
  5. Oct 22, 2019
  6. Sep 13, 2019
  7. Sep 05, 2019
  8. Aug 26, 2019
  9. Aug 15, 2019
  10. Jul 11, 2019
    • Dylan Griffith's avatar
      Refactor: model errors for multi cluster validation · dacd0ee1
      Dylan Griffith authored
      The current approach requires catching exceptions to handle these errors
      and callers are already handling model validations so it seems more
      appropriate.  Also it seemed to convoluted to add this logic directly to
      the model since the model needs to check too many possible associations
      to determine whether or not there are more than one cluster since the
      model doesn't know what it's being created on. Additionally we only
      wanted to validate during create to avoid the risk of existing models
      becoming invalid by many different edge cases.
      dacd0ee1
  11. Jun 26, 2019
  12. Jun 19, 2019
    • Manoj M J's avatar
      Add documentation and tests · 53b17f03
      Manoj M J authored and James Lopez's avatar James Lopez committed
      This commit adds
       - feature specs
        - to test the ability of a user with "developer" permission
          to delete tags in repositories.
       - documentation
      53b17f03
  13. Jun 17, 2019
  14. Jun 11, 2019
  15. Jun 05, 2019
  16. May 08, 2019
  17. May 03, 2019
    • Krasimir Angelov's avatar
      Allow guests users to access project releases · 241ba4be
      Krasimir Angelov authored
      This is step one of resolving
      https://gitlab.com/gitlab-org/gitlab-ce/issues/56838.
      
      Here is what changed:
      - Revert the security fix from bdee9e84.
      - Do not leak repository information (tag name, commit) to guests in API
      responses.
      - Do not include links to source code in API responses for users that do
      not have download_code access.
      - Show Releases in sidebar for guests.
      - Do not display links to source code under Assets for users that do not
      have download_code access.
      
      GET ':id/releases/:tag_name' still do not allow guests to access
      releases. This is to prevent guessing tag existence.
      241ba4be
  18. Apr 09, 2019
  19. Apr 05, 2019
  20. Apr 04, 2019
    • Reuben Pereira's avatar
      Add a Prometheus API per environment · e1a167ee
      Reuben Pereira authored
      The api will proxy requests to the environment's prometheus server.
      The Prometheus::ProxyService class can be reused when we add support for
      group prometheus servers.
      e1a167ee
  21. Mar 26, 2019
  22. Mar 23, 2019
  23. Mar 08, 2019
  24. Mar 06, 2019
  25. Mar 05, 2019
  26. Feb 27, 2019
    • Jacopo's avatar
      Add project http fetch statistics API · 5ae9a44a
      Jacopo authored
      The API get projects/:id/traffic/fetches allows user with write
      access to the repository to get the number of clones for the
      last 30 days.
      5ae9a44a
  27. Feb 25, 2019
  28. Feb 11, 2019
  29. Jan 31, 2019
  30. Jan 28, 2019
  31. Jan 18, 2019
    • Francisco Javier López's avatar
      Fixed bug when external wiki is enabled · e5c0ee81
      Francisco Javier López authored
      When the external wiki is enabled, the internal wiki link is replaced
      by the external wiki url. But the internal wiki is still accessible.
      In this change the external wiki will have its own tab in the sidebar
      and only if the services are disabled the tab (and access rights)
      will not be displayed.
      Unverified
      e5c0ee81
  32. Jan 10, 2019
  33. Jan 09, 2019
  34. Jan 07, 2019
  35. Dec 31, 2018
Loading