Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Dec 31, 2019
  3. Dec 20, 2019
  4. Dec 03, 2019
  5. Nov 19, 2019
  6. Nov 04, 2019
  7. Oct 23, 2019
    • Charlie Ablett's avatar
      Check for recursion and fail if too recursive · 1689559f
      Charlie Ablett authored
      - List all overly-recursive fields
      - Reduce recursion threshold to 2
      - Add test for not-recursive-enough query
      - Use reusable methods in tests
      - Add changelog
      - Set changeable acceptable recursion level
      - Add error check test helpers
      1689559f
  8. Oct 22, 2019
  9. Sep 18, 2019
  10. Sep 16, 2019
  11. Sep 13, 2019
  12. Sep 10, 2019
    • Bob Van Landuyt's avatar
      Build correct variables for testing translations · 8472fa08
      Bob Van Landuyt authored and mksionek's avatar mksionek committed
      This makes sure we build the correct variables for testing
      translations.
      
      When translating, we could be specifying the variables in different
      forms for each id:
      
      - In the singular we could be using a `%{hash}` interpolation
      - In the plural we could be using a `%d` interpolation
      
      This changes the tests to accommodate for that: We now use the
      variables used in the relevant translation id as the source for the
      variables we mix in in specs.
      8472fa08
    • Krasimir Angelov's avatar
      Add support for custom domains to the internal Pages API · 676675dc
      Krasimir Angelov authored
      Update the `/internal/pages` endpoint to return virtual domain
      configuration for custom domains.
      676675dc
  13. Sep 09, 2019
  14. Sep 07, 2019
  15. Sep 06, 2019
  16. Sep 03, 2019
  17. Aug 28, 2019
  18. Aug 20, 2019
  19. Aug 15, 2019
  20. Aug 09, 2019
  21. Aug 08, 2019
  22. Aug 07, 2019
    • Sarah Yasonik's avatar
      Support dashboard params for metrics dashboard · bf918b68
      Sarah Yasonik authored
      https://gitlab.com/gitlab-org/gitlab-ce/issues/62971
      
      Adds support to EnvironmentsController#metrics_dashboard
      for the following params: group, title, y_label
      These params are used to uniquely identify a panel on
      the metrics dashboard.
      
      Metrics are stored in several places, so this adds
      utilities to find a specific panel from the database
      or filesystem depending on the metric specified.
      
      Also moves some shared utilities into separate classes,
      notably default values and errors.
      bf918b68
  23. Aug 05, 2019
    • Steve Abrams's avatar
      Add group level container repository endpoints · 3dbf3997
      Steve Abrams authored and Mayra Cabrera's avatar Mayra Cabrera committed
      API endpoints for requesting container repositories
      and container repositories with their tag information
      are enabled for users that want to specify the group
      containing the repository rather than the specific project.
      3dbf3997
  24. Aug 01, 2019
  25. Jul 27, 2019
  26. Jul 26, 2019
  27. Jul 24, 2019
  28. Jul 18, 2019
  29. Jul 12, 2019
  30. Jul 10, 2019
    • Bob Van Landuyt's avatar
      Fetch users from Phabricator to link to issues · 32184839
      Bob Van Landuyt authored
      We fetch the users from Phabricator based on their Phabricator ID. If
      a user with the same username exists and is a member of the project,
      we set them as assignee or author.
      
      When a user is applicable, we also cache it in Redis so we don't have
      to perform the request again for the same phid.
      32184839
  31. Jul 03, 2019
  32. Jun 28, 2019
Loading