Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Jan 24, 2020
  3. Jan 21, 2020
  4. Dec 31, 2019
  5. Dec 20, 2019
  6. Dec 03, 2019
  7. Nov 19, 2019
  8. Nov 04, 2019
  9. 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
  10. Oct 22, 2019
  11. Sep 18, 2019
  12. Sep 16, 2019
  13. Sep 13, 2019
  14. 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
  15. Sep 09, 2019
  16. Sep 07, 2019
  17. Sep 06, 2019
  18. Sep 03, 2019
  19. Aug 28, 2019
  20. Aug 20, 2019
  21. Aug 15, 2019
  22. Aug 09, 2019
  23. Aug 08, 2019
  24. 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
  25. 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
  26. Aug 01, 2019
  27. Jul 27, 2019
  28. Jul 26, 2019
  29. Jul 24, 2019
  30. Jul 18, 2019
  31. Jul 12, 2019
Loading