Skip to content
Snippets Groups Projects
  1. Mar 19, 2020
  2. Mar 03, 2020
  3. Jan 22, 2020
  4. Jan 21, 2020
  5. Dec 19, 2019
  6. Dec 01, 2019
  7. Sep 05, 2019
  8. Aug 30, 2019
  9. Aug 29, 2019
  10. Aug 16, 2019
  11. Aug 05, 2019
    • Marcel Amirault's avatar
      Expand markdown linting rules for docs · 61e1a149
      Marcel Amirault authored and Evan Read's avatar Evan Read committed
      MD002 - First header should be level 1
      MD006 - Start bullets at beginning of line
      MD019 - No multiple spaces after header style
      MD022 - Headers surrounded by blank lines
      MD025 - Only 1 level 1 header
      MD028 - No blank lines within blockquote
      MD038 - Spaces inside code span elements
      61e1a149
  12. Dec 12, 2018
  13. Nov 13, 2018
  14. Jul 11, 2018
  15. Jun 26, 2018
  16. Jun 19, 2018
  17. Apr 27, 2018
  18. Jan 03, 2018
    • Yorick Peterse's avatar
      Use a background migration for issues.closed_at · 78d22fb2
      Yorick Peterse authored
      In a previous attempt (rolled back in
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16021) we tried
      to migrate `issues.closed_at` from timestamp to timestamptz using a
      regular migration. This has a bad impact on GitLab.com and as such was
      rolled back.
      
      This commit re-implements the original migrations using generic
      background migrations, allowing us to still migrate the data in a single
      release but without a negative impact on availability.
      
      To ensure the database schema is up to date the background migrations
      are performed inline in development and test environments. We also make
      sure to not migrate that that doesn't need migrating in the first place
      or has already been migrated.
      Unverified
      78d22fb2
  19. Nov 29, 2017
  20. May 18, 2017
  21. Apr 12, 2017
    • Yorick Peterse's avatar
      Prepare for zero downtime migrations · 223d8a3d
      Yorick Peterse authored
      Starting with GitLab 9.1.0 we will no longer allow downtime migrations
      unless absolutely necessary. This commit updates the various developer
      guides and adds code that is necessary to make zero downtime migrations
      less painful.
      Verified
      223d8a3d
  22. Nov 07, 2016
  23. Aug 10, 2016
  24. Aug 04, 2016
Loading