Skip to content
Snippets Groups Projects
  1. Feb 24, 2021
  2. Feb 22, 2021
  3. Feb 18, 2021
  4. Feb 17, 2021
  5. Feb 16, 2021
    • Suzanne Selhorn's avatar
      Add words to spelling list and substitutions · c3694a36
      Suzanne Selhorn authored
      Add the correct spellings to the allowed-words list, and put
      suggestion-level substitutions in the correct substitutions file.
      c3694a36
    • Amy Troschinetz's avatar
      Add API for Group Deployment Frequency · 60dfc259
      Amy Troschinetz authored and Mayra Cabrera's avatar Mayra Cabrera committed
      - **ee/changelogs/unreleased/
          group-level-deployment-frequency-api.yml:**
      
      Changelog.
      
      - **doc/api/dora4_group_analytics.md:**
      - **doc/user/group/index.md:**
      - **doc/user/analytics/ci_cd_analytics.md:**
      
      Docs.
      
      - **ee/app/models/license.rb:**
      - **ee/lib/api/analytics/group_deployment_frequency.rb:**
      - **ee/lib/ee/api/api.rb:**
      - **ee/spec/finders/analytics/deployments_finder_spec.rb:**
      
      Add support for groups.
      
      - **ee/spec/policies/group_policy_spec.rb:**
      - **ee/spec/requests/api/analytics/group_deployment_frequency_spec.rb:**
      - **app/finders/deployments_finder.rb:**
      
      **config/feature_flags/development/
        dora4_sorted_group_deployment_frequency.yml:**
      
      New feature flag to gate sorting deployments by finished_at for API
      response at the group scope.
      
      New tests.
      
      - **doc/api/dora4_project_analytics.md:**
      - **doc/api/project_analytics.md:**
      - **doc/user/project/index.md:**
      - **ee/app/helpers/ee/graph_helper.rb:**
      - **ee/app/policies/ee/group_policy.rb:**
      - **ee/app/policies/ee/project_policy.rb:**
      - **ee/lib/api/analytics/project_deployment_frequency.rb:**
      - **ee/spec/frontend/fixtures/analytics/project_analytics.rb:**
      - **ee/spec/helpers/ee/graph_helper_spec.rb:**
      - **ee/spec/policies/project_policy_spec.rb:**
      - **ee/spec/requests/api/analytics/
          project_deployment_frequency_spec.rb:**
      
      Updated name to prevent conflicts.
      
      - **config/feature_flags/development/
          dora4_sorted_group_deployment_frequency.yml:**
      
      New feature flag for potentially slow query.
      
      - **ee/lib/ee/api/entities/analytics/deployment_frequency.rb:**
      
      Updated to add proper datetime formatting.
      
      - **app/models/deployment.rb:**
      - **spec/models/deployment_spec.rb:**
      
      Added support for finished_between and finished_after.
      
      - **ee/app/services/analytics/deployments/frequency/
          aggregate_service.rb:**
      - **ee/spec/services/analytics/deployments/frequency/
          aggregate_service_spec.rb:**
      
      Adds a service to aggregate frequency deployments.
      
      - **locale/gitlab.pot:**
      
      Updated.
      60dfc259
    • Francisco Javier López's avatar
  6. Feb 12, 2021
  7. Feb 11, 2021
    • Scott Hampton's avatar
      Refactor chart and tests · 66a34007
      Scott Hampton authored
      Refactored the props for the area chart to be
      more in line with what echarts expects.
      
      Updated the specs to test a little more of the data in the chart.
      
      Refactored the specs to use shallowMount.
      
      Updated the documentation to point to the repo
      analytics documentation.
      66a34007
    • Scott Hampton's avatar
      Update group repo analytics docs · 406b2637
      Scott Hampton authored
      Update the documentation to mention when we added the graph.
      406b2637
    • Scott Hampton's avatar
      Update group repo analytics docs · 83490648
      Scott Hampton authored
      Added a new screenshot of the analytics page
      so that it shows the new chart.
      83490648
  8. Feb 09, 2021
  9. Feb 04, 2021
  10. Jan 29, 2021
  11. Jan 28, 2021
  12. Jan 26, 2021
  13. Jan 22, 2021
  14. Jan 19, 2021
  15. Jan 14, 2021
  16. Jan 13, 2021
  17. Jan 12, 2021
    • Alexandru Croitor's avatar
      Rolldown issue and merge request templates to projects in the group · fcc43e30
      Alexandru Croitor authored
      Description templates are a variation of file templates, however
      description templates were only visible at the project level in which
      those were defined.
      
      This implements the ability to inherit description templates from
      projects that define description templates and are set as template
      repository at group level.
      
      This will allow to display both inherited description templates
      from parent group(s) and instance down to project's own own
      description templates
      
      Edit issue is using a different FE(vue app) to be redered vs new issue
      form. Update templates controller to return the right templates and in
      corresponding format, i.e. hash instead of array.
      
      Fix the edge case when templtes in different groups have the same name,
      so that it would be correctly resolved to the correct template.
      fcc43e30
  18. Jan 08, 2021
  19. Dec 16, 2020
  20. Dec 15, 2020
    • Markus Koller's avatar
      Support Git access for group wikis · a4c1dbf7
      Markus Koller authored
      This adds all the necessary routes and other behaviour to enable local
      Git access to group wiki repositories.
      
      To handle lookups of the wiki container in `Gitlab::RepoPath`, we
      introduce a `Routable.find_by_full_path` helper to find routable objects
      without having to know their class.
      a4c1dbf7
  21. Dec 11, 2020
    • Russell Dickenson's avatar
      Tweaks for tone and style · 3f5ee38e
      Russell Dickenson authored
      Standardize on 'GB' instead of 'GiB'. Small wording changes.
      Change the name of an example company to keep it from triggering
      the acronym rule.
      3f5ee38e
  22. Dec 10, 2020
  23. Dec 07, 2020
  24. Dec 04, 2020
  25. Nov 24, 2020
  26. Nov 23, 2020
  27. Nov 13, 2020
  28. Nov 12, 2020
Loading