An error occurred fetching the project authors.
  1. 01 Oct, 2021 1 commit
  2. 30 Aug, 2021 1 commit
  3. 25 Aug, 2021 1 commit
  4. 06 Aug, 2021 1 commit
    • Dylan Griffith's avatar
      Swap multiple_database_metrics FF for env var · ebbdd30d
      Dylan Griffith authored
      This is because it is quite expensive to be reading this feature flag
      every single request. Checking an env var is much more efficient because
      feature flags are read from the database.
      
      This feature flag was not user- or administrator-facing.
      
      Changelog: other
      ebbdd30d
  5. 27 Jul, 2021 1 commit
  6. 25 Jul, 2021 1 commit
    • Dylan Griffith's avatar
      Include database config name in performance bar · 3afa2700
      Dylan Griffith authored
      As part of https://gitlab.com/groups/gitlab-org/-/epics/5759 we're
      preparing the GitLab application to handle connections to multiple
      databases. As such we want to improve our observability to understand
      these multiple databases.
      
      This MR just adds the database name to the performance bar details.
      
      Unfortunately the default rails database config name is `primary`.
      Eventually we will force this to be `main` and it will be distinct from
      the new `ci` database. This does create a little bit of confusion now as
      we also use the words `primary/replica` to distinguish between our
      read/write and read-only database servers. This means you may see
      "Replica" next to "Config name: primary" which could be confusing. I
      hope that the usage of "Config name" should help to disambiguate. I have
      also used a feature flag to be less disruptive.
      3afa2700
  7. 17 Jun, 2021 1 commit
  8. 15 Jun, 2021 1 commit
  9. 25 May, 2021 2 commits
  10. 20 Apr, 2021 1 commit
  11. 17 Mar, 2021 1 commit
  12. 08 Mar, 2021 1 commit
  13. 18 Feb, 2021 1 commit
  14. 15 Feb, 2021 1 commit
  15. 11 Feb, 2021 2 commits
  16. 28 Jan, 2021 1 commit
  17. 22 Jan, 2021 1 commit
  18. 21 Jan, 2021 1 commit
    • Amy Qualls's avatar
      Add 'CORE' tier to page titles · dc775a2e
      Amy Qualls authored
      Adds the CORE tier to the H1 on each page. While probably incorrect,
      this is a starting point for sending over to the PM for revision.
      dc775a2e
  19. 23 Nov, 2020 1 commit
    • Achilleas Pipinellis's avatar
      Update handbook URL for Technical Writers assignments · 2dc1b3be
      Achilleas Pipinellis authored
      The previous URL had two drawbacks:
      
      1. It didn't match what the title was about (`Assignments to DevOps
         Stages and Groups`, and the anchor was `#designated-technical-writers`).
      2. It didn't account for the other sections, like development and API
         guidelines.
      2dc1b3be
  20. 19 Oct, 2020 1 commit
  21. 05 Oct, 2020 2 commits
  22. 31 Jul, 2020 1 commit
  23. 29 Jul, 2020 1 commit
  24. 28 Jul, 2020 1 commit
  25. 23 Jun, 2020 1 commit
  26. 17 Jun, 2020 1 commit
    • Amy Qualls's avatar
      Crop and compress images · ca35eac9
      Amy Qualls authored
      The screencaps on this page were larger in file size than needed,
      and often contained too much screen real estate. This commit crops
      them down and runs them through pngquant to reduce file size.
      ca35eac9
  27. 04 Jun, 2020 1 commit
  28. 03 Jun, 2020 1 commit
  29. 30 Mar, 2020 1 commit
    • Amy Qualls's avatar
      Remove reference-style links from pages · 4645d4b5
      Amy Qualls authored
      This commit updates reference-style links on these pages to use
      the more standard link style, since our style guide specifies we
      should not use reference-style links.
      4645d4b5
  30. 24 Mar, 2020 1 commit
  31. 08 Jan, 2020 1 commit
  32. 04 Dec, 2019 1 commit
  33. 29 Nov, 2019 1 commit
  34. 26 Nov, 2019 1 commit
  35. 27 Oct, 2019 1 commit
    • Marcel Amirault's avatar
      Move last 5 docs out of workflow · d14c89c4
      Marcel Amirault authored
      Moves the final 5 docs out of /workflow and
      into their correct locations. Updates links
      both inside the docs, and TO the docs, and
      ensures all moved docs are linked from a
      the appropriate index. Disqus comments moved too.
      d14c89c4
  36. 21 Oct, 2019 1 commit
    • Sean McGivern's avatar
      Allow adding requests to performance bar manually · be54e55c
      Sean McGivern authored
      Add a '+' button in the performance bar. When clicked, it allows you to
      enter a request ID or a URL. A request ID will fetch performance bar
      results for that request, and a URL will fetch that URL and then its
      performance bar data.
      
      Because of the way it's triggered, the URL will use the current user's
      credentials, and it must be to a JSON endpoint - that's the content type
      it will request. A request ID can be for any request (HTML, JSON, XML,
      images) and can be for any user.
      be54e55c
  37. 30 Sep, 2019 1 commit