1. 26 9月, 2019 1 次提交
  2. 25 9月, 2019 1 次提交
  3. 24 9月, 2019 1 次提交
  4. 18 9月, 2019 1 次提交
  5. 16 9月, 2019 1 次提交
  6. 13 9月, 2019 1 次提交
  7. 10 9月, 2019 2 次提交
    • B
      Build correct variables for testing translations · 8472fa08
      Bob Van Landuyt 提交于
      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
    • K
      Add support for custom domains to the internal Pages API · 676675dc
      Krasimir Angelov 提交于
      Update the `/internal/pages` endpoint to return virtual domain
      configuration for custom domains.
      676675dc
  8. 09 9月, 2019 1 次提交
  9. 07 9月, 2019 1 次提交
  10. 06 9月, 2019 1 次提交
  11. 03 9月, 2019 2 次提交
  12. 29 8月, 2019 1 次提交
  13. 21 8月, 2019 1 次提交
  14. 20 8月, 2019 4 次提交
  15. 15 8月, 2019 1 次提交
  16. 10 8月, 2019 1 次提交
    • I
      Split MR widget into cached and non-cached serializers · b99011af
      Igor 提交于
      Splits auto-refreshing of MR widget into 2 requests:
      
      - the one which uses etag-caching and invalidates the fields on change
      - the one without caching
      
      The idea is to gradually move all the fields to etag-cached endpoint
      b99011af
  17. 09 8月, 2019 1 次提交
  18. 08 8月, 2019 1 次提交
    • S
      Support dashboard params for metrics dashboard · bf918b68
      Sarah Yasonik 提交于
      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
  19. 06 8月, 2019 1 次提交
    • S
      Add group level container repository endpoints · 3dbf3997
      Steve Abrams 提交于
      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
  20. 01 8月, 2019 2 次提交
  21. 27 7月, 2019 1 次提交
  22. 26 7月, 2019 2 次提交
  23. 25 7月, 2019 1 次提交
  24. 18 7月, 2019 1 次提交
  25. 12 7月, 2019 1 次提交
  26. 10 7月, 2019 1 次提交
    • B
      Fetch users from Phabricator to link to issues · 32184839
      Bob Van Landuyt 提交于
      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
  27. 03 7月, 2019 1 次提交
  28. 28 6月, 2019 1 次提交
  29. 20 6月, 2019 1 次提交
    • S
      Add embedding flag and filter to CPU/Mem · f49dd76a
      Sarah Yasonik 提交于
      This commits adds support for metrics dashboards
      for embedding. If the flag 'embedded' is provided
      to the environments/id/metrics_dashboard endpoint,
      the response will be suitable for embedding in
      issues or other content.
      
      This is a precursor for support for embedding
      metrics in GFM.
      f49dd76a
  30. 17 6月, 2019 1 次提交
  31. 06 6月, 2019 1 次提交
    • S
      Expose prometheus endpoint per metric in dashboard · 54dd4403
      syasonik 提交于
      Adds a new stage to dashboard processesing step for the
      EnvironmentsController::metrics_dashboard endpoint.
      
      Allows the front end to avoid generating the endpoint
      unitutive string mutations.
      54dd4403
  32. 04 6月, 2019 1 次提交
  33. 03 6月, 2019 1 次提交